Bug 158694

Summary: "Configure Desktops..." button does not work
Product: [Plasma] plasma4 Reporter: Nico Schlömer <nico.schloemer>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: esigra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

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.