root file system
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8180
Gfarm file system 2.0.0
Gfarm file system is a next-generation network shared file system. more>>
Gfarm file system is a next-generation network shared file system.
Gfarm file system will be an alternative solution of NFS, and will meet a demand for much larger, much reliable, and much faster file system.
Enhancements:
New Features
- add -N and -D options for asynchronous file replication.
- add --errlog and --syslog options.
- add Test Suites (make check) for operations test.
- get rid of limitation in use of -a option.
- gfarmfs-exec.sh, mount.gfarmfs and umount.gfarmfs are installed by `make install.
Documentation
- README: add examples of mounting gfarmfs.
Bug fix
- fix a bug such that `umask is not effective on gfarmfs.
- fix a bug such that write(2) cannot write anymore after read(2) gets EOF.
- If filesystem nodes are added or removed, statfs(2) can calculate exactly.
- fix a bug such that f_frsize is not set.
<<lessGfarm file system will be an alternative solution of NFS, and will meet a demand for much larger, much reliable, and much faster file system.
Enhancements:
New Features
- add -N and -D options for asynchronous file replication.
- add --errlog and --syslog options.
- add Test Suites (make check) for operations test.
- get rid of limitation in use of -a option.
- gfarmfs-exec.sh, mount.gfarmfs and umount.gfarmfs are installed by `make install.
Documentation
- README: add examples of mounting gfarmfs.
Bug fix
- fix a bug such that `umask is not effective on gfarmfs.
- fix a bug such that write(2) cannot write anymore after read(2) gets EOF.
- If filesystem nodes are added or removed, statfs(2) can calculate exactly.
- fix a bug such that f_frsize is not set.
Download (0.039MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
955 downloads
Virtual LargeFile System for LUFS 0.3
Virtual LargeFile System for LUFS is an overlaying filesystem for storing very large files on FAT32 and similar. more>>
vlsf is a plugin for the LUFS package which allows to write large files (4GB and more) on primitive filesystems like FAT32.
The workaround is simple: the file is stored in small files (chunks) on the real filesystem using the same method and naming scheme as the split utility.
Installing
To install lvfs, you need the prepatched LUFS package or the original version from the LUFS homepage and the patch (see above).
To patch LUFS, do
cd lufs-0.9.7
patch -p0 < ...patchfile
./bootstrap
The rest as usual:
./configure
make
(as root) make install
cd kernel/Linux
make
(as root) insmod 2.6/lufs.ko
(or the equivalent for 2.4/lufs.o)
Version restrictions:
- chunk files must be named after foo.XY (where XY follows the split(1) scheme)
- chunk size is limited to 2GB
- Link/Symlink operations not possible with virtual files
- no cache update functions - you will see wrong data if you work on directly on underlying filesystem
Enhancements:
- In LUFS, version 0.9.7, the kernel module misses an internal cast so virtual files contain the wrong data over 4GB. The vlfs patch contains fixes, but make sure that you compile and install the fixed module.
<<lessThe workaround is simple: the file is stored in small files (chunks) on the real filesystem using the same method and naming scheme as the split utility.
Installing
To install lvfs, you need the prepatched LUFS package or the original version from the LUFS homepage and the patch (see above).
To patch LUFS, do
cd lufs-0.9.7
patch -p0 < ...patchfile
./bootstrap
The rest as usual:
./configure
make
(as root) make install
cd kernel/Linux
make
(as root) insmod 2.6/lufs.ko
(or the equivalent for 2.4/lufs.o)
Version restrictions:
- chunk files must be named after foo.XY (where XY follows the split(1) scheme)
- chunk size is limited to 2GB
- Link/Symlink operations not possible with virtual files
- no cache update functions - you will see wrong data if you work on directly on underlying filesystem
Enhancements:
- In LUFS, version 0.9.7, the kernel module misses an internal cast so virtual files contain the wrong data over 4GB. The vlfs patch contains fixes, but make sure that you compile and install the fixed module.
Download (0.020MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1663 downloads
CTWM Themes System 0.2
CTWM Themes System is a set of CTWM configuration files and shell scripts. more>>
CTWM Themes System in short CTS is a set of CTWM configuration files and shell scripts that adds basic themes-like capabilities to your ctwm window manager.
CTS caracteristics:
- themes are split into look themes and feel themes. Look themes change colors and visual aspect of the window manager, and feel themes change the way you move or place windows, open the menus, etc.
- automatically generated menus allows you to switch look or feel themes. Your choice is saved for your future X sessions.
- you can change the background image used with the current look theme using a menu generated from the images stored in the Backgrounds directory.
- adding a new theme is as easy as unpacking it in the Themes-Look or Themes-Feel directory and restarting ctwm.
How does it work ?
The CTS package provides a .ctwm directory you must place in your home directory.
This directory provides a ctwmrc file that will include other configuration files from the include directory and from the themes directories. Using the m4 preprocessor, the configuration files will read the Themes-Look and Themes-Feel directories and the Backgrounds directory and generate menus allowing you to switch themes and background images.
When you choose a theme in the menus, CTWM calls the "settheme" script that simply change the $HOME/.ctwm/Themes-*/Current link to the new selected theme directory.
The wallpapers are switched using the "setbg" script that change the root windows wallpaper, and place a link to the image in the directory of the current look theme.
The script supports multiple screens, so if you have multiple screens, using the menu will change the wallpaper of the current screen.
Enhancements:
- This version provides many minor enhancements, file name changes, and better themes, but above all, themes are now split into two kinds: "look themes" that change the visual aspects of the window manager, and "feel themes" that change the key bindings, the way windows are raised, etc.
- That way, you can change the colors of the windows while keeping your preferred focus and window raise methods.
<<lessCTS caracteristics:
- themes are split into look themes and feel themes. Look themes change colors and visual aspect of the window manager, and feel themes change the way you move or place windows, open the menus, etc.
- automatically generated menus allows you to switch look or feel themes. Your choice is saved for your future X sessions.
- you can change the background image used with the current look theme using a menu generated from the images stored in the Backgrounds directory.
- adding a new theme is as easy as unpacking it in the Themes-Look or Themes-Feel directory and restarting ctwm.
How does it work ?
The CTS package provides a .ctwm directory you must place in your home directory.
This directory provides a ctwmrc file that will include other configuration files from the include directory and from the themes directories. Using the m4 preprocessor, the configuration files will read the Themes-Look and Themes-Feel directories and the Backgrounds directory and generate menus allowing you to switch themes and background images.
When you choose a theme in the menus, CTWM calls the "settheme" script that simply change the $HOME/.ctwm/Themes-*/Current link to the new selected theme directory.
The wallpapers are switched using the "setbg" script that change the root windows wallpaper, and place a link to the image in the directory of the current look theme.
The script supports multiple screens, so if you have multiple screens, using the menu will change the wallpaper of the current screen.
Enhancements:
- This version provides many minor enhancements, file name changes, and better themes, but above all, themes are now split into two kinds: "look themes" that change the visual aspects of the window manager, and "feel themes" that change the key bindings, the way windows are raised, etc.
- That way, you can change the colors of the windows while keeping your preferred focus and window raise methods.
Download (0.13MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1295 downloads
All System Info
All System Info is a system info SuperKaramba theme. more>>
All System Info is a system info SuperKaramba theme. Simple english version...
It shows:
- System Info
- CPU usage
- Network Usage
- Memory Load
- HDD usage
<<lessIt shows:
- System Info
- CPU usage
- Network Usage
- Memory Load
- HDD usage
Download (0.19MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1210 downloads

Amberdms Billing System 1.2.0
Amberdms Billing System offers users an open source web-based application, provides accounting, invoicing tools as well as service and time management solutions designed for small and medium businesses as well as small ISPs and IT companies more>> <<less
Added: 2009-04-08 License: AGPL Price: FREE
1 downloads
Root-tail 1.2
Root-tail is a program that allows printing of text directly to the X11 root window wherever you choose. more>>
Root-tail is a program that allows printing of text directly to the X11 root window wherever you choose, much like running rxvt with a pixmap background but without the hassle and with more features.
Install:
xmkmf -a
make
make install
make install.man
Enhancements:
- replaced default font by "*" to "ensure" some font is found.
- accept hexadecimal window ids, as does everybody else(?).
- made it compile with ansi-89-based compilers again.
- add hack to support nautilus (not very stable, nautilus should either use extended window manager hints or __SWM_VROOT, as everybody else does).
- do not initialize the window twice (fixes problems with multiple visuals).
- new option: -minspace.
- fixed seg fault if geometry is too short to fit a single line
- fix bug which became apparent if -no-filename or null
<<lessInstall:
xmkmf -a
make
make install
make install.man
Enhancements:
- replaced default font by "*" to "ensure" some font is found.
- accept hexadecimal window ids, as does everybody else(?).
- made it compile with ansi-89-based compilers again.
- add hack to support nautilus (not very stable, nautilus should either use extended window manager hints or __SWM_VROOT, as everybody else does).
- do not initialize the window twice (fixes problems with multiple visuals).
- new option: -minspace.
- fixed seg fault if geometry is too short to fit a single line
- fix bug which became apparent if -no-filename or null
Download (0.020MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1467 downloads
rootpretender 0.71
rootpretender is a system that enables special file operations. more>>
rootpretender is a system that enables special file operations such as the creation of block special and character special device nodes and unlimited chown()ing of files for non-root users of Unix systems.
rootpretender does this by faking special file operations. For example, chown() is not executed, and mknod() creates regular files instead of device nodes. These operations are remembered, so next time a process under rootpretenders control examines an affected file with stat() or a similar system call, the fake information is returned.
It uses LD_PRELOAD and includes patches for rsync 2.6.6 and rsync 2.6.9 for use on systems without LD_PRELOAD support. These make it possible to copy file ownership and device nodes even if root access is not available on the target.
Enhancements:
- changed fake dir format to binary
- added mknod() support
- patched into rsync-2.6.6 and rsync-2.6.9
<<lessrootpretender does this by faking special file operations. For example, chown() is not executed, and mknod() creates regular files instead of device nodes. These operations are remembered, so next time a process under rootpretenders control examines an affected file with stat() or a similar system call, the fake information is returned.
It uses LD_PRELOAD and includes patches for rsync 2.6.6 and rsync 2.6.9 for use on systems without LD_PRELOAD support. These make it possible to copy file ownership and device nodes even if root access is not available on the target.
Enhancements:
- changed fake dir format to binary
- added mknod() support
- patched into rsync-2.6.6 and rsync-2.6.9
Download (0.029MB)
Added: 2006-12-08 License: LGPL (GNU Lesser General Public License) Price:
1050 downloads
Making-Money-System 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
207 downloads
Open Tournament System 1.16.2
Open Tournament System project is a Web-based tournament system. more>>
Open Tournament System project is a Web-based tournament system.
Open Tournament System is a full tournament engine that supports modular additions of new tournament types. It features team, single, and draft tournaments.
This site requires to be at the Url root or its own subdomain.
Something like:
- www.yoursite.com
or
- tournament.yoursite.com
It can not be like this:
- www.yoursite.comtourny
or
- sub.yoursite.comtourny
<<lessOpen Tournament System is a full tournament engine that supports modular additions of new tournament types. It features team, single, and draft tournaments.
This site requires to be at the Url root or its own subdomain.
Something like:
- www.yoursite.com
or
- tournament.yoursite.com
It can not be like this:
- www.yoursite.comtourny
or
- sub.yoursite.comtourny
Download (0.42MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1089 downloads
ROOT GNU/Linux 1.4b1
ROOT Linux is an advanced GNU/Linux operating system. more>>
Version 1.4 (Pommes) of the GNU/Linux operating system ROOT has been released! ROOT is a complete GNU/Linux operating system with the latest GNU and Linux technology.
Release 1.4 includes lots of high quality software like GCC 3.4.3, Perl 5.8.6, WindowMaker 0.91.0, X.org 6.8.1, KDE 3.2.3, TeTeX 2.0.2 and Linux 2.4.18.
The 1.4 generation of ROOT contains many major changes from the previous release 1.3. This is a small list of new features or other changes:
The package system
ROOT now includes a much more advanced package system with many new features based on pkgutils from CRUX.
The system installer
The system installer has been updated. It fixes many bugs and is generally more stable.
Latest KDE
The latest stable KDE, version 3.3.2, is included. It is the best and most stable KDE release ever.
GNOME libraries
GNOME1 and GNOME2 libraries are included for compatibility with programs. However, the GNOME2 desktop is not included because its hard to maintain and takes up too much space on the CD.
Translations
All translations of programs has been removed.
New packages
The new version of ROOT contains a very large number of updated packages. For a full list, see the manual.
Main features:
- Kernel 2.4.28
- Init BSD-style
- X X.org 6.8.1
- GNOME 2.8.2 libraries
- KDE 3.3.2
- WindowMaker 0.91.0
- File Systems ext[2,3], reiserfs, jfs
- Office Suite KOffice
- Optimization i586
- Web Server Apache 2.0.52
- FTP Server PureFTPd 1.0.20
- Remote Login OpenSSH 3.9
<<lessRelease 1.4 includes lots of high quality software like GCC 3.4.3, Perl 5.8.6, WindowMaker 0.91.0, X.org 6.8.1, KDE 3.2.3, TeTeX 2.0.2 and Linux 2.4.18.
The 1.4 generation of ROOT contains many major changes from the previous release 1.3. This is a small list of new features or other changes:
The package system
ROOT now includes a much more advanced package system with many new features based on pkgutils from CRUX.
The system installer
The system installer has been updated. It fixes many bugs and is generally more stable.
Latest KDE
The latest stable KDE, version 3.3.2, is included. It is the best and most stable KDE release ever.
GNOME libraries
GNOME1 and GNOME2 libraries are included for compatibility with programs. However, the GNOME2 desktop is not included because its hard to maintain and takes up too much space on the CD.
Translations
All translations of programs has been removed.
New packages
The new version of ROOT contains a very large number of updated packages. For a full list, see the manual.
Main features:
- Kernel 2.4.28
- Init BSD-style
- X X.org 6.8.1
- GNOME 2.8.2 libraries
- KDE 3.3.2
- WindowMaker 0.91.0
- File Systems ext[2,3], reiserfs, jfs
- Office Suite KOffice
- Optimization i586
- Web Server Apache 2.0.52
- FTP Server PureFTPd 1.0.20
- Remote Login OpenSSH 3.9
Download (600MB)
Added: 2005-05-17 License: GPL (GNU General Public License) Price:
1627 downloads
Root Park 0.5.1
Root Park project will build a network that will stand the test of time. more>>
Root Park project will build a network that will stand the test of time.
RootPark is a Civilization-like game based on the history of computers and networks. You can play it with as many other players as you want since it has full networking capabilities.
The game begins in 1960, when computers started to become very powerful. RootPark provides you the opportunity to experience these historical years, and a large range of possibilities.
This source and binaries of the game will be available soon. It will be playable on Linux, BSD (and surely other UNIX like OSF1).
Main features:
- strategy game, turn based.
- topic : history of computers and networks.
- multiplayer (using local or internet networks)
- fully playable on Linux and NetBSD(and surely some others Unix).
- programmed using C language.
- opensource game, everybody can improve it
- uses GTK X-Windows library.
- uses 16 millions colors (24 bits)
- you can change the themes of the graphical interface
- you can import your own graphisms
- communication between players during the game (like irc)
- generator of random map whatever the number of players.
- handles the visibility of units and hosts (fog of war)
- interactive help online
- complete encyclopedy on the history of computers
<<lessRootPark is a Civilization-like game based on the history of computers and networks. You can play it with as many other players as you want since it has full networking capabilities.
The game begins in 1960, when computers started to become very powerful. RootPark provides you the opportunity to experience these historical years, and a large range of possibilities.
This source and binaries of the game will be available soon. It will be playable on Linux, BSD (and surely other UNIX like OSF1).
Main features:
- strategy game, turn based.
- topic : history of computers and networks.
- multiplayer (using local or internet networks)
- fully playable on Linux and NetBSD(and surely some others Unix).
- programmed using C language.
- opensource game, everybody can improve it
- uses GTK X-Windows library.
- uses 16 millions colors (24 bits)
- you can change the themes of the graphical interface
- you can import your own graphisms
- communication between players during the game (like irc)
- generator of random map whatever the number of players.
- handles the visibility of units and hosts (fog of war)
- interactive help online
- complete encyclopedy on the history of computers
Download (0.27MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1061 downloads
BootUtils 0.0.6
BootUtils is a collection of utilities to facilitate booting of Linux 2.6-based systems. more>>
BootUtils project is a collection of utilities to facilitate booting of modern Kernel 2.6 based systems. BootUtils is designed for initramfs, although volunteers to add support for initrd are welcome.
The process of finding the root volume either by label or explicit label= on the kernel command line, mounting it and switchrooting is automated.
BootUtils can also drop to emergency shell if the root volume cannot be mounted. Why not even start sshd and allow admin login if the box is in a remote location?
Main features:
- Automatic detection of root volume by label or explicit kernel commandline option
- Supports ext2, ext3, jfs, reiserfs and xfs
- Emergency shell dropping in the case of a root volume problem
Enhancements:
- libblkid and libuuid have been updated to e2fsprogs 1.39.
- Device mapper support has been added.
<<lessThe process of finding the root volume either by label or explicit label= on the kernel command line, mounting it and switchrooting is automated.
BootUtils can also drop to emergency shell if the root volume cannot be mounted. Why not even start sshd and allow admin login if the box is in a remote location?
Main features:
- Automatic detection of root volume by label or explicit kernel commandline option
- Supports ext2, ext3, jfs, reiserfs and xfs
- Emergency shell dropping in the case of a root volume problem
Enhancements:
- libblkid and libuuid have been updated to e2fsprogs 1.39.
- Device mapper support has been added.
Download (0.080MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
912 downloads
Root Actions Servicemenu 1.1.3 / 2.0
Root Actions servicemenu is a replacement/alternate for the default Edit-as-root servicemenu. more>>
Root Actions servicemenu is a replacement/alternate for the default Edit-as-root servicemenu.
It allows an admin user to perform several root only actions from konqueror (It of course asks for a password)
Usage:
The following actions can be performed (see the screenshot):
Edit as Text: Open file in Kate editor as root (shown with files)
Edit as Hex: Open file in KHexEdit (you may need to install khexedit package from universe) editor as root (shown with files)
Open in Konqueror: Open file/folder in root konqueror window
Change owner to root: Changes ownership to root:root
Change owner to user: Changes ownership to 1000:1000 (the default user)
The menu can be localized by editing the servicemenu .desktop files
Installation:
uncompress the two .desktop files to ~/.kde/share/apps/konqueror/servicemenus
Any comments, criticism and improvement suggestions welcomed.
Enhancements:
- As this seems to run as it should (and I havent gotten any show stopper bug reports), I feel courageous enough to remove the BETA status.
- Removed Preferred Applications section from the perl script. To change the default applications used by the menu, edit the desktop files instead. (This allows for different application preferences for different users and easy creation of custom Open with [application] entries to the menu.) See the README for customization howto.
- Fixed a bug with Rename when multiple items were chosen but the batch renamer application didnt start (the simple rename dialog was started instead).
- Added Dutch translation
<<lessIt allows an admin user to perform several root only actions from konqueror (It of course asks for a password)
Usage:
The following actions can be performed (see the screenshot):
Edit as Text: Open file in Kate editor as root (shown with files)
Edit as Hex: Open file in KHexEdit (you may need to install khexedit package from universe) editor as root (shown with files)
Open in Konqueror: Open file/folder in root konqueror window
Change owner to root: Changes ownership to root:root
Change owner to user: Changes ownership to 1000:1000 (the default user)
The menu can be localized by editing the servicemenu .desktop files
Installation:
uncompress the two .desktop files to ~/.kde/share/apps/konqueror/servicemenus
Any comments, criticism and improvement suggestions welcomed.
Enhancements:
- As this seems to run as it should (and I havent gotten any show stopper bug reports), I feel courageous enough to remove the BETA status.
- Removed Preferred Applications section from the perl script. To change the default applications used by the menu, edit the desktop files instead. (This allows for different application preferences for different users and easy creation of custom Open with [application] entries to the menu.) See the README for customization howto.
- Fixed a bug with Rename when multiple items were chosen but the batch renamer application didnt start (the simple rename dialog was started instead).
- Added Dutch translation
Download (0.012MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
806 downloads
Shell SYStem Monitor 0.2.4.3
Shell SYStem Monitor a basic console ncurses application for system monitoring. more>>
Shell SYStem Monitor a basic console ncurses application for system monitoring.
Shell SYStem Monitor will show things like CPU load, memory load, uptime, Ethernet load (bandwidth usage in KB/s), server time, and more.
Install code:
# cd ssysm
# make
(as root)
# make install
Uninstall code:
(as root)
# make uninstall
Enhancements:
- There was a bug which occurred when outgoing bandwidth exceeds 2GiB, in which the TX bandwidth stays at 0 and TX byte counter sticks to 2GiB.
- This has finally been fixed. However, the byte count still resets to 0 when the interface exceeds 4GiB.
<<lessShell SYStem Monitor will show things like CPU load, memory load, uptime, Ethernet load (bandwidth usage in KB/s), server time, and more.
Install code:
# cd ssysm
# make
(as root)
# make install
Uninstall code:
(as root)
# make uninstall
Enhancements:
- There was a bug which occurred when outgoing bandwidth exceeds 2GiB, in which the TX bandwidth stays at 0 and TX byte counter sticks to 2GiB.
- This has finally been fixed. However, the byte count still resets to 0 when the interface exceeds 4GiB.
Download (0.013MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
Mini Gtk+ File Manager 0.10b
Mini Gtk+ File Manager is a lightweight file manager for X. more>>
Mini Gtk+ File Manager is a lightweight file manager for X. To achieve this goal some code from the Busybox project was used.
It builds with Gtk+ 1.2.10 or 2.x libraries. It contains also a Mini Gtk Text Editor applet.
Installation:
First of all get the Gtk+ 1.2.10 or Gtk+ 2.x libraries
(runtime and development), if they are not already
installed on your system.
Installing Xfprot:
tar -zxvf gtk_file_manager-xx.tar.gz
To compile gtk_file_manager ,cd to the gtk_file_manager dir and just type:
su root
(and provide root password if prompted)
./configure
The configure script if used in a non interactive mode accepts this command line options:
-h, --help print this help, then exit
--with-gtk1 use Gtk+-1.x libraries
--with-gtk2 use Gtk+-2.x libraries
--with-debug enable debug mode
--without-debug disable debug mode
Then type:
make
If you dont receive any error message, you can install gtk_file_manager typing:
make install
or
make install-strip (to install a stripped version of the binary file).
Please remove previous installed versions of gtk_file_manager with make uninstall (see below).
The binaries are installed by default in /usr/local/gtkfm/ with links in /usr/local/bin/ so you have to add /usr/local/bin to your PATH variable if it is not there already. If you want to change the default install path, change the line:
PREFIX=/usr/local
in the Makefile.
You can uninstall gtk_file_manager any time with:
su root
(and provide root password if prompted)
make uninstall
Enhancements:
- Support for the GTK 1.x libraries was dropped.
- I18n support was improved.
- Menu navigation and keyboard shortcuts were improved.
- Some minor bugs were fixed and the code was cleaned up.
<<lessIt builds with Gtk+ 1.2.10 or 2.x libraries. It contains also a Mini Gtk Text Editor applet.
Installation:
First of all get the Gtk+ 1.2.10 or Gtk+ 2.x libraries
(runtime and development), if they are not already
installed on your system.
Installing Xfprot:
tar -zxvf gtk_file_manager-xx.tar.gz
To compile gtk_file_manager ,cd to the gtk_file_manager dir and just type:
su root
(and provide root password if prompted)
./configure
The configure script if used in a non interactive mode accepts this command line options:
-h, --help print this help, then exit
--with-gtk1 use Gtk+-1.x libraries
--with-gtk2 use Gtk+-2.x libraries
--with-debug enable debug mode
--without-debug disable debug mode
Then type:
make
If you dont receive any error message, you can install gtk_file_manager typing:
make install
or
make install-strip (to install a stripped version of the binary file).
Please remove previous installed versions of gtk_file_manager with make uninstall (see below).
The binaries are installed by default in /usr/local/gtkfm/ with links in /usr/local/bin/ so you have to add /usr/local/bin to your PATH variable if it is not there already. If you want to change the default install path, change the line:
PREFIX=/usr/local
in the Makefile.
You can uninstall gtk_file_manager any time with:
su root
(and provide root password if prompted)
make uninstall
Enhancements:
- Support for the GTK 1.x libraries was dropped.
- I18n support was improved.
- Menu navigation and keyboard shortcuts were improved.
- Some minor bugs were fixed and the code was cleaned up.
Download (0.074MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1037 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above root file system search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed