summaryrefslogtreecommitdiffstats
path: root/desktop/wmudmount/README
diff options
context:
space:
mode:
author Rex Hauser2011-07-19 04:31:56 +0200
committer Robby Workman2011-07-22 05:52:11 +0200
commit641d668d62b104d367343f80fded7cf0a3cc3f77 (patch)
tree1aedfc3c5d25f557e6068b6e9c358749102c8921 /desktop/wmudmount/README
parent0ad81a946ebd0b8b48cd3cb32abce45c799949fc (diff)
downloadslackbuilds-641d668d62b104d367343f80fded7cf0a3cc3f77.tar.gz
desktop/wmudmount: Added (Filesystem mounter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/wmudmount/README')
-rw-r--r--desktop/wmudmount/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/wmudmount/README b/desktop/wmudmount/README
new file mode 100644
index 0000000000..b2c91afc78
--- /dev/null
+++ b/desktop/wmudmount/README
@@ -0,0 +1,13 @@
+wmudmount is a (dockapp) filesystem mounter that uses udisks to handle
+notification of new filesystems as a non-root user. It also includes
+a mode to display the mounted filesystems with the least free space
+percentage (similar to wmfsm).
+
+This requires udisks and, optionally, gnome-keyring.
+
+To compile with gnome-keyring this needs to be explicitly requested with:
+
+KEYRING="YES" ./wmudmount.SlackBuild
+
+Note that if you don't compile with gnome-keyring (default behavior) you
+need to run wmudmount with the "--allow-insecure-memory" command line flag.