mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1760] Dropbox startup fails because of missing library when started directly with firejail #1195
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#1195
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 @minus7 on GitHub (Feb 4, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1760
Dropbox fails to start with
firejail dropboxdue to the following error (use--ignore=private-tmpto let it get the log file/tmp/dropbox_error*):ImportError: librsync.so.1: cannot open shared object file: No such file or directoryThe interesting part is that when starting it from a shell it works:
firejail --profile=/etc/firejail/dropbox.profile sh -c dropbox.@smitsohu commented on GitHub (May 24, 2018):
@minus7 Can you please try if this is still an issue with latest Firejail 0.9.54? Alternatively can you comment
norootorshell nonein /etc/firejail/dropbox.profile and see if this works? Thanks!@minus7 commented on GitHub (May 24, 2018):
Works with 0.9.54, thanks