Skip to content

Commit

Permalink
gui: set guivm windows prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Nov 6, 2019
1 parent 89e3ae3 commit 74a1893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qubes/ext/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ def on_domain_qdb_create(self, vm, event):
kbd_layout = vm.guivm.features.get('keyboard-layout', None)
if kbd_layout:
vm.untrusted_qdb.write('/keyboard-layout', kbd_layout)

# Set GuiVM prefix
guivm_windows_prefix = vm.features.get('guivm-windows-prefix', 'GuiVM')
if vm.features.get('service.guivm-gui-agent', None) == '1':
vm.untrusted_qdb.write('/guivm-windows-prefix',
guivm_windows_prefix)

0 comments on commit 74a1893

Please sign in to comment.