|
|
|
@ -6,7 +6,6 @@ Please post your questions to
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
'''Content:'''
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Burning:
|
|
|
|
|
|
|
|
|
@ -234,6 +233,8 @@ The xorriso API encapsulates calls to libisofs, libburn, and libisoburn.
|
|
|
|
|
|
|
|
|
|
An alternative to the xorriso C API is xorriso dialog mode.
|
|
|
|
|
[#xorriso_dialog_mode See below.]
|
|
|
|
|
The script xorriso-tcltk demonstrates this approach. It is part of the
|
|
|
|
|
libisoburn release tarball and of the GNU xorriso tarball.
|
|
|
|
|
|
|
|
|
|
The known existing GUIs [http://www.xfce.org/projects/xfburn/ Xfburn],
|
|
|
|
|
[http://projects.gnome.org/brasero/ Brasero],
|
|
|
|
@ -285,6 +286,9 @@ xorriso's stdin and stdout. This is more efficient than forking xorriso
|
|
|
|
|
every now and then to perform various commands in order to complete
|
|
|
|
|
complex tasks like image size prediction.
|
|
|
|
|
|
|
|
|
|
The script xorriso-tcltk demonstrates this approach. It is part of the
|
|
|
|
|
libisoburn release tarball and of the GNU xorriso tarball.
|
|
|
|
|
|
|
|
|
|
===== Why is every second release missing ? ===== #version_numbers
|
|
|
|
|
|
|
|
|
|
Releases have an even third version number. Like 0.5.6 or 1.0.4.
|
|
|
|
|