Summary: | Dynamic number of desktops | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | plax |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | g4mba5, mark.vanrossum, nicolas.girard, opensource, rdm |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
How to set up mouse move-to-screen-edge desktop switching
System Settings dialog: determining new window placement behaviour |
Description
plax
2003-09-14 17:29:44 UTC
sounds like featuritis to me *** Bug 102258 has been marked as a duplicate of this bug. *** NOTE TO SELF: Check also all duplicates. *** Bug 118859 has been marked as a duplicate of this bug. *** *** Bug 127028 has been marked as a duplicate of this bug. *** Featuritis is, in cases such as this one, a non-fatal condition. Who or what does a feature like this threaten, actually? Maybe it would be a good thing. Anyway, would it involve more than a few extra lines of code? A benefit of the proposed approach would be to save screen area so that the bit of extra space can be used, showing more text information about the running applications. Created attachment 16932 [details]
How to set up mouse move-to-screen-edge desktop switching
The first of two dialog images: the dialog for Kubuntu/KDE's System Settings.
Note that this is a KDE bug, not a Kubuntu one.
Created attachment 16933 [details]
System Settings dialog: determining new window placement behaviour
Smart placement of new window is not featuritis, and nor is new dynamically
created extra desktops for new GUI apps executed (maximised). It just makes
working with the desktop system less work, and thus more usable.
Please put this bug to bed before it's three years old. The way I see this would be to make virtual desktop entirely dynamic and not having a certain number. it would work by 'Tagging' windows. Tags would dynamically refer to a virtual desktop which contains all windows for that Tag. thus, any virtual desktop can contain a certain amount of window and any window can be shown on a certain amount of virtual desktops (see bug #16187 which would get fixed by doing it this way). and as this bug propose, creating new desktops could not be easier and empty one would be deleted automatically. I think that would rock the virtual desktop world. *** Bug 111345 has been marked as a duplicate of this bug. *** NOTE: See all duplicates. With the current development version of KWin most of this is already possible: * the pager contains context menu entries to add/remove desktops * the same is the case for desktop grid * additionally more is possible with KWin scripting. E.g. removing all "empty" desktops There are also users who want to have a very specific layout of desktops. For those users the proposed change would be a regression. It is obviously not possible to support both behaviors in the default. |