You can subscribe to this list here.
2000 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(5) |
Jul
|
Aug
|
Sep
(6) |
Oct
(2) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(10) |
Nov
(6) |
Dec
(4) |
2002 |
Jan
(5) |
Feb
(2) |
Mar
(1) |
Apr
(21) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(2) |
2003 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Niels R. <n.r...@pl...> - 2001-02-28 07:54:33
|
> I get a compile error when I type make on RH7 > I think I've got all dependencies. What am I missing? > (Besides my brain...) > > make[3]: Entering directory `/home/fmast/kreatecd-0.9.1/kreatecd' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde > -I/usr/lib/qt-2.2.0/include -I/usr/X11R6/include -Wall -g -O2 -c > startup.cpp > In file included from startup.cpp:14: > TopWidget.h:12:25: kmainwindow.h: No such file or directory > In file included from startup.cpp:17: > ConfigDialog.h:12:25: kdialogbase.h: No such file or directory > startup.cpp:21:24: kaboutdata.h: No such file or directory > startup.cpp:22:26: kcmdlineargs.h: No such file or directory > startup.cpp:24:25: kmessagebox.h: No such file or directory > make[3]: *** [startup.o] Error 1 > make[3]: Leaving directory `/home/fmast/kreatecd-0.9.1/kreatecd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/fmast/kreatecd-0.9.1/kreatecd' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/fmast/kreatecd-0.9.1' > make: *** [all-recursive-am] Error 2 Where does RH7 install KDE2? You should locate this directory and you should remove config.cache in the toplevel source directory of the KreateCD distribution. (by the way, I think KDE 2 is installed in /opt/kde2 or the headers are installed in /usr/include/kde2. Or then again, you haven't installed the kdelibs development package.) You should do ./configure --prefix=* (where * is where you're KDE installation is done). IF the headers are installed in a different spot than the source, it is better to move the /usr/include/kde directory to a temporary name (like kde-temp). The configure script should pick up the right directory then without the --prefix argument. However, do not forget to remove the config.cache file. If this is unclear, feel free to ask again. Niels Reedijk --- KreateCD developer |
From: <fr...@el...> - 2001-02-27 23:17:33
|
I get a compile error when I type make on RH7 I think I've got all dependencies. What am I missing? (Besides my brain...) make[3]: Entering directory `/home/fmast/kreatecd-0.9.1/kreatecd' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-2.2.0/include -I/usr/X11R6/include -Wall -g -O2 -c startup.cpp In file included from startup.cpp:14: TopWidget.h:12:25: kmainwindow.h: No such file or directory In file included from startup.cpp:17: ConfigDialog.h:12:25: kdialogbase.h: No such file or directory startup.cpp:21:24: kaboutdata.h: No such file or directory startup.cpp:22:26: kcmdlineargs.h: No such file or directory startup.cpp:24:25: kmessagebox.h: No such file or directory make[3]: *** [startup.o] Error 1 make[3]: Leaving directory `/home/fmast/kreatecd-0.9.1/kreatecd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/fmast/kreatecd-0.9.1/kreatecd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fmast/kreatecd-0.9.1' make: *** [all-recursive-am] Error 2 root@vorpal zfiles]# uname -a Linux vorpal 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown [root@vorpal zfiles]# cat /etc/issue.net Red Hat Linux release 7.0 (Guinness) Kernel 2.2.16-22 on an i686 |
From: Alexander Feigl<Ale...@gm...> - 2001-02-26 00:35:25
|
Hello! There is a new version of KreateCD released. This version is called KreateCD 0.9.1 (aka KreateCD 1.0.0 RC 1). This is probably the last version before KreateCD 1.0.0 final is released. (planned for 3rd March) Known problems: - none Changes since 0.9.0 (aka KreateCD 1.0 beta): - temporary files are deleted on exit - new project dialog is not shown when restoring an old session - main window has a minimum size - fix mp3 burning - image needed when changing balance or volume Download URL: ftp://download.sourceforge.net/kreatecd/kreatecd-0.9.1.tar.bz2 ftp://download.sourceforge.net/kreatecd/kreatecd-0.9.1.tar.gz Suse RPMS: ftp://download.sourceforge.net/kreatecd/kreatecd-0.9.1-1.i386.rpm ftp://download.sourceforge.net/kreatecd/kreatecd-0.9.1-1.src.rpm Diffs : ftp://download.sourceforge.net/kreatecd/kreatecd-0.9.0to0.9.1-patch.diff.gz Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://www.kreatecd.de |
From: Alexander F. <Ale...@gm...> - 2001-02-10 23:31:06
|
Hello! A new version of KreateCD was released : KreateCD 0.9.0 This is the first beta version for the upcoming KreateCD 1.0.0 which will be released at the beginning of March. Please test it and report bugs to me. (Ale...@gm...) Changes since 0.4.1: ================== - need KDE >= 2.0 - improved ISO 9660 dialog (with drag and drop) - ISO 9660 size calculation - ISO 9660 multisession support - Drag and drop in project window - new configuration dialogs - default ISO 9660 options can be configured - MP3 support - "audio only" project mode - various bugfixes Known bugs in this version: ======================== - temporary files are not deleted at exit. - If you are restoring your session (that is, restoring your previous login) you will be asked what kind of project you want, however, the project you were working on is already loaded. Click cancel to continue working on it. Download it from: ============== ftp://download.sourceforge.net/pub/sourceforge/kreatecd/kreatecd-0.9.0.tar.gz Alexander Feigl -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://www.kreatecd.de |
From: Alexander F. <Ale...@gm...> - 2000-11-14 18:58:04
|
Am Montag, 13. November 2000 15:43 schrieben Sie: > Hallo Liste ! > ICh hoffe , es liest jemand mit . > Ich habe ein Problem . > Und zwar läuft bei mir die Suse 7 . > Und mit Kreatecd 0.4.0 und 0.4.1 bekomme ich immer Probleme . > Wenn ich versuche , die Musikstücke einzulesen passiert nach gewisser > Zeit immer ein totaler Abbruch . Jetzt habe ich die Meldungen überprüft > .. Es kommt wohl zu einen Speicherzugriffsfehler . > Kann mir jemand helfen??? > P.S.:Auf gleichen PC mit Suse 6.2 funktionierte noch alles wunderbar! > Vielen Dank im Vorraus! > Meinolf Wo genau kommt es zu einem Speicherzugriffsfehler? Innerhalb von KreateCD oder möglicherweise in cdparanoia, welches von KreateCD aufgerufen wird. Wurde KreateCD selber compiliert oder war es mit der Distribution mitgeliefert? Wurde es vielleicht von Suse 6.2 übernommen ohne neu compiliert zu werden? Die Versionen von ein paar Paketen wären nützlich, sie können mit rpm --query Paketname abgefragt werden. Bitte für folgende Pakete abfragen: glibc , gcc , libstdc++ Wann genau kommt es zu einem Crash? Vor dem Einlesen, während des Einlesens des Audiotracks von CD, oder direkt nach dem Einlesen? Alexander Feigl -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Meinolf <m.g...@gm...> - 2000-11-13 14:43:50
|
Hallo Liste ! ICh hoffe , es liest jemand mit . Ich habe ein Problem . Und zwar läuft bei mir die Suse 7 . Und mit Kreatecd 0.4.0 und 0.4.1 bekomme ich immer Probleme . Wenn ich versuche , die Musikstücke einzulesen passiert nach gewisser Zeit immer ein totaler Abbruch . Jetzt habe ich die Meldungen überprüft . Es kommt wohl zu einen Speicherzugriffsfehler . Kann mir jemand helfen??? P.S.:Auf gleichen PC mit Suse 6.2 funktionierte noch alles wunderbar! Vielen Dank im Vorraus! Meinolf |
From: Alexander F. <Ale...@gm...> - 2000-10-03 15:06:06
|
Am Mit, 04 Okt 2000 schrieben Sie: > hello, > > I've been having trouble compiling kreatecd-0.4.1. > > I do a configure --enable-qt2 and that seems to work fine.. then i do > `make` and i get the following .. > You need a recent CVS snapshot to compile with recent KDE beta version. Please try this and report it if it still doesn't work Alexander Feigl. -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Ben K. <ben...@bi...> - 2000-10-03 08:05:12
|
hello, I've been having trouble compiling kreatecd-0.4.1. I do a configure --enable-qt2 and that seems to work fine.. then i do `make` and i get the following .. make all-recursive make[1]: Entering directory `/usr/local/kreatecd-0.4.1' Making all in kreatecd make[2]: Entering directory `/usr/local/kreatecd-0.4.1/kreatecd' Making all in pics make[3]: Entering directory `/usr/local/kreatecd-0.4.1/kreatecd/pics' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/kreatecd-0.4.1/kreatecd/pics' make[3]: Entering directory `/usr/local/kreatecd-0.4.1/kreatecd' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/local/qt/include -I/usr/X11R6/includ ions -fno-rtti -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-s -builtin -c startup.cpp make[3]: Leaving directory `/usr/local/kreatecd-0.4.1/kreatecd' make[2]: Leaving directory `/usr/local/kreatecd-0.4.1/kreatecd' /usr/local/qt/include/qstrlist.h: In method `class QWidget QStrList::newItem(class QWidget)': In file included from /opt/kde/include/kconfigbase.h:82, from /opt/kde/include/kconfig.h:53, from /opt/kde/include/ktmainwindow.h:10, from TopWidget.h:12, from startup.cpp:10: /usr/local/qt/include/qstrlist.h:54: cannot convert `d' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:54: warning: control reaches end of non-void function `QStrList::newItem(QWidget)' /usr/local/qt/include/qstrlist.h: In method `void QStrList::deleteItem(class QWidget)': /usr/local/qt/include/qstrlist.h:55: cannot convert `d' from type `QWidget' to type `char *' /usr/local/qt/include/qstrlist.h: In method `int QStrList::compareItems(class QWidget, class QWidget)': /usr/local/qt/include/qstrlist.h:56: cannot convert `s1' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:57: cannot convert `s2' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:57: warning: control reaches end of non-void function `QStrList::compareItems(QWidget, QWidget)' /usr/local/qt/include/qstrlist.h: In method `class QDataStream & QStrList::write(class QDataStream &, class QWidget) const': /usr/local/qt/include/qstrlist.h:61: cannot convert `d' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:61: warning: control reaches end of non-void function `QStrList::write(QDataStream &, QWidget) const' /usr/local/qt/include/qstrlist.h: In method `int QStrIList::compareItems(class QWidget, class QWidget)': /usr/local/qt/include/qstrlist.h:73: cannot convert `s1' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:74: cannot convert `s2' from type `QWidget' to type `const char *' /usr/local/qt/include/qstrlist.h:74: warning: control reaches end of non-void function `QStrIList::compareItems(QWidget, QWidget)' make[3]: *** [startup.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 I am running Slackware 7.1 with the 2.2.16 kernel, KDE 1.1.2 and qt 2.1.1 If you have an idea of why this is happening could you please let me know... Many Thanks, Ben Keane |
From: Alexander F. <Ale...@gm...> - 2000-09-18 12:09:49
|
Am Mon, 18 Sep 2000 schrieben Sie: > This message was sent from Geocrawler.com by "Jannis Tarasidis" > <ja...@fg...> > > Hi Alexander, > > thank you very much for your help, the kde lib > problem is now solved. > You are saying i should ignore the cdparanoia > error, but the configure script quits again whith > exactly this error message. Hmm. Which version of KreateCD did you try to compile? configure should continue after saying that cdparanoia is missing. Maybe there is an error in the configure script. Are you able to change configure to ignore the missing cdparanoia? > Should the CDPARANOIA > env. variable point to the cdrecord binary or is > it a totally different programm. I tried to set > CDPARANOIA=/usr/local/bin where cdrecord binary is > located but it didnt help much.... > configure does a version autodetect which expects some strings in stderr. It starts cdparanoia with "-V". If you want to trick configure, write a shell script that does following output to stderr: --snip-- cdparanoia III release 9.7 (December 13, 1999) (C) 1999 Monty <mo...@xi...> and Xiphophorus Report bugs to par...@xi... http://www.xiph.org/paranoia/ --snip-- Greetings Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Alexander F. <Ale...@gm...> - 2000-09-18 11:10:19
|
Am Mon, 18 Sep 2000 schrieben Sie: > Hello, > > i'm trying to compile kreatecd on my freeBSD 4.1 system but ./configure > quits whith the error message: > > in the prefix, you've chosen, are no KDE headers installed. This will > fail.So, check this please and use another prefix! > > I already have KDE and KDE-libs installed but i have no idea where the > KDE-Headers actually are and how the files are named. > Any suggestion ? > I don't know anything about FreeBSD compilation because I don't have it installet yet - you might even be one of the first who try this. You should have "locate" or "slocate" available on your FreeBSD too. So try: slocate kapp.h or locate kapp.h Which shuld give you the path of the KDE include. Example: /foo/bar/include/kapp.h then you should set the KDEDIR environment varibale to the top KDE dir (this is /foo/bar in this example) Note: you probably need a recent CVS snapshot to compile KreateCD under FreeBSD. This requires a recent KDE 2.0 beta version too. Ignore the error that cdparanoia is missing. Some things will not work yet (CDDA reading and probably data reading) but you should be able to burn your own ISO9660 images and .wav files Greetings Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Jannis.Tarasidis <Ja...@fg...> - 2000-09-18 10:29:32
|
Hello, i'm trying to compile kreatecd on my freeBSD 4.1 system but ./configure quits whith the error message: in the prefix, you've chosen, are no KDE headers installed. This will fail.So, check this please and use another prefix! I already have KDE and KDE-libs installed but i have no idea where the KDE-Headers actually are and how the files are named. Any suggestion ? Regards Jannis |
From: Alexander F. <Ale...@gm...> - 2000-09-09 22:41:22
|
Hi! I didn't get much user feedback but I only got positive reactions to my plans to make KreateCD 0.5.0 only for KDE 2.0. I might start next week with some changes in the CVS. "Umlauts" will work then for KDE 2.0. Greetings Alexander |
From: Casey A. S. <cs...@ma...> - 2000-09-05 23:18:03
|
Yes, Please! Alexander Feigl wrote (on Tue, 05 Sep 2000): > Hi! > > I'm planning to release KreateCD for KDE 2.x only. It has several > disadvantages to write an application that compiles with KDE 1.x and KDE > 2.x at the same time. > > I wanted to ask all users what they think about this. KreateCD 0.5.0 will > not be released before KDE 2.0 - so you are not forced to run any > development versions or snapshots of KDE. I hope all major distributions > will include KDE 2.0 in their distributions too. (Does anybody have > information about this?) > > At the current state of KreateCD , it runs with KDE 2.x but it doesn't look > perfect and there are still some problems. It would be much easier to solve > this for a real KDE 2.x app > > Greetings > > Alexander -- - Casey Shobe - cs...@ma... - UIN: 1494523 |
From: Alexander F. <Ale...@gm...> - 2000-09-05 11:18:21
|
Hi! I'm planning to release KreateCD for KDE 2.x only. It has several disadvantages to write an application that compiles with KDE 1.x and KDE 2.x at the same time. I wanted to ask all users what they think about this. KreateCD 0.5.0 will not be released before KDE 2.0 - so you are not forced to run any development versions or snapshots of KDE. I hope all major distributions will include KDE 2.0 in their distributions too. (Does anybody have information about this?) At the current state of KreateCD , it runs with KDE 2.x but it doesn't look perfect and there are still some problems. It would be much easier to solve this for a real KDE 2.x app Greetings Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Alexander F. <Ale...@gm...> - 2000-06-29 19:01:39
|
Hi! I've just released KreateCD 0.4.1 which is a bugfix release. It fixes the crash when the audio track at the audio options dialog stops playing because it ends. Additionally there are updated translations. You'll need cdrecord 1.8 - cdrecord 1.9a02 to run KreateCD 0.4.0 or KreateCD 0.4.1. Additionally there is an experimental multisession support in sourceforge.net. This version is different from KreateCD 0.4.1 and requires the latest cdrecord version (1.9a03 or later). If you want to try it Greetings Alexander Feigl -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |
From: Ben K. <be...@bt...> - 2000-06-14 08:51:39
|
Alexander Feigl wrote: > > Am Die, 13 Jun 2000 schrieben Sie: > > Hi, > > > > I have a : > > 'LG ' 'CD-RW CED-8083B ' '1.05' Removable CD-ROM > > as from cdrecord -scanbus > > I have no problems burning data cds, but have had no success at burning > > audio. > > The errors I get disapear before I can see them. > > Sorry I cant give any more information, but any suggestions would be > > great. > > > > - When do you get this error? (short after starting to burn, while burning ...) shortly after starting burning > - What version of KreateCD do you use? 0.4.- > - What version of cdrecord do you use? [root@ben bowie]# cdrecord -version Cdrecord release 1.8a21 Copyright (C) 1995-1999 Jörg Schilling I have tried it manually here is the output: [root@ben bowie]# cdrecord dev=0,0,0 -dummy -eject *wav Cdrecord release 1.8a21 Copyright (C) 1995-1999 Jörg Schilling scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'LG ' Identifikation : 'CD-RW CED-8083B ' Revision : '1.05' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO cdrecord: WARNING: Data may not fit on current disk. Starting to write CD/DVD at speed 2 in dummy mode for single session. Last chance to quit, starting dummy write in 1 seconds. cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error CDB: 2A 00 00 00 00 00 00 00 0D 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.002s timeout 40s write track data: error after 0 bytes Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00 > > Does anybody here on this list have a similar problem? Thanks in advance :-) Ben... > > Alexander Feigl > > _______________________________________________ > Kreatecd-user mailing list > Kre...@li... > http://lists.sourceforge.net/mailman/listinfo/kreatecd-user |
From: Alexander F. <Ale...@gm...> - 2000-06-13 20:45:27
|
Am Die, 13 Jun 2000 schrieben Sie: > Hi, > > I have a : > 'LG ' 'CD-RW CED-8083B ' '1.05' Removable CD-ROM > as from cdrecord -scanbus > I have no problems burning data cds, but have had no success at burning > audio. > The errors I get disapear before I can see them. > Sorry I cant give any more information, but any suggestions would be > great. > - When do you get this error? (short after starting to burn, while burning ...) - What version of KreateCD do you use? - What version of cdrecord do you use? Does anybody here on this list have a similar problem? Alexander Feigl |
From: Ben K. <be...@bt...> - 2000-06-13 10:45:35
|
Hi, I have a : 'LG ' 'CD-RW CED-8083B ' '1.05' Removable CD-ROM as from cdrecord -scanbus I have no problems burning data cds, but have had no success at burning audio. The errors I get disapear before I can see them. Sorry I cant give any more information, but any suggestions would be great. Ben... |
From: Alexander F. <Ale...@gm...> - 2000-06-02 22:17:40
|
Hi! I just released KreateCD 0.4.0 - which is a new stable version. It has an important security fix - so everybody using 0.3.0 should update now. You'll have to update cdrecord ( with mkisofs, cdda2wav) and cdparanoia too. CHANGES SINCE 0.3.0 ================== - new translations - CD R/W support - autoconfigure detects path of helper applications - user cannot change helper application paths for security reasons - improved TOC reading - fixed SCSI bus scanning for some drives - progress dialog improvements - much cleanups - QT 2.0 / KDE 2.0 fixes - improved choices when a read error occurs KreateCD 0.4.0 should run with KDE 1.x and current KDE 2.x snapshots. You can download KreateCD 0.4.0 from Sourceforge and soon from KDE mirrors too. Please look at http://www.moondream.de/kreatecd for details Alexander |
From: Alexander F. <Ale...@gm...> - 2000-05-18 19:20:04
|
Hi! I just released KreateCD 0.3.9 (beta release). Please test it and report all bugs to me or submit it at http://sourceforge.net. Changes since the last alpha (0.3.8c): - Updated german translations - Added a new dialog when a read error occurs. Now you are able to select "Ignore all errors" I am SEARCHING TRANSLATORS for the KreateCD project. If you have experiences with translating and you want to translate KreateCD for an unsupported language - please contact me. If you want to do translation not only for this version I'll add you to the project. Alexander Feigl |
From: Alexander F. <Ale...@gm...> - 2000-03-22 01:46:33
|
Hi! I'm just releasing KreateCD 0.3.8b. This is the second ALPHA release which fixes some bugs of 0.3.8. This version should be usable now. At the moment there are no known bugs. Anybody is welcome to test this ALPHA release and report any problems Greetings Alexander Feigl |
From: Alexander F. <Ale...@gm...> - 2000-03-03 11:25:43
|
Hi! There is an ALPHA release (0.3.8) of KreateCD. Anybody is welcome to test it and report bugs. You can download it at : ftp://download.sourceforge.net/pub/sourceforge/kreatecd/kreatecd-0.3.8.tar.gz Major changes: - major code cleanup - CD R/W support - improved TOC reading - fixed SCSI bus scanning for some drives which were recognized as hard drives - QT 2.x / KDE 2.x fixes This release requires at least cdrecord-1.8 (and should work with the new cdrecord-1.8.1a1 - although there are some "errors" in the configure script) Greetings Alexander |
From: Marek M. <mmo...@st...> - 2000-02-18 15:39:17
|
Is there non-Suse .rpm distribution ? I switched from Slackware and now kde is spread in different directories in redhat - one fail to install it from sources ans from Suse rpms. Marek Morzynski |
From: Alexander F. <Ale...@gm...> - 2000-02-10 10:32:28
|
At Don, 10 Feb 2000 Dirk Malorny wrote: > How can I import a session written on cd and add some files in a new > session. > > The final cd should have the content of both sessions. > > Dirk > Multisession support is not (yet!) available for KreateCD. You'll have to do this with the command line tools. I hope multisession will be available after I added CD-RW support to KreateCD. If you want to try mkisofs / cdrecord , there is somewhere a README.multi file with an example. Greetings Alexander |
From: Dirk M. <ma...@Ma...> - 2000-02-10 09:57:43
|
How can I import a session written on cd and add some files in a new session. The final cd should have the content of both sessions. Dirk |