Main > Free Download Search >

Free nautilus cd burner 2.18.2 2.19.6 software for linux

nautilus cd burner 2.18.2 2.19.6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1518
nautilus-cd-burner 2.18.2 / 2.19.6

nautilus-cd-burner 2.18.2 / 2.19.6


nautilus-cd-burner is an easy to use CD/DVD burning package, well integrated with Nautilus and the GNOME desktop. more>>
nautilus-cd-burner is an easy to use CD/DVD burning package, well integrated with Nautilus and the GNOME desktop.
nautilus-cd-burner package also contains the libnautilus-burn library as a simple application interface to CD/DVD drives and disc burning. This library is not guaranteed to be API/ABI stable. However, authors of Free Software applications should feel free to use it if they wish.
You may download updates to the package from: http://ftp.gnome.org/pub/GNOME/sources/nautilus-cd-burner/
Enhancements:
- Fixed #433730, [Patch] Run gtk-update-icon-cache in install-hook and uninstall-hook (William Jon McCann)
- Fixed #435025, Direct copy of audio CD results in white noise CD (William Jon McCann)
Translators
- Updated fi: Ilkka Tuohela
- Updated ta: I. Felix
<<less
Download (0.86MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
546 downloads
Nautilus 2.18.3 / 2.19.90

Nautilus 2.18.3 / 2.19.90


Nautilus is a graphical shell for the GNOME desktop enviornment that makes it easy to manage your files. more>>
Nautilus is a graphical shell for the GNOME desktop enviornment that makes it easy to manage your files and the rest of your system.
Main features:
Free
- GNOME is Free Software and part of the GNU project, dedicated to giving users and developers the ultimate level of control over their desktops, their software, and their data. Find out more about the GNU project and Free Software at gnu.org.
Usable
- GNOME understands that usability is about creating software that is easy for everyone to use, not about piling on features. GNOMEs community of professional and volunteer usability experts have created Free Softwares first and only Human Interface Guidelines, and all core GNOME software is adopting these principles. Find out more about GNOME and usability at the GNOME Usability Project.
Accessible
- Free Software is about enabling software freedom for everyone, including users and developers with disabilities. GNOMEs Accessibility framework is the result of several years of effort, and makes GNOME the most accessible desktop for any Unix platform. Find out more at the GNOME Accessibility Project.
International
- GNOME is used, developed and documented in dozens of languages, and we strive to ensure that every piece of GNOME software can be translated into all languages. Find out more at the GNOME Translation Project.
Developer-friendly
- Developers are not tied to a single language with GNOME. You can use C, C++, Python, Perl, Java, even C#, to produce high-quality applications that integrate smoothly into the rest of your Unix or Linux desktop.
Organized
- GNOME strives to be an organized community, with a foundation of several hundred members, usability, accessibility, and QA teams, and an elected board. GNOME releases are defined by the GNOME Release Team and are scheduled to occur every six months.
Supported
- Beyond the worldwide GNOME Community, GNOME is supported by the leading companies in Linux and Unix, including HP, MandrakeSoft, Novell, Red Hat, and Sun. Find out more at foundation.gnome.org.
A community
- Perhaps more than anything else, GNOME is a worldwide community of volunteers who hack, translate, design, QA, and generally have fun together. Find out more at GNOME Developers site.
<<less
Download (6.1MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
814 downloads
gnome-screensaver 2.18.2 / 2.19.6

gnome-screensaver 2.18.2 / 2.19.6


gnome-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults. more>> <<less
Download (2.0MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
504 downloads
Nautilus-pr0n 0.1.1

Nautilus-pr0n 0.1.1


nautilus-pr0n is a nautilus extension to view extended image information. more>>
Nautilus-pr0n is a nautilus extension to view extended image information.
Nautilus-pr0n will add a new column, Geometry Info, to the list-view of Nautilus. Geometry Info contains the width and height of the image.
Enhancements:
- Fixed Makefile.am so the extension is installed to the right place
<<less
Download (0.34MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
858 downloads
gnome-panel 2.18.3 / 2.19.6

gnome-panel 2.18.3 / 2.19.6


gnome-panel contains the GNOME panel which is the area on your desktop. more>>
gnome-panel package is free software and is part of the GNOME 2.0 project.
The package contains the GNOME panel which is the area on your desktop from
which you can run applications and applets, and perform other tasks.
The libpanel-applet library is also in this package. This library allows one to
develop small applications which may be embedded in the panel. These are called
applet.
Several applets are also supplied - the Workspace Switcher, the Window List,
the Window Selector, the Notification Area, the Clock and the infamous Wanda
the Fish.
There is a page about gnome-panel on the GNOME Wiki: http://live.gnome.org/GnomePanel
desktop-devel-list@gnome.org is the relevant mailing list: http://mail.gnome.org/mailman/listinfo/desktop-devel-list
To subscribe, send a mail to desktop-devel-list-request@gnome.org with the subject "subscribe".
Whats New in 2.18.3 Stable Release:
Panel
- Fix crash when the applications menu is updated but the user had a context menu for a launcher (Vincent)
- Fix crash when a toplevel is destroyed with its context menu opened (Vincent)
- Fix very rare crash related to lockdown registration (Vincent)
Translators
- Ivar Smolin (et)
- Nickolay V. Shmyrev (ru)
<<less
Download (4.1MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
807 downloads
libgnomekbd 2.18.2 / 2.19.90

libgnomekbd 2.18.2 / 2.19.90


libgnomekbd is a GNOME library. more>>
libgnomekbd is a GNOME library.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Whats New in 2.18.2 Stable Release:
- Several keyboard drawing bugs fixed
- Crash on incorrect GObject usage fixed
- Added 4 translations
<<less
Download (0.43MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
804 downloads
GNOME 2.18.3 / 2.19.6

GNOME 2.18.3 / 2.19.6


GNOME desktop environment is an intuitive and attractive desktop for end-users. more>>
The GNOME project provides two things: GNOME desktop environment, an intuitive and attractive desktop for end-users, users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop.
Main features:
Free
- GNOME is Free Software and part of the GNU project, dedicated to giving users and developers the ultimate level of control over their desktops, their software, and their data. Find out more about the GNU project and Free Software at gnu.org.
Usable
- GNOME understands that usability is about creating software that is easy for everyone to use, not about piling on features. GNOMEs community of professional and volunteer usability experts have created Free Softwares first and only Human Interface Guidelines, and all core GNOME software is adopting these principles. Find out more about GNOME and usability at the GNOME Usability Project.
Accessible
- Free Software is about enabling software freedom for everyone, including users and developers with disabilities. GNOMEs Accessibility framework is the result of several years of effort, and makes GNOME the most accessible desktop for any Unix platform. Find out more at the GNOME Accessibility Project.
International
- GNOME is used, developed and documented in dozens of languages, and we strive to ensure that every piece of GNOME software can be translated into all languages. Find out more at the GNOME Translation Project.
Developer-friendly
- Developers are not tied to a single language with GNOME. You can use C, C++, Python, Perl, Java, even C#, to produce high-quality applications that integrate smoothly into the rest of your Unix or Linux desktop.
Organized
- GNOME strives to be an organized community, with a foundation of several hundred members, usability, accessibility, and QA teams, and an elected board. GNOME releases are defined by the GNOME Release Team and are scheduled to occur every six months.
Supported
- Beyond the worldwide GNOME Community, GNOME is supported by the leading companies in Linux and Unix, including HP, MandrakeSoft, Novell, Red Hat, and Sun. Find out more at foundation.gnome.org.
A community
- Perhaps more than anything else, GNOME is a worldwide community of volunteers who hack, translate, design, QA, and generally have fun together. Find out more at GNOME Developers site.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
820 downloads
Totem 2.18.2 / 2.19.90

Totem 2.18.2 / 2.19.90


Totem is movie player for the Gnome desktop based on xine and optionally GStreamer. more>>
Totem is movie player for the Gnome desktop based on xine and optionally GStreamer.
Totem is movie player for the Gnome desktop based on xine.
Totem player features a playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation.
Main features:
- Play any xine or GStreamer supported file (depending on the backend chosen, defaults to xine)
- LIRC support
- Shoutcast, m3u, asx, SMIL and ra playlists support (also usable from a shipped LGPL library)
- DVD (with menus), VCD and Digital CD (with CDDB) playback, disc-type automatically detected
- TV-Out configuration with optional resolution switching
- 4.0, 4.1, 5.0, 5.1, stereo and AC3 Passthrough audio output
- Full-screen mode (move your mouse and you get nice controls) with Xinerama, dual-head and Viewport support
- Remote operation mode to control a running Totem
- Seek and Volume controls
- Aspect ratio changing, Scaling based on the videos original size
- Full keyboard control
- Playlist with Repeat and Shuffle modes, with saving feature and dragndrop reordering
- Gnome and Nautilus integration (Totem registers the file-types, adds a menu item, uses the proxy configuration, saves sessions, and registers pnm, mms, uvox and rtsp schemes, removes playlist items from a disc thats getting ejected)
- Nice default logo
- Properties window (information about the current movie)
- Dragndrop and mousewheel actions
- Screenshot feature
- Brightness, Contrast, Hue and Saturation control
- Visualisation plugin when playing audio-only files
- Telestrator mode using Gromit
- Video thumbnailer
- Nautilus properties page
- Works on remote displays
- Optional GTK+-only build
- Automatic external subtitle load, or manual (only on the command-line, use like: totem file:///file.avi#subtitle:file.srt)
- DVD, VCD and OGG/OGM subtitles and languages support
- Dialog for more accurate seeking
- Authentication dialogs when location requires it
- Right-to-Left languages support
- Online help (in English, German, Spanish and Russian)
<<less
Download (2.6MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
502 downloads
 
Other version of Totem
Totem 2.16.7menus), VCD and Digital CD (with CDDB) playback, disc-type automatically detected - TV-Out ... dragndrop reordering - Gnome and Nautilus integration (Totem registers the file-types, adds
License:GPL (GNU General Public License)
Download (2.5MB)
861 downloads
Added: 2007-06-28
Autofs CD Changer 3.1.3

Autofs CD Changer 3.1.3


Autofs CD Changer is a patch for autofs. more>>
Autofs CD Changer is a patch for autofs. It automatically changes the slots and remounts cds as needed giving the impression that they are all simultaneously mounted. Its not for much use if you use multisession stuff, but works fine for mp3 lists that span many cds.
<<less
Download (0.008MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Nautilus Setup Background 0.1

Nautilus Setup Background 0.1


Nautilus Setup Background is a nautilus plugin to setup an image file as wallpaper when browse. more>>
Nautilus Setup Background is a nautilus plugin to setup an image file as wallpaper when browse.

<<less
Download (0.24MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
872 downloads
nautilus-audio-convert 0.1

nautilus-audio-convert 0.1


Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. more>>
Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. nautilus-audio-convert introduces contextual menus hen clicking on an audio file.

The new menus permit to convert the audio file into other audio formats.

Supported audio formats are:

- Microsoft ASF (input)
- Microsoft PCM Waves (input/output)
- Mpeg3 (input/output)
- Ogg Vorbis (input/output)
<<less
Download (0.025MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1365 downloads
nautilus-image-converter 0.0.9

nautilus-image-converter 0.0.9


nautilus-image-converter is a Nautilus extension to mass resize images. more>>
nautilus-image-converter project is a Nautilus extension to mass resize images.

Adds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name.

A click on "Resize" finally resizes the image(s) using ImageMagicks convert tool.

<<less
Download (0.24MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1054 downloads
GNOME Power Manager 2.18.3 / 2.19.6

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.
<<less
Download (2.6MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
819 downloads
nautilus-sendto 0.12

nautilus-sendto 0.12


nautilus-sendto is a plugin for Nautilus that allows to send a file to a specific location. more>>
nautilus-sendto is a plugin for Nautilus that allows to send a file to a specific location.

<<less
Download (0.42MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
803 downloads
Nautilus-actions 1.4

Nautilus-actions 1.4


Nautilus actions is an extension for Nautilus, the gnome file manager. more>>
Nautilus actions is an extension for Nautilus, the gnome file manager. Nautilus-actions allow to configure program to be launch on files selected into Nautilus interface.

Each time you right-click on one or several selected files in nautilus, nautilus-actions will parse its config files to see if a program has been set for this selection. If it is the case, it will add an item in the menu that allow you to execute the program on the selected files.

This extentions is highly inspired from nautilus-sendto extentions from Roberto Majadas.

<<less
Download (0.22MB)
Added: 2006-08-23 License: GPL (GNU General Public License) Price:
1169 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5