Code::Blocks Forums

User forums => Help => Topic started by: mla_ca520 on January 08, 2014, 12:27:09 am

Title: CB 13.12 from deb file on Kubuntu 12.04.3 LTS - libFileManager.so won't load
Post by: mla_ca520 on January 08, 2014, 12:27:09 am
I have installed CB 13.12 from the debian download at this URL:
http://sourceforge.net/projects/codeblocks/files/Binaries/13.12/Linux%20%2832bit%29/codeblocks-13.12-1_i386.debian.stable.tar.xz

I extracted the files, and installed with: "sudo dpkg -i *.deb"

After installing xterm, CB launches and I'm able to compile and run the default "Hello World" program but every time I launch CB, I receive this warning in the lower left corner of my screen:

Warning
One or more plugins were not loaded.
This usually happens when a plugin is built for a different version of Code::Blocks SDK.
Check the application log for more info.
List of failed plugins:
libFileManager.so

I don't know how to check the application log, so I don't have any additional information. (image capture attached)
Title: Re: CB 13.12 from deb file on Kubuntu 12.04.3 LTS - libFileManager.so won't load
Post by: dmoore on January 08, 2014, 01:07:11 am
Maybe just missing gamin

Code
sudo apt-get install gamin
Title: Re: CB 13.12 from deb file on Kubuntu 12.04.3 LTS - libFileManager.so won't load
Post by: mla_ca520 on January 08, 2014, 05:43:53 am
@dmoore,
Thanks that worked. It wouldn't install gamin, I had to run apt-get -f install, which removed CB-common, but then I was able to install gamin and then install CB again using dpkg. No longer receiving an error.

Thanks for the input!  ;D