Bug 70587 - malformed config line: startup-
Summary: malformed config line: startup-
Status: VERIFIED INVALID
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium major
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 19:59 UTC by U. Artie Eoff
Modified: 2013-10-25 00:04 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description U. Artie Eoff 2013-10-17 19:59:04 UTC
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.
Comment 1 U. Artie Eoff 2013-10-17 20:24:00 UTC
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.
Comment 2 U. Artie Eoff 2013-10-17 20:25:56 UTC
(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.