Page 1 of 1

Can't burn with k3b

Posted: 3. Oct 2017, 03:46
by Atip
I tried to burn a DVD with k3b. It shoots back that I have
no permission and opens k3bsetup for me to make changes.

Apparently I am not smart enough to do it and might need
a helpng hand in order that I can use k3b.

Thanks in advance.

Re: Can't burn with k3b

Posted: 3. Oct 2017, 08:20
by DidierSpaier
The cdrecord and cdrdao binaries, of which k3b is a front-end, can be used only by the root user by default. You can overcome this typing as root:

Code: Select all

chown root:cdrom /usr/bin/cdrecord /usr/bin/cdrdao
chmod 4750 /usr/bin/cdrecord /usr/bin/cdrdao
Of course you, as regular user, need to be a member of the cdrom group (this is the case by default).

If you are picky about security you could alternatively create a specific group like "burning" of which you would be the sole member.

Incidentally you can also use brasero, available in the main Salix repos, that you can install with slap-get, spi or gslapt.

Re: Can't burn with k3b

Posted: 3. Oct 2017, 08:39
by Atip
Thanks!

That worked.

Did use brasero. ;)