mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5445] chafa: needs "shell none" for NixOS and/or Fish shell #3000
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#3000
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 @revuwa on GitHub (Oct 31, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5445
Description
Thanks for the chafa profile.
Sadly I experienced
Cannot start application: No such file or directoryunder NixOS (22.11pre) & Fish shell (v3.5.1) with that profile.Steps to Reproduce
Just use chafa with the new firejail profile (above) under NixOS with Fish shell.
Expected behavior
If you would consider to add:
shell noneinto the profile, it would work under NixOS and/or Fish, too.Log snippet (after adding
shell none):Actual behavior
Log snippet:
Behavior without a profile
Log snippet:
Additional context
To be honest, I've no idea if the showstopper is NixOS or Fish; I just know
shell nonedid the trick.Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program@rusty-snake commented on GitHub (Oct 31, 2022):
We had this error in the past already (ai could not find the issue). There are also more issue with fish.
Anyway,
shell noneis no the unconditional default, so unless you can reproduce this with firejail from git this is already fixed.@rusty-snake commented on GitHub (Oct 31, 2022):
Btw: using profiles from git with a stable firejail (I.e. firejail and profile release differ) isn't supported.
@revuwa commented on GitHub (Oct 31, 2022):
Thanks for the info, that it has something to do with fish (not NixOS). I couln't find anything, so I made this issue.
Thanks a lot!
If I understand this PR correctly,
shell noneis the new default.Oh boy, I have never thought about that before; good point.
@rusty-snake commented on GitHub (Oct 31, 2022):
Yes. It solved an entire class of bugs.
@revuwa commented on GitHub (Oct 31, 2022):
Well, thanks again.
So I use
--shell=noneas my new default, until a new release will arrive.@kmk3 commented on GitHub (Nov 3, 2022):
(Marking
notabugsince this was already fixed)(Re-closing as "not planned" since nothing was changed in firejail)
@kmk3 commented on GitHub (Nov 3, 2022):
Relates to #5196.