View Single Post
  #9   (View Single Post)  
Old 28th October 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

sysutils/xorriso-tcltk

This details the setup of a CD/DVD/Blueray user interface based on libisoburn. I have used it on Blueray disks but the file size is limited to 4GB. You can have multiple 4G files though.

sysutils/xorriso-tcltk does not include a wrapper application that is needed to run the interface. It is provided by www/tk, version 8.5. The needed packages are
Code:
# pkg_add libisoburn xorriso-tcltk tk
Choose version 8.5 for tcl/tk. sysutils/xorriso can co-exist with xorriso-tcltk for those who wish to burn from the command line.

Add your user to the operator group and add group rw permission for /dev/rcd0*.
The interface also provides for copying from one drive to another, so if you have several drives, adjust your permission to include group rw for both drives.

For a freedesktop compliant menu entry, create ~/.local/share/applications/xorriso.desktop with the following content
Code:
[Desktop Entry]
Encoding=UTF-8
Name=Xorriso
GenericName=Disk Burner
Comment=Optical Disk GUI
X-GNOME-FullName=Openbox Menu
Exec=xorriso-tcltk
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=drive-removable-media
Categories=Utility;
MimeType=
StartupNotify=true
Name:  xorriso.png
Views: 3531
Size:  73.1 KB

Last edited by shep; 9th April 2023 at 07:40 PM. Reason: added sharper screenshot
Reply With Quote