Bug 414650 - Maximized and then minimized applet config window is un-maximized when opened again from the context menu
Summary: Maximized and then minimized applet config window is un-maximized when opened...
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.27.80
Platform: Arch Linux Linux
: NOR minor
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-29 11:15 UTC by Patrick Silva
Modified: 2023-11-13 17:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.22


Attachments
screenshot (565.04 KB, image/png)
2021-03-24 13:27 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2019-11-29 11:15:18 UTC
STEPS TO REPRODUCE
1. start X11 session
2. right click on wallpaper, select "Configure desktop..."
3. maximize and minimize the window
4. right click on wallpaper, select "Configure desktop..." again


OBSERVED RESULT
the window is focused and unmaximized

EXPECTED RESULT
the window should not be unmaximized when focused

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.17.80
KDE Frameworks Version: 5.65.0
Qt Version: 5.13.2
Comment 1 Nate Graham 2021-03-10 21:08:42 UTC
Can confirm.
Comment 2 Carl Schwan 2021-03-20 16:56:20 UTC
Git commit f229aa481b26cdbb7a4ee9d6e614ca1f64bc8e76 by Carl Schwan.
Committed on 20/03/2021 at 15:41.
Pushed by ngraham into branch 'master'.

Kirigamify applet's config window

This moves the applet's config window to use Kirigami PageRows to manage
the seperate config pages.
Related: bug 422989

M  +2    -3    desktoppackage/contents/configuration/AboutPlugin.qml
M  +188  -185  desktoppackage/contents/configuration/AppletConfiguration.qml
M  +12   -48   desktoppackage/contents/configuration/ConfigCategoryDelegate.qml
M  +12   -10   desktoppackage/contents/configuration/ConfigurationAppletPage.qml
M  +2    -0    desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml
M  +51   -11   desktoppackage/contents/configuration/ConfigurationKcmPage.qml
M  +4    -5    desktoppackage/contents/configuration/ConfigurationShortcuts.qml

https://invent.kde.org/plasma/plasma-desktop/commit/f229aa481b26cdbb7a4ee9d6e614ca1f64bc8e76
Comment 3 Patrick Silva 2021-03-24 13:21:37 UTC
it's still reproducible on neon unstable.

STEPS TO REPRODUCE
1. start X11 session
2. right click on wallpaper, choose "Configure desktop and wallpaper..."
3. maximize and minimize the window
4. right click on wallpaper, choose "Configure desktop and wallpaper..." again

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.21.80
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Graphics Platform: X11
Comment 4 Nate Graham 2021-03-24 13:24:05 UTC
Can you attach a screenshot of what the window looks like?
Comment 5 Patrick Silva 2021-03-24 13:27:03 UTC
Created attachment 137028 [details]
screenshot
Comment 6 Nate Graham 2021-03-24 13:31:33 UTC
Ok so you have the new one. Testing again...

You're right, still not fixed. Seems to affect all applet config windows, not just the desktop one, so I guess it's a generic problem in the config window code.