Re: DeviceKit-power release next Monday

2009-10-06 Thread Mikhail Gusarov
Twas brillig at 19:40:48 06.10.2009 UTC-04 when [email protected] did gyre and gimble: DZ> Applications (that are not disk utility, partitioning etc. apps) DZ> should just be using the GIO API since it's simpler and do what DZ> they need (discover/watch mounts). Or, of course, similar APIs if DZ

Re: devicekit-disks and Md

2009-10-06 Thread David Zeuthen
On Wed, 2009-10-07 at 00:35 +0200, Davide Bettio wrote: > Hi, > > I've been working with md and I noticed a couple of problems related to md > properties: > * An md raid shouldn't be reported as a drive. Actually it should. It's not really written down anywhere, but a drive in DKD terminology is

Re: DeviceKit-power release next Monday

2009-10-06 Thread David Zeuthen
Hey, On Tue, 2009-10-06 at 00:50 +0200, Michael Biebl wrote: > Now that DK-disks and DK-power are more and more widely used, such API > changes become and issue. > How will that be handled in the future? When can we expect a stable (D-Bus) > API? For DKD, don't expect a stable API anytime soon.

devicekit-power documentation

2009-10-06 Thread Davide Bettio
Hi, DeviceKit-Power documentation seems to be missing. Can you publish it? Bye, Davide Bettio. ___ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel

devicekit-disks and Md

2009-10-06 Thread Davide Bettio
Hi, I've been working with md and I noticed a couple of problems related to md properties: * An md raid shouldn't be reported as a drive. * md device usage is not reported (it should be ext4, xfs, whatever) Bye, Davide Bettio. ___ devkit-devel mailing

DeviceKit-power 011 released

2009-10-06 Thread Richard Hughes
Version 011 ~~~ Released: 2009-10-06 Note: - The DBus interface of DeviceKit-power may be subject to change in future versions of this daemon. - The DBus interface has changed to use FirstLetterCaps property names so Qt projects can use the DBus interface without resorting to ugly

Re: DeviceKit-power release next Monday

2009-10-06 Thread Richard Hughes
2009/10/6 Davide Bettio : >> Eg. libdevkit-power-gobject 010 and DeviceKit-power 011 will not work >> together (in case someone does a partial package upgrade). > > You must use the same version for both. Yes, I think it's pretty insane packaging policy if you're shipping half of one package as a

RE: DeviceKit-power release next Monday

2009-10-06 Thread Davide Bettio
Hi, > I noticed that 011 will change its property naming scheme from > dash-dash to AllCamelCase, which afaics is an D-Bus API break. Yes, it is. We need AllCamelCase due to Qt compatibility issues. > Eg. libdevkit-power-gobject 010 and DeviceKit-power 011 will not work > together (in case someo