https://bugs.kde.org/show_bug.cgi?id=420960
--- Comment #2 from avlas <jsar...@gmail.com> --- I confirm that .octaverc is executed at startup (the paths that I added there are visible in Cantor). However: - Cantor executes some code afterwards and overrides its content, for instance: I set as specific graphics_toolkit qt, yet once I check it in cantor it says gnuplot and I need to specify it again manually in each session. - Octave's workspace at startup is not initially seen in Cantor workspace. For instance, I set a variable in .octaverc like this `x = 2;` and it does not appear in Cantor workspace, but if I then type in the console `x`, Cantor correctly returns `2` at the time `x` and its value is added to the workspace. So, can we make .octaverc the last bit that is executed at startup and have Cantor display Octave's initial workspace? Also, I cannot confirm that the script I configure in cantor octave backend settings is executed. Following the example above, I set a file in there where I have `x = 2;` and when I test it in Cantor, it says x is undefined, unlike when I do the same in .octaverc. -- You are receiving this mail because: You are watching all bug changes.