Results 1 to 3 of 3
Hi.
Im using XFCE 4.2.
What command do i need to enter into a quick launch icon, for example, to launch acroread, i need to, in a terminal:
Code:
cd ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-21-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
Help with commands for quick launchers.
Hi.
Im using XFCE 4.2.
What command do i need to enter into a quick launch icon, for example, to launch acroread, i need to, in a terminal:
but if in a terminal i:Code:cd /usr/share/Acrobat5/bin ./acroread
So, im a little puzzled to what to enter into the command box when adding a new shortcut.Code:jammin@Jupiter:~$ ./usr/share/Acrobat5/bin/acroread bash: ./usr/share/Acrobat5/bin/acroread: No such file or directory jammin@Jupiter:~$ ./ /usr/share/Acrobat5/bin/acroread bash: ./: is a directory jammin@Jupiter:~$ .//usr/share/Acrobat5/bin/acroread bash: .//usr/share/Acrobat5/bin/acroread: No such file or directory jammin@Jupiter:~$
???
Thanks much.
- 02-21-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Get rid of the ./
Code:/usr/share/Acrobat5/bin/acroread
- 02-21-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
Lovely, thanks for the quick reply!


Reply With Quote
