Public bug reported:

Binary package hint: gnome-settings-daemon

As of 2.32.0-0ubuntu3, the automake-fu, as listed on
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Automake%20fu,
has been applied wrongly, for no visible reason. Namely, the original
bit:

AC_ARG_ENABLE(appindicator,
                        
AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for 
application indicators ]),
                        [enable_appindicator=$enableval],
                        [enable_appindicator="auto"])

has been instead changed to:

AC_ARG_ENABLE([appindicator],
        AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build 
support for application indicators]),
        [enable_appindicator="yes"],
        [enable_appindicator="auto"])

Due to the way automake snippets are expanded and organised, this has
the effect of ignoring the actual value supplied to --enable-
appindicator and always substituting "yes" instead. The original form of
'[enable_appindicator=$enableval]' should be restored to fix it.

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[Maverick] APPINDICATOR automake-fu is broken
https://bugs.launchpad.net/bugs/666806
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to