Package: k3b
Version: 0.12.1-3

When I exec k3b, it shows a dialog like this:

---------------------------------------------------
System Configuration Problems - K3b

Unable to find dvd+rw-format executable
K3b uses dvd+rw-format to format DVD-RWs and DVD+RWs.
Solution: Install the dvd+rw-tools package.
---------------------------------------------------

But I do have installed that package, and /usr/bin is in K3b's search path:

$ dpkg -L dvd+rw-tools
/.
/usr
/usr/bin
/usr/bin/growisofs
/usr/bin/dvd+rw-format
/usr/bin/dvd+rw-booktype
/usr/bin/dvd+rw-mediainfo
/usr/bin/dvd-ram-control
/usr/sbin
/usr/sbin/rpl8
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/growisofs.1.gz
/usr/share/man/man1/dvd+rw-mediainfo.1.gz
/usr/share/doc
/usr/share/doc/dvd+rw-tools
/usr/share/doc/dvd+rw-tools/isofs4gb.gif
/usr/share/doc/dvd+rw-tools/index.html
/usr/share/doc/dvd+rw-tools/dvd-rw.html
/usr/share/doc/dvd+rw-tools/copyright
/usr/share/doc/dvd+rw-tools/changelog.Debian.gz

After Googling, I found some said:
k3b-0.12.1/libk3b/core/k3bdefaultexternalprograms.cpp line 841:

change
int pos = out.output().find( QRegExp("DVD.*RW(/-RAM)? format utility") );
to
int pos = out.output().find( QRegExp("RAM format utility") );
will be ok.

Thanks

Yours, LiangZi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to