View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#47
You have to do it with root privileges. Try it that way:

Code:
echo rootme | devel-su -c 'rm -f /home/user/.local/share/applications/quicklaunchbar*'
echo rootme | devel-su -c 'ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar0.desktop'
echo rootme | devel-su -c 'ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar1.desktop'
echo rootme | devel-su -c 'ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar2.desktop'
echo rootme | devel-su -c 'ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar3.desktop'
Btw, does anyone have problems with PR1.3? Someone contacted me about this.
My N950 seems to not get PR1.3 so it's difficult to help but I can try.