Skip to content

Commit

Permalink
Weston config
Browse files Browse the repository at this point in the history
  • Loading branch information
nmilosev committed May 11, 2017
1 parent ed4b585 commit 352aff1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions targets/post-common
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ echo "Wayland support (run weston-terminal to test, wayland to start weston comp

dnf install weston xorg-x11-server-Xwayland -y

mkdir -p /home/fedora/.config
touch /home/fedora/.config/weston.ini
# Weston config to support XWayland
echo '[core]' >> /home/fedora/.config/weston.ini
echo 'modules=xwayland.so' >> /home/fedora/.config/weston.ini

rm -f "$0"

cat /etc/.fedoracroutonmsg

0 comments on commit 352aff1

Please sign in to comment.