Bug 129605 - [PATCH] JJ: option for switching desktop feedback -- not good placement
Summary: [PATCH] JJ: option for switching desktop feedback -- not good placement
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: VHI wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
: 191148 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-21 21:33 UTC by Maciej Pilichowski
Modified: 2009-07-12 14:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
moves the option from "window behavior" to "multiple desktops" (6.27 KB, patch)
2009-03-30 05:05 UTC, Jorge Mata
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pilichowski 2006-06-21 21:33:23 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    SuSE RPMs

Take a look at the "Desktop", "window behavior" module. I think that option like "poup desktop name on desktop switch" should be moved (or cloned) to multiple desktops:
a) it only make sense when there are >= desktops, and that is configured in MD module
b) it is counterintuitive to search desktop behavior in window behavior module

Anyway, I spend some time looking for that option, and only closed wish-report about that assured me that this option (popup desktop name) has to be somewhere ;-D
Comment 1 Hamish Rodda 2006-09-06 18:11:17 UTC
The multiple desktops configuration is provided by kcmxinerama. Reassigning to the closest matching product/component I can find...
Comment 2 Maciej Pilichowski 2007-01-26 20:22:23 UTC
Lubos, what is this JJ in the title?
Comment 3 Gael Beaudoin 2007-01-27 02:46:12 UTC
JJ = Junior Job
Comment 4 Jorge Mata 2009-03-30 05:05:11 UTC
Created attachment 32473 [details]
moves the option from "window behavior" to "multiple desktops"

Hi

I've made a patch that moves the option from "window behavior" to "multiple desktops".
It's my first patch so let me know if I did some mistakes.
Comment 5 Martin Flöser 2009-05-01 11:53:40 UTC
*** Bug 191148 has been marked as a duplicate of this bug. ***
Comment 6 Martin Flöser 2009-05-01 11:57:00 UTC
I am going to redo all kwin kcms with Qt Designer for KDE 4.4 and will
integrate this feature.
Comment 7 Martin Flöser 2009-07-12 14:22:00 UTC
SVN commit 995230 by graesslin:

Rework of the multiple desktops kcm.
Now it uses a ui file which makes it easier to maintain.
It brings together all options for multiple desktops. That is:
 * number of desktops
 * pager layout
 * activity per desktop
 * desktop names
 * desktop effect for switching animation
 * OSD on desktop switch
 * Shortcuts for desktop changing

The plasma options (pager and activity) are still missing and currently disabled.
FEATURE: 129605
CCBUG: 153799

 M  +2 -1      CMakeLists.txt  
 D             desktop.cpp  
 D             desktop.h  
 A             desktopnameswidget.cpp   [License: GPL (v2+)]
 A             desktopnameswidget.h   [License: GPL (v2+)]
 A             main.cpp   [License: GPL (v2+)]
 A             main.h   [License: GPL (v2+)]
 A             main.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=995230