Summary: | Default settings of K3b point to notification sounds that don't exist | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | geiger.david68210, michalm, trueg |
Priority: | NOR | ||
Version: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/k3b/commit/361048ce6bb151394efb722f6d69e02f068af7b1 | Version Fixed In: | |
Sentry Crash Report: |
Description
Patrick Silva
2018-02-04 19:27:21 UTC
By default K3b uses the following audio files to play notification sounds: KDE-K3B-Finish-Success.ogg KDE-K3B-Finish-Error.ogg KDE-K3B-Insert-Medium.ogg However such files do not exist. Notification sounds work as expected when I set the following audio files available in /usr/share/sounds/ : Oxygen-K3B-Finish-Success.ogg Oxygen-K3B-Finish-Error.ogg Oxygen-K3B-Insert-Medium.ogg K3b 19.04.2 Operating System: Arch Linux KDE Plasma Version: 5.16.2 KDE Frameworks Version: 5.59.0 Qt Version: 5.13.0 Hi, Same issue here on Mageia Cauldron. Some years that is was reported and no response from any developer! this following files doesn't exist anymore, they were provided by kdebase-runtime from kde4: KDE-K3B-Finish-Success.ogg KDE-K3B-Finish-Error.ogg KDE-K3B-Insert-Medium.ogg Now it is oxygen-sounds from plasma which provides new kb3 sound notification file with: Oxygen-K3B-Finish-Success.ogg Oxygen-K3B-Finish-Error.ogg Oxygen-K3B-Insert-Medium.ogg So an easy fix is to replace this file from source in https://invent.kde.org/multimedia/k3b/-/blob/master/src/k3b.notifyrc: sed -i 's|Sound=KDE-K3B|Sound=Oxygen-K3B|g' A possibly relevant merge request was started @ https://invent.kde.org/multimedia/k3b/-/merge_requests/42 Git commit 7e1b31d7f13b19e01d32553e35b0fd94d48a1e59 by Albert Astals Cid. Committed on 05/04/2023 at 21:20. Pushed by aacid into branch 'master'. Use proper sound names M +3 -3 src/k3b.notifyrc https://invent.kde.org/multimedia/k3b/commit/7e1b31d7f13b19e01d32553e35b0fd94d48a1e59 Git commit 361048ce6bb151394efb722f6d69e02f068af7b1 by Albert Astals Cid. Committed on 05/04/2023 at 22:22. Pushed by aacid into branch 'release/23.04'. Use proper sound names (cherry picked from commit 7e1b31d7f13b19e01d32553e35b0fd94d48a1e59) M +3 -3 src/k3b.notifyrc https://invent.kde.org/multimedia/k3b/commit/361048ce6bb151394efb722f6d69e02f068af7b1 |