Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th August 2012, 01:46 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Google Chrome + Thunderbird + Fedora 17 LXDE?

I want to switch to using Google Chrome instead of using Firefox. Problem is when I click on a link to email someone Thunderbird will not pop up and allow me to write the email. Is there a fix?
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #2  
Old 8th August 2012, 04:29 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

No solutions for this at all? I've tried searching the web for answers to no avail.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #3  
Old 9th August 2012, 08:16 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Anyone know of anywhere else I can ask? Sucks that I am stuck using Firefox as Firefox has become a memory hog. With only 512MB of memory using low resource programs is of interest. Thanks!
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #4  
Old 9th August 2012, 09:06 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

You should have a 'Preferred Applications' or something similar in the 'Preferences' menu.
Can you change the default mail reader there?

Also Chrome can be set to open email links in gmail, you can disable that:
http://en.zimagez.com/zimage/screens...2-050958pm.php
http://en.zimagez.com/zimage/screens...2-051131pm.php

Last edited by secipolla; 9th August 2012 at 09:16 PM.
Reply With Quote
  #5  
Old 9th August 2012, 09:42 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

The system is set to use Thunderbird as the email client. Yet when I click a link to email someone the system opens Firefox then Thunderbird.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #6  
Old 9th August 2012, 10:48 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

I can't help much but try this command
Code:
xdg-mime default mozilla-thunderbird.desktop x-scheme-handler/mailto
Reply With Quote
  #7  
Old 10th August 2012, 12:10 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

That command does not work. I get this:

Quote:
[root@HPFamilyPC kona]# xdg-mime default mozilla-thunderbird.desktop x-scheme-handler/mailto
touch: cannot touch `/root/.local/share/applications/mimeapps.list': No such file or directory
/bin/xdg-mime: line 804: /root/.local/share/applications/mimeapps.list.new: No such file or directory
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #8  
Old 10th August 2012, 12:40 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Quote:
Originally Posted by kona0197 View Post
That command does not work. I get this:
That command must not be run as root.
So run it again as your normal user.
Reply With Quote
  #9  
Old 22nd August 2012, 11:38 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Quote:
Originally Posted by secipolla View Post
I can't help much but try this command
Code:
xdg-mime default mozilla-thunderbird.desktop x-scheme-handler/mailto
Quote:
Originally Posted by kona0197 View Post
That command does not work. I get this:
This is probably the command you wanted, but it appears you ran it as root user. You need to run it as your normal user, not root.
Reply With Quote
  #10  
Old 10th August 2012, 01:43 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,976
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Try in /usr/share/applications/default.list or something like that. There might be entries there.

There might be one in your home directory too--I would run locate default.list and locate mimeapps.list

Last edited by smr54; 10th August 2012 at 01:45 AM.
Reply With Quote
  #11  
Old 10th August 2012, 01:57 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

I have no idea how to do that. Newbie to this stuff.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #12  
Old 10th August 2012, 03:08 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,976
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Sorry.

rpm -q mlocate

If it's not installed, install it.

yum -y install mlocate


sudo updatedb

Wait awhile till you get the command prompt back


locate mimeapps

locate defaults.list


On Centos, mimeapps is in my home directory, in a hidden (by putting a dot in front of it) directory called .local/share/applications

The defaults.list is in a few places. In both cases, the one in your home directory might be blank or only have a few items. It's more likely that you'll look at /usr/share/applications/defaults.list. Find the entry that has firefox. I would try, I think, copying that over to my home/.local/share/applications/defaults.list and change it to what I wanted, for example, chromium.

That is, say I find text/html=mozilla-firefox.desktop (taken from my CentOS box.)

I would copy that line into the existing $HOME/.local/share/applications/defaults.list

Then, if I edit it and make a mistake the rest of the system still works, and I can log in as another user and fix it.
Reply With Quote
  #13  
Old 10th August 2012, 04:31 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

I still don't know how to navigate to these places you mention. Very confusing. Sorry.

Here is all I got:


Quote:
[root@HPFamilyPC kona]# rpm -q mlocate
mlocate-0.25-1.fc17.i686
[root@HPFamilyPC kona]# locate mimeapps
/home/kona/.local/share/applications/mimeapps.list
/usr/share/kde-settings/kde-profile/default/share/applications/mimeapps.list
[root@HPFamilyPC kona]# locate defaults.list
/usr/local/share/applications/defaults.list
/usr/share/applications/defaults.list
/usr/share/kde-settings/kde-profile/default/share/applications/defaults.list
[root@HPFamilyPC kona]#
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #14  
Old 10th August 2012, 10:28 AM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,602
windows_7chrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

Just "where" you change that thunderbird should be used, you have to tell the system it shall use chrome instead of firefox to open links with.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #15  
Old 10th August 2012, 07:12 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxchrome
Re: Google Chrome + Thunderbird + Fedora 17 LXDE?

I ran the command as a normal user. It took the command, yet Firefox still opens when I try to email someone while using Chrome.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
Reply

Tags
chrome, fedora, google, lxde, thunderbird

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Chrome icon on Fedora 17 kbela Using Fedora 10 22nd June 2012 09:07 AM
Google Chrome in Fedora 10 can not display any PDF shounak2009 EOL (End Of Life) Versions 3 1st June 2011 07:56 PM
how install google chrome in fedora 10 dickiejud EOL (End Of Life) Versions 3 20th January 2011 07:52 AM
Google chrome and fedora 64 bit doole Using Fedora 1 26th May 2010 01:01 PM


Current GMT-time: 22:05 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat