Summary: | Enable pager for single dektop | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Leonidas Arvanitis <l.arvanitis> |
Component: | widget-pager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ealexandrep, laidig, sreich |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Leonidas Arvanitis
2011-10-12 17:38:27 UTC
*** Bug 279025 has been marked as a duplicate of this bug. *** Just discovered this now...it's present on master (4.8-pre) as well as 4.7. It's not a wish or a feature, it's a bug that involves the following: * If you have only 1 virtual desktop enabled then the pager will be addable, yet invisible. You can add 10 of them and it will still reserve space in the panel or whereever, yet you are unable to remove them. * Changing the VD's to > 1 makes all added ones instantly visible. Problem must lie in the pager widget not checking for that case, I presume. I'll see if I can fix this when I get some time in < a month, unless somebody else fixes it sooner. Git commit 9bee3f3fbf3f4b91caf04ede5bfe1d1aec41f66e by Shaun Reich. Committed on 28/12/2011 at 03:32. Pushed by sreich into branch 'master'. Revert "show/hide pager when there is many/1 desktops" Fixes bug where setting VD's == 1 results in an invisible, still there, still taking up space applet with no ability to get to applet settings or even remove it. Only way to get it back would be going into Virtual Desktop kcm and upping the count. The behavior with that commit ends up creating what seems like a bug. I'm sure it sounded good in theory, but in practice it ends up being confusing and bug-like. Related: bug 283874 CCMAIL:aseigo@.kde.org This reverts commit c92ccc4dd37ce6d2c1e53f146c1acfb432472f78. M +0 -12 plasma/desktop/applets/pager/pager.cpp M +0 -1 plasma/desktop/applets/pager/pager.h http://commits.kde.org/kde-workspace/9bee3f3fbf3f4b91caf04ede5bfe1d1aec41f66e Git commit 43d6c2349215d8acade36578740fb6aa6397ce56 by Shaun Reich. Committed on 28/12/2011 at 03:32. Pushed by sreich into branch 'origin/KDE/4.8'. Revert "show/hide pager when there is many/1 desktops" Fixes bug where setting VD's == 1 results in an invisible, still there, still taking up space applet with no ability to get to applet settings or even remove it. Only way to get it back would be going into Virtual Desktop kcm and upping the count. The behavior with that commit ends up creating what seems like a bug. I'm sure it sounded good in theory, but in practice it ends up being confusing and bug-like. Related: bug 283874 CCMAIL:aseigo@.kde.org This reverts commit c92ccc4dd37ce6d2c1e53f146c1acfb432472f78. (cherry picked from commit 91e4e257fb6d9313f7e7826623ec6ef486d71b08) Backport from master. M +0 -12 plasma/desktop/applets/pager/pager.cpp M +0 -1 plasma/desktop/applets/pager/pager.h http://commits.kde.org/kde-workspace/43d6c2349215d8acade36578740fb6aa6397ce56 Git commit 5b6f9ae4337fb5486b80d36633cee14b58ac2fe1 by Shaun Reich. Committed on 28/12/2011 at 03:32. Pushed by sreich into branch 'KDE/4.8'. Revert "show/hide pager when there is many/1 desktops" Fixes bug where setting VD's == 1 results in an invisible, still there, still taking up space applet with no ability to get to applet settings or even remove it. Only way to get it back would be going into Virtual Desktop kcm and upping the count. The behavior with that commit ends up creating what seems like a bug. I'm sure it sounded good in theory, but in practice it ends up being confusing and bug-like. Related: bug 283874 CCMAIL:aseigo@.kde.org This reverts commit c92ccc4dd37ce6d2c1e53f146c1acfb432472f78. (cherry picked from commit 9bee3f3fbf3f4b91caf04ede5bfe1d1aec41f66e) One of these days I'll be good at git ;p M +0 -12 plasma/desktop/applets/pager/pager.cpp M +0 -1 plasma/desktop/applets/pager/pager.h http://commits.kde.org/kde-workspace/5b6f9ae4337fb5486b80d36633cee14b58ac2fe1 |