Launcher question

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Launcher question

Post by Oracle911 »

Its an example:
How can i create launcher for qBtorrent?
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.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Launcher question

Post by Akuna »

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.
Image
What really matters is where you are going, not where you come from.
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: Launcher question

Post by Oracle911 »

I know that Akuna. I really did research.
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.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Launcher question

Post by mimosa »

It's probably /usr/bin/application

One way of making sure is from a terminal,

Code: Select all

$which application
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

Code: Select all

vanilla[~]$ which firefox                                                                                                                                                                             
/usr/bin/firefox
vanilla[~]$
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: Launcher question

Post by Oracle911 »

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.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Launcher question

Post by mimosa »

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'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.
You original question
How can i create launcher for qBtorrent?
looks as if you are asking for the information Akuna gave you.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Launcher question

Post by Akuna »

Oh, OK, I understand now.
And good tip from Mimosa. :)
Image
What really matters is where you are going, not where you come from.
Post Reply