Jose
Jose Software Engineer with brief experience working with C, C++ and Python language. Knowledgable in Linux and Agile methodologies with 2 years of working experience. Passionate towards exploring new stuffs and expanding knowledge. In a pursuit, learning Networking and Communications.

Troubleshoot-Cannot run VLC as root

Troubleshoot-Cannot run VLC as root

After fresh installation or upgrade of existing versions, Vlc might not open. On trying the best with terminal, if you have received traces like Cannot run vlc as root this post could solve your problem.

Fire up your terminal.

Navigate to the path /usr/bin/vlc``. This is the binary file of vlc.

To read the binary, provide below command in terminal

1
hexeditor /usr/bin/vlc

or if you are already in that path, just

1
hexeditor vlc

This will open up the binary file with hexeditor interface.

Press Ctrl+W. And choose search for text string in the pop up. This enables us to search for any text in the file.

Input string geteuid and press enter. After the result is fetched, press Tab key. This would toggle the cursor to next column in hexeditor.

Replace geteuid text as getppid.

Vlctroubleshoot

Press Ctrl+X to save. Filename should be vlc or /usr/bin/vlc.

Process is done. Now fireup Vlc and have fun!.

comments powered by Disqus