Change specific settings with gsettings/dconf key. (archlinux, linux-lts-4.19)Pass command line arguments to...

Why are Gatwick's runways too close together?

What is my malfunctioning AI harvesting from humans?

function evaluation - I don't get it

Is there a way to unplug the Raspberry pi safely without shutting down

AsyncDictionary - Can you break thread safety?

Continuous vertical line using booktabs in tabularx table?

(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?

In SQL Server, why does backward scan of clustered index cannot use parallelism?

Is this curved text blend possible in Illustrator?

constant evaluation when using differential equations.

English - Acceptable use of parentheses in an author's name

Te-form and かつ and も?

What should I call bands of armed men in Medieval Times?

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

Tikzpicture - finish drawing a curved line for a cake slice

Double redundancy for the Saturn V LVDC computer memory, how were disagreements resolved?

During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?

What does this double-treble double-bass staff mean?

Blocking people from taking pictures of me with smartphone

A simple stop watch which I want to extend

Does this Foo machine halt?

How can I solve for the intersection points of two ellipses?

How can I shift my job responsibilities back to programming?

Generate Brainfuck for the numbers 1–255



Change specific settings with gsettings/dconf key. (archlinux, linux-lts-4.19)


Pass command line arguments to bash scriptGSettings / DConf settings not saved permanentlyUnable to change the settings in meld when I launch it with sudoHow do I change (permanently) default shell after login on specific TTYn in Linux?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I am trying to change the "custom-command" value for the Tilix terminal emulator in dconf from python3 $HOME/Scripts/memux/main.py to python3 $HOME/pps/pecan.py, but I can't figure out the format for use with the dconf command line tool, and gsettings seems to lack the functionality to change a single setting of a key. Using the GUI is not an option. I did rtfm, and the last argument needs to be a string in "GVariant format".



dconf write /com/gexperts/Tilix/profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d/custom-command (some-argument)             


Running the above command with no final argument results in the following.



error: value not specified

Usage:
dconf write KEY VALUE

Write a new value to a key

Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)


How do I format the string so that dconf accepts it? Or, if there's another better way, how do I set the value via that?
Below is a pair of screenshots with the GUI dconf-editor page containing the value I need to edit, if that helps.
profiles, Tilix dconf



enter image description here










share|improve this question







New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






















  • Have you tried just enclosing the whole command in quotes?

    – Rafael Kitover
    56 mins ago


















0















I am trying to change the "custom-command" value for the Tilix terminal emulator in dconf from python3 $HOME/Scripts/memux/main.py to python3 $HOME/pps/pecan.py, but I can't figure out the format for use with the dconf command line tool, and gsettings seems to lack the functionality to change a single setting of a key. Using the GUI is not an option. I did rtfm, and the last argument needs to be a string in "GVariant format".



dconf write /com/gexperts/Tilix/profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d/custom-command (some-argument)             


Running the above command with no final argument results in the following.



error: value not specified

Usage:
dconf write KEY VALUE

Write a new value to a key

Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)


How do I format the string so that dconf accepts it? Or, if there's another better way, how do I set the value via that?
Below is a pair of screenshots with the GUI dconf-editor page containing the value I need to edit, if that helps.
profiles, Tilix dconf



enter image description here










share|improve this question







New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






















  • Have you tried just enclosing the whole command in quotes?

    – Rafael Kitover
    56 mins ago














0












0








0








I am trying to change the "custom-command" value for the Tilix terminal emulator in dconf from python3 $HOME/Scripts/memux/main.py to python3 $HOME/pps/pecan.py, but I can't figure out the format for use with the dconf command line tool, and gsettings seems to lack the functionality to change a single setting of a key. Using the GUI is not an option. I did rtfm, and the last argument needs to be a string in "GVariant format".



dconf write /com/gexperts/Tilix/profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d/custom-command (some-argument)             


Running the above command with no final argument results in the following.



error: value not specified

Usage:
dconf write KEY VALUE

Write a new value to a key

Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)


How do I format the string so that dconf accepts it? Or, if there's another better way, how do I set the value via that?
Below is a pair of screenshots with the GUI dconf-editor page containing the value I need to edit, if that helps.
profiles, Tilix dconf



enter image description here










share|improve this question







New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am trying to change the "custom-command" value for the Tilix terminal emulator in dconf from python3 $HOME/Scripts/memux/main.py to python3 $HOME/pps/pecan.py, but I can't figure out the format for use with the dconf command line tool, and gsettings seems to lack the functionality to change a single setting of a key. Using the GUI is not an option. I did rtfm, and the last argument needs to be a string in "GVariant format".



dconf write /com/gexperts/Tilix/profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d/custom-command (some-argument)             


Running the above command with no final argument results in the following.



error: value not specified

Usage:
dconf write KEY VALUE

Write a new value to a key

Arguments:
KEY A key path (starting, but not ending with '/')
VALUE The value to write (in GVariant format)


How do I format the string so that dconf accepts it? Or, if there's another better way, how do I set the value via that?
Below is a pair of screenshots with the GUI dconf-editor page containing the value I need to edit, if that helps.
profiles, Tilix dconf



enter image description here







scripting dconf gsettings






share|improve this question







New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question







New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question






New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 1 hour ago









Alex LucasAlex Lucas

1




1




New contributor



Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Alex Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Have you tried just enclosing the whole command in quotes?

    – Rafael Kitover
    56 mins ago



















  • Have you tried just enclosing the whole command in quotes?

    – Rafael Kitover
    56 mins ago

















Have you tried just enclosing the whole command in quotes?

– Rafael Kitover
56 mins ago





Have you tried just enclosing the whole command in quotes?

– Rafael Kitover
56 mins ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Alex Lucas is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535099%2fchange-specific-settings-with-gsettings-dconf-key-archlinux-linux-lts-4-19%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Alex Lucas is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Alex Lucas is a new contributor. Be nice, and check out our Code of Conduct.













Alex Lucas is a new contributor. Be nice, and check out our Code of Conduct.












Alex Lucas is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535099%2fchange-specific-settings-with-gsettings-dconf-key-archlinux-linux-lts-4-19%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...