bug#23200: XFCE: selecting a style has no effect

2016-04-05 Thread Jookia
XDG_DATA_DIRS. > Thanks for the heads-up, and my apologies for overlooking it! No problem. > Ludo’. Jookia.

bug#23200: XFCE: selecting a style has no effect

2016-04-04 Thread Jookia
: https://lists.gnu.org/archive/html/guix-devel/2016-03/msg00492.html This was the patch I suggested earlier but seem to be ignored or missed. Jookia.

bug#23200: XFCE: selecting a style has no effect

2016-04-02 Thread Jookia
ms like it just isn't working. Currently GTK themes installed outside ~/.themes aren't found. There's a few patches on the mailing list waiting review from a month or so ago. > -- > Chris Jookia.

bug#22802: guix system init installs grub.cfg gcroot to host

2016-03-07 Thread Jookia
On Mon, Mar 07, 2016 at 01:15:38PM +0100, Ludovic Courtès wrote: > Jookia <166...@gmail.com> skribis: > > When running 'guix system init', GRUB requires a GC root to be placed in > > /var/guix. When building a VM, this GC root is placed in > > /var/guix/gcroot

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Jookia
d openssl, and then graft things on top of the > grafted Python? :) I'm super curious now, are grafts composable? What if we need to graft multiple packages for whatever reason (static linking comes to mind.) Jookia.

bug#22809: qemu-image builds failing

2016-02-25 Thread Jookia
On Thu, Feb 25, 2016 at 06:20:10PM -0500, Mark H Weaver wrote: > The qemu-image builds are failing on Hydra in a different way than I've > seen before. > > http://hydra.gnu.org/build/1045494 > http://hydra.gnu.org/build/1045589 > > Here's the tail of the x86_64 failure log: I've seen this ha

bug#22802: guix system init installs grub.cfg gcroot to host

2016-02-24 Thread Jookia
When running 'guix system init', GRUB requires a GC root to be placed in /var/guix. When building a VM, this GC root is placed in /var/guix/gcroots however while building a system on another drive, the GC root is placed on the host's /var/guix/gcroots , not only overwriting the host's grub.cfg whic

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Jookia
o still use these > + ;; commands. > + #$(if (file-exists? "/dev/kvm") > + " -enable-kvm " > + "") > + " -no-reboot -net nic,model=virtio \ >" #$@(map virtfs-option shared-fs) " \ >-net user \ > -serial stdio -vga std \ > -- > 2.6.3 What if I enable KVM then run the script? Jookia.

bug#22695: Binary Installation bugs and suggestions

2016-02-16 Thread Jookia
On Tue, Feb 16, 2016 at 02:53:07PM -0500, Leo Famulari wrote: > $ cp foo.service where-you-want it && systemctl daemon-reload \ > && systemctl enable foo && systemctl start foo > > You can start foo without enabling, but enabling is what makes it start > automatically. It definitely needs to go i

bug#22695: Binary Installation bugs and suggestions

2016-02-16 Thread Jookia
On Tue, Feb 16, 2016 at 05:51:37PM +0100, Andreas Enge wrote: > I had the same experience on my arm machines. So this might be a real bug. > Or does one need to do more than copy the file and reboot? You need to run 'systemctl start guix-daemon'. > Andreas

bug#22695: Binary Installation bugs and suggestions

2016-02-16 Thread Jookia
On Tue, Feb 16, 2016 at 11:19:34AM -0500, myglc2 wrote: > Ninja trick. Did no know. Does it apply in non-bash shells? Works on zsh here, though presumably that's due to Bash compatibility. On Tue, Feb 16, 2016 at 11:19:34AM -0500, myglc2 wrote: > >> B) What does 'On hosts using the systemd init s

bug#22697: Rebuilding sources with svn-fetch won't refetch

2016-02-16 Thread Jookia
--check Which will refetch Guix from the project's Git repository. Cheers, Jookia.

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-11 Thread Jookia
eboot is enabled? > PS: Apparently in future revisions of Libreboot, this will be fixed. > For now though... Oh really? I was under the impression this was broken due to microcode issues. Jookia.

bug#22536: "transferredd" typo in GNU Guix

2016-02-02 Thread Jookia
On Tue, Feb 02, 2016 at 07:56:02PM +, nicolasm...@tutanota.com wrote: > Upon doing "guix system init /mnt/etc/config.scm /mnt" during an install, I > see multiple packages that are downloaded and it then says "XMiB > transferredd". > > This typo should be fixed. To add on this, it's a bit m

bug#22423: git-fetch does not update checked out tree when commit hash changes

2016-01-21 Thread Jookia
ed when I checked Firefox's version. I think it'd be great to have a 'INVALID' hash we can use for development that just prints a mismatch and errors out like usual. Maybe this is possible in Guix, but it didn't seem documented and it's not possible in NixOS. Cheers, Jookia.

bug#22384: Requirements for an ARM port?

2016-01-17 Thread Jookia
On Sun, Jan 17, 2016 at 09:39:24PM +0100, Ludovic Courtès wrote: > Jookia <166...@gmail.com> skribis: > I think getting a working bootloader and kernel are the main blockers > (the current ‘linux-libre’ package might work already, or it might need > more tweaks; I don’t think a

bug#22384: Requirements for an ARM port?

2016-01-16 Thread Jookia
I bootstrap and set up a u-boot package for my specific board, what else would I need to do? Cheers, Jookia.