Skip to content
Snippets Groups Projects
Unverified Commit 239dd22e authored by jkonecny1's avatar jkonecny1
Browse files

Fix Anaconda startup from app launcher on Live

We recommend use of application launcher in installation instructions
but Anaconda won't start until xhost application is started.

It's already solved by starting xhost app in ~/.bashrc, however, that
won't work for a launcher because it's not sourcing ~/.bashrc. To solve
this, start xhost by Sway configuration file on Live.
parent 0e4e76fe
No related branches found
No related tags found
1 merge request!11Fix Anaconda startup from app launcher on Live media
# Allow local root to connect to Xwayland.
# Anaconda runs elevated and will fail to start without that.
#
# Requires: xhost
exec xhost si:localuser:root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment