https://bugs.kde.org/show_bug.cgi?id=482418
Stefanos Harhalakis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Stefanos Harhalakis <[email protected]> --- Same issue here. I use 20 desktops, arranged in two 10-desktop lines so that the pager can fit in the panel. The end result in KDE6 isn't great. In KDE5 I had the desktop grid show as 4 rows while the pager (and navigation) was using 2 rows. Now the desktop grid shows 10x2 desktops which isn't useful because I can't see the windows in the desktops (see attached). I think that the best solution is a boolean flag that allows the script to rearrange the grid, which when selected will do the following: When the pager has width of X desktops (X per row), then the desktop grid will check if X/2 would result in desktop height reduction. If not then it'd show X/2 per row and thus double the rows. This will make the previous larger. Example 1: When showing the grid for a 4x1 pager layout (width 4, height 1) they will be rearranged in a 2x2 grid because this won't make the desktop thumbnails smaller. Example 2: When showing the grid for a 10x2 per layout, they will be rearranged in a (5x2)x2 -> 5x4 grid because it also won't make the desktop thumbnails smaller. -- You are receiving this mail because: You are watching all bug changes.
