mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4184] telegram-desktop 2.7.1 is not starting with telegram-desktop.profile #2570
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#2570
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 @ghost on GitHub (Apr 12, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4184
Bug and expected behavior
/usr/local/bin/telegram-desktop, is not starting with telegram-desktop.profile.No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal? Program started after usingfirejail --noprofile telegram-desktop/usr/bin/vlc)? Nothing, program did not startReproduce
Steps to reproduce the behavior:
firejail telegram-desktopusr/bin/telegram-desktop: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: No such file or directoryEnvironment
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.debug output
@rusty-snake commented on GitHub (Apr 12, 2021):
https://github.com/netblue30/firejail/issues/3868#issuecomment-754757409
Then it's not a firejail issue.
What error do you get?
How did you installed telegram-desktop? (The rpmfusion-free package uses /usr/bin/telegram-desktop).
What does
locate libwbclient.so.0show?Is
libwbclientinstalled?@ghost commented on GitHub (Apr 12, 2021):
I have corrected the title, sorry for that.
As for the rest of the questions:
telegram-desktopthrough rpm fusion./usr/bin/telegram-desktopis the bin location however system uses symlink from/usr/local/bin/telegram-desktoplocate libwbclient.so.0output:Telegram desktop start only if i use the following command:
firejail --noprofile telegram-desktopIt will execute as well if i try
/usr/bin/telegram-desktopIt wont execute if i call symlink
/usr/local/bin/telegram-desktopor use GNOME program shortcut from program list. It will not execute if i callfirejail telegram-desktopand it will show the output bellow@rusty-snake commented on GitHub (Apr 24, 2021):
895625b