Nautilus CD Burner-2.8.5

Introduction to Nautilus CD Burner

The Nautilus CD Burner lets you write files to a CD burner easily with GNOME; by drag-and-dropping files using the GNOME file manager, Nautilus.

Package information

Nautilus CD Burner dependencies

Optional

HAL

Installation of Nautilus CD Burner

Install Nautilus CD Burner by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

Contents

The Nautilus CD Burner package contains nautilus-cd-burner and mapping-daemon.

Description

nautilus-cd-burner

nautilus-cd-burner is an extension to Nautilus that lets you burn CDs easily.

mapping-daemon

mapping-daemon is the central daemon which keeps track of file mappings.

Last updated on 2005-01-11 13:43:50 -0700