Bug 158694 - "Configure Desktops..." button does not work
Summary: "Configure Desktops..." button does not work
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 20:48 UTC by Nico Schlömer
Modified: 2009-11-03 23:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Schlömer 2008-03-02 20:48:10 UTC
Version:            (using KDE 4.0.1)
Installed from:    Gentoo Packages

steps to reproduce:

1.) start kde, have a pager ready
2.) right click on the pager
3.) click on "Configure Desktops..."

... and watch how nothing happens. the other buttons work fine, though.
Comment 1 Aaron J. Seigo 2008-03-03 01:18:44 UTC
hm.. it works here, so it's evidently an install difference. the code that launches it is:

  KToolInvocation::startServiceByDesktopName("desktop", QStringList(), &error);

so let's start with the obvious:

does `kcmshell4 desktop` launch the control panel for you?
if it does, do you have a $INSTALL_PREFIX/share/kde4/services/dekstop.desktop file?
Comment 2 Nico Schlömer 2008-03-03 16:14:28 UTC
> does `kcmshell4 desktop` launch the control panel for you? 
it does.

> $INSTALL_PREFIX/share/kde4/services/desktop.desktop
don't! -- and after i manually created it, it instantly worked. will report this to the gentoo lot straight away.

thanks!
Comment 3 Luciano Leveroni 2008-07-12 05:26:41 UTC
I'm using 4.1 SVN (4.0.98 - 4.1 recently created branch) and the option in Pager's context menu is not working; it doesn't do anything.