Author Topic: How do I stop Code::Blocks from opening on startup?  (Read 230 times)

Offline Cookiehead

  • Single posting newcomer
  • *
  • Posts: 4
How do I stop Code::Blocks from opening on startup?
« on: Yesterday at 04:05:18 pm »
I'm using Arch Linux, and Code::Blocks always opens on startup after I restart my computer. It's not that big of a deal (I can just close it) but just a minor inconvenience.
There are no programs in the startup section, so what keeps starting Code::Blocks?

Forums, wiki, and manual do not mention anything like this.. does anyone know?
Thanks.

Offline blauzahn

  • Almost regular
  • **
  • Posts: 184
Re: How do I stop Code::Blocks from opening on startup?
« Reply #1 on: Yesterday at 07:02:30 pm »
As far as I am aware there is nothing inside Code::Blocks for this. On my Arch Linux it does not start automatically. Please note
that I use Code::Block's trunk (as of now: svn rev 13672) with wxwidgets 3.3 trunk.

Did you close Code::Blocks before logging off the gui-session (gnome, kde or whatever) or shutting down the machine?

There are some scripts that start programs like: /etc/bash.bashrc, ~/.bashrc, /etc/cron*. I'd grep them for codeblocks.


Offline Cookiehead

  • Single posting newcomer
  • *
  • Posts: 4
Re: How do I stop Code::Blocks from opening on startup?
« Reply #2 on: Today at 03:02:50 am »
I'm on 25.03 rev 13644 with wxwidgets 3.2.8.1
I did close it before starting
None of the files reference Code::Blocks in any way...