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…
Reference in New Issue