[Bug 852013] New: network protocol handler fails to register
https://bugzilla.novell.com/show_bug.cgi?id=852013 https://bugzilla.novell.com/show_bug.cgi?id=852013#c0 Summary: network protocol handler fails to register Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: axel.braun@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 With relation to https://bugzilla.mozilla.org/show_bug.cgi?id=939162 I try to register a new protocol 'tryton' in openSUSE. When I run sudo gconftool-2 -s /desktop/gnome/url-handlers/tryton/command '/usr/bin/tryton %s' --type String I get the error message gconftool-2:3981): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Fehler beim Zuweisen des Wertes: D-BUS-Hintergrunddienst läuft nicht although dbus is running. Same problem on 12.3 and 13.1 Is there a special SUSE-way to register a new protocol? Reproducible: Always Steps to Reproduce: 1. see above 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=852013 https://bugzilla.novell.com/show_bug.cgi?id=852013#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |os.gnome.maintainers@gmail. |ovo.novell.com |com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=852013 https://bugzilla.novell.com/show_bug.cgi?id=852013#c1 --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-11-28 20:59:11 UTC --- *** Bug 852014 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=852014 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=852013 https://bugzilla.novell.com/show_bug.cgi?id=852013#c2 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dimstar@opensuse.org Resolution| |INVALID --- Comment #2 from Dominique Leuenberger <dimstar@opensuse.org> 2013-11-28 21:06:23 UTC --- GConftool is a GNOME 2 tool and no longer used. Nowadays, URL Handlers are registered in the .desktop files of the application you want to use (so in your case, tryton). There should be a line like MimeType=x-scheme-handler/tryton; in the desktop file. Once done, you have to initiate sudo update-desktop-database to reinitialize the .desktop file cache and the mime database. Upon next access to a tryton:// URL in your browser, it should either fire up the app (or firefox at least ask what to do with it). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com