Manually reload kde options

1

If I change some settings in ~/.kde4/share/config/* is there a command or method for reloading those settings without restarting X or logging-off?

Wolfizen

Posted 2013-06-03T00:25:40.577

Reputation: 1 122

Create a copy of the file, if you do some bad changes to the original file. – stderr – 2013-06-03T00:32:06.997

Answers

2

Depending on what needs to be reloaded, you can also try

killall kded4 kded4

fwyzard

Posted 2013-06-03T00:25:40.577

Reputation: 36

Why write kded4 twice? – qed – 2013-09-02T07:48:13.090

0

Have you tried 'kwin --replace &'? I've used that when kde gets 'stuck', but it might read the new settings first.

BostonDriver

Posted 2013-06-03T00:25:40.577

Reputation: 452

That reloads the window manager, but the setting I'm changing does not reload. In particular it is touchpadEnabled=bool in the file ktouchpadenablerrc – Wolfizen – 2013-06-03T00:59:43.650