Run VLC as root
Step one: install hexedit. For Arch Linux use pacman -S hexedit
Step Two: backup vlc. cp -p /usr/bin/vlc /usr/bin/vlc_backup
Step Three: Open vlc in hexedit, hexedit /usr/bin/vlc
Step Four: Replace geteuid with getppid,
a. Press TAB, to go to hex ASCII values
b. To Search use Ctrl+s
c. type geteuid and press enter then type getppid
d. Press Ctrl+x to save
Step Five: Start vlc as root
Comments
Post a Comment