Bug 472245 - The sys tray sound applet resets to 100% volume level after a reboot
Summary: The sys tray sound applet resets to 100% volume level after a reboot
Status: RESOLVED FIXED
Alias: None
Product: plasma-pa
Classification: Plasma
Component: applet (show other bugs)
Version: 5.27.4
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-14 11:29 UTC by ak-su
Modified: 2023-11-05 16:45 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.27.9
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ak-su 2023-07-14 11:29:08 UTC
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
Comment 1 ak-su 2023-07-14 11:33:10 UTC
the actual volume level is most probably over 100% because my volume was clipping when i noticed this difference
Comment 2 Fushan Wen 2023-10-19 10:13:04 UTC
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
Comment 3 Fushan Wen 2023-10-19 10:13:16 UTC
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
Comment 4 Bug Janitor Service 2023-11-05 16:45:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/215