Summary: | Volume slider in Elisa does not work | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Vishnu Nair <vnair888> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adojck, dtombaugh, marc.schlegel, nate, neousr, piedro.kulman, soprwa, vnair888 |
Priority: | NOR | ||
Version: | 0.0.81 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=405192 | ||
Latest Commit: | https://invent.kde.org/multimedia/elisa/-/commit/12163b9d1a0bfad327559d5be09a87daa2fef6ed | Version Fixed In: | |
Sentry Crash Report: |
Description
Vishnu Nair
2018-03-29 20:11:49 UTC
Which version did you use? If it was git master could you please retest with the latest version? I recently broke the volume slider in the master branch, but Matthieu fixed it. Hello, thanks for your report. Could you check again if you still reproduce this problem with recent builds of Elisa ? You can easily try the flatpak KDE nightly builds (https://community.kde.org/Guidelines_and_HOWTOs/Flatpak). Hello, On version 0.2 which was released earlier today, Volume Slider still does not work. Also clicking Speaker button to mute sound does not work. OS: Arch x86_64 qml binary version 1.1 built with Qt version 5.11.1 Elisa version: 0.2 One more thing, noticed this line in Konsole: Warning: "No volume control found" This happens every time I change the track. (In reply to Adomas Jackevičius from comment #3) > Hello, > On version 0.2 which was released earlier today, Volume Slider still does > not work. Also clicking Speaker button to mute sound does not work. > > OS: Arch x86_64 > qml binary version 1.1 > built with Qt version 5.11.1 > Elisa version: 0.2 Hello, could you please test with a flatpak build ? I believe that this is a packaging problem given that I have never seen that bug with flatpak builds nor windows builds nor builds on my Linux development computer. I found on a clean VM using neon both Unstable and User the same behavior. Just to add installing the gstreamer1.0-plugins-bad package from the repos will make music play and remove the "No volume control found" error on the terminal but the volume slider will continue to do nothing. But the volume will be able to be changed by the audio widget. Can you try again with the version from git master or KDE Neon unstable or openSUSE Krypton? 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! On OpenSuse Tumbleweed with all the latest updates and running KDE 6.0.2 I can confirm that in Elisa the volume slider has no effect at all! The mute button works though... Also (not part of this bug here - but still...!) pausing and un-pausing results in short sound stutters - very unpleasant. Neither the non-working volume slider nor the sound stutters on puase/unpause happen with VLC, Deadbeef or other players I tested... I can confirm that Elisa volume slider does not work. it will not change the volume. All other media players work correctly. I have tried VLC, goodvibes, cantata, Gnome Music. Operating System: openSUSE Tumbleweed 20240318 KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.9-1-default (64-bit) Graphics Platform: Wayland Processors: 8 × AMD FX(tm)-8350 Eight-Core Processor Memory: 15.6 GiB of RAM Graphics Processor: NVC1 (In reply to Dirk Tombaugh from comment #11) > I can confirm that Elisa volume slider does not work. it will not change the > volume. All other media players work correctly. I have tried VLC, goodvibes, > cantata, Gnome Music. > > Operating System: openSUSE Tumbleweed 20240318 > KDE Plasma Version: 6.0.2 > KDE Frameworks Version: 6.0.0 > Qt Version: 6.6.2 > Kernel Version: 6.7.9-1-default (64-bit) > Graphics Platform: Wayland > Processors: 8 × AMD FX(tm)-8350 Eight-Core Processor > Memory: 15.6 GiB of RAM > Graphics Processor: NVC1 Forgot to add Elisa version 24.02 (according to the About screen) I noticed the same issue after upgrading to Plasma 6. KDE Frameworks 6.0.0 Qt 6.6.2 Wayland I did go back to the flatpak version that was available (23.08.4) and it is working. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/564 Git commit 979a6ea3754c4b60fb05f26b837147cd5ab1264b by Jack Hill. Committed on 02/04/2024 at 19:06. Pushed by jackh into branch 'master'. Fix broken volume slider with Qt Multimedia backend QAudioOutput::setVolume takes a float from 0 to 1. We were calculating the volume correctly but then converted it to an integer from 0 to 100 before passing it to the QAudioOutput. M +3 -3 src/audiowrapper_qtmultimedia.cpp https://invent.kde.org/multimedia/elisa/-/commit/979a6ea3754c4b60fb05f26b837147cd5ab1264b Git commit 12163b9d1a0bfad327559d5be09a87daa2fef6ed by Jack Hill. Committed on 02/04/2024 at 19:12. Pushed by jackh into branch 'release/24.02'. Fix broken volume slider with Qt Multimedia backend QAudioOutput::setVolume takes a float from 0 to 1. We were calculating the volume correctly but then converted it to an integer from 0 to 100 before passing it to the QAudioOutput. (cherry picked from commit 979a6ea3754c4b60fb05f26b837147cd5ab1264b) M +3 -3 src/audiowrapper_qtmultimedia.cpp https://invent.kde.org/multimedia/elisa/-/commit/12163b9d1a0bfad327559d5be09a87daa2fef6ed |