mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1463] wrong/corrupted tray icon running telegram in ubuntu with lxpanel / openbox #984
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#984
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 @badpenguin on GitHub (Aug 11, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1463
when running telegram, does not matter if through telegram-desktop ubunt's package or the latest binary from the net i always get a corrupted icon (white with red signal) into the lxpanel tray area
i've tried both blacklist and whitelist config
i've also tried to be more permissive possibile
but no luck
Any other option i can try both on command line or in the .profile file that i can try to solve the problem?
@SkewedZeppelin commented on GitHub (Aug 11, 2017):
Can you try running without private-tmp?
@badpenguin commented on GitHub (Aug 11, 2017):
uhm... is it enabled by default? i checked all the included files in the Telegram's profile and its not mentioned
@SkewedZeppelin commented on GitHub (Aug 11, 2017):
Oh, that was only added recently. Must be something else causing it.
@Fred-Barclay commented on GitHub (Aug 11, 2017):
G'day @badpenguin
What version of firejail are you running?
Do you get the correct tray icon if you run
firejail --noprofile telegram-desktop?@badpenguin commented on GitHub (Aug 12, 2017):
Ubuntu 17.04
firejail version 0.9.44.8
Tray icon is broken also when using
--noprofile.Maybe i should tray QuiteRSS too and see if it gets a broken icon too, at leat to restrict the problem to telegram only or to iteration with the lxpanel tray area.
@badpenguin commented on GitHub (Aug 12, 2017):
Same problem with
quiterss. So its must be something between firejail and lxde?Those are my dpkgs installed about lxde:
@ltworf commented on GitHub (Oct 20, 2017):
I use firejail+telegram on KDE and the icon is blue with the arrow for me, plus the red marker when there are messages
@Fred-Barclay commented on GitHub (Nov 8, 2017):
@badpenguin In trying to debug this I've noticed that firejail 0.9.44.8 doesn't come with the
telegram-desktop.profilethat's included in later versions. Can you runfirejail --profile=/etc/firejail/telegram.profile telegram-desktopand see if the tray icon is still messed up?Also, if this doesn't work, can you tell me how you set up your system (what Ubuntu flavor did you start with and how did you install openbox?) so I can get a similar setup here?
This is the icon I get
@badpenguin commented on GitHub (Nov 8, 2017):
@Fred-Barclay sorry, i've switched to Xfce, cannot help anytime soon
@Fred-Barclay commented on GitHub (Nov 8, 2017):
No worries! Let's close this for now and we can reopen if someone else is able to duplicate. 😄
@emerajid commented on GitHub (Aug 3, 2022):
Hi.
I do not want to create new issue, so will write here I guess?
System: Debian 11
DE: plain xfce4
Telegram version: 4.0.2
Telegram profile (slightly modified compared to the one in repository): https://pastebin.com/wNr6irsP
Telegram local config: https://pastebin.com/r33u5wzf
Global definitions: none
Problem: tray icon is white square with a red cross, instead of blue (and meaningful) telegram icon.
What breaks: dbus-user.talk org.kde.StatusNotifierWatcher
Note:
If I just comment out that line, everything works fine. I also noticed, that if you throw out all dbus related lines, then icon will not work unless include whitelist-runuser-common.inc is commented out, perhaps because qt-trayicon.png is being created in another /var/run/user/$UID/, which is inaccessible to jailed process. If I throw out all dbus related lines and do dbus-system none dbus-user none everything works fine.
If this is anyhow an issue, I can help debugging it, if no, then no.