Hey there, just an update.
There's an old bug report that deals with this issue. It seems it's something
wanted by GTK+, even if it's a formality in dealing with XDG across the board.
I've commented on it and hopefully gears will start turning again.
https://bugzilla.gnome.org/show_bug.cgi?id=641
On Sun, Mar 13, 2016 at 10:44:38PM +0100, Ludovic Courtès wrote:
> Diffs to patches would be hard to read, but if you could simply add a
> cover letter with a short summary of the changes compared to previous
> versions, that’d be perfect. :-)
I think for an RFC at least it'd be best for me to st
On 2016-03-08 03:38, l...@gnu.org wrote:
ren...@openmailbox.org skribis:
i made changes to the patch, i disable 'make check' because i found
two errors during this phase:
a) "Tracker-WARNING **: Locale '0' is not set, defaulting to C locale"
For this case i set LANG "en_US.UTF-8".
b) "Unabl
On Sun, Mar 13, 2016 at 11:32:34PM +0100, Ludovic Courtès wrote:
> Leo Famulari skribis:
>
> > * gnu/packages/mail.scm (khard): New variable.
>
> [...]
>
> > +(home-page "https://github.com/scheibler/khard";)
> > +(license gpl3))) ; "later version" never mentioned
>
> If the source fil
Nils Gillmann skribis:
> From 8cc2f10b46840096039d75b4edc910ad2cbbb274 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann
> Date: Sun, 6 Mar 2016 17:26:21 +0100
> Subject: [PATCH] gnu: Add font-un.
>
> * gnu/packages/fonts.scm (font-un): New variable.
Applied, thanks!
Ludo’.
Leo Famulari skribis:
> * gnu/packages/mail.scm (khard): New variable.
[...]
> +(home-page "https://github.com/scheibler/khard";)
> +(license gpl3))) ; "later version" never mentioned
If the source file headers or other documents do not specify a version,
then we write it as ‘gpl3+’ (i
On Sun, Mar 13, 2016 at 11:28:14PM +0100, Ludovic Courtès wrote:
> Leo Famulari skribis:
>
> > * gnu/packages/python.scm (python2-pyicu): Split variable into...
> > (python-pyicu, python2-pyicu): ...both Python variants.
> > (python-pyicu)[arguments]: Enable tests.
>
> OK.
Good timing! You were
On Sun, Mar 06, 2016 at 01:49:17PM -0500, Leo Famulari wrote:
> On Sun, Mar 06, 2016 at 01:58:00PM +0100, Andreas Enge wrote:
> > On Sat, Mar 05, 2016 at 05:32:07PM -0500, Leo Famulari wrote:
> > > I understood that message as "Python 3 could work, but we will have to
> > > do something special to
Leo Famulari skribis:
> * gnu/packages/python.scm (python-vobject, python2-vobject): New variables.
LGTM!
Leo Famulari skribis:
> * gnu/packages/python.scm (python2-pyicu): Split variable into...
> (python-pyicu, python2-pyicu): ...both Python variants.
> (python-pyicu)[arguments]: Enable tests.
OK.
Leo Famulari skribis:
> * gnu/packages/python.scm (python2-pyicu): Update to 1.9.2.
OK!
Leo Famulari skribis:
> * gnu/packages/python.scm (python2-atomicwrites): New variable.
Sure! And sorry for the delay!
Ludo'.
Manolis Ragkousis skribis:
> This is a follow up to better explain what the problem is with the
> sans-libc cross gcc in the (gnu packages cross-base) module.
>
> In the latest master if you try to build gcc-cross-sans-libc with:
>
> ./pre-inst-env guix build -e '((@@(gnu packages cross-base) cro
Jochem Raat skribis:
> From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001
> From: Jochem Raat
> Date: Sun, 13 Mar 2016 17:58:18 +0100
> Subject: [PATCH] gnu: Add Dutch Aspell dictionary.
>
> * gnu/packages/aspell.scm (aspell-dict-nl): New variable.
Applied, thanks!
Ludo’.
There’s currently no CUPS service for GuixSD—i.e., nothing you could
directly add to the ‘services’ field of your ‘operating-system’
configuration.
If you would like to contribute one such service, that’d be welcome!
The relevant documentation starts at:
http://www.gnu.org/software/guix/manual/
Christopher Allan Webber skribis:
> Maybe try running it in:
>
> $ guix environment --ad-hoc guile-emacs --pure
> $ emacs -q
Or, in one line:
guix environment --ad-hoc guile-emacs --pure -- emacs -q
:-)
Ludo'.
On Fri, Mar 04, 2016 at 04:29:40PM -0500, Leo Famulari wrote:
> On Fri, Mar 04, 2016 at 01:42:11PM +0100, Ricardo Wurmus wrote:
> >
> > Leo Famulari writes:
> >
> > > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New
> > > variables.
> > > * gnu/packages/patches/python-rarfile-fix
Jookia <166...@gmail.com> skribis:
> * gnu/packages/fonts.scm (font-noto): Add new font.
Changed that to “New variable” for consistency (change logs express
changes at the programming-language level), changed the name to
‘font-google-noto’ in line with our rules¹, removed “source” from
‘native-in
It tells a lot about the mess we’re in. :-)
Ludo’.
Nils Gillmann skribis:
> +gnunet-0.10.1 is the last stable release candidate, however for
> +development purposes and keeping up with latest changes, the SVN version
> +might be preferable until a new version is released.")
[...]
> +;; We provide SVN in addition to the older 0.10.1 version,
> +
Jookia <166...@gmail.com> skribis:
> On Fri, Mar 11, 2016 at 03:48:38PM +0100, Ludovic Courtès wrote:
>> Jookia <166...@gmail.com> skribis:
>>
>> > While previously creating a GC root for GRUB's resources was the caller's
>> > responsibility, it's much less repetitive to put it in install-grub no
Hello Danny,
This is great, and I hope it will be included in GuixSD.
Combination of ROX filer and file manager, can make very nice system,
without too big graphical environments.
On Tue, Mar 08, 2016 at 09:04:43AM +0100, Danny Milosavljevic wrote:
> Hello Louis,
>
> well, writing the package d
From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001
From: Jochem Raat
Date: Sun, 13 Mar 2016 17:58:18 +0100
Subject: [PATCH] gnu: Add Dutch Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-nl): New variable.
---
gnu/packages/aspell.scm | 8
1 file changed, 8
Hallo Danny,
On 13/03/2016, Danny Milosavljevic wrote:
>> Note: all the toolbar icons are broken for me in simple-scan.
Did they break after this update? Does reverting fb9ca51 solve the problem?
I noticed no such problems while testing, and can only reproduce this
by running something like:
> Note: all the toolbar icons are broken for me in simple-scan.
>
> open("/home/dannym/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> open("/run/current-system/profile/share/icons",
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 20
> stat("/gnu/store/kfb8frkg0
Mark H Weaver (2016-03-13 07:27 +0300) wrote:
> Alex Kost writes:
>
>> Ludovic Courtès (2016-03-11 17:50 +0300) wrote:
>>
>>> Efraim Flashner skribis:
>>>
On Fri, 11 Mar 2016 13:08:17 +0300
Alex Kost wrote:
> I was going to commit several updates including font-dejavu. Happi
Thompson, David writes:
> Hello Mathieu,
>
> On Sat, Mar 12, 2016 at 3:10 PM, Mathieu Lirzin wrote:
>> Hello David,
>>
>> David Thompson writes:
>>
From 80f08dde121610dcc832f4e6ecdd11341166580c Mon Sep 17 00:00:00 2001
>>> From: David Thompson
>>> Date: Sat, 12 Mar 2016 12:23:47 -0500
>>>
A long running complaint has been that GTK themes aren't found, thus making
GTK look terrible on GuixSD. To solve this, GTK+ now searches in XDG_DATA_DIRS
in themes.
* gnu/packages/gtk.scm (gtk+-2): Add gtk2-theme-paths.patch.
(gtk+): Add gtk3-theme-paths.patch.
* gnu/packages/patches/gtk2-theme
28 matches
Mail list logo