Launchpad has imported 2 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=8289.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-12-30T13:45:06+00:00 Laville Guillaume wrote:

Since the c5cbf887baa8f4ffb0b205b2c69d031efd9a2367 commit of Terminal
this summer, the terminal widget now always use
exo_execute_preferred_application_on_screen() instead of gtk_show_uri()
to open URIs to fix inconsistencies with links and mailto: references.

However, since the category parameter is set to WebBrowser in this case,
file:// URIs which where recognized by gtk_show_uri() as local files and
handled by MIME-associated apps such as image browsers or text editors
are now always opened in the exo preferred web browser (Firefox).

This make advanced operations such as directly starting a slideshow or
editing a source file much less direct than before from a terminal
widget and requires the user to manually copy/paste the URI to the
appropriate tool.

Could a fallback to the old method using gtk_show_uri() be implemented
for these URIs, since the exo alternative doesn't appear to provide a
"use MIME-associated application instead" category?

Regards,

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/1031765/comments/0

------------------------------------------------------------------------
On 2013-01-01T11:42:26+00:00 8-nick wrote:

If you set the preferred apps again it should create a line

x-scheme-handler/file=exo-file-manager.desktop

in ~/.local/share/applications/mimeapps.list

That will make sure gtk_show_uri will open file:// uris with thunar
(though exo-open).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/1031765/comments/2


** Changed in: xfce4-terminal
       Status: Unknown => Invalid

** Changed in: xfce4-terminal
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031765

Title:
  file:// opened in WebBrowser

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-terminal/+bug/1031765/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to