Summary: | Media controller widget with "song name" uses more much horizontal space with no option to return to previous size | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Lucas <lcsprz> |
Component: | Media Player widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | kde, nate, postix, qydwhotmail, sephiroth_pk |
Priority: | NOR | Keywords: | junior-jobs |
Version: | git-stable-Plasma/5.26 | ||
Target Milestone: | 1.0 | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=444845 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Media widget shows the media title. |
Description
Lucas
2022-09-26 22:17:32 UTC
When located on a panel, this is intentional. If you want the old behavior back, show the Media Player widget in the System Tray, where the old behavior persists to save space. If that doesn't work for you, can you explain why? Bringing back the old behavior is easy. You just set isVertical to true in https://invent.kde.org/plasma/plasma-workspace/-/blob/164c1123fd0a4d8a5c9b9d004476da1932098fc7/applets/mediacontroller/contents/ui/CompactRepresentation.qml#L22 But the question is why you need to add the old media controller to your panel. The old media controller is just a plain icon that can only indicates the playback status. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2176 Git commit 5e3598661b051b68bc62de410b3ef4cdc8bc32a4 by Fushan Wen. Committed on 29/09/2022 at 00:13. Pushed by fusionfuture into branch 'master'. applets/mediacontroller: add vertical layout to compact representation Two additional layouts are introduced in this change. One is VerticalDesktop, which will show album art and song title and/or song artist from top to bottom. The other is IconOnly, which will only show the album art. Other layouts already exist before this change. M +122 -11 applets/mediacontroller/contents/ui/CompactRepresentation.qml M +2 -2 applets/mediacontroller/contents/ui/ExpandedRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/commit/5e3598661b051b68bc62de410b3ef4cdc8bc32a4 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! *** Bug 460479 has been marked as a duplicate of this bug. *** In my case, I like to put widgets on the panel as I can arrange them in order I want and they are separated from the tray, so I have a physical separation that also represents a conceptual separation (widgets are to interact with the system, the tray is to interact with programs). So having the widget sit in the tray is not really convenient, nor is to have it take a whole lot of space on the panel. The "classic" media player widget works perfectly well and requires no change to fit in this use case. Reason seems reasonable |