mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #746] strange xpra error. #507
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#507
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 @xahare on GitHub (Aug 27, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/746
this stopped working earlier today in my main work vm. ~/.xpra does exist. in Vagrant, the same setup still works, so i dont know how to reproduce this. im using ubuntu 16.04. in vagrant, boxcutter/ubuntu1604-desktop
the strange error is "socket path error: [Errno 2] No such file or directory: 'socket-dirs = ~/.xpra'"
this happens with the ppa release or compiling from todays source (git pull, make, sudo make install)
--x11=xephyr still works.
@chiraag-nataraj commented on GitHub (Aug 28, 2016):
Since you're using
--private=~/firejail/workbrowser, I feel like.xprashould reside within that directory. That is, you should create the directory~/firejail/workbrowser/.xpra. Does that fix the issue?[EDIT]
Strange...I just tried that combination and it worked without having to create the directory. I would still try it though, since it may fix the issue? Did you upgrade firejail recently on one box but not the other?
@xahare commented on GitHub (Aug 28, 2016):
same result. i think its a regression with another library or something. having ~/.xpra in my real directory has worked fine for weeks. it also works fine in vagrant with an ubuntu 16.04 desktop.
@chiraag-nataraj commented on GitHub (Aug 28, 2016):
I wonder which library that would even be...firejail only depends on libc6...and you're running the same version of firejail on both machines?
@xahare commented on GitHub (Aug 28, 2016):
in vagrant, the ppa version. on the persistent vm, i tried both the ppa and compiled from github. doing an update in the vagrant box to see if it breaks it.
[update] updating the vagrant box didnt break it. so now, in theory, both vms are running the same stuff. the only difference is the vagrantbox is virtualbox, while the persistent one (thats broken) is vmware-fusion. i doubt this difference could cause the problem. permissions on ~/.xpra are the same.
ill try to get xpra working, but if it cant be done, then the only loss is some convenience, and maybe camera and microphone protection (another thread). i can live with xephyr until wayland takes over.
i also dont care what distro i use, cause all my apps live in firejail anyway. so open to changing. fedora is probably next because wayland. or maybe rebecca black. im not holding my breath for mir.
@netblue30 what distro works for you? have you played with wayland yet?
@netblue30 commented on GitHub (Sep 6, 2016):
I've seen xpra working on Debian and Ubuntu, didn't play with wayland yet.
@xahare commented on GitHub (Sep 11, 2016):
found it. user error. in my ~/.xpra/xpra.conf
socket-dirs = socket-dirs = ~/.xpra
fixed.