mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4508] telegram.profile breaks download, open links und tray icon #2687
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#2687
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 @Schweber on GitHub (Sep 4, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4508
Using the default telegram.profile, i cannot download files, cannot open links and another tray icon is added every time i re-open the telegram window.
I expect all of this to work out of the box.
I created a telegram.local file whitelisting my download directory but this doesn't change anything. Running telegram-desktop without firejail works fine.
I am running Manjaro Cinnamon 21.1.1 with Kernel 5.10.60-1 and firejail 0.9.66 (no git-version).
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.Log
debug output.txt
@jose1711 commented on GitHub (Feb 9, 2022):
Unable to reproduce the issue with tray icon on Arch Linux and
firejailfrom git (a6672757d1).@davidebeatrici commented on GitHub (Feb 14, 2022):
I cannot reproduce on KDE, with firejail 0.9.68 and Telegram Desktop 3.4.8.
However, I have to add the following to the local profile in order for the tray icon to work:
The message that appears when the D-Bus message is not allowed:
@kmk3 commented on GitHub (Feb 14, 2022):
@davidebeatrici commented on Feb 14:
From telegram.profile on 0.9.68:
Does it work with
allow-tray = yeson /etc/firejail/firejail.config andnothing on the local profile?
Relates to #4510.
@davidebeatrici commented on GitHub (Feb 14, 2022):
Confirmed, thanks!
Shouldn't
allow-traybe enabled by default?@kmk3 commented on GitHub (Feb 14, 2022):
@davidebeatrici commented on Feb 14:
No problem. Closing this as fixed as of 0.9.68.
It appears that
org.kde.StatusNotifierWatcheris unsafe / allows escaping thesandbox (thus it's hidden behind
allow-tray); see: