On 3/12/09 10:58, Wolf Drechsel wrote:
Below I paste console.log - looks as if still some aqua component were in the game - argh !
2009-12-03 10:45:22.223 defaults[385] The domain/default pair of (kCFPreferencesAnyApplication, AppleAquaColorVariant) does not exist 2009-12-03 10:45:22.260 defaults[386] The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor) does not exist
to briefly explain these messages from the 'defaults' command:
Every time Inkscape.app is launched it checks the user preferences for the color settings of 'System Preferences > Appearance' and adapts the GTK+ theme of Inkscape to use the same color scheme as the user has set for the overall OS X Aqua appearance.
If you never changed the defaults, the settings are not stored explicitly and the 'defaults' command can't find custom preferences for the Aqua color settings.
You can avoid these messages if you once change the Appearance and Highlight Color in the System Preferences and then change them back to the values you used before. Now 'AppleAquaColorVariant' and 'AppleHighlightColor' are stored explicitly in the user preferences and 'default' no longer produces these warnings.
~suv