Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-28-2002, 11:32 PM
|
#1
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Rep:
|
Setting a default browser
Does anyone know how to set a default browser in Mandrake 8.2 using KDE. I would like Konquorer to be the default. When I used Evolution to get mail and someone sends me a hyperlink, it opens up in Mozilla. I like Mozilla but would still like to know how to change this.
Thanks,
freezinbutt
|
|
|
03-29-2002, 12:14 AM
|
#2
|
Member
Registered: Feb 2002
Location: INDIA
Distribution: Red Hat
Posts: 30
Rep:
|
hi freeze
I hope this procedure helps
1.start control center
2.expand file browsing
3.clik on file associations
4. on the right side of tha pane u see a set of file types
5. expand text
6. choose html
7. on the right, in the "Application preference order" choose your browser,move konqueror to the top , if it is not listed clik add to be displayed in the list re-order it,
in all probabilites Konqueror is present by deafult, apply the changes
Thats it...
|
|
|
03-29-2002, 12:37 AM
|
#3
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
Tried it. No luck.
Thanks for the reply Aaron.
I did exactly as you said. Konqueror was already at the top of the list so I hit apply anyway (just to make sure). I went back to Evolution and clicked on an email hyperlink but it still opened up Mozilla. I think it must be one of the settings in Evolution, but for the life of me I can't find it. I've poked around in the help files for Evolution but I can't find anything there either. I'm convinced that it is something really simple. I'm famous for that. If it is right in front of me, I won't see it. If you make it hard, I can usually figure it out.
Any other ideas would be appreciated.
freezinbutt
|
|
|
03-29-2002, 08:50 PM
|
#4
|
Member
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386
Rep:
|
What do you get when you type "echo $BROWSER" ??
|
|
|
03-29-2002, 09:11 PM
|
#5
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
It says:
kfmclient openProfile webbrowsing
freezinbutt
|
|
|
03-29-2002, 09:39 PM
|
#6
|
Member
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386
Rep:
|
What do you get when you run "grep BROWSER /etc/X11/Xsession" ?
|
|
|
03-29-2002, 10:07 PM
|
#7
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
I get this:
if [ -z "BROWSER" ] ; then
BROWSER=`which mozilla`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
BROWSER=
if [ -z "$BROWSER" ] ; then
BROWSER=`which netscape`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
BROWSER=
if [ -z "$BROWSER" ] ; then
BROWSER=`which lynx`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
BROWSER=
BROWSER="xvt -e lynx"
export BROWSER
export HELP_BROWSER="$BROWSER"
if [ -x "$BROWSER" -a -f /usr/doc/HTML/index.html ]; then
$BROWSER /usr/share/doc/HTML/index.html &
It's all Greek to me, but that's what it says.
freezinbutt
|
|
|
03-29-2002, 10:48 PM
|
#8
|
Member
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386
Rep:
|
Hmm... I may be barking up the wrong tree here. Have you tried going into konqueror and seeing if there's a setting to make it the default browser?
If not, just for grins, edit /etc/X11/Xsession and add a line that says:
BROWSER=`which konqueror`
above the first line that reads: if [ -z "BROWSER" ] ; then
don't worry about all the other mess.
|
|
|
03-29-2002, 10:59 PM
|
#9
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
If there is something in Konqueror to set it as default, I sure can't find it. I have also looked for a setting in Evolution but no luck. I will try to edit the file as you said and I'll see if that works. I'll let you know. Thanks a lot.
freezinbutt
|
|
|
03-29-2002, 11:18 PM
|
#10
|
Member
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386
Rep:
|
a quick way to tell if Evolution is using your $BROWSER variable is to run "$BROWSER http://www.google.com" from the command line and see if you get the same one as when you click on the links.
|
|
|
03-29-2002, 11:30 PM
|
#11
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
When I did that, it opened up the Google site in Konquorer, not Mozilla.
If I need to edit the file we were talking about earlier, could you give me some instructions on how to do that. I thought I could do it on my own, but I'm getting nowhere. I've got my nose in one of my books now, trying to figure it out. I'm so new to Linux that all of this is a bit overwhelming. I have a long way to go with learning the command line and editing files.
Thanks,
freezinbutt
|
|
|
03-30-2002, 12:31 AM
|
#12
|
Member
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386
Rep:
|
If konqueror came up when you typed that, then there's no point in editing the file I showed you. I guess I was barking up the wrong tree
I'll look a bit deeper to see if I can find out why you are getting mozilla when you click on a link.
|
|
|
03-30-2002, 12:33 AM
|
#13
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
Well, I've been clicking around and trying different things for over an hour now. I'm getting nothing here. I will have to wait until you guys come up with something. I tried the Evolution web site again, but I can't find anything.
freezinbutt
|
|
|
03-30-2002, 01:06 AM
|
#14
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Try checking the options in the gnome control center, do "gnomecc" to start it up in kde, if it takes over your background just restart the X server.
|
|
|
03-30-2002, 01:17 AM
|
#15
|
Member
Registered: Mar 2002
Location: Fairbanks, Alaska
Distribution: Ubuntu 9.04
Posts: 55
Original Poster
Rep:
|
That's it!!!
Thanks Aussie. That did the trick. Now when I click on a link, it opens up in Konqueror.
Thanks to everybody for all your help. You guys are great.
freezinbutt
|
|
|
All times are GMT -5. The time now is 09:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|