Its an example:
How can i create launcher for qBtorrent?
Launcher question
Launcher question
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
Re: Launcher question
In Xfce, right click anywhere on the wallpaper and choose 'Create a launcher' from the contextual menu that pops on.
Or else adddin to the panel it is almost the same, right click anywhere on the panel, then choose 'Add an element' and then 'Launcher'.
If I may say, this is quite basic stuff ( at least for someone intending to be the next Steve Job
).
Googling might have been a more appropriate (and fast) way to get this info.
Or else adddin to the panel it is almost the same, right click anywhere on the panel, then choose 'Add an element' and then 'Launcher'.
If I may say, this is quite basic stuff ( at least for someone intending to be the next Steve Job

Googling might have been a more appropriate (and fast) way to get this info.

What really matters is where you are going, not where you come from.
Re: Launcher question
I know that Akuna. I really did research.
What i don`t what need type (i mean the route to application).
What i don`t what need type (i mean the route to application).
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
Re: Launcher question
It's probably /usr/bin/application
One way of making sure is from a terminal,
as I just found by searching online for "find application path in Linux"; I used to use the whereis command, but that tells you the path to all sorts of other related stuff too. which is exactly the right tool here.
So for instance
One way of making sure is from a terminal,
Code: Select all
$which application
So for instance
Code: Select all
vanilla[~]$ which firefox
/usr/bin/firefox
vanilla[~]$
Re: Launcher question
Thank you.
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).
I will be the next Steve Jobs and Richard Branson.
Re: Launcher question
You're welcome
I hope you won't mind my pointing out that a more specific question would have got you the answer more quickly, as in:

I hope you won't mind my pointing out that a more specific question would have got you the answer more quickly, as in:
You original questionI'm trying to create a launcher shortcut in xfce, which I found out how to do by fiddling around with it/searching, but I'm not sure how to work out the application path.
looks as if you are asking for the information Akuna gave you.How can i create launcher for qBtorrent?
Re: Launcher question
Oh, OK, I understand now.
And good tip from Mimosa.
And good tip from Mimosa.


What really matters is where you are going, not where you come from.