Bug 140111 - Konsole: settings window does not open
Summary: Konsole: settings window does not open
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 16:43 UTC by David Anderson
Modified: 2007-02-19 14:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Requested files (59.12 KB, application/x-tgz)
2007-01-22 15:53 UTC, David Anderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Anderson 2007-01-15 16:43:39 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Fedora RPMs
OS:                Linux

When I try to open settings window (Settings -> Configure Konsole...), nothing happens.

Reproducible: every time.

Nothing appears on stdout - just silently fails.
Comment 1 Robert Knight 2007-01-15 17:49:33 UTC
Can you try executing the following from the command-line:

kcmshell kcmkonsole
Comment 2 David Anderson 2007-01-15 17:52:19 UTC
Nothing happens.

[david@shed BCSE-Website]$ kcmshell kcmkonsole
[david@shed BCSE-Website]$ echo $?
0
Comment 3 Robert Knight 2007-01-15 18:55:32 UTC
Can you launch other settings dialogs this way?  For example:  

kcmshell keyboard
kcmshell mouse
kcmshell clock

If they run, could you post the first few lines of this file:

/usr/share/applnk/.hidden/kcmkonsole.desktop 

(where /usr should be replaced with whatever prefix your distribution installs KDE to)

Up to the part where the translated application names are.

Finally, could you navigate to /usr/lib/ (again where /usr should be replaced with your distribution's KDE location) and post the output of:

find | grep konsole
Comment 4 David Anderson 2007-01-15 19:57:16 UTC
The 3 settings dialogs above work.

kcmconsole.desktop:

[Desktop Entry]
Encoding=UTF-8
Icon=konsole
Type=Application
Exec=kcmshell kcmkonsole
DocPath=kcontrol/kcmkonsole/index.html
X-KDE-Library=konsole
X-KDE-ParentApp=kcontrol
Name=Konsole
(snip)
OnlyShowIn=KDE;



[david@shed lib]$ cd /usr/lib ; find | grep konsole
./kde3/kcm_konsole.la
./kde3/kcm_konsole.so
./kde3/kickermenu_konsole.la
./kde3/kickermenu_konsole.so
./kde3/konsole.la
./kde3/konsole.so
./kde3/libkonsolepart.la
./kde3/libkonsolepart.so
./libkdeinit_konsole.la
./libkdeinit_konsole.so
Comment 5 Robert Knight 2007-01-15 21:07:50 UTC
Could you put kcm_konsole.so, kcm_konsole.la and kcmkonsole.desktop in an archive and attach it to this report.  

The .desktop entry seems correct, the only difference from mine is the OnlyShowIn=KDE; entry.  

Do you know if this is reproducible by other people using the same distribution and KDE version as you?
Comment 6 David Anderson 2007-01-22 15:53:42 UTC
Created attachment 19377 [details]
Requested files

Attached. I don't know any other KDE users to ask, I'm afraid.
Comment 7 Robert Knight 2007-01-27 16:50:04 UTC
Hello David,

I have found another bug report detailing a very similar problem, although with a much earlier version of KDE: http://bugs.kde.org/show_bug.cgi?id=56216
 
If you have not already done so, could you file a bug report with Fedora, since this looks like a distribution-specific problem.

It might be worth attempting to reinstall Konsole, using more recent packages if they are available or with the existing ones otherwise.
Comment 8 David Anderson 2007-01-29 17:14:43 UTC
I don't get any entry in my .xsession-errors, so I don't believe it can be the same (4-year old) bug...
Comment 9 David Anderson 2007-02-19 14:03:13 UTC
Having updated to Fedora Core 6, this bug has gone away. Closing.