desktop-config configuration files#

Configure at runtime#

You can configure desktop-config as runtime, by editing either

/apps/desktop-config/config

or

/usr/share/desktop-config/config

/apps/desktop-config/config always has precedence over the other.

The file contains one setting per line

$ cat /apps/desktop-config/config
setting-1
setting-2
setting-3

Those settings will be applied automatically at startup.

Hint

If you change the settings you will need to reboot to make them effective.

Configure out of Yocto#

To set your configuration out of Yocto build, change the variable

DESKTOP_CONFIG_DEFAULT = "setting-1 setting-2 setting-3"

Tip

This setting will be applied per image, so you can have different settings for different images.