On Feb 9, 2014 7:18 AM, "nobuhiko_tanibata" <
[email protected]> wrote:
>
> Hi Jason,
>
> 2014-02-09 01:54 に Jason Ekstrand さんは書きました:
>
>> Nobuhiko,
>> These look pretty good assuming they properly compile (I can't compile
>> the man format in my head).
>
>
> This is snip of result of "man weston.ini". It is exactly compiled.
>
> CORE SECTION
>        The core section is used to select the startup compositor modules.
>
>        shell=desktop-shell.so
>
>               specifies the shell to load (string). Available  shells  in
 the
>               /home/user/usrfs/lib/weston directory are:
>
>                  desktop-shell.so
>
>        modules=xwayland.so,cms-colord.so
>
>               specifies the modules to load (string). Available modules
>               in the /home/user/usrfs/lib/weston directory are:
>
>                  xwayland.so
>                  cms-colord.so
>

Thanks. Man is hard to read.

>
>
>> One comment, is that we should probably
>> remove tablet-shell from the list of shells while we're at it.  It
>> might also be worth noting that this can be used to load other shell
>> plugins than the ones provided with weston.
>
>
> Yes. Shall we add more clear description like,
> "specifies the shells to load (string). This can be used for your own
implemented shell or the ones with Weston as default. Available shells with
Weston as default in the /home/user/usrfs/lib/weston directory are:
>         desktop-shell.

Yes, I like that.
--Jason Ekstrand

>
> BR,
> Nobuhiko
>
>>  --Jason Ekstrand
>>
>> On Sat, Feb 8, 2014 at 2:01 AM, Nobuhiko Tanibata
>> <[email protected]> wrote:
>>
>>> Add key:shell to CORE SECTION and move a example of desktop-shell
>>> from key:modules to key:shell.
>>> Add cms-colord.so to key:modules of CORE SECTION.
>>>
>>> Signed-off-by: Nobuhiko Tanibata
>>> <[email protected]>
>>> ---
>>>  man/weston.ini.man | 17 ++++++++++++++---
>>>  1 file changed, 14 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/man/weston.ini.man b/man/weston.ini.man
>>> index ce3f928..7b9ce0a 100644
>>> --- a/man/weston.ini.man
>>> +++ b/man/weston.ini.man
>>> @@ -92,16 +92,27 @@ The
>>>  .B core
>>>  section is used to select the startup compositor modules.
>>>  .TP 7
>>> -.BI "modules=" desktop-shell.so,xwayland.so
>>> -specifies the modules to load (string). Available modules in the
>>> +.BI "shell=" desktop-shell.so
>>> +specifies the shell to load (string). Available shells in the
>>>  .IR "__weston_modules_dir__"
>>>  directory are:
>>>  .PP
>>>  .RS 10
>>>  .nf
>>>  .BR desktop-shell.so
>>> -.BR tablet-shell.so
>>> +.fi
>>> +.RE
>>> +.TP 7
>>> +.TP 7
>>> +.BI "modules=" xwayland.so,cms-colord.so
>>> +specifies the modules to load (string). Available modules in the
>>> +.IR "__weston_modules_dir__"
>>> +directory are:
>>> +.PP
>>> +.RS 10
>>> +.nf
>>>  .BR xwayland.so
>>> +.BR cms-colord.so
>>>  .fi
>>>  .RE
>>>  .TP 7
>>> --
>>> 1.8.3.1
>>>
>>> _______________________________________________
>>> wayland-devel mailing list
>>> [email protected]
>>> http://lists.freedesktop.org/mailman/listinfo/wayland-devel [1]
>>
>>
>>
>>
>> Links:
>> ------
>> [1] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to