On 2021-05-25 22:10:37 Michael via tde-users wrote:
On Tuesday 25 May 2021 08:14:41 pm E. Liddell wrote:
On Tue, 25 May 2021 18:46:55 -0500
J Leslie Turriff jlturriff@mail.com wrote:
On 2021-05-25 18:07:47 J Leslie Turriff wrote: Now, for the rest of my question, is
there a way to alter these settings programmatically (e.g. via DCOP or...)?
Leslie
I tried dumping the available DCOP functions for kcontrol, which seems like the most likely place to find such:
I would have thought twin, rather. I mean, it strikes me as a window manager function.
Brute force way to figure this out...
Let your machine sit for about 5 minutes (go to the bathroom, grab a drink, whatever...).
Come back, and change one of the apps to be in a static desktop. Do nothing else!
Then run this on a terminal:
cd /home find {your-user-name} -newermt $(date +%Y-%m-%d -d '1 min ago') -type f
That should tell you which file the change has been saved to. With that you hopefully will be able to create a way to do the other stuff you wanted. Gonna be a kludge, but should work...
HTH, Michael
That didn't quite work. | ~ | $ find leslie -newermt $(date +%Y-%m-%d -d '1 min ago') -type f | find: ‘leslie’: No such file or directory | @01:33:28,leslie@pinto rc=1
Leslie