unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41685] [PATCH] doc: Add note to 'udisks-service'.
@ 2020-06-03 11:52 Brice Waegeneire
  2020-06-09  7:39 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2020-06-03 11:52 UTC (permalink / raw)
  To: 41685

* doc/guix.texi (Desktop Services): Specify how to add file-systems
utilities to 'udisks-service'.
---
 doc/guix.texi | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 8335373145..12ed7923b3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16631,9 +16631,14 @@ Possible values are:
 
 @deffn {Scheme Procedure} udisks-service [#:udisks @var{udisks}]
 Return a service for @uref{https://udisks.freedesktop.org/docs/latest/,
-UDisks}, a @dfn{disk management} daemon that provides user interfaces with
-notifications and ways to mount/unmount disks.  Programs that talk to UDisks
-include the @command{udisksctl} command, part of UDisks, and GNOME Disks.
+UDisks}, a @dfn{disk management} daemon that provides user interfaces
+with notifications and ways to mount/unmount disks.  Programs that talk
+to UDisks include the @command{udisksctl} command, part of UDisks, and
+GNOME Disks.  Note that Udisks rely on the @command{mount} command, so
+it will only be able to use the file-system utilities which are
+installed in the system profile.  For example if you want to be able to
+mount NTFS file-systems in read and write fashion, you'll need to have
+@code{ntfs-3g} installed system-wide.
 @end deffn
 
 @deffn {Scheme Variable} colord-service-type
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#41685] [PATCH] doc: Add note to 'udisks-service'.
  2020-06-03 11:52 [bug#41685] [PATCH] doc: Add note to 'udisks-service' Brice Waegeneire
@ 2020-06-09  7:39 ` Ludovic Courtès
  2020-06-09  8:35   ` bug#41685: " Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-06-09  7:39 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 41685

Hi!

Brice Waegeneire <brice@waegenei.re> skribis:

> * doc/guix.texi (Desktop Services): Specify how to add file-systems
> utilities to 'udisks-service'.

[...]

> +UDisks}, a @dfn{disk management} daemon that provides user interfaces
> +with notifications and ways to mount/unmount disks.  Programs that talk
> +to UDisks include the @command{udisksctl} command, part of UDisks, and
> +GNOME Disks.  Note that Udisks rely on the @command{mount} command, so

s/rely/relies/

> +it will only be able to use the file-system utilities which are

s/which are//

> +installed in the system profile.  For example if you want to be able to
> +mount NTFS file-systems in read and write fashion, you'll need to have
> +@code{ntfs-3g} installed system-wide.
>  @end deffn

LGTM!

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#41685: [PATCH] doc: Add note to 'udisks-service'.
  2020-06-09  7:39 ` Ludovic Courtès
@ 2020-06-09  8:35   ` Brice Waegeneire
  0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2020-06-09  8:35 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 41685-done


Hi Ludo',

Thank you for the review.

Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Brice Waegeneire <brice@waegenei.re> skribis:
>
>> * doc/guix.texi (Desktop Services): Specify how to add file-systems
>> utilities to 'udisks-service'.
>
> [...]
>
>> +UDisks}, a @dfn{disk management} daemon that provides user interfaces
>> +with notifications and ways to mount/unmount disks.  Programs that talk
>> +to UDisks include the @command{udisksctl} command, part of UDisks, and
>> +GNOME Disks.  Note that Udisks rely on the @command{mount} command, so
>
> s/rely/relies/
>
>> +it will only be able to use the file-system utilities which are
>
> s/which are//
>
>> +installed in the system profile.  For example if you want to be able to
>> +mount NTFS file-systems in read and write fashion, you'll need to have
>> +@code{ntfs-3g} installed system-wide.
>>  @end deffn
>
> LGTM!
>
> Thanks,
> Ludo’.
>

Pushed as 1b5d26c967b17b635c88a094e010cd42a9afb220 with the 2 fixes you
suggested.

-Brice




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-09  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 11:52 [bug#41685] [PATCH] doc: Add note to 'udisks-service' Brice Waegeneire
2020-06-09  7:39 ` Ludovic Courtès
2020-06-09  8:35   ` bug#41685: " Brice Waegeneire

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).