https://bugs.kde.org/show_bug.cgi?id=428989
--- Comment #10 from LinG <lingtj...@hotmail.com> --- Yeah I found it. I did this: 1. start kate 2. change the build plugin command to xelatex %f and name to test 3. close kate 4. open ~/.local/share/kate/sessions/*name* [Plugin:katebuildplugin:MainWindow:0] 0 BuildCmd build=xelatex %f 0 BuildCmd clean=make clean 0 BuildCmd config=cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local ../ 0 BuildPath= 0 Target=Test 0 Target Default= 0 Target Names=build,clean,config Active Target Command=0 Active Target Index=0 NumTargets=1 Show Marks=false 5. start kate 6. build plugin information is reset again to default 7. close kate 8. open ~/.local/share/kate/sessions/*name* [Plugin:katebuildplugin:MainWindow:0] 0 BuildCmd build=make 0 BuildCmd clean=make clean 0 BuildCmd config=cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local ../ 0 BuildPath= 0 Target=Target Set 0 Target Default= 0 Target Names=build,clean,config Active Target Command=0 Active Target Index=0 NumTargets=1 Show Marks=false So it seems like the data from the session is not loaded correctly at startup and it loads the default, and then when I close kate, then those default setting are written back to the session file -- You are receiving this mail because: You are watching all bug changes.