SUMMARY The sys tray sound applet resets to 100% volume level after a reboot STEPS TO REPRODUCE 1. click on [x] Raise maximum volume 2. set the volume level to 123% 3. start a YouTube video in Firefox 4. reboot the system 5. the sys tray sound applet volume level is reset to 100% 6. the right click -> configure audio devices is still at 123% volume level OBSERVED RESULT the sys tray sound applet volume level resets to 100% after a reboot EXPECTED RESULT the sys tray sound applet volume level should be at the same level than what is shown under right click -> configure audio devices SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 37 Plasma spin (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION
the actual volume level is most probably over 100% because my volume was clipping when i noticed this difference
Git commit fb89a7c9fd79f21833dc7f3b83b0fdd0e5f9466b by Fushan Wen. Committed on 19/10/2023 at 12:11. Pushed by fusionfuture into branch 'master'. applet: refresh slider value when `to` changes on startup The value is not updated when the component loading is not complete. See https://invent.kde.org/qt/qt/qtdeclarative/-/blob/bbeca33068718b8f5b820d20085e42ca86a5ffd5/src/quicktemplates/qquickslider.cpp#L322 FIXED-IN: 5.27.9 M +1 -1 applet/contents/ui/ListItemBase.qml https://invent.kde.org/plasma/plasma-pa/-/commit/fb89a7c9fd79f21833dc7f3b83b0fdd0e5f9466b
Git commit 2678ecd11310c300d013c679d77e755f3a45d27f by Fushan Wen. Committed on 19/10/2023 at 12:13. Pushed by fusionfuture into branch 'Plasma/5.27'. applet: refresh slider value when `to` changes on startup The value is not updated when the component loading is not complete. See https://invent.kde.org/qt/qt/qtdeclarative/-/blob/bbeca33068718b8f5b820d20085e42ca86a5ffd5/src/quicktemplates/qquickslider.cpp#L322 FIXED-IN: 5.27.9 (cherry picked from commit fb89a7c9fd79f21833dc7f3b83b0fdd0e5f9466b) M +1 -1 applet/contents/ui/ListItemBase.qml https://invent.kde.org/plasma/plasma-pa/-/commit/2678ecd11310c300d013c679d77e755f3a45d27f
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/215