Description: Rodent applications are build around the rodent-fm file manager environment. This file manager is a fast, small and powerful file manager for the GNU operating system (but it also works in BSD). That's one way to look at it. Another way is to call it a graphic shell (that's probably more accurate).
Both GTK+-2 and GTK+-3 compatible
"I must say it is the best individual software of this decade." (https://sourceforge.net/p/xffm/discussion/241332/thread/63e8a001/?limit=25#992
Plugin based threaded file manager and associated applications and plugins.Last changelog:
5.3.16.3: This adds "pacman" functionality to the pkg plugin, effectively creating a graphic front end to ArchLinux package manager. Also, bug fixes and enhancements here and there. Do a "git --log" for full details.
5.3.16.0: This version is code checked clean with coverity and deprecation free with gtk+-3.16.0 (but still compiles and works with gtk+-2.24).
Thanks to Liviu Andronic for the Coverity setup and tests. See coverity analysis at: https://scan.coverity.com/projects/4267 (rodent) https://scan.coverity.com/projects/4295 (librfm) https://scan.coverity.com/projects/4296 (libtubo) https://scan.coverity.com/projects/4297 (libdbh)
Thanks for the comment. Apparently the test for libmagic-dev during the configure stage is broken in 5.2.0 release. It will be fixed in the next release.
Ratings & Comments
5 Comments
hi compiling librfm, when i run make i get Quote:In file included from ../../primary/primary.c:26:0:
../../include/rfm.h:84:19: fatal error: magic.h: No such file or directory
ok libmagic-dev was missing. Sorry ;-)
Thanks for the comment. Apparently the test for libmagic-dev during the configure stage is broken in 5.2.0 release. It will be fixed in the next release.
hi compiling librfm, when i run make i get Quote:In file included from ../../primary/primary.c:26:0:
../../include/rfm.h:84:19: fatal error: magic.h: No such file or directory
Wow! Really impressive!