I am sure I have read this somewhere here on the list or in the [documentation](https://www.qubes-os.org/doc/) that it is possible to inject configuration files into an appVM when it gets created. Can someone maybe remind me how to do it?

For example to enable a default dark theme in a VM one does the following:

mkdir -p .config/gtk-3.0
vi .config/gtk-3.0/settings.ini

Then you add the following lines to settings.ini:

[Settings]
gtk-application-prefer-dark-theme=1

The problem here is if you do it in the template the appVM does not inherit ".config/gtk-3.0/settings.ini" because the appVM gets its own private storage. It is however a pain to have to manually put it in each appVM. This is just an example there are many other cases where this is desirable.

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/42519b14-5963-a2a8-1fa4-680cc0af425c%40ak47.co.za.

Reply via email to