http://bugs.winehq.org/show_bug.cgi?id=21713 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|wine-bugs(a)winehq.org |wine.dev(a)web.de --- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2011-06-28 17:16:48 CDT --- Created an attachment (id=35347) --> (http://bugs.winehq.org/attachment.cgi?id=35347) demo app to dump and monitor udisks devices compile with: gcc demo_dbus.c `pkg-config --cflags --libs dbus-1` -Wall -o demo_dbus options: --verbose dump all fields of the request and the result message --GetAll use method "GetAll" to fetch all device properties at once examples for dbus-send: dbus-send --system --print-reply --dest=org.freedesktop.UDisks /org/freedesktop/UDisks org.freedesktop.Udisks.EnumerateDevices dbus-send --system --print-reply --dest=org.freedesktop.UDisks /org/freedesktop/UDisks/devices/sda1 org.freedesktop.DBus.Properties.GetAll string:org.freedesktop.UDisks.Device -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.