Bug 130772

Summary: kinfocenter product should be added to Bugzilla optionally to replace kcminfo
Product: [Websites] bugs.kde.org Reporter: Oliver Grimm <logistikka>
Component: generalAssignee: Matt Rogers <mattr>
Status: RESOLVED FIXED    
Severity: normal CC: angel_blue_co2004, ismail, kde_bugzilla_2
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oliver Grimm 2006-07-13 14:02:19 UTC
Version:           3.5.3 (using KDE KDE 3.5.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

To reproduce
- press your favorite shortkey for "run program"
- type "kinfocenter" and press "enter"
- kinfocenter is started
- an error message pops up: "KDEInit cannot start KInfoCenter" [bug #1]
- the popup is behind the "run program" dialog so it cannot be seen immediately [bug #2]

The KMenu entry for KInfoCenter is "kinfocenter -caption "%c" %i %m" which can be used to start KInfoCenter without an error.
Comment 1 Philip Rodrigues 2006-07-14 20:59:38 UTC
Confirmed on r554749
Comment 2 Helge Deller 2006-07-23 21:01:05 UTC
This proposal was posted to kde-core-devel mailing list:
http://lists.kde.org/?l=kde-core-devel&m=115325831024854&w=2
----------------------
The most obvious and easiest fix for this is the following patch:

deller@p100:/home/cvs/kde20/kdebase/kcontrol/kcontrol> svn diff
Index: main.cpp
===================================================================
--- main.cpp    (revision 563912)
+++ main.cpp    (working copy)
@@ -104,7 +104,7 @@
     KCONTROL_VERSION, I18N_NOOP("The KDE Control Center"), KAboutData::License_GPL,
     I18N_NOOP("(c) 1998-2004, The KDE Control Center Developers"));

-  KAboutData aboutKInfoCenter( "kcminfo", I18N_NOOP("KDE Info Center"),
+  KAboutData aboutKInfoCenter( "kinfocenter", I18N_NOOP("KDE Info Center"),
     KCONTROL_VERSION, I18N_NOOP("The KDE Info Center"), KAboutData::License_GPL,
     I18N_NOOP("(c) 1998-2004, The KDE Control Center Developers"));


-> But the side effect of this patch is now, that the "Report Bug" functionality won't work any longer, since bug reports are tried to be sent to the "kinfocenter" module,  while in the bug system it's still named "kcminfo". Can we add a "kinfocenter" module to bugs.kde.org which maps to "kcminfo" ? Or should we rename "kcminfo" as "kinfocenter" in the KDE bug tracking system ? Any other proposals or ideas ?
Comment 3 Oliver Grimm 2006-08-21 00:39:01 UTC
still a bug in KDE 3.5.4
Comment 4 Ismail Donmez 2006-12-06 17:54:42 UTC
Ok I fixed the bug independently with commit 611075, for reporting bugs thing Bugzilla should be changed. I am assinging bug to bugs.kde.org for changing product name to kinfocenter.
Comment 5 Ismail Donmez 2006-12-06 17:55:31 UTC
Changing summary
Comment 6 Oliver Grimm 2007-10-13 12:14:30 UTC
seems to be fixed in KDE 3.5.7
Comment 7 Matt Rogers 2009-02-22 21:15:08 UTC
*** Bug 184544 has been marked as a duplicate of this bug. ***
Comment 8 Oliver Grimm 2009-02-23 20:22:09 UTC
still fixed in KDE 3.5.10 --> closing
Comment 9 Stephan Sokolow 2009-02-23 22:47:39 UTC
This bug was re-introduced in KDE 4.x. (Tested on 4.2.0) It's NOT fixed.
Comment 10 Angel Blue01 2009-03-14 17:39:50 UTC
I'm not experiencing it on 4.2.1
Comment 11 Matt Rogers 2009-03-14 18:45:19 UTC
kinfocenter product has been added.