Re: Feed readers (news aggregators)

2019-06-23 Thread Efraim Flashner
On Thu, Jun 20, 2019 at 03:57:29PM -0500, sirgazil wrote: > Hi, > > I'm looking for a feed reader, preferably a desktop application. Could you > share what you're using right now? > I sometimes use newsboat. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7D

Re: guix system init with mounted btrfs

2019-06-23 Thread Tobias Geerinckx-Rice
Matt, [If you sent two mails because your first didn't immediately arrive: it was probably held for moderation since you appear to be new here. Welcome!] Matt Huszagh wrote: I'm encountering the error "rmdir: Device or resource busy" when I attempt to perform guix system init on a mount poi

Re: guix system init with mounted btrfs

2019-06-23 Thread Tobias Geerinckx-Rice
Erk, Tobias Geerinckx-Rice wrote: So something's (preventatively?) deleting a directory that has something mounted over or in it, or is a subdirectory itself (although that seems unlikely in this layout). ‘subvolume’, of course… Kind regards, T G-R signature.asc Descript

Re: guix system init with mounted btrfs

2019-06-23 Thread Matt Huszagh
Thanks for the reply/suggestions Tobias! Tobias Geerinckx-Rice writes: >> mount -o subvol=@guixsd,$o_btrfs LABEL=btrfs /mnt >> mount -o subvol=@gnu,$o_btrfs LABEL=btrfs /mnt/gnu > > The two above are especially problematic: Guix's GRUB looks only for > /gnu/store/…-linux/, which is > now two ind

Consider the package expr evaluates to.

2019-06-23 Thread znavko
I cannot understand this string from manual: "Consider the package expr evaluates to." I cannot translate it using dictionary. Please, could you rephrase it for me? There the link to `guix build --expression` make some sense: "-e expr Build the package or derivation expr evaluates to. "

translating word 'see' that is adding with pxref{}

2019-06-23 Thread znavko
Hello! I saw Russian manual has word 'see' everywhere with pxref{} strings. In Russian this is 'см.', that is short version of 'смотреть', and is using in texts. Where can I put my msgstr 'см.' for pxrefs? Should I translate gettext interface?

Re: guix system init with mounted btrfs

2019-06-23 Thread Matt Huszagh
Tobias Geerinckx-Rice writes: Matt Huszagh writes: > Ok, so I've simplified the subvolume layout somewhat: > mount -t btrfs -o compress=lzo LABEL=btrfs /mnt > btrfs subvolume create /mnt/@guixsd > btrfs subvolume create /mnt/@home > btrfs subvolume create /mnt/@snapshots > umount /mnt > o_btrfs=

Re: Bluetooth Service missing in Desktop Services

2019-06-23 Thread Raghav Gururajan
> as mentioned in the docs, `bluetooth-service` is part of `gnu > services desktop` module. but it is a separated service and is not > added to `%desktop-services` list. maybe it's because bluetooth is > not a mandatory service for that. Ah I see. Thanks! Bluetooth seems to be basic service re

Re: GNU Gnash

2019-06-23 Thread Gábor Boskovits
Hello, Raghav Gururajan ezt írta (időpont: 2019. jún. 22., Szo, 3:36): > UPDATE: > > My training modules' flash components works with gnash in trisquel. But > the trisquel system is too slow inside virtual machine as my host is > X200T. So if anyone could make gnash work in guix, it would be gre

Re: GNU Gnash

2019-06-23 Thread Raghav Gururajan