[Bug 214294] New: susehelp is labeled as "KDE Help Center" even though it actually launches yelp.
https://bugzilla.novell.com/show_bug.cgi?id=214294 Summary: susehelp is labeled as "KDE Help Center" even though it actually launches yelp. Product: openSUSE 10.2 Version: Alpha 5 plus Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de Bug 114128: susehelp has been changed to run yelp instead of khelpcenter in a GNOME session, but the entry in the traditional GNOME menu is still labeled as "KDE Help Center". Maybe it should be neutral and identify itself just as "Help Center". -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-10-22 17:47 MST ------- Created an attachment (id=102239) --> (https://bugzilla.novell.com/attachment.cgi?id=102239&action=view) Screenshot -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |andreas.hanke@gmx-topmail.de ------- Comment #2 from jpr@novell.com 2006-10-23 18:10 MST ------- I don't see this in a GNOME only install, presumably its actually coming from khelpcenter? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|andreas.hanke@gmx-topmail.de| ------- Comment #3 from andreas.hanke@gmx-topmail.de 2006-10-24 06:50 MST ------- You're right, it's /etc/opt/kde3/share/applications/kde/Help.desktop from kdebase3-SuSE. This is strange: - There is /opt/kde3/share/applications/kde/Help.desktop from kdebase3 with "Name=Help", "Exec=khelpcenter", "OnlyShowIn=KDE" and translations; - There is /etc/opt/kde3/share/applications/kde/Help.desktop from kdebase3-SuSE with "Name=KDE Help Center", "Exec=susehelp", no "OnlyShowIn" and no translations. Isn't it a little bit illogical that the copy which has "Exec=susehelp" is called "Name=KDE Help Center" (although susehelp can launch either khelpcenter or yelp) and the copy which has "Exec=khelpcenter" is called "Name=Help" (although khelpcenter is always khelpcenter)? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #4 from andreas.hanke@gmx-topmail.de 2006-10-24 07:01 MST ------- And is there a special reason why this entry point to the help system shows up only if a file from kdebase3-SuSE is present? It's of general usefulness even for GNOME-only installations. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #5 from andreas.hanke@gmx-topmail.de 2006-11-07 06:22 MST ------- There are two instances of this entry in the traditional menu (but not the new gnome-main-menu). One of them comes from gnome-panel-help-item.patch: - panel_menu_items_append_from_desktop (menu, "yelp.desktop", NULL); + panel_menu_items_append_from_desktop (menu, "/etc/opt/kde3/share/applications/kde/Help.desktop", NULL); I do not know where the other one comes from. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |jhargadon@novell.com |gnome@forge.provo.novell.com| Status|ASSIGNED |NEW ------- Comment #6 from jpr@novell.com 2006-11-07 06:56 MST ------- Ok, this patch should actually be obsolete it would appear as a starting point. The second item item might be picked up by a .menu file in /etc/xdg/menus. Joe, can you obsolete the patch as a starting point? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #7 from jhargadon@novell.com 2006-11-07 15:50 MST ------- I have obsoleted the patch. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #8 from andreas.hanke@gmx-topmail.de 2006-11-08 00:59 MST ------- Dropping this patch has a side-effect: yelp is now used directly, not through susehelp because yelp.desktop contains "Exec=yelp". This means that the settings from /etc/sysconfig/susehelp are no longer read and used. An idea how to fix it is replacing "Exec=yelp" with "Exec=gnome-help" in yelp.desktop: This should be safe because gnome-help is a symlink to susehelp which in turn calls yelp in the SUSE packages and a symlink to yelp in vanilla yelp. So it should do "the right thing" in all cases. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #9 from andreas.hanke@gmx-topmail.de 2006-11-08 03:58 MST ------- I've just found out that the new gnome-main-menu also uses yelp.desktop. This means that dropping gnome-panel-help-item.patch was right in order do have consistency between the two menus. But the non-usage of susehelp is still something to think about. yelp-2.13.5-use-susehelp.patch indicates the intention was that it should be used. But it doesn't cover the case where yelp is called through its .desktop file. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 ------- Comment #10 from andreas.hanke@gmx-topmail.de 2006-11-13 18:10 MST ------- The second instance appears at the toplevel because it has X-SuSE-Core in it and this is configured in /etc/xgd/menus to be at the top level. I guess that this should be completely hidden in a GNOME session, it is unnecessary because both the traditional and the new GNOME main menu already have a hard-coded entry point to the help system. I will file a separate report against kdebase3-SuSE for that. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294 maw@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jhargadon@novell.com |maw@novell.com ------- Comment #11 from maw@novell.com 2007-04-11 12:21 MST ------- Reassigning from Joe to me en masse. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214294#c12 --- Comment #12 from JP Rosevear <jpr@novell.com> 2007-11-14 10:22:24 MST --- Another like bug 113512. -- 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=214294#c13 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |GNOME OS/Version|All |openSUSE 10.2 Product|openSUSE 10.2 |openSUSE 11.0 Version|Alpha 5 plus |unspecified --- Comment #13 from JP Rosevear <jpr@novell.com> 2007-11-14 10:43:22 MST --- Wrong bug, ignore #12. Still need to address the issue in #9. -- 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=214294 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |gnomeup-gnome-main-menu -- 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=214294 User hpj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=214294#c14 Hans Petter Jansson <hpj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Hans Petter Jansson <hpj@novell.com> 2008-08-08 22:13:19 MDT --- I don't think we need what's described in comment #12 anymore. I wrote the use-susehelp patch, redirecting to susehelp to massage URIs a little. Now there is a better plan for help URIs upstream, and rarian, we should get with that. -- 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