bug#35439: Transmission BitTorrent Client

2019-04-26 Thread ison
Did you choose the right output? Most packages only have a single output, but transmission has 2: "out" and "gui". For example to install the gui output you would run: guix package -i transmission:gui The gui output is the one that might add your GNOME Menu entries as it comes with the GTK

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-06 Thread ison
I currently have ibus with anthy working, but I had this exact same problem at first. I'm not 100% sure what I finally did to solve it, but I think it may have been a missing environment variable. Here is what I have set: export

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread ison
The only other thing I can think of right now which might be different is the way I'm starting ibus. Instead of ibus-setup, what happens if you launch it with ibus-daemon -drx and then access the preferences by right clicking the tray icon (or perhaps running ibus-setup _after_ the daemon is

bug#36508: GDM files have incorrect owner after temporarily replacing with SDDM

2019-07-05 Thread ison
After replacing GDM with SDDM in my Guix System config (to test Wayland) and then reverting back to my old config and reconfiguring GDM would crash (printing out around 500 lines about creating a seat) I also tried rolling back to the generation I had before using SDDM and it would still crash. In

bug#36942: Reconfigure broke GRUB

2019-08-16 Thread ison
On Fri, Aug 16, 2019, Jakob L. Kreuze wrote: > ison writes: > > > /boot/efi looks ok as far as I can tell at least. It's tree is: > > /boot/efi/ > > └── EFI > > ├── grub > > │ └── grubx64.efi > > ├── Guix > > │ └── grubx64.ef

bug#36942: Reconfigure broke GRUB

2019-08-15 Thread ison
On Wed, Aug 14, 2019 at 03:50:00PM -0400, Jakob L. Kreuze wrote: > However, I still cannot seem to reproduce this issue with the most > recent master. Everything boots fine. I've extracted the bootloader > installation "script", and everything appears to be normal to me. Sorry it took me so long

bug#36942: Reconfigure broke GRUB

2019-08-20 Thread ison
On Tue, Aug 20, 2019, Jakob L. Kreuze wrote: > This is perfect (I mean, not that it still doesn't work, but that we > have some error output). I think I know what's going on. The new 'guix > system reconfigure' uses G-Expressions, and it looks like Grub is being > ungexp'd for the wrong

bug#36942: Reconfigure broke GRUB

2019-08-20 Thread ison
On Sat, Aug 17, 2019, Jakob L. Kreuze wrote: > ison writes: > > > Sounds good, I'll reinstall it over the weekend > > Thank you :) So I attempted a re-install and surprisingly it still fails. I attempted 3 times. Using the graphical installer without efi, manual install w

bug#36942: Reconfigure broke GRUB

2019-08-26 Thread ison
On Mon, Aug 26, 2019 at 12:20:04PM +0200, Ludovic Courtès wrote: > > Closing, because this is apparently the same as > , which fortunately was fixed a > while back! > > Thanks, > Ludo’. For the record I attempted another install just now and it was

bug#37244: Icecat Audio Issues

2019-09-03 Thread ison
On Sun, Sep 01, 2019, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > > If by ‘robotic’ you mean (extremely) low-pitched then, yes, this has been > the case for roughly the past half year. > > I asked around on IRC, even sending URLs to innocent people who were unable > to reproduce

bug#36942: Reconfigure broke GRUB

2019-08-07 Thread ison
On Tue, Aug 06, 2019 at 02:18:15PM -0400, Jakob L. Kreuze wrote: > Hi ison, > > I wasn't able to reproduce with an OVMF virtual machine, but the > symptoms you've described lead me to suspect that the issue concerns > improper installation of a GC root for grub. Would you be

bug#36878: guix system reconfigure broken

2019-08-05 Thread ison
On Fri, Aug 02, 2019 at 11:11:31AM -0400, Jakob L. Kreuze wrote: > The patch made it into master as 1db6f137d; thanks to Danny for signing > off on it. Should we close this? I'm still experiencing this issue. "guix describe" shows that I'm using commit 35600cd which should be newer than the fix.

bug#36942: Reconfigure broke GRUB

2019-08-05 Thread ison
Continuing this issue from https://issues.guix.gnu.org/issue/36878 guix reconfigure recently broke GRUB for me. When rebooting I get dropped to a "grub rescue>" shell with an error about "grub_file_filters" being an unknown symbol. If I try doing the usual commands to tell GRUB how to boot I just

bug#36878: guix system reconfigure broken

2019-08-05 Thread ison
On Mon, Aug 05, 2019 at 10:59:57AM -0400, Jakob L. Kreuze wrote: > ison -- I'm very sorry that you've had this experience. Would you be > willing to share the 'bootloader' field of your operating system > configuration so I can look into this? Thanks for taking an interest. Here is th

bug#36991: spacefm segmentation fault

2019-08-09 Thread ison
On Fri, Aug 09, 2019, Bradley Haggerty wrote: > Just adding some info, I'm using Sway on Wayland. I noticed another > program, pcmanfm-qt was complaining about missing a plugin for wayland > support, so perhaps spacefm needs to support wayland and doesn't > currently. I also couldn't get spacefm

bug#37867: bug on x86_64-linux AMD box

2019-10-23 Thread ison
There is a known issue with AMD causing lockups: https://bugzilla.kernel.org/show_bug.cgi?id=196683 It sounds like you might have that if you get multiple freezes every day. I was also experiencing this problem after building a new AMD machine and that link helped me. To summarize the solution

bug#37913: Aisleriot pt-br portuguese

2019-10-25 Thread ison
On Thu, Oct 24, 2019, Pablo Ferreira wrote: > Olá equipe! > > Eu instalei o Aisleriot em um Guix System usando o "guix install" mas ele > não inicia. Quando uso o terminal ele retorna à mensagem "Non UTF-8 locale > (ANSI_X3.4-1968) is not supported!". > > Observação: Sempre que eu uso o comando

bug#42995: Thunar not saving settings: fixed with xfconf

2020-08-23 Thread ison
I installed Thunar without xfce and it was incapable of saving any settings changes. Once I installed xfconf then settings are saved. Should xfconf be added as an input to Thunar?