-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"firejail --list" does not show hardlinked firefox #64
Comments
Did you crate a hardlink or a softlink? (Your command creates a softlink.) 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... Now I tried starting it by double-clicking in the icon in Firetools, and |
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 run
firejail --list
I don't get any resultsbut when I run
which firefox
I get/usr/local/bin/firefox
Manjaro, firejail 0.9.70-1
The text was updated successfully, but these errors were encountered: