SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Gtk file manager

Copyright (C) 2004 by Tito Ragusa tito-wolit@tiscali.it

INTRODUCTION

The main goal of Gtk file manager is its small size obtained by using busybox code (www.busybox.net) for operations to perform on files and directories.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

YOU AGREE THAT YOU ACCEPT AND ASSUME FULL RESPONSIBILITY FOR (A) ALL RISKS ASSOCIATED WITH THE USE OR PERFORMANCE OF AND (B) ANY LIABILITY RESULTING FROM, THE SELECTION OF THE SOFTWARE AND FOR THE INSTALLATION, USE, QUALITY, PERFORMANCE AND RESULTS OBTAINED FROM IT.

USE AT YOUR OWN RISK.

This program and all associated documentation is licensed under the GPL.

Gtkfm's homepage is http://web.tiscali.it/tito-wolit

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

Download it at http://web.tiscali.it/tito-wolit/ and extract it:

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 don't 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

USAGE

The GUI is self explanatory (.... I hope).

BUGS

Report bugs and possibly fixes to

tito-wolit@tiscali.it


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.