News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Terminal resets from gnome to xterm after opening codeblocks again

Started by PracticalMetal, May 02, 2021, 10:36:12 AM

Previous topic - Next topic

PracticalMetal

Whenever I open codeblocks and use terminal to run a code the terminal always resets to the xterm terminal even though i had set it to gnome before, I am working on latest version of Linux Mint. How do I fix this?

oBFusCATed

Most probably none of the settings are being saved.
There are at least two reasons I know of:
1. The config file has incorrect permissions. See ~/.config/codeblocks/default.conf
2. CB is crashing on exit.

One thing you could try is to use the File -> Save everything command.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

PracticalMetal

Quote from: oBFusCATed on May 02, 2021, 07:42:43 PM
Most probably none of the settings are being saved.
There are at least two reasons I know of:
1. The config file has incorrect permissions. See ~/.config/codeblocks/default.conf
2. CB is crashing on exit.

One thing you could try is to use the File -> Save everything command.
Thankyou, changing the permissions worked!