mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
adding --type string to create command in installer script if xfconf setting does not exist
This commit is contained in:
parent
512d51b3d2
commit
74f4a8dbfe
@ -425,7 +425,7 @@ class InstallGUI:
|
||||
xfconf_query_path,
|
||||
"--channel", channel,
|
||||
"--property", prop,
|
||||
"--create",
|
||||
"--create", "--type", "string",
|
||||
"--set", new_value
|
||||
]
|
||||
subprocess.check_call(args, stdout=subprocess.DEVNULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user