When I run the k3b setup it lists everything ok, both my Lite On DVD and Plextor Writer are recognized, no problem with mkisofs, cdrecord or cdrdao.
I click finish and k3b tells me that it saves the config and is ready for use now.
I start and when I go into configuration I see "Reader" and "Writer" but no devices are associated with them, also mkisofs, cdrecord and cdrdao aren't found.
I noticed that k3bsetup was rw for root only
I did chmod 644 k3bsetup and suddenly my devices were detected in user mode too, so were cdrdao and cdrecord.
Now the problem that remains is mkisofs, it's in the xcdwrite group, I added my user to that group, still not found.
When I chmod 711 mkisofs it works, so the user needs to be able to execute it and being member of the xcdwrite group doesn't do the trick.
Is it safe to chmod mkisofs or shouldn't I do it?
And why is it owned and readable only by root by default?