View previous topic :: View next topic |
Author |
Message |
ghostdawg Member
Joined: 27 Dec 2025 Posts: 130 Location: MO
|
Posted: Thu Jan 01, 2025 3:11 pm Post subject: Brasero Burning |
|
|
Happy New Year to all and I hope it be a safe one.
I was trying to burn an iso file to a dvd+ disc using Brasero and everything seems to be going good until time to click the 'burn' button, but it is greyed out. No matter which iso I choose, the burn button always greyed out.
Does anybody else have this problem with Brasero? I'm doing this with Debian.
Thnx.
_________________ Debian 64 - Sourcemage - Fedora 10
|
|
Back to top |
|
tlmiller Ultimate Member

Joined: 01 May 2025 Posts: 2434 Location: MD, USA
|
Posted: Thu Jan 01, 2025 3:56 pm Post subject: |
|
|
In Brasero with Fedora my burn buttons weren't greyed out, but every time I tried to burn, it would fail before it actually started burning, regardless of WHAT I was trying to burn. I gave up and installed k3b and removed the garbage pail that is Brasero, despite it requiring all KDE packages. Haven't had an issue burning since then though.
Just went to show me how far behind k3b most of the other gui burning tools are.
_________________ Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
|
|
Back to top |
|
eriefisher Jr. Member

Joined: 12 Jul 2025 Posts: 89
|
Posted: Thu Jan 01, 2025 5:20 pm Post subject: |
|
|
There have been a lot of reports about Brasero problems. I don't know that they got it figured out yet. I would try another app such as Gnomebaker, K3B or even Xfburn which is shaping up nicely. Xfburn is taking a lot of it's design from K3B.
|
|
Back to top |
|
lynch Moderator

Joined: 15 Nov 2025 Posts: 2659 Location: The Diamond State
|
|
Back to top |
|
tlmiller Ultimate Member

Joined: 01 May 2025 Posts: 2434 Location: MD, USA
|
Posted: Thu Jan 01, 2025 6:59 pm Post subject: |
|
|
I do. I attempted to use it early in my linux days. I never really figured out how to get it working right. But then, I coudln't figure out anythng back then.
eriefisher wrote: | There have been a lot of reports about Brasero problems. I don't know that they got it figured out yet. I would try another app such as Gnomebaker, K3B or even Xfburn which is shaping up nicely. Xfburn is taking a lot of it's design from K3B. |
wow, I just went to find some screenshots of xfburn...you're right. Looks almost exactly like k3b!! Might have to try it out sometime.
_________________ Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Thu Jan 01, 2025 7:23 pm Post subject: K3B is my favorite burner too |
|
|
Considering that K3B was the one app that finally got me away from using command line cdrecord (which has since been superseded anyway by another app, wodim, if I remember correctly, I agree. K3B is, at times, the reason that I will run KDE rather than something else on a given day. I have found xfburn to work well, as a few of you have. I may have done one or two burns in the past with either Brasero or GNOME Baker, but frankly, I like the K3B interface. Very little guess work, and it makes the right choices, unless I specifically want to do something, like run in DAO mode and cut the speed, which I can easily do with it. K3B is what brought me away from the command line, and it came at a time when they were moving from the dev 0,1,0 convention to the /dev specs typically used today. Either way, if they change their mind five times about where things are, K3B takes care of those details for me and it works, so it remains my favorite ISO image burning program. |
|
Back to top |
|
pbharris Member

Joined: 02 Jul 2025 Posts: 320 Location: chicago
|
Posted: Thu Jan 01, 2025 7:27 pm Post subject: |
|
|
ah this is what i use at command line:
make a dvd video w/ vob structure:
growisofs -Z /dev/hdb -dvd-video /di/with/AUDIO_VIDEO/
To burn an ISO of a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Make a data DVD from files:
growisofs -M /dev/dvd -R -J /more/files
Also use for non-dvd:
cdrecord -dev 0,1,0 speed=4 discname.iso
|
|
Back to top |
|
tlmiller Ultimate Member

Joined: 01 May 2025 Posts: 2434 Location: MD, USA
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Thu Jan 01, 2025 8:28 pm Post subject: Good old cdrecord command |
|
|
pbharris wrote: | ah this is what i use at command line:
make a dvd video w/ vob structure:
growisofs -Z /dev/hdb -dvd-video /di/with/AUDIO_VIDEO/
To burn an ISO of a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Make a data DVD from files:
growisofs -M /dev/dvd -R -J /more/files
Also use for non-dvd:
cdrecord -dev 0,1,0 speed=4 discname.iso |
I used to use Code: | cdrecord -dev 0,1,0 speed=4 discname.iso | all the time for ISO images. Until I got my newer systems I did not have a DVD burner, only a DVD reader, and by that time, I was using k3b. |
|
Back to top |
|
lynch Moderator

Joined: 15 Nov 2025 Posts: 2659 Location: The Diamond State
|
Posted: Thu Jan 01, 2025 9:08 pm Post subject: |
|
|
XCDRoast was just a graphical frontend for cdrecord, IIRC.
_________________ Mandriva 2025 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2025 -2.6.26.8.tex3
Last edited by lynch on Fri Jan 02, 2025 2:10 am; edited 1 time in total |
|
Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2025 Posts: 12452 Location: Planet Earth
|
Posted: Fri Jan 02, 2025 1:07 am Post subject: |
|
|
Quote: | TkDVD
TkDVD is a GUI for dvd+rw-tools and cdrecord/cdrkit. It allows burning DVD+R/RW, -R/RW, and CD-R/RW discs easily. |
Quote: | TkDVD is a GUI to dvd+rw-tools and cdrecord. It allows burnning CDs and DVDs easily.
Features:
* View the current command line that will be used to burn the CD/DVD
* Burn CD/DVD from iso images
* Create ISO images from files and CD/DVD
* CD/DVD Copy
* Can overburn CD/DVD
* Support multi session CD/DVD
* Add/delete/exclude file/directories and show current used space
* Can keep directory structure
* Options to choose iso9660 filesystem extension (like Joliet or RockRidge extensions)
* Prevent burning if used space > DVD+R/RW capacity
* Show output of growisofs/mkisofs to view burned % and estimated remaining time |
http://freshmeat.net/projects/tkdvd/
http://regis.damongeot.free.fr/tkdvd/
_________________ Laptop: Mandriva 2025 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2025 Free - kernel 2.6.33.2-1mib
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6670 Location: Central Montana
|
|
Back to top |
|
Lord.DragonFly.of.Dawn Advanced Member

Joined: 18 Jul 2025 Posts: 607 Location: South Portland, Maine, USA, Earth, Sol System
|
Posted: Fri Jan 02, 2025 4:33 am Post subject: |
|
|
For most things Nautilus serves me well for burning data cds and DVDs. serpentine for audio cds. cdrecord/wodim and growisofs also have their places for me.
But if i'm doing anything exotic i still turn to k3b
now if only they could rewrite it so that it didn't depend on so much of the KDE libraries.
_________________ ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)
PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
|
|
Back to top |
|
ghostdawg Member
Joined: 27 Dec 2025 Posts: 130 Location: MO
|
Posted: Fri Jan 02, 2025 5:23 am Post subject: |
|
|
Thanks for the replies. I did end up using xfburn. It's part of XFCE and a little more lightweight than K3B. I know k3b is one of the best around but I just hate getting all the other kde libs installed.
Thnx.
_________________ Debian 64 - Sourcemage - Fedora 10
|
|
Back to top |
|
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
Posted: Tue Mar 31, 2025 3:01 am Post subject: |
|
|
NeroLinux, NeroLinux, NeroLinux.
Oh, did I mention NeroLinux?
_________________ Mandriva 2025.1 PWP
Mandriva Cooker
ArtistX live
|
|
Back to top |
|
|