Skip to content

Commit

Permalink
Merge #1290
Browse files Browse the repository at this point in the history
1290: Fix `miral-app -demo-server` r=wmww a=AlanGriffiths

Fix `miral-app -demo-server`.

Export DISPLAY correctly when starting mir_demo_server.

Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
bors[bot] and AlanGriffiths committed Feb 18, 2020
1 parent 0b5a0a3 commit 2205752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/miral-shell/miral-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ else
# With mir_demo_server ${x11_display_file} contains the X11 display
if [ -e "${x11_display_file}" ]
then
export DISPLAY=$(cat "${x11_display_file}")
export DISPLAY=:$(cat "${x11_display_file}")
rm "${x11_display_file}"
else
unset DISPLAY
Expand Down

0 comments on commit 2205752

Please sign in to comment.