From: David Zeuthen Date: Thu, 25 Feb 2010 17:28:40 +0000 (-0500) Subject: We're using the UDISKS_ prefix, not DKD_ X-Git-Tag: upstream/2.1.2~662 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1c41e95ffe11917dd945694be5ebad9a831d294;p=platform%2Fupstream%2Fudisks2.git We're using the UDISKS_ prefix, not DKD_ Also pointed out in http://bugs.freedesktop.org/show_bug.cgi?id=26720 --- diff --git a/data/80-udisks.rules b/data/80-udisks.rules index df3a8a9..6cf331e 100644 --- a/data/80-udisks.rules +++ b/data/80-udisks.rules @@ -207,9 +207,9 @@ ENV{UDISKS_PARTITION_SCHEME}=="gpt", \ ENV{UDISKS_PRESENTATION_HIDE}="1" # APM recovery/tool partitions which are useless on Linux -ENV{DKD_PARTITION_SCHEME}=="apm", \ +ENV{UDISKS_PARTITION_SCHEME}=="apm", \ ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD_SmartWare", \ - ENV{DKD_PRESENTATION_HIDE}="1" + ENV{UDISKS_PRESENTATION_HIDE}="1" # recovery partitions (taken from old hal rules) ENV{ID_FS_TYPE}=="ntfs|vfat", \ diff --git a/doc/man/udisks7.xml b/doc/man/udisks7.xml index 27f0c13..c5d0a55 100644 --- a/doc/man/udisks7.xml +++ b/doc/man/udisks7.xml @@ -61,14 +61,14 @@ - + The name to user for the device when presenting it to the user. - + The icon to use when presenting the device to the user. If set, the name must follow the freedesktop.org icon theme specification.