LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Creating a shortcut (Firefox related) (https://www.linuxquestions.org/questions/linux-newbie-8/creating-a-shortcut-firefox-related-218594/)

unixfreak 08-16-2004 11:34 PM

Creating a shortcut (Firefox related)
 
I downloaded Firefox for Linux and I cant seem to create a shortcut to my desktop.

The way I could open the Firefox file, is I have to go into Firefox Installer folder and from there I could open the Firefox Browser itself. But I cant seem to create a shortcut for it on my desktop. Even I did (which I did) it will not open the browser. It could only open it if I put it back into the Firefox Installer folder.

PPisHere 08-17-2004 01:47 AM

Hi,

I am using KDE and this is the way I did it:
i) Right click with mouse on desktop
ii) Select create new (the first option) (Note I am using localized version of KDE, apologizes if commands are not exactly right)
iii) Select File
iv) Select link to application
v) Now name the link
vi) click application tab
vii) fill up two first fields if you like
viii) Add command to third like (use browse button if you need)
Mine firefox is in /usr/local/firefox-0.9/firefox
ix) hit OK
And there it is ...

nuka_t 08-17-2004 04:07 AM

i dont know about other people, but after isntalling firefox with the installer, all you do is drag and drop the firefox file from the ff folder onto the kicker and copy it there. it works. however, now that i used apt to install firefox, just making an icon that points to "firefox" works.

motub 08-17-2004 04:20 AM

In GNOME, you can drag the shortcut from your panel, or from the Main Menu, to the desktop, and it will be copied there.

edgelao 12-17-2012 06:35 AM

firefox shortcut on linux mint
 
To create a shortcut of firefox on Linux Mint:
-right click on the firefox application file select copy
-then right click on desktop select create launcher
-supply the name: Firefox, on command box browse the application file firefox and click OK

shivaa 12-17-2012 08:10 AM

You can create a link for the firefox on your desktop, as:
Code:

ln -s /path/to/firefox <link_name>

For example:

ln -s /usr/bin/firefox /home/username/Desktop/Firefox

You can then use the link i.e. desktop shortcut by just a double click on it.

frankbell 12-17-2012 08:53 PM

What desktop environment are you using?

TobiSGD 12-17-2012 09:00 PM

This thread is from 2004. I don't think that this is relevant anymore.

shivaa 12-17-2012 09:46 PM

Quote:

Originally Posted by TobiSGD (Post 4851361)
This thread is from 2004. I don't think that this is relevant anymore.

Oooopss... and we're replying to an almost 8 yrs old thread! :)

frankbell 12-18-2012 08:13 PM

Thank you, TobiSGD. I just looked at the time stamp on the messages right before mine.

Thank you.


All times are GMT -5. The time now is 09:43 AM.