LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   issues w/ browswers (https://www.linuxquestions.org/questions/linux-newbie-8/issues-w-browswers-93948/)

ergo_sum 09-17-2003 05:53 PM

issues w/ browswers
 
Hello All:

I've downloaded both Mozilla and Netscape 7.1 (I'm using RH, distro 7.3). I'd like to know how to get rid of the default browser (4.7), and how to set up shortcuts on the desktop so I don't have to goto console and write:

cd /home/username/mozilla/mozilla-installer/mozilla
and then ./mozilla

This also applies for Netscape 7.1--although the path isn't as long.

What I'd like to do is create a shortcut on the desktop. How do I do this?

Thanks,

ergo_sum

rahulsundaram 09-17-2003 08:08 PM

hi

first. mozilla and netscape is slow if you just need a browser. use mozilla firebird instead.

if you are using redhat i presume you must been using gnome

right click on create a new link to whatever executable you want to run or


ln -s executable path /usr/bin/mozilla

and after that

mozilla &

will launch it

regards
rahul sundaram

ergo_sum 09-18-2003 02:25 AM

To create a logical or symbolic link, don't you have to link it "to" something?

What I'd like to do is to link the two executables to my desktop. Where can I find the icons for these two browswers (and Firebird as well) and copy them to my desktop? And how would I link the executable to them?

rahulsundaram 09-18-2003 01:50 PM

hi

ln -s executable path /usr/bin/mozilla where

executable path is the path to the binary you want to link to.

hope thats clear.

icon?

you can find it /usr/share/icons or something. locate .desktop files relavant to the applications. icons are usually svg files

locate kwrite.desktop for example


All times are GMT -5. The time now is 07:57 PM.