View Single Post
Posts: 64 | Thanked: 4 times | Joined on Jan 2010
#25
Originally Posted by zlatko View Post
@bobaseth
So you have to create a symlink for it for position 4(quicklaunchbar3):
Code:
ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar3.desktop
Check in /home/user/.local/share/applications/ that you have only four symlink entries for quicklaunchbar buttons 0,1,2,3
Then edit your launcherdata file, adding entry for position 3:
Code:
home\user\.local\share\applications\quicklaunchbar 3.desktop=quicklaunchbar/3
Then reboot.
Good luck!
I getting it...,the more I mess around with it the more I understand. You guys are pros...me I'm a noob so I have to learn you guys language. I.E I get the symlink entries (just copy paste...,easy,) I also looked at your previous post about the numbers representing rows/positions etc. So is there a way to copy paste how "ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar3.desktop[/code]" how it would look with my "Datalauncher.file" because that's where I get confuse an terms of inputing it in. Thanks again!