Ejecting a CD from Dolphin or Amarok fails with: An unspecified error has occurred.: Method "DriveEject" with signature "s" on interface "org.freedesktop.UDisks.Device" doesn't exist which is absolutely correct as DriveEject has signature "as" or QStringList.
Git commit 22cf9862d730e0a23d27ef0e6f30d1d88f2ceb20 by Stefan Brüns. Committed on 15/12/2012 at 21:11. Pushed by bruns into branch 'KDE/4.10'. Use correct signature for DriveEject method arguments The previous commit added the "unmount" parameter as option for the DriveEject method. It also inadvertently changed the method signature of the call from "array of strings" to "string". DIGEST: Fix ejecting CDs/DVDs when using UDisks backend. UDisks2 is not affected REVIEW: 107686 FIXED-IN: 4.9.5 M +1 -1 solid/solid/backends/udisks/udisksopticaldrive.cpp http://commits.kde.org/kdelibs/22cf9862d730e0a23d27ef0e6f30d1d88f2ceb20
Git commit af93389d5a821e1c99374aff90f357cc738228d6 by Stefan Brüns. Committed on 15/12/2012 at 21:11. Pushed by bruns into branch 'KDE/4.9'. Use correct signature for DriveEject method arguments The previous commit added the "unmount" parameter as option for the DriveEject method. It also inadvertently changed the method signature of the call from "array of strings" to "string". DIGEST: Fix ejecting CDs/DVDs when using UDisks backend. UDisks2 is not affected REVIEW: 107686 FIXED-IN: 4.9.5 M +1 -1 solid/solid/backends/udisks/udisksopticaldrive.cpp http://commits.kde.org/kdelibs/af93389d5a821e1c99374aff90f357cc738228d6
*** Bug 294344 has been marked as a duplicate of this bug. ***
*** Bug 274982 has been marked as a duplicate of this bug. ***
WOW! Finally this's fixed!! Thanks devs!!