From 0ea7333392c3afdbcd8f9194d51cee1e3f55178c Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Tue, 27 Nov 2012 16:54:53 -0700 Subject: [PATCH] weston.ini: Introduce core section and remove type keys. Since a6813d288, there is no longer a "type" key in the [shell] config section. Instead the code accepts a [core] section with a modules key, containing a comma separated list of modules to load. This patch removes the type keys and adds a core section in the example weston.ini config file. --- weston.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/weston.ini b/weston.ini index 4cad83b52..c21346083 100644 --- a/weston.ini +++ b/weston.ini @@ -1,5 +1,7 @@ +[core] +#modules=desktop-shell.so,xwayland.so + [shell] -type=desktop-shell.so background-image=/usr/share/backgrounds/gnome/Aqua.jpg background-color=0xff002244 panel-color=0x90ff0000 @@ -8,7 +10,6 @@ animation=zoom #binding-modifier=ctrl #num-workspaces=6 -#type=tablet-shell.so #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png #lockscreen=/usr/share/backgrounds/gnome/Garden.jpg #homescreen=/usr/share/backgrounds/gnome/Blinds.jpg