| Summary: | Maximized flag not updated when window is dragged. | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Wesley M <wmprivacyemail> |
| Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | kde, p.r.worrall |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.8 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Video Example
kwinrc as of Oct 3 2023 |
||
I cannot reproduce this. Can you share your .config/kwinrc Sure thing. I'll both attach it and copy/paste the contents.
[$Version]
update_info=kwin.upd:replace-scalein-with-scale,kwin.upd:port-minimizeanimation-effect-to-js,kwin.upd:port-scale-effect-to-js,kwin.upd:port-dimscreen-effect-to-js,kwin.upd:auto-bordersize,kwin.upd:animation-speed,kwin.upd:desktop-grid-click-behavior,kwin.upd:no-swap-encourage,kwin.upd:make-translucency-effect-disabled-by-default,kwin.upd:remove-flip-switch-effect,kwin.upd:remove-cover-switch-effect,kwin.upd:remove-cubeslide-effect,kwin.upd:remove-xrender-backend,kwin.upd:enable-scale-effect-by-default,kwin.upd:overview-group-plugin-id,kwin.upd:animation-speed-cleanup,kwin.upd:replace-cascaded-zerocornered
[Compositing]
AllowTearing=false
LatencyPolicy=High
[Desktops]
Id_1=fc3c7e5b-abd4-4f4f-8028-93333221ca45
Id_2=cc3d503b-33c0-4ea4-817f-1598012a4935
Id_3=8201614b-d4c0-4e17-bdc0-74c096876eb0
Name_1=1
Name_2=2
Name_3=3
Number=3
Rows=3
[Effect-kwin4_effect_animationsSuite]
minimizeEffect=43
unminimizeEffect=35
[Effect-windowview]
BorderActivateAll=9
[Input]
TabletMode=off
[NightColor]
Active=true
LatitudeFixed=34.29
LongitudeFixed=-77.85
Mode=Location
NightTemperature=2400
[Plugins]
TIL3REnabled=false
auto-tiling-customEnabled=false
autotileEnabled=false
blurEnabled=true
contrastEnabled=false
even-better-quick-tilesEnabled=false
exquisiteEnabled=false
flexGridEnabled=false
forceblurEnabled=false
karouselEnabled=false
krohnkiteEnabled=false
ktileEnabled=false
kwin-wranglerEnabled=false
kwin4_effect_dimscreenEnabled=true
kwin4_effect_rubberband_maximizeEnabled=false
kwin4_effect_scaleEnabled=false
kwin4_effect_translucencyEnabled=true
kwin4_effect_tvEnabled=true
kzonesEnabled=false
maximizetotileEnabled=false
overviewEnabled=false
poloniumEnabled=false
quarter-tilingEnabled=false
quick-tile-2Enabled=false
quicktile-enhancementsEnabled=false
screenedgeEnabled=false
sheetEnabled=true
truely-maximizedEnabled=false
windowviewEnabled=false
zoomEnabled=false
[Script-autotile]
InvertInsertion=false
KeepTiledBelow=false
UseWhitelist=true
[Script-exquisite]
columns=4
[Script-karousel]
untileOnDrag=false
[Script-polonium]
DefaultEngine=4
KeepTiledBelow=false
MaximizeSingle=true
Unfullscreen=true
[TabBox]
OrderMinimizedMode=1
ShowTabBox=false
[Tiling]
padding=4
[Tiling][4fd2297f-4641-507d-9450-e87395b4b2d5]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.5},{"width":0.5}]}
[Tiling][c290b9e9-3829-5319-aad9-4bad5823e26b]
tiles={"layoutDirection":"vertical","tiles":[{"height":0.5},{"height":0.5}]}
[Tiling][c57e74c8-c957-5a0a-a51b-f2dff0ddbf51]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.5},{"width":0.5}]}
[Tiling][d02c035d-eef0-5c68-aa2f-2e83d0ba08b1]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
[Wayland]
EnablePrimarySelection=false
[Windows]
BorderSnapZone=20
ElectricBorderMaximize=false
MaximizeButtonMiddleClickCommand=Maximize
MaximizeButtonRightClickCommand=Maximize
SeparateScreenFocus=true
TitlebarDoubleClickCommand=Nothing
[Xwayland]
Scale=1
[org.kde.kdecoration2]
ButtonsOnLeft=XAI
ButtonsOnRight=HMS
library=org.kde.breeze
theme=Breeze
Created attachment 162067 [details]
kwinrc as of Oct 3 2023
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Apologies. I didn't know I should manually update the bug status. It seems like something that would interfere with the person helping work on the bug, so the idea didn't even occur to me. It's updated now. Removing "ElectricBorderMaximise=false" gives the EXPECTED RESULT. I don't know what this setting is supposed to be for or how it is supposed to become set/reset. Sorry for the delay. I can confirm that removing "ElectricBorderMaximise=false" from my kwinrc, logging out, then logging back in resolved the issue. I'd never have caught that. Thank you kindly. Life demands my attention, but when I get time, I'll try to see if perhaps a desktop effect or Kwin script added that line, and alert the appropriate developer. Hoping I'm doing this correctly here, but marking as resolved. I appreciate the help everyone. |
Created attachment 161976 [details] Video Example SUMMARY *** Maximized flag not updated when window is dragged. *** STEPS TO REPRODUCE 1. Maximize any window. 2. Using the titlebar or the super key, drag the window. OBSERVED RESULT The window keeps its size, shape, and maximized status, but moves with the drag operation. EXPECTED RESULT The window should no longer be maximized. It should revert to it's floating size and shape, but still change position to match the dragging operation. SOFTWARE/OS VERSIONS Windows: n/a macOS: n/a Linux/KDE Plasma: Fedora 38 (available in About System) KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION n/a