Go to file
Marta Marczykowska-Górecka b19d9e1373
Changed checking for VM name in use
In near future the old way will stop working, so
this is a pre-emptive fix.
2019-07-29 21:52:40 +02:00
.tx
ci Remove all dbus references 2018-09-12 16:32:37 +02:00
icons
qubesmanager Changed checking for VM name in use 2019-07-29 21:52:40 +02:00
rpm_spec Tests for Create New VM 2019-05-12 20:50:21 +02:00
test-packages Pylint fixes 2018-09-10 19:02:19 +02:00
ui Merge remote-tracking branch 'origin/pr/182' 2019-06-10 03:48:13 +02:00
.gitignore
.travis.yml travis: switch to xenial 2019-03-23 03:26:43 +01:00
build-deps.list
Makefile Added make clean to Makefile 2018-04-12 22:10:37 +02:00
Makefile.builder Add Makefile.builder 2013-03-19 15:06:14 +01:00
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop
qubes-qube-manager.desktop
qubes-template-manager.desktop Initial template manager 2018-12-03 18:25:49 +01:00
qubes-vm-create.desktop
qubesmanager.pro Fix travis build 2018-10-20 23:01:35 +02:00
README.md Changes as requested by @marmarek 2018-09-16 23:33:17 +02:00
resources.qrc
setup.py Initial template manager 2018-12-03 18:25:49 +01:00
version version 4.0.36 2019-06-24 21:44:37 +02: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