Weston fails to parse the default provided weston.ini with the following error: malformed config line: startup- This is not fatal to Weston and results in Weston using defaults for all settings. First bad commit is: commit 724c8d9e7cfc49c591baa81ef79179df17a638ef Author: Kristian Høgsberg <krh@bitplanet.net> Date: Wed Oct 16 11:38:24 2013 -0700 shell: Add a new weston.ini to control the startup animation The new key startup-animation in the [shell] section lets you control the startup animation. Default is fade, but with this patch we can also do none, which just show the desktop as fast as possible.
Apologies... I forgot that my script processes the weston.ini with "sed -i "s/animation.*//", which is now erroneous with the new "startup-animation" setting.
(In reply to comment #1) > Apologies... I forgot that my script processes the weston.ini with "sed -i > "s/animation.*//", which is now erroneous with the new "startup-animation" > setting. This'll do the trick: s/^animation.*// ;-)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.