Bugzilla – Bug 150130
CREATE_XDG_MENUS in /etc/sysconfig/windowmanager should be yes/no instead of true/false
Last modified: 2006-05-26 09:05:28 UTC
from /etc/sysconfig/windowmanager: # Should SuSEconfig create XDG menus for other windowmanagers # like blackbox, fluxbox, openbox? # Possible values are lowercase "true" or "false". # CREATE_XDG_MENUS="true" These values are very uncommon - most (boolean) sysconfig settings use "yes" and "no" as possible values. Please change CREATE_XDG_MENUS to yes/no also.
grep CREATE_XDG_MENUS /var/adm/fillup-templates/* ... reassigning to maintainer
Has someone a hint if/what script/package this variable still reads? Or is it obsolete anyway?
Removed CREATE_XDG_MENUS entry completely.