Author Topic: no project templates, plugins after installation  (Read 3187 times)

Offline jackhab

  • Multiple posting newcomer
  • *
  • Posts: 16
no project templates, plugins after installation
« on: November 29, 2008, 02:34:05 pm »
Hi,

I just installed Code::Blocks 8.02 on Ubuntu 8.1. The problem is I have no project/file templates and plug-ins listed.

I have various libs in /usr/lib/codeblocks/plugins and also /usr/share/codeblocks/templates with all the stuff in it. What seems to be the problem? Where my CB reads the configuration from so it does not find the installed templates and plug-ins?

Thanks.

Updated 5 min later:

Seems like CB was reading all the stuff from my home directory and the problem disappeared after I created links to the mentioned /usr directories in ~./codeblocks. But still it would be nice if somebody could explain me what caused this problem and what is the right way to fix it.
« Last Edit: November 29, 2008, 02:52:41 pm by jackhab »

Offline ChiPnGo

  • Single posting newcomer
  • *
  • Posts: 3
Re: no project templates, plugins after installation
« Reply #1 on: December 03, 2008, 09:39:02 pm »
I have just the same problem with Code::Blocks 8.02 on Ubuntu 8.10. But I didn't manage to find the directory where cb want see all the stuff.

Fix:
ln -s /usr/share/codeblocks ~/.codeblocks/share
« Last Edit: December 03, 2008, 09:51:54 pm by ChiPnGo »