gnome display manager
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4321
Gnome Bling Manager 0.1
Gnome Bling Manager is an interface to easily configure gnome desktop effects. more>>
Gnome Bling Manager is an interface to easily configure gnome desktop effects.
With the variety of different ways to enable effects in desktop, users will be like to turn it on or off, an easy tool to do it will help them configure their desired effects for their desktop.
A desktop menu entry will be created in "System > Preferences > Graphical Desktop Effects" that will configure Xgl/Compiz or xcompmgr based effects.
The interface must easily allow user to configure their desired effects based on what effects and method they choose.
<<lessWith the variety of different ways to enable effects in desktop, users will be like to turn it on or off, an easy tool to do it will help them configure their desired effects for their desktop.
A desktop menu entry will be created in "System > Preferences > Graphical Desktop Effects" that will configure Xgl/Compiz or xcompmgr based effects.
The interface must easily allow user to configure their desired effects based on what effects and method they choose.
Download (0.027MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1244 downloads
Gnome SSH Tunnel Manager 1.2
Gnome SSH Tunnel Manager is a frontend for SSH tunneling. more>>
Gnome SSH Tunnel Manager (gSTM) provides a convenient front-end for the cumbersome ssh commandline.
Tunnel configurations are stored in a simple XML format with support for both local and remote port redirection.
Tunnels can be individually started and stopped from the simple main dialog with the option to add or delete a tunnel or modify its preferences.
An SSH tunnel with port redirection is usefull to access services behind a *nix firewall/router. For example, if you have a Terminal Server (remote desktop) and a MySQL server on your private LAN and want to access them securely from outside, you just open an ssh connection with two port redirections. You can then connect to your localhost which will be redirected over the encrypted tunnel, through the firewall/router, to the remote host.
<<lessTunnel configurations are stored in a simple XML format with support for both local and remote port redirection.
Tunnels can be individually started and stopped from the simple main dialog with the option to add or delete a tunnel or modify its preferences.
An SSH tunnel with port redirection is usefull to access services behind a *nix firewall/router. For example, if you have a Terminal Server (remote desktop) and a MySQL server on your private LAN and want to access them securely from outside, you just open an ssh connection with two port redirections. You can then connect to your localhost which will be redirected over the encrypted tunnel, through the firewall/router, to the remote host.
Download (1.3MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1190 downloads
GNOME Transfer Manager 0.4.12
GNOME Transfer Manager allows the user to retrieve multiple files from the web. more>>
GNOME Transfer Manager allows the user to retrieve multiple files from the web.
These files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet. This is most useful to users with dialup connections. The program performs these tasks using wget as its back-end.
The program supports CORBA. This makes it easy for other programs to use GTransferManager to handle the transfer of files from the Internet.
The program also has an applet which communicates with program using CORBA. The applet can launch the program, request for a new download or accept drops of URLs from netscape, gFTP, gmc and give these URLs to GTM.
<<lessThese files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet. This is most useful to users with dialup connections. The program performs these tasks using wget as its back-end.
The program supports CORBA. This makes it easy for other programs to use GTransferManager to handle the transfer of files from the Internet.
The program also has an applet which communicates with program using CORBA. The applet can launch the program, request for a new download or accept drops of URLs from netscape, gFTP, gmc and give these URLs to GTM.
Download (0.48MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1208 downloads
Gnome Desktop Change 0.2.1
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. more>>
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background.
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Its totally written in C++, it uses FAM (File Alteration Monitor) to detect changes into directory that contains picture files, and its multithread.
<<lessGnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Its totally written in C++, it uses FAM (File Alteration Monitor) to detect changes into directory that contains picture files, and its multithread.
Download (0.10MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1555 downloads
gnome-kernel-manager 0.0.1
gnome-kernel-manager is a tool for managing kernel modules and more. more>>
gnome-kernel-manager is a tool for managing kernel modules and more.
gnome-kernel-manager is a gui for managing the kernel modules, .... Only Linux kernel is supported.
Main features:
- Shows the list of loaded modules.
- Shows the list of all installed modules.
- Shows information about modules.
- Supports (un)loading modules.
<<lessgnome-kernel-manager is a gui for managing the kernel modules, .... Only Linux kernel is supported.
Main features:
- Shows the list of loaded modules.
- Shows the list of all installed modules.
- Shows information about modules.
- Supports (un)loading modules.
Download (0.27MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
824 downloads
GNOME Power Manager 2.18.3 / 2.19.6
GNOME Power Manager is a session daemon that takes care of power management. more>>
GNOME Power Manager gets all information from HAL using information from org.freedesktop.Hal. GNOME Power Manager does not do independent probing for data, it relies on HAL, in this way it can stay very lightweight and uncomplicated. GNOME Power Manager goal is to be architecture neutral and free of polling and other hacks.
Power management in Linux sucks. Depending if you are running a PPC or i386 PC the different power management facilities are vastly different. To get your machine to suspend on lid press is already possible, but is difficult to know what config files to modify.
To get your LCD screen brightness set to 50% when you remove the AC Adapter of your laptop is probably possible with a clever little Perl script, but is not something that comes ready configured on a standard Linux distro.
Any of these things need the user to become the super-user to do the action. This needs to change before Linux is accepted as a contender for the corporate desktop.
Main features:
- Laptop batteries
- AC Adapters
- APC UPSs
- SynCE PDAs
- Logitech Wireless Mice
- Logitech Wireless Keyboards
GNOME Power Manager owns the session D-BUS service net.sf.GnomePower and runs a session daemon (i.e. once per logged in user) and optionally displays battery status and low battery notifications.
The session daemon is very resource friendly. Other than the initial coldplug, it uses internal caching for all the power devices, so no additional lookups are needed for each update event. It will only update the displayed icon on a powerState change, but will update the tooltip on every percentage change. It should use *very little* CPU and memory.
<<lessPower management in Linux sucks. Depending if you are running a PPC or i386 PC the different power management facilities are vastly different. To get your machine to suspend on lid press is already possible, but is difficult to know what config files to modify.
To get your LCD screen brightness set to 50% when you remove the AC Adapter of your laptop is probably possible with a clever little Perl script, but is not something that comes ready configured on a standard Linux distro.
Any of these things need the user to become the super-user to do the action. This needs to change before Linux is accepted as a contender for the corporate desktop.
Main features:
- Laptop batteries
- AC Adapters
- APC UPSs
- SynCE PDAs
- Logitech Wireless Mice
- Logitech Wireless Keyboards
GNOME Power Manager owns the session D-BUS service net.sf.GnomePower and runs a session daemon (i.e. once per logged in user) and optionally displays battery status and low battery notifications.
The session daemon is very resource friendly. Other than the initial coldplug, it uses internal caching for all the power devices, so no additional lookups are needed for each update event. It will only update the displayed icon on a powerState change, but will update the tooltip on every percentage change. It should use *very little* CPU and memory.
Download (2.6MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
819 downloads
GNOME Commander 1.2.4
A GNOME based file manager aimed at people that wants a fast and efficient file manager. more>>
GNOME Commander is file manager aimed at people who want a fast and efficient file manager. GNOME Commander can currently perform most common file operations, and will detect changes to files caused by other programs and update its views without the need for the user to manually reload. The program also supports Copy and Paste, DND and MIME.
The program has some basic FTP support through GnomeVFS, but its not very good. Its good enough to download/upload files, but lacks more advanced functions, like issuing SITE commands.
Main features:
- Dragn drop.
- Gnome mimetypes.
- FTP using GnomeVFS ftp module.
- Quick device access buttons with automatic mounting and unmounting ("no-mount" option for supermount users).
- Rightclick context menus with the most usual file operations, plus configurable "send-to" favorite applications.
- Latest accessed folder history.
- Folder bookmarks.
- Plugin support under development.
Enhancements:
- This release (apart from the usual bunch of fixes) adds support for Python scripting, user defined keyboard shortcuts, OLE and ODF metatags in advanced file rename templates, and SAMBA authentication.
- More work was done on the following translations: ar, bg, cs, dz, en_GB, fr, it, oc, pl, sl, and sv.
<<lessThe program has some basic FTP support through GnomeVFS, but its not very good. Its good enough to download/upload files, but lacks more advanced functions, like issuing SITE commands.
Main features:
- Dragn drop.
- Gnome mimetypes.
- FTP using GnomeVFS ftp module.
- Quick device access buttons with automatic mounting and unmounting ("no-mount" option for supermount users).
- Rightclick context menus with the most usual file operations, plus configurable "send-to" favorite applications.
- Latest accessed folder history.
- Folder bookmarks.
- Plugin support under development.
Enhancements:
- This release (apart from the usual bunch of fixes) adds support for Python scripting, user defined keyboard shortcuts, OLE and ODF metatags in advanced file rename templates, and SAMBA authentication.
- More work was done on the following translations: ar, bg, cs, dz, en_GB, fr, it, oc, pl, sl, and sv.
Download (2.2MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
877 downloads
Gnome Splash Properties 0.3.0
Gnome Splash Properties lets you easily setup your splash on GNOME desktop. more>>
Gnome Splash Properties lets you easily setup your splash on GNOME desktop.
Written in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed.
Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main folder.
<<lessWritten in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed.
Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main folder.
Download (MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
Gnome Remote Connection Manager 0.1.5
Gnome Remote Connection Manager is a gnome application that stores information about remote connections. more>>
Gnome Remote Connection Manager is a gnome application that stores information
about remote connections.
It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three listed, for example I never thought of using it for ftp, but it would be easy to setup.
GRCM uses gconf to store information about connections.
Enhancements:
- Added some missing icons.
- Fixed a callback in the Connections Dialog that made the default arguments from the connection appear when selected.
<<lessabout remote connections.
It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three listed, for example I never thought of using it for ftp, but it would be easy to setup.
GRCM uses gconf to store information about connections.
Enhancements:
- Added some missing icons.
- Fixed a callback in the Connections Dialog that made the default arguments from the connection appear when selected.
Download (0.17MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
GNOME Maze 0.8
GNOME Maze project is a maze board game. more>>
GNOME Maze project is a maze board game.
The objective is to get the Tux out of the maze.
This release has different levels, and if you are unable to solve the maze, the computer can do it for you.
Enhancements:
- implemended levels,
- improved pad-history,
- pixmaps,
- computer-solving.
<<lessThe objective is to get the Tux out of the maze.
This release has different levels, and if you are unable to solve the maze, the computer can do it for you.
Enhancements:
- implemended levels,
- improved pad-history,
- pixmaps,
- computer-solving.
Download (0.12MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1035 downloads
Download Manager 0.0.5
Download Manager project is a GNOME download manager. more>>
Download Manager project is a GNOME download manager.
Download Manager (also known as downman) is a suite of programs that assist with downloading files. It features a GNOME 2 GUI.
Download Manager suite
downmand: a daemon that takes care of downloading files
downman: a command line client to downmand to add files for download
downman-gmonitor: a little window where you can drop urls
gdownman: (aka gnome download manager), a gui client to control downloads
Main features:
- Gnome 2 GUI
- Multiple projects
- Speed limit for each download
- Speed limit for each project
Enhancements:
- Moved to gnome-vfs as the backend for the transfers.
- s/download/transfer in the daemon.
- Servers support, you can now limit the amount of connections to a server.
- Ability to show/hide toolbar and statusbar in the GUI
- Correctly update download speedlimit in the GUI
- Show mime-type icons with the filename
- Remove use of List (use GList instead)
- Fixes & cleanups
<<lessDownload Manager (also known as downman) is a suite of programs that assist with downloading files. It features a GNOME 2 GUI.
Download Manager suite
downmand: a daemon that takes care of downloading files
downman: a command line client to downmand to add files for download
downman-gmonitor: a little window where you can drop urls
gdownman: (aka gnome download manager), a gui client to control downloads
Main features:
- Gnome 2 GUI
- Multiple projects
- Speed limit for each download
- Speed limit for each project
Enhancements:
- Moved to gnome-vfs as the backend for the transfers.
- s/download/transfer in the daemon.
- Servers support, you can now limit the amount of connections to a server.
- Ability to show/hide toolbar and statusbar in the GUI
- Correctly update download speedlimit in the GUI
- Show mime-type icons with the filename
- Remove use of List (use GList instead)
- Fixes & cleanups
Download (0.17MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
6237 downloads
Gnome Password Generator 1.5
Gnome Password Generator is a GUI based secure password generator. more>>
Gnome Password Generator is a GUI based secure password generator. The project allows the user to generate a specified number of random passwords of a specified length. The program requires Python version 2.4 or greater, PyGTK version 2.4 or greater, and Gnome-Python for Gnome 2.
<<less Download (0.022MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
812 downloads
GNOME Mastermind 0.3
GNOME Mastermind is a Mastermind clone for GNOME Desktop. more>>
GNOME Mastermind is a Mastermind clone for GNOME Desktop.
GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.
<<lessGNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
GNOME Translate 0.99
GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.
GNOME Translate is free software, released under the terms of the GNU General Public License.
<<lessGNOME Translate is free software, released under the terms of the GNU General Public License.
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
gnome-ppp_logger 1.0
gnome-ppp_logger is a project that logs the amount of time spent on the net when connected with gnome-ppp. more>>
gnome-ppp_logger is a project that logs the amount of time spent on the net when connected with gnome-ppp.
This program lets you establish a PPP connection to your ISP using gnome-ppp. It saves your online time in a log for later analysis. This will prevent you from getting into that state of shock when the phone bill comes.
<<lessThis program lets you establish a PPP connection to your ISP using gnome-ppp. It saves your online time in a log for later analysis. This will prevent you from getting into that state of shock when the phone bill comes.
Download (0.011MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
916 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 gnome display manager 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