LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-29-2014, 08:25 PM   #1
bobww99
LQ Newbie
 
Registered: May 2014
Location: CA
Distribution: Mint 19.1 Cinn.,64 bit
Posts: 11

Rep: Reputation: Disabled
(SOLVED)Tomboy Notes: How to set URL to default browser?


I have Mint 13,mate with Firefox (backup) and Google Chrome. The http blue address, when activated in Tomboy Notes, opens up in Firefox browser. How can I set Tomboy to open up URL in default Google Chrome browser?---(SOLVED) See last entry.

Last edited by bobww99; 10-01-2014 at 11:18 AM. Reason: (SOLVED)
 
Old 09-30-2014, 03:35 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Maybe something like
~/.local/share/applications/mimeapps.list
Code:
[Default Applications]
x-scheme-handler/http=midori.desktop
application/pdf=xpdf.desktop
image/png=gpicview.desktop
Or I've seen this
Code:
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
I think that you can find those with
Code:
xdg-mime query default text/html
xdg-mime query default x-scheme-handler/http
xdg-mime query default x-scheme-handler/https
xdg-mime query default x-scheme-handler/ftp
I think that you can
Code:
xdg-mime default google-chrome.desktop text/html
xdg-mime default google-chrome.desktop x-scheme-handler/http
xdg-mime default google-chrome.desktop x-scheme-handler/https
xdg-mime default google-chrome.desktop x-scheme-handler/ftp
 
Old 09-30-2014, 10:07 PM   #3
bobww99
LQ Newbie
 
Registered: May 2014
Location: CA
Distribution: Mint 19.1 Cinn.,64 bit
Posts: 11

Original Poster
Rep: Reputation: Disabled
In Mint 17 Cinn. by left clicking "~/.local/share/applications/mimeapps.list" and choosing open link, I get this:

[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
x-content/image-dcf=gthumb-import.desktop
image/bmp=gthumb.desktop
image/jpeg=gthumb.desktop
image/gif=gthumb.desktop
image/png=gthumb.desktop
image/tiff=gthumb.desktop
image/x-bmp=gthumb.desktop
image/x-ico=gthumb.desktop
image/x-png=gthumb.desktop
image/x-pcx=gthumb.desktop
image/x-tga=gthumb.desktop
image/xpm=gthumb.desktop
image/svg+xml=gthumb.desktop

[Added Associations]
x-content/image-dcf=gthumb-import.desktop;
image/bmp=gthumb.desktop;
image/jpeg=gthumb.desktop;
image/gif=gthumb.desktop;
image/png=gthumb.desktop;
image/tiff=gthumb.desktop;
image/x-bmp=gthumb.desktop;
image/x-ico=gthumb.desktop;
image/x-png=gthumb.desktop;
image/x-pcx=gthumb.desktop;
image/x-tga=gthumb.desktop;
image/xpm=gthumb.desktop;
image/svg+xml=gthumb.desktop;

If Mint13 reads:---------------This is an assumption (not at Mint 13 machine and may be different)
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop
x-scheme-handler/ftp=firefox.desktop
x-scheme-handler/chrome=firefox.desktop

Just insert:
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop

Above in place of. Click save and close/done. To retry Tomboy in Mint 13, left click any URL and see if it opens in Google Chrome.

Since Mint 17 and Tomboy work to open URL's in Chrome, reason states that Mate 13 mate would work also with the above fix. Will try, and get back and hopefully mark (SOLVED).
 
Old 10-01-2014, 11:15 AM   #4
bobww99
LQ Newbie
 
Registered: May 2014
Location: CA
Distribution: Mint 19.1 Cinn.,64 bit
Posts: 11

Original Poster
Rep: Reputation: Disabled
UPDATE:
Might want to ignore above posts. A waste of time. Mint 13 is riddled with bugs. Example:Can't used suspend,freezes and locks up. If your computer can handle it, stick with Mint 17. I'm stuck with Mint 13 on a old machine with bugs but way better than Lubuntu 14.04LTS and Peppermint 3. They come with more numerous irritating bugs.

From:
Google search: https://www.google.com/search?q=mime...m=122&ie=UTF-8

"Bug Description---one of many.
No applications found in file manager preferences
https://bugs.launchpad.net/bugs/1016956
Launchpad
Jun 23, 2012 - ... to .local/share/applications/mimeapps.list makes no difference Release 13 Maya with Mate DE. ... Linux Mint Edit. New. Undecided.
This bug affects 3 people

From: http://www.cesareriva.com/category/mint-mate/
Linux Mint Mate: MIME settings reset
I am running Linux Mint Mate 13 Maya, to reset the personal MIME settings type just delete this file:

rm ~/.local/share/applications/mimeapps.list " ---------------------Bad advice?

Here is the solution: If newbie, leave Firefox/Tomboy/Mint 13 mate this alone. Do not do anything and live with it. I read through the above Google search and found two more different associated bug reports numbers, some dating around 2004. Seems to be a conflict between Mint 13 mate with Caja and a bond with Firefox. Big Hair Ball.

Will mark as (SOLVED).
 
  


Reply

Tags
browsers, mint 13, settings



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Sync Tomboy Notes to Ubuntu One. dkathrens77 Linux - Software 6 01-01-2012 07:06 PM
LXer: 5 tips to get the most out of Tomboy notes LXer Syndicated Linux News 0 06-27-2011 03:00 PM
Tomboy Notes on Displays other than Zero? terry_opie Linux - Software 1 11-07-2008 10:46 AM
upgrade tomboy notes dale_chip Linux - Software 2 04-15-2008 09:46 AM
LXer: Take notes with Tomboy LXer Syndicated Linux News 0 08-18-2006 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration