Created attachment 245746 [details] add the sounds back to the Oxygen style With the KDE update 5.25 the sounds from the oxygen style were moved to an extra package. However, x11/kf5-frameworkintegration refers to some of these sounds in plasma_workspace.notifyrc. This leads to error messages, e.g. "kf.notifications: Audio notification requested, but sound file from notifyrc file was not found, aborting audio notification". With the patch the sounds are again as before with in the plasma5-oxygen package.
Cool! It would be nice to have new port port x11-themes/plasma5-oxygen-sounds, which installs a sound theme. Lars, could you rework you patch to accomplish this?
Created attachment 245862 [details] plasma5-oxygen-sounds Now as a single port.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6b83d42a0f2ea6fe8cafee098302324a8435fd9 commit e6b83d42a0f2ea6fe8cafee098302324a8435fd9 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-25 23:10:54 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-25 23:10:54 +0000 audio/plasma5-oxygen-sounds: add default Plasma sound theme (+) PR: 274599 audio/Makefile | 1 + audio/plasma5-oxygen-sounds/Makefile (new) | 17 ++++++++++ audio/plasma5-oxygen-sounds/distinfo (new) | 3 ++ audio/plasma5-oxygen-sounds/pkg-descr (new) | 1 + audio/plasma5-oxygen-sounds/pkg-plist (new) | 50 +++++++++++++++++++++++++++++ 5 files changed, 72 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f6c6375c89da96b226a63330d418e5b206930d commit 91f6c6375c89da96b226a63330d418e5b206930d Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-25 23:27:07 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-25 23:27:07 +0000 x11/kf5-frameworkintegration: depend on audio/plasma5-oxygen-sounds (+) PR: 274599 x11/kf5-frameworkintegration/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Have placed sounds theme under audio/ cathegory as it could be. Thanks for submission!