Open shmu26 opened 2 years ago
Did you crate a hardlink or a softlink? (Your command creates a softlink.) Hardlinks do not work because both links are the same file.
How did you start firefox? Was there an already running firefox instance?
So it is a softlink, then, if that is what my command creates... I started firefox by clicking on its icon in the applications menu. There was no instance of firefox running.
Now I tried starting it by double-clicking in the icon in Firetools, and firejail --list
shows it properly.
I wonder if this has to do with wayland. I am running Gnome 42 with wayland.
If manjaro uses the firefox packages from arch, you need to patch the .desktop file.
Yes. patching .desktop files, as per the Arch Wiki, was the answer. Thanks!
I made a hard link to start firefox in firejail:
sudo ln -s /usr/bin/firejail /usr/local/bin/firefox
when I runfirejail --list
I don't get any results but when I runwhich firefox
I get/usr/local/bin/firefox
Manjaro, firejail 0.9.70-1