|
|
Installation and configure
The tools needs the KDEDIR environment!The tools are a bash shell, kommander and kdialog scripts collection. You don't need compile something.
% export KDEDIR=/your_path
% sudo ./install.sh
or manuel:
% export KDEDIR=/your_path
% install --mode=644 media_dvd*.desktop --target-directory=$KDEDIR/share/apps/konqueror/servicemenus
% install --mode=644 linkDVDRAMWRITER.desktop --target-directory=$KDEDIR/share/templates
% install --mode=644 DVDRAMWRITER-Device.desktop --target-directory=$KDEDIR/share/templates/.source
% install --mode=755 src/*.sh *.kmdr --target-directory=$KDEDIR/bin
% mkdir $KDEDIR/share/doc/kde/HTML/en/kdvd-ram-tools
% mkdir $KDEDIR/share/doc/kde/HTML/de/kdvd-ram-tools
% install --mode=644 doc/uk/index.docbook index.cache.bz2 *.png --target-directory=$KDEDIR/share/doc/kde/HTML/en/kdvd-ram-tools
% install --mode=644 doc/de/index.docbook index.cache.bz2 *.png --target-directory=$KDEDIR/share/doc/kde/HTML/de/kdvd-ram-tools
% install --mode=644 po/de/*.mo --target-directory=$KDEDIR/share/locale/de/LC_MESSAGES
% install --mode=644 icons/32x32/*.png --target-directory=$KDEDIR/share/icons/default.kde/32x32/devices
% install --mode=644 icons/48x48/*.png --target-directory=$KDEDIR/share/icons/default.kde/48x48/devices
% install --mode=644 icons/64x64/*.png --target-directory=$KDEDIR/share/icons/default.kde/64x64/devices
KDVD-RAM Tools work also together with the filemanager Dolphin. Don't forget to copy the media_dvd*.desktop files to the Dolphin Servicemenus directory or create a link from Konqueror to Dolpin. The directory for KDE 3 Dolphin 0.8.X is dolphin and KDE 3 Dolphin 0.9.X is d3lphin (http://marrat.homelinux.org/).
1) Install package:
sudo apt-get install hal
sudo apt-get install hal-device-manager
sudo apt-get install hal-info
sudo apt-get install kde-hal-device-manager
sudo apt-get install libhal1
sudo apt-get install libhal-storage1
sudp apt-get install kommander
sudo apt-get install udftools
sudo apt-get install dvd+rw-tools
sudo apt-get install hdparm (sdparm)
2) Setup DVD-RAM Device
sudo kate /etc/udev/rules.d/40-permissions.rules
>> search the line <<
ENV{ID_CDROM}=="?*" GROUP="cdrom"
>> and add new line <<
ENV{ID_CDROM_DVD_RAM}=="?*" GROUP="cdrom"
sudo kate /etc/udev/rules.d/60-symlinks.rules
>> search the line <<
ENV{ID_CDROM_DVD_R}=="?*", SYMLINK+="dvdrw"
>> and add new line <<
ENV{ID_CDROM_DVD_RAM}=="?*", SYMLINK+="dvdram"
sudo kate /etc/profile
>> add new line for the KDEDIR environment <<
export KDEDIR=/usr
sudo kate /etc/fstab
>> add new line with your device (my is scd0) <<
/dev/dvdram /media/dvdram auto user,async,noatime,noauto,rw,nodev,exec,suid 0 0
or if you need char ISO8859 support add
/dev/dvdram /media/dvdram auto user,async,iocharset=iso8859-15,noatime,noauto,rw,nodev,exec,suid 0 0
3) Install KDVD-RAM Tools
See manual install oder KDVD-RAM Help
4) Desktop install
Click on the desktop the right mouse button and create a new DVD-RAM device link with mountpoint /media/dvdram.