Error showing url: Operation not supported

Bug #354148 reported by nucleo
10
Affects Status Importance Assigned to Milestone
LinuxDC++
Fix Released
Low
Steven Sheehy

Bug Description

In Finished Downloads/Uploads in KDE 4.2.1 Open from context menu don't works in linuxdcpp 0.7091 revision 303.

Related branches

Revision history for this message
Razzloss (razzloss) wrote :

And you have at least 2.14 version of GTK? It might be some configuration error in your OS (I guess you'd have to tell gtk how to open those files etc. but don't ask me how I haven't been able to open links in chat after rev. 298).

Steven: Maybe we should fall back to xdg-open (even with gtk 2.14), if gtk_show_uri returns an error? I get "Failed to open URI: Operation not supported" when clicking links in chat.

--RZ

Changed in linuxdcpp:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
nucleo (nucleo) wrote :

Here My GTK: gtk2-2.14.7-7.fc10.i386.
Linuxdcpp can run not only in GNOME but in KDE too that's why may be using xdg-utils wil be better?

Revision history for this message
Steven Sheehy (steven-sheehy) wrote :

We don't depend on GNOME but on GTK+/glib functions, which should be independent of the desktop environment (and the OS eventually). In theory, using gtk_show_uri would allow us not to have to hardcode different executables for each OS. I researched how gtk_show_uri implemented its logic and it seems to use the xdg spec to open URIs in a desktop environment agnostic fashion. I would suggest you file a bug with your distro so that they configure their preferred applications to sane values as most GNOME distros do. In the meantime, we can take a look at falling back to xdg-open/start/open if gtk_show_uri returns an error as razzloss suggested.

Revision history for this message
nucleo (nucleo) wrote :

When I try to open downloaded file there is error in console:

GConf Error: Bad key or directory name: "/desktop/gnome/url-handlers/": Key/directory may not end witha slash '/'
Failed to open URI: Operation not supported

summary: - In Finished Downloads/Uploads in KDE 4.2.1 Open don't works
+ Error showing url: Operation not supported
Revision history for this message
box2 (linuxdcpp) wrote :

Hm, my bug posts were deleted in the merge, blah. What it came down to is that both gtk_show_uri and xdg-open depend on gvfs (which is not a hard dependency of libgtk2.0 as of 2.14.something (at least on Debian)). If you want to try adding another way to open URLs (for instance, how xpdf does it), you can add to your nested if statements to try sensible-browser (the same way you call xdg-open) if both previously mentioned functions throw you an error (in linux/WulforUtil.cc starting at line 220).

The only problem with calling sensible-browser is that it ignores your preferred browser setting, so in Gnome it will open Epiphany, on KDE it will probably open Konqueror.

Revision history for this message
Steven Sheehy (steven-sheehy) wrote :

Removed previous changes

Changed in linuxdcpp:
assignee: nobody → Steven Sheehy (steven-sheehy)
milestone: none → 1.1.0
status: Confirmed → Fix Committed
Changed in linuxdcpp:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.