Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for provisioning QZ Tray settings at install time.
Closes #885, #517
To try:
TODO:
type: 'remover')/opt/qz-tray/provision/are only executable as root{ arch: 'aarch64' })WISHLIST:
tray/src/qz/ws/PrintSocketServer.java
Lines 79 to 81 in d617d35
The main purpose of this is to add the following to Company Branded builds:
qz-tray.propertiesprefs.propertiesHigh-Level:
phase: installwhen installer is invokedphase: startupwhen software is startedprovisiondirectory is bundled with all Desktop installersBundle:
CERTprovisioning step toprovision.jsonSCRIPTprovisioning step toprovision.jsonqz-tray.propertiessettingsPROPERTYprovisioning step toprovision.jsonprefs.propertiessettingsPREFERENCEprovisioning step toprovision.jsonINSTALLprovisioning step toprovision.jsonDeploy:
qz-tray.propertiessettingsprefs.propertiessettingsDesired usage:
One-off provisioning command:
Click to expand
Sample provisioning file:
[ { "description": "powershell script'", "type": "script", "os": "windows", "phase": "install", "data": "script1.ps1" }, { "description": "bash script", "type": "script", "os": "linux|mac", "phase": "install", "data": "script2" }, { "description": "certificate install", "type": "cert", "os": "*", "data": "cert1.crt" }, { "description": "property install", "type": "property", "os": "*", "data": "log.size=2097152" }, { "description": "pref install", "type": "preference", "os": "*", "data": "tray.notifications=true" }, { "description": "qz remover", "type": "remover", "os": "*", "phase": "install", "data": "Cherry Connect,cc-util,cc" } ]