mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4923] goldendict: clicking tray icon creates another tray icon instead of opening a program window #2816
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#2816
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 @jose1711 on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4923
Description
When
goldendictis running and tray icon is enabled clicking the icon duplicates it.https://user-images.githubusercontent.com/1406222/153288802-24ba0c28-71e1-493e-9917-54ad3064ed97.mp4
Steps to Reproduce
Tray Icons: ReloadedGnome extension (https://extensions.gnome.org/extension/2890/tray-icons-reloaded/)firejailwith the predefined profileExpected behavior
Goldendict window should open.
Actual behavior
No new window opens, but instead an icon is duplicated.
Behavior without a profile
Works without the profile, but to fix the issue all what is needed is to remove
private-tmp.Additional context
Similar issues were reported already:
Environment
a6672757d1Checklist
/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)@rusty-snake commented on GitHub (Feb 9, 2022):
If you
ignore private-tmpwhich file does it create/access in/tmp?@jose1711 commented on GitHub (Feb 9, 2022):
@rusty-snake commented on GitHub (Feb 9, 2022):
Mutex is stored in /tmp without subdir, we need to
removeuseprivate-tmpfrom the profilejoin-or-start goldendict.Can you test if adding
join-or-start goldendictworks.@jose1711 commented on GitHub (Feb 9, 2022):
Yup, I can confirm. That really fixes it!
@jose1711 commented on GitHub (Feb 9, 2022):
flameshot.profilesuffers from the same issue (andjoin-or-start flameshotfixes that too)@rusty-snake commented on GitHub (Feb 9, 2022):
That's because Qt uses it's own socket instead of D-Bus (like GTK) for instance management.
To continue the list:
@jose1711 commented on GitHub (Feb 9, 2022):
Tried both keepassxc and vlc and cannot reproduce the same problem for those.
@rusty-snake commented on GitHub (Feb 9, 2022):
keepassxc already has j-o-s and for vlc I'm not sure (maybe depending on the config?).
@jose1711 commented on GitHub (Feb 9, 2022):
ah, true..