mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3593] Some errors in Telegram #2252
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#2252
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 @svc88 on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3593
There are some errors when running Telegram. I dont see any significant difference, but only want to question the errors..
firejail /opt/Telegram/Telegram
Specifically the last 4 lines.
firejail version 0.9.62
Xubuntu 18.04
Telegram binary version: v 2.2.0
@bbhtt commented on GitHub (Aug 18, 2020):
Does telegram not open under firejail or do you want to know what the errors are about?
Also are you using the tarball?
@svc88 commented on GitHub (Aug 18, 2020):
@kortewegdevries
It does open, it works fine so far. I am just questioning the errors in the last 4 lines
I am using the binary here
@bbhtt commented on GitHub (Aug 18, 2020):
Probably trying to update or create a desktop entry because that directory is
read-only; try addingread-write ${HOME}/.local/share/applicationsto your profile to see if it fixes.Likely it's harmless warning...@chiraag-nataraj commented on GitHub (Aug 18, 2020):
For what it's worth, I don't get any such errors when I use the
telegram-desktoppackage from Debian with the Telegram profile here.Edit: I stand corrected. I looked at my logs and get similar errors. I just ignore them because they don't affect Telegram's functionality.
@svc88 commented on GitHub (Aug 21, 2020):
@kortewegdevries i put that line in telegram.profile just after the line
include telegram.localSeems this
The databases in [/home/test/.local/share/applications/] could not be updated.disappeared but i still get these after each run:Although could be harmless warnings, i was wondering whats causing them.
However as @chiraag-nataraj mentioned, if they dont affect functionality then its fine. thanks