GNU bug report logs -
#37975
[PATCH 0/2] gnu: Add udiskie.
Previous Next
Reported by: Guillaume Le Vaillant <glv <at> posteo.net>
Date: Tue, 29 Oct 2019 09:27:01 UTC
Severity: normal
Tags: patch
Done: Pierre Neidhardt <mail <at> ambrevar.xyz>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 37975 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Guillaume,
Looking great, just a few nits below:
> + (arguments
> + `(;; The tests want libappindicator, which is not available.
Why isn't available? Should we package it? URL of the lib?
> + #:tests? #f
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'install 'wrap-gi-typelib
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let ((out (assoc-ref outputs "out"))
> + (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
> + (wrap-program (string-append out "/bin/udiskie")
> + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
> + #t)))))
> + (home-page "https://github.com/coldfix/udiskie")
> + (synopsis "Automounter for removable media")
> + (description
> + "The udiskie program is a udisks2 front-end that allows to manage
@command{udiskie}.
> +removeable media such as CDs or flash drives from userspace.
Typo: removable.
> +
> +Its features include:
> +
> +@itemize
> +@item automount removable media
> +@item notifications
> +@item tray icon
> +@item command line tools for manual un-/mounting
I find the "-/" syntax a bit unconventional. Maybe "(un)mounting" would be
better.
In doubt, "mounting and unmounting" works in all cases :)
> +@item LUKS encrypted devices
> +@item unlocking with keyfiles
> +@item loop devices (mounting iso archives)
iso => ISO
> +@item password caching
> +@end itemize")
=> @end itemize\n
Also maybe improve the typography of the list, e.g. add commas at the
end of every line and a period for the last line.
--
Pierre Neidhardt
https://ambrevar.xyz/
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.