Go to file
Marta Marczykowska-Górecka ef6288f1ff
Added "set as dvm template" to VM settings
Added an 'Advanced' settings checkbox that allows the user to set a given
VM as template fo dispvms. It sets both the template_for_dispvms property
and the appmenus-dispvm feature - instead of delving into particulars
of how and which should be set, the user can just turn off the
whole setting if they want to make some changes in the vm and then turn
it on again.

fixes QubesOS/qubes-issues#4004
2019-02-23 18:27:22 +01:00
.tx
ci
icons Repaired manager icons 2018-01-28 20:54:10 +01:00
qubesmanager Added "set as dvm template" to VM settings 2019-02-23 18:27:22 +01:00
rpm_spec Apply DSA-4371 fix before launching updates 2019-01-23 06:16:16 +01:00
test-packages
ui Added "set as dvm template" to VM settings 2019-02-23 18:27:22 +01:00
.gitignore gitignore 2015-05-04 00:45:11 +02:00
.travis.yml
build-deps.list
Makefile
Makefile.builder
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop Fixed useless menu item 2018-01-06 02:51:00 +01:00
qubes-qube-manager.desktop
qubes-template-manager.desktop
qubes-vm-create.desktop fixes to system menu 2017-07-16 16:36:36 +02:00
qubesmanager.pro
README.md
resources.qrc
setup.py
version version 4.0.27 2019-01-23 14:01:16 +01:00

Qubes Manager

Managing translations

Adding new language

  1. Add i18n/qubesmanager_LANGUAGECODE.ts (replace LANGUAGECODE with actual code, for example es) to qubesmanager.pro - TRANSLATIONS setting.
  2. Run make res update_ts

Regenerating translation source files (.ts)

make res update_ts

This will keep translated strings, but will add new ones.

Updating translations

Commit updated .ts files into i18n directory.

Tests

Located in the tests/ directory.

To run qube manager and backup tests: python3 test_name.py -v

To run global settings tests: sudo systemctl stop qubesd; sudo -E python3 test_global_settings.py -v ; sudo systemctl start qubesd