Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: PracticalMetal on May 02, 2021, 10:36:12 am

Title: Terminal resets from gnome to xterm after opening codeblocks again
Post by: PracticalMetal on May 02, 2021, 10:36:12 am
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?
Title: Re: Terminal resets from gnome to xterm after opening codeblocks again
Post by: 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.
Title: Re: Terminal resets from gnome to xterm after opening codeblocks again
Post by: PracticalMetal on May 03, 2021, 08:22:11 am
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!