Skip to content

Commit 32a2d1f

Browse files
committed
Add -o/--open-at option to global config
Enable opening global config at one of the predefined locations. See readme or code for the list of those. references QubesOS/qubes-issues#9530
1 parent bab3289 commit 32a2d1f

File tree

4 files changed

+402
-103
lines changed

4 files changed

+402
-103
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,44 @@ name an include file (e.g. `include/admin-ro`) to edit it, or name a new file to
3333
The policy editor will not allow you to save a policy file with syntactic errors,
3434
so it's preferable to use it rather than directly editing the policy files.
3535

36+
# Global Config
37+
38+
Command line parameters:
39+
40+
## -o / --open-at page[#location]
41+
42+
Open the tool at the provided location. Supported pages and their respective
43+
available locations are:
44+
- basics
45+
- default_qubes
46+
- window_management
47+
- memory_balancing
48+
- linux_kernel
49+
- usb
50+
- usb_input
51+
- u2f
52+
- updates
53+
- dom0_updates
54+
- check_for_updates
55+
- update_proxy
56+
- template_repositories
57+
- splitgpgp
58+
- no locations available, can only be used as a page, without specific
59+
location.
60+
- clipboard
61+
- clipboard_shortcut
62+
- clipboard_policy
63+
- file
64+
- filecopy_policy
65+
- open_in_vm
66+
- url:
67+
- no locations available, can only be used as a page, without specific
68+
location.
69+
- thisdevice
70+
- no locations available, can only be used as a page, without specific
71+
location.
72+
73+
3674
## Translation
3775

3876
To add more translation languages, add a directory in locales with a name corresponding to the target language code, with a subdirectory LC\_MESSAGES in it, copy the file locales/desktop-linux-manager.po into it, and edit its headers to reflect the translation details.

0 commit comments

Comments
 (0)