K3b is a CD and DVD burning application for Linux systems optimized for KDE. It provides a comfortable user interface to perform most CD/DVD burning tasks, such as creating an audio CD from a set of audio files or copying a CD. While the experienced user can influence all steps of the burning process, the beginner may find comfort in the automatic settings and the reasonable defaults which allow a quick start. The actual burning is done by the command line utilities cdrecord, cdrdao, and growisofs.
| Tags | Desktop Environment KDE multimedia Sound/Audio CD Audio CD Writing |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | POSIX Linux |
| Implementation | C++ |
Recent releases


Changes: This release never uses the growisofs parameter -dvd-compat with DVD-RW media in restricted overwrite mode. It unmounts the medium before DVD formatting. It silently (without introducing new strings for translation) allows the burning of files bigger than 4 GB with appropriate versions of genisoimage or mkisofs. It only reloads the medium before verification if necessary, i.e. if the newly written track cannot be read otherwise (many old drives depend on this). Hopefully this will at least work around the awful "DMA disabled" bug for many users.


Changes: The old behavior of reloading a medium before verification was reverted. The program no longer crashes when the currently playing audio project item is removed. Desktop actions to handle empty media with K3b were added. Read retry when reading data tracks was fixed. K3b's dialogs now honor the global button layout setting. MP3 files without tags no longer crash the program if it was compiled with taglib support. Copying a rewritable media to itself is no longer allowed. A crash on startup with devices that return bogus GET PERFORMANCE data was fixed.


Changes: This release fixed a crash when using the Device menu without a selected device, DVD copy when reading from a DVD+RW, the --without-alsa configure check, a crash in Video DVD ripping when the title does not contain an audio stream, multi-session import size handling, and Lame quality preset handling. libk3bdevice is now really thread-safe, which fixes a disabled DMA bug. The order of the buttons in the tool dialogs was changed to match the KDE order. Handling was added for genisoimage's -allow-limited-size parameter. Better compatibility with recent transcode development versions was achieved.


No changes have been submitted for this release.


Changes: Saving and loading of the file view configuration was fixed. The ffmpeg autoconf check was improved. More FreeBSD compile fixes were made. Symbolic link handling was fixed in data projects (a bug introduced in 0.12.16). The UTF-8 encoding is used to store and load local CDDB entries. The growisofs parameter -dvd-compat is never used with DVD+RW media. FLAC audio encoding was fixed for the audio project conversion feature.
A build configuration tool; generates files for Visual Studio, GMake, and more.
- All comments
Recent commentsRe: nice job, but...
>
> % The program seems good to me.. but i
> % can't use
> % it. Everytime i run it, i'm prompted
> % with "u
> % haven't run k3bsetup yet..."...
> and
> % when i do
> % it, i know the next time i'll be
> % prompted again
> % :(
> % What's the problem, doc??
> %
> % ;)
>
>
> I think you did not specify the --prefix
> when you
> ran configure and K3b got installed in a
> wrong
> directory. This is so if you cannot see
> the little
> penguin in the main window.
> K3b is not able to find the setup
> configuration.
> To solve this do a
> make uninstall
> and rerun configure with specifying the
> directory
> where your kde3 is installed.
>
> Cheers,
> Sebastian
Personally I do not see any problems. At me the program is started without mistakes. Hm... Very strange!
Gnome + K3b + K3bsetup2 Fix
Like many here I was having a problem with k3bsetup not working right under Gnome (they should fix this btw). Here is how to set the premissions manually (ripped from somewhere):
The output of
Code:
ls -l /usr/bin/cdr*
should look like that :
Quote:
-rwsr-xr-- 1 root cdrom 564332 2006-08-15 20:45 /usr/bin/cdrdao
-rwsr-xr-- 1 root cdrom 133 2006-01-07 13:43 /usr/bin/cdrecord
-rwsr-xr-- 1 root cdrom 323540 2006-01-07 13:44 /usr/bin/cdrecord.mmap
-rwsr-xr-- 1 root cdrom 323540 2006-01-07 13:44 /usr/bin/cdrecord.shm
So all of those for must be owned by root and member of "cdrom" group. Plus they must be set as "SUID" (the "s" in the permissions).
If it doesn't look like that, you can fix it in 2 steps (in that order).
Run both commands as root :
1) Ownership
Code:
chown root:cdrom /usr/bin/cdr*
2) Permissions
Code:
chmod 4754 /usr/bin/cdr*
3) Verify with
Code:
ls -l /usr/bin/cdr*
4) Don't forget to add your user to the cdrom group, and remember that you have to log out and back in for group additions to take place.
that everything has been setup right.
Now it should work.
Ripping MP3's
I'm ripping my Cd's into Mp3s, and for some reason it's taking a really long time. I'm not sure how to change it.
Thanks for the help.
K3b Setup
- I copy the file as instructed:
cp /usr/share/applnk/Settings/System/k3bsetup2.desktop
"/usr/share/applnk-mdk/Applications/Archiving/Cd burning"
Run the command for k3bsetup:
kcmshell k3bsetup2 k3bsetup
- And get errors:
kcontrol: ERROR: Module k3bsetup2 not found!
kcmshell: WARNING: Module Applications/Archiving/Cd
burning/k3bsetup.desktop doesn't specify a library!
- A messagebox appears:
There was an error loading module:
Applications/Archiving/Cd burning/k3bsetup.desktop
The dignostic is: (n/a)
- I press ok and Settings - KDE control module window appars
with a k3bsetup tab but i can only press ok or cancel and
nothing appears.
Help :(
Steve
k3b
Wow, completely unexpected.... its amazing that you
can get software this good for free!!