links to devhelp documentation don't work

Bug #347520 reported by Javier Jardón
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glade
Fix Released
Medium
glade-3 (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: glade-3

 the Shortcut to the devhelper documentation don't work

For example, when you rigth-click in a widget and click on read documentation, glade points you to page:GtkDialog, but it don't show anything.

if a write manually GtkDialog, the manual page shows

Revision history for this message
Pedro Villavicencio (pedro) wrote : Re: links to devhelper documentation don't work

confirmed, i'll have a look upstream, leaving a task open.

Changed in glade-3 (Ubuntu):
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Pedro Villavicencio (pedro) wrote :
Changed in glade-3:
importance: Undecided → Unknown
status: New → Unknown
Changed in glade-3 (Ubuntu):
status: Confirmed → Triaged
summary: - links to devhelper documentation don't work
+ links to devhelp documentation don't work
Changed in glade-3:
status: Unknown → New
Revision history for this message
Javier Jardón (jjardon) wrote : apport-collect data

Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: glade-3 3.6.1-0ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=es_ES.UTF-8
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Javier Jardón (jjardon) wrote :
Revision history for this message
Javier Jardón (jjardon) wrote :

Confirmed in final jaunty release

Javier Jardón (jjardon)
Changed in glade-3:
importance: Unknown → Undecided
status: New → Invalid
Javier Jardón (jjardon)
affects: glade-3 (Ubuntu) → glade (Ubuntu)
Revision history for this message
Javier Jardón (jjardon) wrote :

Trivial patch submitted upstream:

diff --git a/gladeui/glade-utils.c b/gladeui/glade-utils.c
index 276c656..d17f330 100644
--- a/gladeui/glade-utils.c
+++ b/gladeui/glade-utils.c
@@ -1661,7 +1661,7 @@ glade_util_search_devhelp (const gchar *book,
        g_return_if_fail (glade_util_have_devhelp ());

        if (book) book_comm = g_strdup_printf ("book:%s ", book);
- if (page) page_comm = g_strdup_printf ("page:%s ", page);
+ if (page) page_comm = g_strdup_printf ("page:%s", page);

        string = g_strdup_printf ("devhelp -s \"%s%s%s\"",
                                   book_comm ? book_comm : "",

Changed in glade (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Bernard Decock (decockbernard) wrote :

I don't know if my wish is related to the problem above, but for me it is very annoying that each time a doucumention-lookup is requested, the entry is tagged with "page:". I have to remove the "page:"-tag each time (See picture)

Javier Jardón (jjardon)
Changed in glade-3:
importance: Undecided → Unknown
status: Invalid → Unknown
affects: glade (Ubuntu) → glade-3 (Ubuntu)
Javier Jardón (jjardon)
Changed in glade-2.old:
importance: Unknown → Undecided
status: Unknown → New
status: New → Invalid
Changed in glade-3:
importance: Unknown → Medium
status: Unknown → Fix Released
Changed in glade-3 (Ubuntu):
status: Fix Committed → Fix Released
assignee: Ubuntu Desktop Bugs (desktop-bugs) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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