You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a container for the proprietary software suite WPS Office. I am able to build the Ubuntu container successfully. Unfortunately, when I try to launch it on the Fedora 25 host, I get the message "Starting xpra server..." and then it hangs forever. The subuser docs say that XPRA problems can be debugged by setting an environment variable, so here is the output for your pleasure:
cemonds:~/subuser-images$ SUBUSER_DEBUG_XPRA= subuser run wps-office
Starting xpra server...
xpra initialization error:
failed to create the Xorg log directory '/home/subuser//.xpra': [Errno 13] Permission denied:
'/home/subuser//.xpra'
[Errno 13] Permission denied: '/home/subuser//.xpra'
Error: failed to write script file in '/home/subuser/.xpra':
[Errno 13] Permission denied: '/home/subuser/.xpra'
Error trying to create XAUTHORITY file /home/subuser/.Xauthority: [Errno 13] Permission denied:
'/home/subuser/.Xauthority'
There are no additional log files, not even in the directory that the docs name (~/.subuser/volumes/xpra/wps-office/xpra-home), even though the directory does get created. In case you want to try it yourself, the dockerfile is as such:
Hello,
I'm trying to create a container for the proprietary software suite WPS Office. I am able to build the Ubuntu container successfully. Unfortunately, when I try to launch it on the Fedora 25 host, I get the message "Starting xpra server..." and then it hangs forever. The subuser docs say that XPRA problems can be debugged by setting an environment variable, so here is the output for your pleasure:
There are no additional log files, not even in the directory that the docs name (~/.subuser/volumes/xpra/wps-office/xpra-home), even though the directory does get created. In case you want to try it yourself, the dockerfile is as such:
and these are the permissions I set:
Thank you for your support and for developing this great software!
The text was updated successfully, but these errors were encountered: