We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clarify that "storage" is an example group name
Revert "Updated Permissions (rest => markdown)" This reverts commit 29d7210498e448773d396589771163859b319421. This commit broke formatting, since it is an ReST document, not an .md document…
Updated Installation (rest)
Updated Permissions (rest => markdown)
Fix typo
fix spelling, make link HTTPS
Reinstate trailing comma for ES4 compatibility Older systems may use polkit with an older javascript version that doesn't allow for trailing commas in object literals. This was added only in ES5, see section 11.1.5 Object Initializer [1]. [1] https://262.ecma-international.org/5.1/#sec-11.1.5
While JSON forbids trailing comma, actual JavaScript is perfectly fine with it, so don't make things unnecessarily complex
Add action org.freedesktop.udisks2.filesystem-mount-system
added void linux inst
debian: python3-udiskie->udiskie (py3-udiskie was a transition package now only avail in oldstable)
Removed --use-udisks2 and -2 from examples since they were dropped in 2.0.0 (26 Dec 19).
Merge remote-tracking branch 'refs/remotes/origin/master'
Improve wording in dependencies
minor edits
Suggestion to consider Debian Stretch main stable intall of udiskie 1.5.1
Mention that icons need to be installed manually
Mention pipx
Mention problem with long delay before mount See #163
Mention first to try udiskie interactively
typo
Make the debugging page much more concise
Rename wiki page for Debug info
Add note that polkit requires permission o+r, otherwise will cause error "can't open ...: No such file or directory"
Improve formatting
Add info about ntfs-3g driver (see #143)
Add separate FAQ/Troubleshooting sections
Re-add something about virtualenvs
Merge branch 'master' of ssh://github.com/coldfix/udiskie.wiki
Describe automounting LUKS devices Resolves udiskie's #139