Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -o/--open-at option to global config #227

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,44 @@ name an include file (e.g. `include/admin-ro`) to edit it, or name a new file to
The policy editor will not allow you to save a policy file with syntactic errors,
so it's preferable to use it rather than directly editing the policy files.

# Global Config

Command line parameters:

## -o / --open-at page[#location]

Open the tool at the provided location. Supported pages and their respective
available locations are:
- basics
- default_qubes
- window_management
- memory_balancing
- linux_kernel
- usb
- usb_input
- u2f
- updates
- dom0_updates
- check_for_updates
- update_proxy
- template_repositories
- splitgpgp
- no locations available, can only be used as a page, without specific
location.
- clipboard
- clipboard_shortcut
- clipboard_policy
- file
- filecopy_policy
- open_in_vm
- url:
- no locations available, can only be used as a page, without specific
location.
- thisdevice
- no locations available, can only be used as a page, without specific
location.


## Translation

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.
Expand Down
Loading