-
Hello, I'm new to Firejail and a "experienced beginner" when it comes to Linux. Environment:
When I run $ firejail vlc
Reading profile /etc/firejail/default.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-programs.inc
Warning: networking feature is disabled in Firejail configuration file
** Note: you can use --noprofile to disable default.profile **
Parent pid 4825, child pid 4826
Child process initialized in 72.65 ms
VLC media player 3.0.21 Vetinari (revision 3.0.21-0-gdd8bfdbabe8)
[00005582fdc85550] main libvlc error: cannot open config file (/home/UserMe/.config/vlc/vlcrc): Permission denied
[00005582fdc85550] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00005582fdd16400] main playlist: playlist is empty
[00005582fdd35f40] main playlist export error: could not create playlist file /home/UserMe/.local/share/vlc/ml.xspf.tmp5: Permission denied I also get: $ ls -l /home/UserMe/.config/vlc/vlcrc
-rw-r--r-- 1 UserMe UserMe [...]
$ ls -l /home/Userxxxx/.local/share/vlc/ml.xspf
-rw-r--r-- 1 UserMe UserMe [...] I can add and remove files from After Any idea what is going wrong here? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
That output indicates that vlc is not running its dedicated If you or your OS uses Please post the output of the below commands: $ which -a vlc $ firejail /usr/bin/vlc HTH |
Beta Was this translation helpful? Give feedback.
-
(Offtopic) Please see the following links for how to format code blocks in markdown: |
Beta Was this translation helpful? Give feedback.
Seems like your firejail setup is incomplete. I'm not familiar with Mx Linux, but as it is a Debian derivative it is very likely you need to install
firejail-profiles
. Debian packages the dedicated sandbox profiles in a separate package, and that seems to be missing on your machine.After installing that package, run
sudo firecfg
so all the needed symlinks and desktop integration are in place. Currently things are not 'automagically' sandboxed on your machine, beware of that.