mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1578] What happened to the remote desktop feature & tutorial? #1048
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#1048
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 @neurodiverseEsoteric on GitHub (Sep 26, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1578
I thought there was a way to launch linux operating systems stored in separate hard drives/partitions through firejail. I wanted to test it out by launching a nested X Session of Xubuntu 17.04 by running firejail --x11 --chroot=/run/media/Xubuntu-OS-mount-point, but it keeps failing with a error message about a bad "/etc/resolv.conf" file. I also can't find the guide that I remember viewing on the wordpress blog. Does that mean firejail can't do this sort of thing anymore?
@netblue30 commented on GitHub (Sep 28, 2017):
The feature is fully supported, this is a bug, thanks. I put a fix in, you can try it out.
@neurodiverseEsoteric commented on GitHub (Sep 28, 2017):
Okay, is the fix already applied to the Arch (Manajaro) Linux package?
@Fred-Barclay commented on GitHub (Sep 28, 2017):
@esotericDisciple It won't be in the mainline Arch repo until firejail version 0.9.52 is released. In the meantime you could build firejail from the latest code here on Github with
git clone --depth 1 https://github.com/netblue30/firejail.git && cd firejail && ./configure --prefix=/usr && make && sudo make install-strip. There is also a firejail-git package in the AUR, though I've not tried it.