2016-02-24 01:27:23 +01:00
|
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
2016-03-14 11:56:01 +01:00
|
|
|
/usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
|
2016-07-23 16:49:09 +02:00
|
|
|
|
|
|
|
cp /usr/bin/vlc /usr/bin/vlc-backup
|
|
|
|
|
|
|
|
needle=$(objdump -d /usr/bin/vlc | grep euid | tail -1 | awk '{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6;}')
|
|
|
|
|
|
|
|
sed -ir "s/$needle/\xb8\x01\x00\x00\x00/" /usr/bin/vlc
|
|
|
|
|