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
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
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.
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
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
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
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
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