[CI > Test] Try fixing xorg issues (6)
This commit is contained in:
parent
73dd6461fd
commit
b0a96e7765
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test_startup.yml
vendored
2
.github/workflows/test_startup.yml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install xorg
|
sudo apt-get install xorg
|
||||||
|
cat /etc/X11/Xwrapper.config
|
||||||
|
echo "allowed_users = anybody" > /etc/X11/Xwrapper.config
|
||||||
startx
|
startx
|
||||||
xhost local:
|
xhost local:
|
||||||
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue