-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug: Widget width too small on KDE Plasma Version: 5.26.0 #116
Comments
Same issue here. And it's the same on Wayland. Operating System: Arch Linux |
Duplicate of issue #109 . |
Just installed 2.3.3, still having this issue. On top of that, KDE Store's version deleted all my local settings. |
Strange, after renaming /usr/share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/FullRepresentaion.qml it works as expected and the issue is gone. What do I miss? |
Regarding the deleting of your settings: |
Uninstalled the old version and deleted the /usr/share/plasma/plasmoids/org.kde.plasma.weather still same problem in 2.3.3 |
Maybe, unfortunately, I don't have insight into KDE Store. By the way, where are the local settings such as location etc. stored? |
Try uninstall, delete: /home/your_account/.local/share/plasma/plasmoids/org.kde.weatherWidget-2, restart and install new widget version. |
@Everest10: The location depends on how the widget was installed... If installed by "Get Widget" it will install your home folder in the following location: If installed using AUR/pacman it will install for all users in Make sure both those folders are gone, download the plasmoid again and install using |
@fkru they are stored in $HOME/config/plasma-org.kde.plasma.desktop-appletsrc
Location settings are in this section: |
It appears too big on my laptop now. This package is installed from AUR, and I tried to remove widget -> uninstall package -> install again -> add widget, still that big. It fills the whole screen, like this. |
It's ok right now. Fedora 37, Plasma 5.26.1 |
@ZWindL OK, I'll need to test with different UI Scale and DPI settings on my development Virtual Machine, to see if I can figure out what is going on. |
@blackadderkate I've removed multiplications by Or maybe those multiplications could be just removed since they are not working, as you can see from the screenshot above. Some values are multiplied and some are not which leads to the overlapping of the elements |
@Grief On my development machine, devicePixelRatio is 1 regardless of what I set DPI or the Global Scale to. Presumably this setting only changes if you have an Ultra HD monitor, which I don't have. I'll remove the multipliers as you suggested... Longer term, I'd like to implement some kind of scaling setting, so that the Meteogram can be made bigger on very large screens... I'll raise a new issue for that now... |
You are correct, devicePixelRatio is for monitor's dpi (my screen is 4K), however there are a lot of tricks with it: https://doc.qt.io/qt-5/highdpi.html |
The DPI change is borking the display on HiDPI monitors indeed: #127 (comment) |
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Graphics Platform: X11
Bug: Widget width too small.
The text was updated successfully, but these errors were encountered: