It's possible to open a file with VLC by first opening VLC and then opening the file "from within" VLC, but double clicking a file (to play in VLC) doesn't work ("VLC is not supposed to be run as root"). How can I fix this?
There are answers such as this, but that's greek for us mere mortals who are not familiar with "hex editors" or IT in general. Can anyone explain step-by-step how to run VLC the way I want?
VLC is not supposed to be run as root
suggests that you are using root privilege to use vlc :). This needs a specific compiler option to be set when building vlc and is only intended for use with embedded devices, not for every day computer usage. – andrew.46 Jun 23 '16 at 02:15vlc-wrapper
which might be what you are after.... – andrew.46 Jun 23 '16 at 02:19ls -l /usr/bin/vlc
. Hopefully there can be some resolution :). If you answer this message with: @andrew.46 I will get notification... – andrew.46 Jun 23 '16 at 06:01