Hi,

I want to set the "SOGoCalendarCategoriesColors" for all users, i.e. I want to set it at ~sogo/GNUstep/Defaults/.GNUstepDefaults.

First try (as user sogo):
defaults write sogod SOGoCalendarCategoriesColors '({Besprechung=#FFD700;})'

leads to
<key>SOGoCalendarCategoriesColors</key>
<array>
<dict>
<key>Besprechung</key>
<string>#FFD700</string>
</dict>
</array>
in ".GNUstepDefaults".
When restarting "sogod" as user root these entries are deleted. Why ?

Second try (as user sogo):
defaults write sogod SOGoCalendarCategoriesColors '(Besprechung:#FFD700)'

leads to:
<key>SOGoCalendarCategoriesColors</key>
<array>
<string>Besprechung:#FFD700</string>
</array>
in ".GNUstepDefaults".
When restarting "sogod" as user root these entries are deleted , too !

What ist the correct syntax for "defaults write" to add these settings ?

SOGoCalendarCategories "Besprechung" exists and is visible at the webpage.

Thanks in advance for any hints
Bye
Holger
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to