Main > Free Download Search >

Free filer software for linux

filer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
ROX Filer 2.3

ROX Filer 2.3


ROX Filer is a fast and powerful graphical file manager. more>>
ROX Filer is a fast and powerful graphical file manager.

It has full drag-and-drop support and background file operations, and is highly configurable.
<<less
Download (1.2MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
Filer 0.0.12

Filer 0.0.12


Filer is a small file manager with a classic two-pane view. more>> <<less
Download (0.11MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1574 downloads
ROX-Filer 2.6.1

ROX-Filer 2.6.1


ROX-Filer is a drag-and-drop based filemanager. more>>
ROX-Filer is a fast and powerful graphical file manager for the X Window System.
You can use ROX-Filer as a small and fast filer within your current desktop......or get it to manage your pinboard, panels and applications.
Main features:
- Fast scanning of directories (in the background),
- Uncluttered display (popup menus are used throughout),
- Background file operations (copy, move, link, delete, permissions, find),
- Powerful expression-based find feature with on-line quick reference (eg mtime after 2 days ago and size > 10Mb finds files based on their modification time and size)
- Mounts and unmounts filesystems (just Shift-Click on the mount point),
- Supports the XDND protocol, which provides for drag-and-drop file loading, and the new XDS extension which allows drag-and-drop saving,
- VfS support allows browsing around inside zip files (and other types of archive),
- Fully configurable from the Options dialog box,
- User-defined key bindings for all menu entries,
- A pop-up minibuffer allows navigating the filesystem using shell-style tab completion,
- The minibuffer can also be used for quickly entering shell commands,
- Full manual provided (HTML format),
Other features:
XDND
A common drag-and-drop protocol used, for example, by the GNOME desktop[GNOME]. This allows data to be loaded into an application by dragging it from a filer window to a program. The full specification is given in [DND].
XDS
An extension to XDND that allows applications to save data by dragging an icon back to a filer window. The full specification is given in [XDS].
Choices
A simple, but flexible, system for managing user choices. See [Choices] for details.
Application directories
Self contained relocatable applications, where installation is as simple as copying it to where you want it and uninstalling it is just a matter of deleting a directory. Described later in this documentation.
Thumbnails
The filer can be made to display image files by using the image itself for the icon, instead of a generic `this-is-an-image icon. Very useful for organising a directory full of photos! See [Thumbs] for details (spec is still in developement).
Shared MIME Info Database
In the past, each desktop had its own database of rules for determining the type of files. The Shared MIME Info Database[SharedMIME] unifies these into a single system shared by all desktops.
Icon Themes
Collections of file icons, called themes, can be installed (eg, to `~/.icons). You can switch between themes in the Options box. Once other desktops support this fully, themes will be sharable between desktops.
DNotify support (Linux only)
If used with a recent Linux kernel (2.4.x series), the filer will notice changes to directories automatically. On other systems, directories will update when the pointer is moved over them.
Enhancements:
- Some problems with session management were fixed.
- This makes it easier to use ROX-Filer with gnome-session and similar software.
- When creating thumbnails, this release can use a thumbnail embedded in an EXIF image, which speeds things up.
- A couple of build problems were fixed.
<<less
Download (1.8MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
wyoFiler 0.7.2

wyoFiler 0.7.2


wyoFiler is a filer showing the directory hierarchy and the files in the same tree window. more>>
wyoFiler shows all directories and files of a base directory in one tree window. Directories and files can be selected and manipulated across the whole hierarchy, from the base directory all the way down to the lowest level.

Selected items may be in different directories on different levels. The base directory itself may be switched to any other convenient directory.

All file manipulations are done in the background, so multiple commands are possible simultaneously.

The filer can display multiple base directories in tabbed notebook pages or separate top level windows.
<<less
Download (1.7MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1640 downloads
Linux NFS Utilities 1.1.0

Linux NFS Utilities 1.1.0


Linux NFS Utilities is NFS utilities for Linux NFS clients and servers. more>>
Linux NFS Utilities are NFS utilities for Linux NFS clients and servers.
Main features:
- NFS Versions 2, 3, and 4 are supported on 2.6 and later kernels.
- NFS over UDP and TCP on IPv4 are supported on the latest 2.4 and 2.6 kernels.
- Linux NFS clients and servers have been tested against many non-Linux implementations.
- Since version 1.0.1 of the NFS utilities tarball has changed the server export default to "sync", then, if no behavior is specified in the export list (thus assuming the default behavior), a warning will be generated at export time.
- If you plan to deploy NFS extensively, consider subscribing to one of these mailing lists: NFS Mailing List, or the AutoFS Mailing List. Before reporting problems, you should search for similar issues in the searchable mail archive. Another searchable archive for NFS, supported by Google, is here. The searchable mail archive for AutoFS is here.
- A useful set of generic NFS references includes the following:
- - "NFS Illustrated," by Brent Callaghan; Addison-Wesley, 2000.
- - "Managing NFS and NIS, 2nd edition," by Hal Stern, Mike Eisler, Ricardo Labiaga; OReilly, 2001.
- - "Linux NFS and Automounter Administration," by Erez Zadok; Sybex, 2001.
- - "Using the Linux NFS Client with Network Appliance Filers," by Charles Lever; Netapp TR-3183, 2004.
- - "Mike Eislers NFS blog."
- - "Eric Kustarzs blog."
- - "NFS version 4 home page."
- - Finally, the "linux.org online library" has many references.
Quick setup client guide
1. Acquire and install a recent distribution of Linux.
2. Set up your /etc/exports file (man exports for details).
3. Consult your distributions documentation to determine which /etc/init.d start-up script is used to start your server. Start NFS services by invoking this script as root, using the "start" parameter. Consider adding this script to the list of scripts that are automatically run at system start-up. (Red Hat uses the chkconfig command for this purpose).
4. Read the NFS How-To for advice on tuning and securing your server.
Quick Client Setup Guide
1. Acquire and install a recent distribution of Linux. To enable NLM lock recovery, ensure your clients host name, as returned by uname -n, matches the host name returned by DNS.
2. The NLM protocol is handled by an in-kernel service in modern kernels, but the user-level rpc.statd program must be running to enable NLM lock recovery. Consult your distributions documentation to determine which /etc/init.d start-up script is used to start it. Start the NSM daemon by invoking this script as root, using the "start" parameter. Consider adding this script to the list of scripts that are automatically run at system start-up. (Red Hat uses the chkconfig command for this purpose).
3. Create the directories on your client where you will mount the NFS shares.
4. Add entries in /etc/fstab corresponding to your mount points (man nfs for details).
5. Use mount -a -t nfs to mount the NFS shares.
6. During system boot-up, most distributions automatically mount NFS shares that are listed in /etc/fstab. If yours doesnt, check your distributions documentation for instructions on how to configure your client to do this.
Enhancements:
- The "mount.nfs" command was added, since the nfs mount functionality is being migrated from util-linux to nfs-utils.
- Substantial changes to were made statd. Various pieces of old code were removed.
- Lots of bugfixes and improvements were made.
<<less
Download (0.77MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
910 downloads
MIME::Parser 5.420

MIME::Parser 5.420


MIME::Parser is a experimental class for parsing MIME streams. more>>
MIME::Parser is a experimental class for parsing MIME streams.

SYNOPSIS

Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait.
Ready? Ok...

Basic usage examples

### Create a new parser object:
my $parser = new MIME::Parser;

### Tell it where to put things:
$parser->output_under("/tmp");

### Parse an input filehandle:
$entity = $parser->parse(*STDIN);

### Congratulations: you now have a (possibly multipart) MIME entity!
$entity->dump_skeleton; # for debugging

Examples of input

### Parse from filehandles:
$entity = $parser->parse(*STDIN);
$entity = $parser->parse(IO::File->new("some command|");

### Parse from any object that supports getline() and read():
$entity = $parser->parse($myHandle);

### Parse an in-core MIME message:
$entity = $parser->parse_data($message);

### Parse an MIME message in a file:
$entity = $parser->parse_open("/some/file.msg");

### Parse an MIME message out of a pipeline:
$entity = $parser->parse_open("gunzip - < file.msg.gz |");

### Parse already-split input (as "deliver" would give it to you):
$entity = $parser->parse_two("msg.head", "msg.body");

Examples of output control

### Keep parsed message bodies in core (default outputs to disk):
$parser->output_to_core(1);

### Output each message body to a one-per-message directory:
$parser->output_under("/tmp");

### Output each message body to the same directory:
$parser->output_dir("/tmp");

### Change how nameless message-component files are named:
$parser->output_prefix("msg");

Examples of error recovery

### Normal mechanism:
eval { $entity = $parser->parse(*STDIN) };
if ($@) {
$results = $parser->results;
$decapitated = $parser->last_head; ### get last top-level head
}

### Ultra-tolerant mechanism:
$parser->ignore_errors(1);
$entity = eval { $parser->parse(*STDIN) };
$error = ($@ || $parser->last_error);

### Cleanup all files created by the parse:
eval { $entity = $parser->parse(*STDIN) };
...
$parser->filer->purge;

Examples of parser options

### Automatically attempt to RFC-1522-decode the MIME headers?
$parser->decode_headers(1); ### default is false

### Parse contained "message/rfc822" objects as nested MIME streams?
$parser->extract_nested_messages(0); ### default is true

### Look for uuencode in "text" messages, and extract it?
$parser->extract_uuencode(1); ### default is false

### Should we forgive normally-fatal errors?
$parser->ignore_errors(0); ### default is true
Miscellaneous examples
### Convert a Mail::Internet object to a MIME::Entity:
@lines = (@{$mail->header}, "n", @{$mail->body});
$entity = $parser->parse_data(@lines);

<<less
Download (0.38MB)
Added: 2006-11-17 License: Perl Artistic License Price:
1073 downloads
Feather Linux 0.7.5

Feather Linux 0.7.5


Feather Linux is a Linux distribution which runs completely off a CD or a USB pendrive and takes up under 115Mb of space. more>>
Feather Linux is a Linux distribution which runs completely off a CD or a USB pendrive and takes up under 115Mb of space.
Feather Linux is a Knoppix remaster (based on Debian), and tries to include software which most people would use every day on their desktop.
As of version 0.7.3, it includes:
Kernel 2.4.27, Abiword, siag, Dillo, Firefox, Captive-NTFS, gaim, ethereal, Thunderbird, XMMS and plugins, Imposter, IceWM, wavplay, mpg321, FreeNX, John the Ripper, Tcl, qemu, kismet, abcde, macchanger, screen, paketto, ogg123 and other Ogg Vorbis tools, axyFTP, fireftp, rox-filer, cdrecord, mkisofs, rdesktop, tcpdump, parted, partimage, dsniff, aircrack, madwifi, dnsmasq, foremost, antiword, e2undel, iftop, bbpager, utelnetd, minicom, index, gpart, socat, traceroute, SciTE, prozilla, Midnight Commander, Samba, elmo, tmsnc, apsfilter, gmplayer, mount.app, chntpw, zile, tinycc, nano, Xpaint, Xzgv, Xpdf, naim, hdparm, usbview, index, recoverdm, mtr, cdparanoia, betaftpd, Chipmunk Basic, gqcam, e3, lua, Ruby, cdparanoia, giFTcurs, mtools, emelfm2, vncdec, elhttp, quagga, ettercap, wavemon, iptables, recover, amap, hping2, cabextract, splitvt, pciutils, LinNeighborhood, nmap and nmapfe, portmap and nfs-common, aumix, CTorrent, VNCviewer, sqlite, SSH and SCP, DHCP client, xtdesktop, PPP and PPPoE support, NTFS resize support, an RSS reader, stress, cpuburn, the Monkey webserver, Xcalc, Fluxbox, evilwm, the XBase apps, and the various standard console and system tools.
Enhancements:
- Fixed HD install script
- Updated Gaim and Firefox
<<less
Download (119.4MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
937 downloads
OliveBSD 1.0

OliveBSD 1.0


OliveBSD is a LiveCD based on OpenBSD 3.8 with graphical environment and various softwares. more>>
OliveBSD is a LiveCD based on OpenBSD 3.8 with graphical environment and various softwares.
OliveBSD includes the following software:
- IceWM Window manager
- ROX-filer File manager
- SciTE Text Editor
- Mozilla Firefox Web browser
- Mozilla Thunderbird E-mail application suite
- Gimp Image Manipulation Program
- Gaim Multi-protocol instant messaging client (AIM, ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, Novell GroupWise, and Zephyr networks)
- Xchat Irc client
- XMMS Multimedia player
- Abs Spreadsheet
- Xpdf PDF viewer
- Ghostview PostScript viewer
- Xtar Program for viewing and manipulating tar archives
- AxYftp Ftp client
- CD-Rchive CD creation software
- TightVNC viewer Client for remote desktop access
<<less
Download (699.7MB)
Added: 2006-02-22 License: BSD License Price:
1353 downloads
Fluxspace 0.4.0 Alpha

Fluxspace 0.4.0 Alpha


Fluxspace blends Fluxbox’s window management with new desktop management capabilities more>>
Fluxspace blends Fluxboxs window management with new desktop management capabilities. The project leverages existing components and the power of Python to help build a flexible desktop environment around Fluxbox and other lightweight window managers.
Main features:
- Add per-workspace desktop icons and panels to Fluxbox by integrating tools like Rox Filer and Idesk.
- Decorate each workspace with different wallpaper.
- Manage your startup applications.
- Automatically start and stop applets as you enter and leave workspaces, allowing each workspace to have its own unique tools and dockapps.
<<less
Download (2.9MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
880 downloads
sshfs

sshfs


sshfs is a rox-filer Application Directory. more>>
sshfs is a rox-filer Application Directory. Its purpose is to deal with sshfs for mounting and unmounting them. sshfs is a fuse system to mount filesystems over ssh

This application depends only on fuse and sshfs.

Usage:

You have to create some directories wich name will handle every needed informations for the mount. In rox-filer when you do a right click on thoses directories you have a menu entry that will allow you to mount and unmount the filesystem.

The directory name is of the form :

[user@]host[[:port]:remote_path]

Installation:

Extract to your application directory (eg: ~/Apps)
Create a link in your SendTo directory (eg: ~/.choice/SendTo) for directories and mounts:

ln -s ~/Apps/sshfs ~/.choice/SendTo/.inode_directory/
ln -s ~/Apps/sshfs ~/.choice/SendTo/.inode_mount-point/
or via the Customize menu entry.

This will associate the sshfs menu to directories in rox-filer
<<less
Download (0.013MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
KnoSciences 1.0

KnoSciences 1.0


KnoSciences is a Knoppix-based bootable CD with a collection of GNU/Linux software, automatic hardware detection. more>>
KnoSciences is a Knoppix bootable CD with a collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. KnoSciences is not necessary to install anything.
Sciences SoftwareMain features:
Workstation software
- Evince
- FileRunner
- Firefox
- Gimp
- Gnumeric
- Kate
- Krusader
- Lyx
- NVU
- OpenOffice
- Rox-filer
- Scite
- Scribus
- Texmacs
- VLC media player
- VNC
- Xfce4
- XMMS
- Xpdf
Java software
- Edugraphe
- Geogebra
- Geonext
- JasTEX
- Java C.a.R
- NonEuclid
- NumericalChameleon
- Mathoscope
- Optikal
- Populus
- XLogo
Mathematical Software
- Xabacus
- Declic (french)
- Dr Geo
- Geomview
- Xeukleides
- Galculator
- Geg
- Giac/Xcas
- Gnuplot
- Grace
- Graphthing
- Kali
- Kseg
- Maxima
- PARI/GP
- Scilab
- Yacas
- XaoS
Sciences Software
- Audacity
- Chemeq
- Chemtool
- Dozzzaqueux (french)
- Formol
- Ghemical
- GNUcap
- GPeriodic
- KStars
- LibComedi
- Open Babel
- OptGeo (french)
- Oregano
- TkGate
- PyMOL
Systeme Software
- CUPS - Common Unix Printing
- Debian
- GCC (gcc & g++)
- KNOPPIX
- Perl
- Python
- QTParted
- TCC
- Xsane
- knoppix-installer
<<less
Download (693.7MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1239 downloads
Alpha Crucis 2.3

Alpha Crucis 2.3


Alpha Crucis is a live Linux CD based on CRUX the Linux Live Scripts. more>>
Alpha Crucis is a live Linux CD based on CRUX the Linux Live Scripts.

Why yet another Linux live cd, arent there enough?

But there is always room for one more, if it has some uniqueness. I do not see many live distros based on my favorite, CRUX. What I want is an i686 optimized live cd based on CRUX Linux, so I can use CRUX on any box wherever I go. No longer having to wait to get home to try out ports and such. This live cd is made with the Linux Live scripts and CRUX Linux.

Features include XFCE 4.4.1, Thunar with autodetecting and mounting of media; window managers JWM, Fluxbox, and Icewm for lighter machines; Rox-Filer, Leafpad editor, Stella and Snex9x emulators, NTFS-3g, the Gimp, Gftp, Gpview, Xine with codecs, XMMS, 2.6.21.2 i686 optimized Linux kernel with full driver support, Dillo, Xchat, Eterm, and more.

The main focus of CRUX is simplicity, and I tried not to stray too far in that area. But unlike a CRUX install, most configuration is taken care of for you with this cd. Running Alpha Crucis is not much different that running Xubuntu Live. This cd is made in hopes that it will be fun to use, but it is of course not related to, condoned, nor authorized by the CRUX project. CRUX is simply a fine Linux distro I use and recommend.

Why the strange name?

Most Linux distros have strange names. Alpha Crucis is also known as "Acrux", and means "at the foot of the cross". It is the brightest star in the Crux constellation. I did not want to name my project Jasonix, nor any version of the word CRUX. I like the name Acrux, but I will not use it out of respect of the CRUX project.

Download link:

http://www.bigupload.com/d=4BA5ABBF (Username crux Password crux Username root Password crux.)
<<less
Download (223MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
UniPackage 0.5.2

UniPackage 0.5.2


UniPackage is a non-distribution-specific, dependency free package system. more>>
UniPackage is an alternative to distribution-specific packaging systems like dpkg and RPM. UniPackage is a simple system that works on any Linux distribution.

UniPackage packages are tar.bz2 archives which contain a self-contained "AppDir" which can be moved anywhere in the filesystem without disturbing the applications installation. In most cases, this packaging does not require changes to the applications code.

The issue of dependencies is avoided by bundling all required libraries in the AppDir. However, to conserve memory, applications will default to using existing libraries already installed on the system if they are available.

Disk space is conserved by transparently decompressing the applications "bin" and "lib" directories upon execution of the application (new to v0.5.2).

Creating Packages

In the following example, we will show how to create a package for MPlayer.

1. Extract the UniPackage tarball somewhere on your system (if youre reading this, then obviously youve done that).

2. Download the MPlayer source archive (the .tar.bz2) and extract it somewhere on your system (anywhere is fine).

3. Change your working directory to where you extracted UniPackage.

4. UniPackage makes use of recipes to compile programs, similar to in GoboLinux (www.gobolinux.com). A recipe is a simple bash script that contains the commands necessary to compile a program. For most programs, the Recipe.Standard recipe should
work fine. However, for more complex programs you may need to either create a recipe or find one that someone else has created.

Included with UniPackage is an example of a "complex" recipe for creating an MPlayer package - Recipe.MPlayer. If you have a look through the recipe, you will see that its not
really complex. It just sets up a few extra directories, downloads and extracts fonts/codecs/skins which are specific to MPlayer. You can modify the recipe as much as you like to get the desired compilation result.

Once you have created/found your recipe, you invoke the CreatePackage script to create your package. CreatePackage requires a few arguments, and running CreatePackage without any arguments will give you a concise overview of what you
need to supply to it.

To create our MPlayer package, we invoke CreatePackage by typing:

./CreatePackage /usr/local/src/MPlayer-1.0pre5 MPlayer-1.0pre5 gmplayer Recipe.MPlayer "--enable-gui"

To break down the arguments:

Arg1: Path to the programs source files /usr/local/src/MPlayer-1.0pre5

Arg2: Name of the program (arbritrary, use whatever you like) MPlayer-1.0pre5

Arg3: Name of the binary which will launch the compiled program gmplayer

Arg4: Filename of the recipe you wish to use (MUST be in the current directory).
Recipe.MPlayer

Arg5: Any additional commands you would like to send to the configure script when compiling (this is just exported to the recipe as a variable so even if the program does not use a configure script, you can still specify options which the recipe will
insert into the right place).

If there are no additional options you wish to specify, you must still provide the argument, but just use empty quotes: ""

"--enable-gui"

And thats it. The program should compile, and be packaged up into a nice
bzip2-compressed tarball.

To distribute the package, just have your users download the tarball and instruct them to extract its contents to wherever they like (I like to place my packages under /Applications but its entirely up to the user).

All configuration files (if applicable) will be contained within the extracted package directory. Regardless of where the user extracts the tarball, the program should still be able to find all required config files, libraries etc just fine.

To run the program, the user just navigates to the directory and executes the "AppRun" script. If they use Rox-Filer, all they need to do is click on the directory in Rox to launch the program.
<<less
Download (0.010MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads
Quick Image Viewer 2.1-pre11

Quick Image Viewer 2.1-pre11


Quick Image Viewer is a very small and pretty fast GDK/Imlib image viewer. more>>
Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xloadimage. Quick Image Viewer program runs on FreeBSD, Linux (libc5/glibc), Solaris (SunOS) and HP-UX.
Main features:
- moving & zooming image in fullscreen mode.
- setting image as x11 background (centered,tiled,stretched..) with user settable background color
- fullscreen viewing with a great statusbar
- external "qiv-command" program support
- screensaver mode
- brightness/contrast/gamma correction
- real transparency
- maxpect (zoom to screen size while preserving aspect ratio)
- scale_down (scale down to big images to fit screen size)
- slideshow (with random order if you want)
- filename filer
- flip horizontal/vertical, rotate left/right
- delete function (move to .qiv-trash/)
- jump to image number x, jump forward/backward x images
Enhancements:
- This release has some bugfixes and new options.
<<less
Download (0.070MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
921 downloads
FVWM-Crystal 3.0.5

FVWM-Crystal 3.0.5


FVWM-Crystal aims to create an easy to use, pretty, and powerful desktop environment for Linux or other Unix-like systems. more>>
FVWM-Crystal aims to create an easy to use, eye-candy but also powerful desktop environment for Linux or other Unix-like operating systems.
FVWM-Crystal uses following programs: FVWM as a window manager and "main core", ROX-Filer as file manager (manages icons on the desktop), xterm, aterm, mrxvt or urxvt as terminal emulators, MPD or XMMS as music players (theres built-in support for controlling these programs), and several other tools for different functions, like setting a wallpaper or making screen shots.
Main features:
- transparent elements of the interface: panels, menus, dialogs (pseudo-transparency, doesnt show windows underneath)
- window decorations, panel/menu colorsets and desktop wallpaper changeable from the main menu; choice saved for next X sessions
- flexible window decorations: can have different titlebar buttons layout, pixmaps, button functions
- different "desktop layouts" (panel placement and functions, desktop functions, window icons/thumbnails), changeable from the menu
- advanced keyboard support: keybindings for controlling the desktop switching, window management (moving, resizing, focusing, basic operations like minimalization or closing) - nearly 90 different keybindings
- support for controlling music players, using the keyboard or panel buttons and menus; currently MPD and XMMS are supported
- advanced support of the terminal windows: special "QuakeConsole" terminal accessible by an Alt+` (grave) keystroke similar to the console found in FPP games; terminals can be opened using RMB on the desktop; terminal windows dont release focus for newly opened windows (by default)
- a Python script for generating different panels and menus with installed applications - automatically finds programs in $PATH and creates specified menus and panels
- support for nearly 250 different applications - icons, menu/panel database entries, window styles
- different language support using gettext
Features for advanced users
- all FVWM configuration divided into small files in a simple directory structure
- special functions for loading configuration files - allows FVWM configuration files placed in different directories (for example system-wide and user-wide); user files are searched before system-wide files (directory structure must be preserved), first found file is loaded
- simple and easy to use system of "user preferences", adds to the configuration files ability to remember different user choices and recall them at any moment, usually at the startup of X session
- support for system-wide configuration in /etc/X11/fvwm/fvwm-crystal directory as well as user configuration in ~/.fvwm directory - changes in configuration files can be preserved between package updates
- special files called "recipes" - similar to "standard" FVWM configuration model (one configuration - one file), allows for different configurations in the same package (for example different music players changeable during runtime)
- support for different icon themes and sizes (similar to /usr/share/icons directory), included many icons in 22x22, 32x32 and 48x48 sizes
<<less
Download (3.6MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
870 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2