Robust command line (CLI) configuration of Plasma (KDE) applets
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Configuration of KDE desktop applets, like the launcher ("Kickoff") or the clock is held in ~/.config/plasma-org.kde.plasma.desktop-appletsrc
(at least for KDE 5). I'd like to configure the applets on a fresh system to my liking using Ansible, but I can't find a robust way to do that.
I know I can use kwriteconfig5
to change the values there, like so
kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc
--group Containments --group 3 --group Applets --group 9
--group Configuration --group Appearance
--key dateFormat isoDate
which would hide some items from the system tray if the number of containment (3) and the applet (9) would match to the clock applet like so
[Containments][3][Applets][9]
immutability=1
plugin=org.kde.plasma.digitalclock
which isn't guaranteed to happen between installations, from what I've seen.
Is there some available elegant way to set the values for specific applets (plugins, in the config file)?
Or is it necessary to write a script that will dig up the numbers for a specific app and then use the klunky kwriteconfig5
command?
configuration kde plasma
add a comment |Â
up vote
1
down vote
favorite
Configuration of KDE desktop applets, like the launcher ("Kickoff") or the clock is held in ~/.config/plasma-org.kde.plasma.desktop-appletsrc
(at least for KDE 5). I'd like to configure the applets on a fresh system to my liking using Ansible, but I can't find a robust way to do that.
I know I can use kwriteconfig5
to change the values there, like so
kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc
--group Containments --group 3 --group Applets --group 9
--group Configuration --group Appearance
--key dateFormat isoDate
which would hide some items from the system tray if the number of containment (3) and the applet (9) would match to the clock applet like so
[Containments][3][Applets][9]
immutability=1
plugin=org.kde.plasma.digitalclock
which isn't guaranteed to happen between installations, from what I've seen.
Is there some available elegant way to set the values for specific applets (plugins, in the config file)?
Or is it necessary to write a script that will dig up the numbers for a specific app and then use the klunky kwriteconfig5
command?
configuration kde plasma
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Configuration of KDE desktop applets, like the launcher ("Kickoff") or the clock is held in ~/.config/plasma-org.kde.plasma.desktop-appletsrc
(at least for KDE 5). I'd like to configure the applets on a fresh system to my liking using Ansible, but I can't find a robust way to do that.
I know I can use kwriteconfig5
to change the values there, like so
kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc
--group Containments --group 3 --group Applets --group 9
--group Configuration --group Appearance
--key dateFormat isoDate
which would hide some items from the system tray if the number of containment (3) and the applet (9) would match to the clock applet like so
[Containments][3][Applets][9]
immutability=1
plugin=org.kde.plasma.digitalclock
which isn't guaranteed to happen between installations, from what I've seen.
Is there some available elegant way to set the values for specific applets (plugins, in the config file)?
Or is it necessary to write a script that will dig up the numbers for a specific app and then use the klunky kwriteconfig5
command?
configuration kde plasma
Configuration of KDE desktop applets, like the launcher ("Kickoff") or the clock is held in ~/.config/plasma-org.kde.plasma.desktop-appletsrc
(at least for KDE 5). I'd like to configure the applets on a fresh system to my liking using Ansible, but I can't find a robust way to do that.
I know I can use kwriteconfig5
to change the values there, like so
kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc
--group Containments --group 3 --group Applets --group 9
--group Configuration --group Appearance
--key dateFormat isoDate
which would hide some items from the system tray if the number of containment (3) and the applet (9) would match to the clock applet like so
[Containments][3][Applets][9]
immutability=1
plugin=org.kde.plasma.digitalclock
which isn't guaranteed to happen between installations, from what I've seen.
Is there some available elegant way to set the values for specific applets (plugins, in the config file)?
Or is it necessary to write a script that will dig up the numbers for a specific app and then use the klunky kwriteconfig5
command?
configuration kde plasma
asked Apr 18 at 20:45
butla
62
62
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438596%2frobust-command-line-cli-configuration-of-plasma-kde-applets%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password