aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-20 19:38:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-20 19:38:31 -0400
commitb8cf9f2a7e84e4431b3fcbefd18c3f52ac7fedc0 (patch)
tree8e8f221c15800779219ea7361557df24344dfbb6
parent163dd88ee2c200ce54b4dce3d4ebf9b6fd78c429 (diff)
oops, I made it support KDE too
-rw-r--r--doc/design/assistant/blog/day_41__foo.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/design/assistant/blog/day_41__foo.mdwn b/doc/design/assistant/blog/day_41__foo.mdwn
index 892e0aaee..9115efd62 100644
--- a/doc/design/assistant/blog/day_41__foo.mdwn
+++ b/doc/design/assistant/blog/day_41__foo.mdwn
@@ -5,9 +5,11 @@ to support users who manually mount things -- if they have gvfs
installed, it'll be used to detect their manual mounts, even when a desktop
is not running, and if they don't have gvfs, they get polling.
-Support for KDE still needs to be added. I think it uses something other
-than gvfs. If someone with KDE can run `dbus-monitor`, plug in a drive, get
-it mounted, and send me a transcript, I can probably add it quickly.
+Also, I got the MountWatcher to work with KDE. Found a dbus event that's
+emitted when KDE mounts a drive, and this is also used. If anyone with
+some other desktop environment wants me to add support for it, and it uses
+dbus, it should be easy: Run `dbus-monitor`, plug in a drive, get
+it mounted, and send me a transcript.
Of course, it'd also be nice to support anything similar on OSX that can
provide mount event notifications. Not a priority though, since the polling