Open wodger1912 opened 2 years ago
I can confirm the issue on Garuda Linux. Updated this morning and have the same issues.
Trying to open menu produces warning trying to show an empty dialog
I am having the same problem. For now i can increase the size again with meta+right click but when i restart it gets smaller again.
Downgrading plasma-framework
back to 5.92.0 and restarting should solve the problem for now.
Seems there's a bug in KDE Frameworks 5.93
https://bugs.kde.org/show_bug.cgi?id=452512
Seems it's a bug where it ignores the Layout.preferredWidth
and grabs the current width
when the window is first displayed. TiledMenu seems to have a Layout.minimumWidth, but doesn't have a
Layout.minimumHeight`. I think I'll release an update that requires the menu to be at least ~200px. It must be 4 sidebar buttons tall as (a-z + categories + user + power) are required.
I managed to workaround the bug by hitting Win+Up
to maximize the popup window for now.
Fixed in plasma-framework 5.93.0-2 on Arch Linux.
Btw, @Zren , in your screenshots you sometimes have tiles for the games. Where do you get them? I get so many mixed results with google. What exact size are those? Do you use another program to generate/download the tiles? A website?
@mikedebian Good to know!
The steam tiles are images from Steam's website. SteamDB might have a few unique ones but they're not easy to guess the URL.
The current Tile Editor should be able to detect a steam application with Exec=steam steam://rungameid/570
and display a few presets. However that feature will eventually go away since the way I detect that is going away (XMLHttpRequests on local files will be blocked in later Qt versions).
Maybe I can workaround it by checking if the default icon name/filepath is exposed (Eg: steam_icon_570.png
)?
Lutris also stores the app banners in ~/.local/share/lutris/banners/
.
Got this Issue on a Fresh and Updated install of Fedora Kde. plasma-framework is version 5.93.0-2
Ah, shame. They were only using 5.91 when 5.93 was released. Seems they didn't know to patch it.
I've been tracking the distros here:
https://github.com/Zren/plasma-applet-eventcalendar/issues/307#issuecomment-1106836582
Is there some way I can patch it for myself?
Now fixed under Fedora with 5.94
Good day,
As mentioned system did updates to KDE core apps from 5.92 - 5.93 today together with QT6. Not sure which one did it, but now the menu is stuck at 0px at the bottom of the screen. When in the settings, its defaulting "popup" grid columns to 0px, changing the value doesn't make the apply button activate and it resets to 0 after closing and reopening. Tried selecting fullscreen, but that makes no difference. I also looked in:
/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/config/main.xml
but appears default set to 640, so not sure whats going on.updated apps today from pacman log:
Anything else I can provide, just let me know