Open mYnDstrEAm opened 2 years ago
Tried after rebooting but had the same problem: it was solved by adding ignore disable-mnt
to the .local profile.
Shouldn't disable-mnt
be added to the QOwnNotes profile? And is there already info about how to undo / override settings via ignore
in .local profiles in the docs (man page)?
Moreover, when trying to open a note in the file explorer with "Show note in file manager" it doesn't open Dolphin and has this in the console: Warning: Unable to detect a launcher for 'file:///home/username/dir/Notebooks' ((null):0, (null))
Description
Maybe it's just a trivial thing: I have this in
/home/username/.config/firejail/QOwnNotes.local
:Edit: it was as trivial as adding
ignore disable-mnt
, see the comment below.When I launch it this is the output (please comment if you spot something that shouldn't be there):
The
net none
is in the profile mainly because of this: https://github.com/pbek/QOwnNotes/issues/2602 (it would be great if firejail could prompt the user about whether or not to allow an application Internet access whenever it is first run, but that's a separate issue).The last few errors about PulseAudio are repeated many times.
I think it has to do with veracrypt: Wayland support in Debian11/KDE is not good so it often crashes and whenever the session is restored VeraCrypt is missing from the traybar and also can't be launched as it just shows a messagebox "VeraCrypt is already running". If anybody knows a solution to this problem: the two questions about this are here: https://unix.stackexchange.com/questions/676989/how-to-circumvent-veracrypt-is-already-running and https://unix.stackexchange.com/q/603777/233262 It may have to do with the PulseAudio messages. I'll check whether QOwnNotes can access the directories when I reboot.
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail QOwnNotes
with the above QOwnNotes.localExpected behavior
It can access the veracrypt directory
Actual behavior
It can't access the whitelisted veracrypt directory
Behavior without a profile
Additional context
Environment
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log