[PATCH weston] weston.ini: Introduce core section and remove type keys.
Kristian Høgsberg
hoegsberg at gmail.com
Tue Nov 27 17:30:46 PST 2012
On Tue, Nov 27, 2012 at 04:54:53PM -0700, Scott Moreau wrote:
> 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.
Good point, thanks.
Kristian
> ---
> weston.ini | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/weston.ini b/weston.ini
> index 4cad83b..c213460 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
> --
> 1.7.11.7
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list