-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
popupHeight and favGridCols reset to original default after exit or restart #129
Comments
200 columns wide!? Did you mix up the two? Eg:
If you have KDE Frameworks 5.93 then it's probably this bug #125. Since KDE Frameworks doesn't have the ability to release a "bugfix" release, there's basically a month long window where the bug takes effect unless every since distro patches it with a fix. Affected distros are listed here: |
yes, I mixed up the numbers when I rewrote them from the settings I have Kde Neon, and from what I read, this bug will be fixed on May 14th, but is there any way to fix it right away? tell me please, I'm not very good at configurations and sources... |
You can use If you restart multiple times a day... then I guess you could: Edit: Change: Layout.minimumWidth: config.leftSectionWidth
Layout.preferredWidth: config.popupWidth
Layout.preferredHeight: config.popupHeight to: Layout.minimumWidth: config.popupWidth
Layout.minimumHeight: config.popupHeight
Layout.preferredWidth: config.popupWidth
Layout.preferredHeight: config.popupHeight Note that this is untested since I can't test the bug in OpenSUSE anymore. |
thanks, this fixed the problem and now the size is not reset |
This worked very well for me on Manjaro Plasma. |
for some unknown reason, the menu does not want to read the popupHeight and favGridCols values from the config, which causes the menu size to reset
to these values:
popupHeight: 0
favGridCols: 200
but there were such values:
favGridCols 12
popupHeight 400
before logging out:
after logging out:
I have read other Issues but didn't find anything about it.
The text was updated successfully, but these errors were encountered: