Registered Member
|
Hi all,
I was very comfortable using bash to generate scrips that I use to speed up burning process. My script generates output like this: #!/bin/bash k3b & sleep 5 K3BDCOP=$(dcop k3b*) PROJECT=$(dcop $K3BDCOP K3bInterface createDataCDProject) dbus $PROJECT setVolumeID COMPILATION_1 dbus $PROJECT addUrl "/media/disk/path1" dbus $PROJECT addUrl "/media/disk/path2" dbus $PROJECT addUrl "/media/disk/path3" etc... but with the new version of K3B I discover that DBUS is no more longer available. What can I do!? Thank you very much, slY |
Registered Member
|
What you used to use is dcop, not dbus. DBus is available:
qdbus org.k3b.k3b /MainWindow
connect(post, SIGNAL(readSignature()), qapp, SLOT(quit()));
|
Registered Member
|
|
KDE Developer
|
Unfortunately in K3b 2.0 D-BUS interface is not available. It has been added in current SVN version (this is what dpalacio uses, apparently).
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]