For GNOME CD burning, viva Brasero


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News For GNOME CD burning, viva Brasero
# 1  
Old 02-20-2008
For GNOME CD burning, viva Brasero

Wed, 20 Feb 2008 09:00:00 GMT
Brasero will replace Serpentine as the CD-writing utility in the upcoming April release of Ubuntu 8.10 (code-named Hardy Heron). Brasero extends the functionality of Serpentine to include data CD and DVD projects, file integrity checking, and multisession support.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Backup & restore Gnome Desktop and all settings in Gnome

Hi I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome. (0 Replies)
Discussion started by: ccc
0 Replies

2. Solaris

CD burning tool

Im looking for any GUI Based burner to work under sun solaris 10, any ideas > (7 Replies)
Discussion started by: XP_2600
7 Replies

3. UNIX for Dummies Questions & Answers

CD-R burning through a cron

Hi all Is it possible to have a cron job to burn a CD of some of my file systems... like a backup? I am running redhat Linux 7.3 and cannot access the machine from the terminal... I am remotely located. Thanks in advance. KS (5 Replies)
Discussion started by: skotapal
5 Replies

4. UNIX for Dummies Questions & Answers

Burning

Hi, I've been tring to find a burning program for Solaris 7. I haven't had to much luck on this so far. What is a program I can use for burning on solaris 7? Thx in advanced. :) (3 Replies)
Discussion started by: merlin
3 Replies
Login or Register to Ask a Question
GNOME-SETTINGS-DAE(1)						   User Commands					     GNOME-SETTINGS-DAE(1)

NAME
gnome-settings-daemon - GNOME settings daemon SYNOPSIS
gnome-settings-daemon [OPTION...] DESCRIPTION
gnome-settings-daemon provides many session-wide services and functions that require a long-running process. Among the services implemented by gnome-settings-daemon are an XSettings manager, which provides theming, font and other settings to GTK+ applications, and a clipboard manager, which preserves clipboard contents when an application exits. Many user interface elements of gnome-shell and gnome-control-center rely on gnome-settings-daemon for their functionality. The internal architecture of gnome-settings-daemon consists of a number of plugins, which provide functionality such as printer notifications, software update monitoring, background changing, etc. For debugging purposes, these plugins can be individually disabled by changing the gsettings key org.gnome.settings-daemon.plugins.plugin-name.active, where plugin-name is the name of the plugin. To see a list of all plugins, use the command gsettings list-children org.gnome.settings-daemon.plugins gnome-settings-daemon takes the name org.gnome.SettingsDaemon on the session bus to ensure that only one instance is running. Some plugins export objects under this name to make their functionality available to other applications. The interfaces of these objects should generally be considered private and unstable. gnome-settings-daemon is a required component of the GNOME desktop, i.e. it is listed in the RequiredComponents field of /usr/share/gnome-session/sessions/gnome.session. It is started in the initialization phase of the session, and gnome-session will restart it if it crashes. OPTIONS
-h, --help Prints a short help text and exits. --debug Enables debugging code. --timed-exit Exits after a timeout (30 seconds) for debugging. FILES
/usr/share/gnome-session/sessions/gnome.session GNOME session definition file where gnome-settings-daemon is listed as a required component. /etc/xdg/autostart/gnome-settings-daemon.desktop Autostart file for gnome-settings-daemon, where its autostart phase is set. SEE ALSO
gnome-shell(1), gnome-control-center(1), gnome-session(1) GNOME
GNOME-SETTINGS-DAE(1)