1. do `cp -a ~/.kde /tmp/` 2. right-click on panel, 'Task Manager Settings', invert 'Only show tasks from the current screen' flag, press OK. 3. compare /tmp/.kde and ~/.kde: ``` diff -Nuard /tmp/.kde ~/.kde ``` Locate the changes reflected by flag change. 4. locate the process that does that change. How -- your suggestion. Or you can ask me. 5. hook on file write: in GDB `b write`, do the change, show the stack trace to me.
do
cp -a ~/.kde /tmp/right-click on panel, 'Task Manager Settings', invert 'Only show tasks from the current screen' flag, press OK.
compare /tmp/.kde and ~/.kde:
Locate the changes reflected by flag change.
locate the process that does that change. How -- your suggestion. Or you can ask me.
hook on file write: in GDB
b write, do the change, show the stack trace to me.