Author Topic: C::B configuration corruption  (Read 4394 times)

Offline DarkHorizon

  • Single posting newcomer
  • *
  • Posts: 6
    • Odyssey Project
C::B configuration corruption
« on: November 18, 2006, 02:31:45 pm »
Hi all,

Occasionally, for whatever reason, when I attempt to start C::B (Linux), I'll get notification that the application is already started (though nothing appears in ps aux | grep codeblocks). After a reboot, the application launches but with default configuration, as though my IDE configuration has been erased.

I'm not sure why this is happening, and there's a good chance it's something b0rked on my own PC, so I'm wondering if there are certain files in ~/.codeblocks I can back up and then later restore to retain my configuration (dev file paths, color scheme, etc) to avoid having to reconfigure everything in the event it occurs again.

Best regards,
- DH
« Last Edit: November 18, 2006, 02:39:57 pm by DarkHorizon »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: C::B configuration corruption
« Reply #1 on: November 18, 2006, 02:40:42 pm »
if there are certain files I can back up [...]
Sure, under Linux they should be in $HOME/.codeblocks. For your config, backup all *.conf and *.ini (if there are such). BTW: You can use cb_share_config to transfer the most important settings to another PC/configuration file.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline DarkHorizon

  • Single posting newcomer
  • *
  • Posts: 6
    • Odyssey Project
Re: C::B configuration corruption
« Reply #2 on: November 18, 2006, 02:57:37 pm »
Thanks! I will try this.