=== guiverc2 is now known as guiverc === JanC_ is now known as JanC === JanC is now known as Guest1057 === JanC_ is now known as JanC === JanC is now known as Guest6058 === JanC_ is now known as JanC [20:23] This command will change the background from black to light-yellow for my distro: dconf write /org/mate/terminal/profiles/default/use-theme-colors false [20:23] However, I need to restart mate-terrminal i order for the changes to take effect which is inconvenient since I'm running it from a script that is executed from mate-terminal itself. Is it possible to reload the settings from mate-terminal? I'm asking since the changes are taking effect when I'm changing the background color from the GUI settings in mate-terminal. [20:53] David_Hedlund: use gsettings instead of dconf, to notify the terminal etc [21:56] alkisg: Thank you but dconf-editor says "No schema available" for /org/mate/terminal/profiles/default/use-theme-colors [22:01] alkisg: gsettings set org.mate.terminal.profiles use-theme-colors false [22:01] No such key “use-theme-colors” [22:06] alkisg: Ok, slightly improvement, this is working: gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-theme-colors false [22:06] But I still need to restart the terminal