mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1799] Dropbox, multiple issues #1221
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#1221
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 @idnovic on GitHub (Mar 5, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1799
Dropbox starts 2 times for me instead of 1.
Also tray menu of dropbox choose "Launch dropbox website"
Opens firefox but I get this error
File not found
Firefox can’t find the file at /tmp/XXXXXX
I need help debuging the wrongly dual start. Dropbox 2 times in tray does not make sense.
@chiraag-nataraj commented on GitHub (Mar 5, 2018):
Are you using the default dropbox profile? If not, please upload the dropbox profile you're using.
@idnovic commented on GitHub (Mar 5, 2018):
ohh, okay now I understand, I did not edit the dropbox profile but made following changes to try to fix it
$ cat /etc/firejail/dropbox.local
join-or-start dropbox
@chiraag-nataraj commented on GitHub (Mar 5, 2018):
Okay. Let me experiment and get back to you.
[Edit] One more question: how did you install Dropbox?
@idnovic commented on GitHub (Mar 5, 2018):
the default profile on my side (I removed the commented lines because I dunno how to disable markdown)
$ cat /etc/firejail/dropbox.profile
include /etc/firejail/dropbox.local
include /etc/firejail/globals.local
noblacklist ${HOME}/.config/autostart
noblacklist ${HOME}/.dropbox
noblacklist ${HOME}/.dropbox-dist
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
include /etc/firejail/disable-programs.inc
mkdir ${HOME}/.dropbox
mkdir ${HOME}/.dropbox-dist
mkdir ${HOME}/Dropbox
mkfile ${HOME}/.config/autostart/dropbox.desktop
whitelist ${HOME}/.config/autostart/dropbox.desktop
whitelist ${HOME}/.dropbox
whitelist ${HOME}/.dropbox-dist
whitelist ${HOME}/Dropbox
include /etc/firejail/whitelist-common.inc
caps.drop all
netfilter
no3d
nodvd
nogroups
nonewprivs
noroot
nosound
notv
novideo
protocol unix,inet,inet6
seccomp
shell none
private-dev
private-tmp
noexec /tmp
@idnovic commented on GitHub (Mar 5, 2018):
I just restarted to claim more information
2922:idnovic:/usr/bin/firejail /usr/bin/baloo_file
3400:idnovic:/usr/bin/firejail /usr/bin/dropbox start -i
6885:root:firejail --list
but it runs 2 times screenshot
process manager
@idnovic commented on GitHub (Mar 5, 2018):
I think I used the "binary downloader" included in the repo.
If you install dropbox from repo it downloads the newest version automatically.
The installed dropbox from repo is 2015.10.28 but it seems it is just an downloader like the steam installer
@chiraag-nataraj commented on GitHub (Mar 5, 2018):
Hmmm, so I just ran
firejail dropbox startand it only ran one instance.@idnovic commented on GitHub (Mar 5, 2018):
if i run the command it only opens once too.
I only have it in autostart once. I dunno how it runs 2 times.
Is it only started once after you restart your desktop/pc?
@chiraag-nataraj commented on GitHub (Mar 5, 2018):
I don't use a desktop environment - I would just put the exact command above in my
~/.xinitrcand it would (most likely) spawn only once. I don't actually use Dropbox and only downloaded it to test 😂@idnovic commented on GitHub (Mar 5, 2018):
good idea, thank you
@idnovic commented on GitHub (Mar 5, 2018):
it seems to be on my end. Even if I deactivate autostart dropbox is "responsible" enough to readd it itself...