After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 556207 - use gtk_show_uri to show help
use gtk_show_uri to show help
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: Robert Ancell
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-14 00:51 UTC by Thomas Andersen
Modified: 2008-11-02 12:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
use gtk_show_uri to open help (2.27 KB, patch)
2008-10-14 00:52 UTC, Thomas Andersen
committed Details | Review

Description Thomas Andersen 2008-10-14 00:51:23 UTC
The patch replaces the current solution of opening help using "gnome-open ghelp://...." with gtk_show_uri (). See http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp

While this does not help you to get rid of libgnome or anything it does make the help show up on the same screen as the app. Currently help opens on the default screen instead.
Comment 1 Thomas Andersen 2008-10-14 00:52:13 UTC
Created attachment 120542 [details] [review]
use gtk_show_uri to open help