ccatterina / plasmusic-toolbar

KDE Plasma widget that shows currently playing song information and provide playback controls.
GNU General Public License v3.0
56 stars 7 forks source link

Keep extended media window size consistent #102

Open manymanecki opened 1 month ago

manymanecki commented 1 month ago

Issue: When clicked on, the player's window is sometimes very, very small. Can be expanded from that size, but also decreased to that size.

Screenshot_20240605_180919

ccatterina commented 4 weeks ago

Thank you for reporting this.

Can you give me some more details:

Thanks again!

manymanecki commented 4 weeks ago

Thank you for reporting this.

Can you give me some more details:

* Which KDE Plasma version are you using?

* Are you using the default KDE panel or something else?

Thanks again!

KDE Plasma 6 on Wayland EndeavourOS

Default panel. image

ccatterina commented 2 weeks ago

Hi! I've tried to replicate it in a VM with EndeavourOS 2024.04.20 but I can't. Can you check which plasma version do you have excactly? 6.0.3, 6.0.4, 6.0.5?

I know that there were similar errors with the system tray widget in plasma 6.0.3 and 6.0.4:

manymanecki commented 1 week ago

Hey, really sorry for keeping you in the dark for so long. For the answers:

For some more information: OS: EndeavourOS Kernel: 6.9.5-arch WM: Wayland DM: KDE Plasma 6.1.0 (Frameworks: 6.3.0) Qt: 6.7.1

Do not hesitate to ping me for further information on how to reproduce it, this time I should be faster:)

manymanecki commented 1 week ago

https://github.com/ccatterina/plasmusic-toolbar/assets/68863735/733f1060-ff50-440b-91b7-0578e0c51ab9

Quick video for reference.

ccatterina commented 1 week ago

Hi! No problem, and thank you the video, now I understand what you meant! I should be able to work on this in the next week! 🙂

luisbocanegra commented 1 day ago

@manymanecki Can you check if https://github.com/ccatterina/plasmusic-toolbar/pull/110 fixes it?

The change just avoids resizing the widget past the content size, so I am not sure if it will fix the size being very small by default (always opened with the correct size for me before that change)