Go to file
Marta Marczykowska-Górecka a41908f92f
Added gui daemon options to VM settings
Added allow-fullscreen and allow-utf8-titles as options to VM settings

references QubesOS/qubes-issues#2304
2020-07-07 21:47:13 +02:00
.tx
ci
debian
icons
qubesmanager Added gui daemon options to VM settings 2020-07-07 21:47:13 +02:00
rpm_spec debian: add packaging 2020-06-16 17:52:16 +02:00
test-packages/qubesadmin Add handling for backup in progress 2019-11-11 17:44:53 +01:00
ui Added gui daemon options to VM settings 2020-07-07 21:47:13 +02:00
.gitignore
.travis.yml
build-deps.list
Makefile
Makefile.builder
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop
qubes-qube-manager.desktop
qubes-template-manager.desktop
qubes-tools.directory
qubes-tools.menu
qubes-vm-create.desktop
qubesmanager.pro
README.md
rel
resources.qrc
setup.py
version

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.

Pushing translations to transifex

You'll need a token (for your own transifex acount, to configure it just run tx config once).

tx push -s

Getting translation from transifex

tx pull

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