mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6979] vlc: two notifications are displayed for track change #3439
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mYnDstrEAm on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6979
Description
When a track is changed in VLC and notifications for track change are enabled in it and "LibNotify Notification Plugin" is enabled in its settings, two notifications are displayed instead of just one where one of the two is an old-looking speech bubble notification and one is the modern-looking native theme-using Plasma notification with next and previous buttons.
Steps to Reproduce
Steps to reproduce the behavior
sudo apt-get install vlc-plugin-notifyon Debian 13 with KDE.LC_ALL=C firejail /usr/bin/vlcExpected behavior
Just the Plasma notification in the configured/right corner.
Actual behavior
Two notifications, including the ugly speech bubble notification in the left corner.
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Only one notification is displayed as it should.
Additional context
Linked to this issue at https://unix.stackexchange.com/questions/801664/vlc-notification-speech-bubble-popups-look-bad-and-old-how-to-make-it-use-kde
Environment
uname -srm): Linux 6.12.57+deb13-amd64 x86_64mesa 1:24.3.3-2"): vlc 3.0.21
firejail --version): 0.9.74was compiled (
git rev-parse HEAD):Checklist
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877)/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@mYnDstrEAm commented on GitHub (Dec 3, 2025):
I just found out that one can make it just one notification: open the preferences again and select "Never" for "Show media change popup" (in Interface settings under Look and feel) and save. The track change popup still shows but only once. Would still be good to fix this in firejail but it's not important and you could even close the issue if there's no quick and easy way to fix it.