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.
This commit is contained in:
parent
0e4e76fee0
commit
239dd22eea
1 changed files with 7 additions and 0 deletions
7
sway/config.live.d/99-xhost-allow-liveinst.conf
Normal file
7
sway/config.live.d/99-xhost-allow-liveinst.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Allow local root to connect to Xwayland.
|
||||
# Anaconda runs elevated and will fail to start without that.
|
||||
|
||||
#
|
||||
# Requires: xhost
|
||||
|
||||
exec xhost si:localuser:root
|
||||
Loading…
Add table
Add a link
Reference in a new issue