Setting default terminal settings for a TemplateVM

Original forum link
https://forum.qubes-os.org/t/19067
Original poster
null
Editors
deeplow
Created at
2023-06-03 12:50:23
Last wiki edit
2023-08-14 20:30:24
Revisions
2 revisions
Posts count
1
Likes count
1
Tags
configuration, template, version-r40

When you create a VM based on a TemplateVM, the gnome-terminal settings (font, color) are not inherited by default. This document describes how to set terminal defaults for all VMs subsequently created off a TemplateVM.

(Previously-created VMs are unaffected.)

This document only applies to gnome-terminal (the standard terminal) and not XTerm, etc.

Thanks to unman on qubes-users for explaining how to do this.

Define your defaults

In dom0: qvm-run MYTEMPLATE gnome-terminal

In the terminal that pops up, adjust settings to your liking.

Save settings template-wide

In the templateVM's terminal:

sudo mkdir -p /etc/skel/.config/dconf
sudo cp ~/.config/dconf/user /etc/skel/.config/dconf/
sudo reboot

Subsequently-created VMs should now use the chosen settings by default.


This document was migrated from the qubes-community project