bug#23286: Unable to unlock xscreensaver in Xfce

2016-04-26 Thread Danny Milosavljevic
Hi, On Sun, 24 Apr 2016 16:03:38 +0200 Albin wrote: > > Just to be sure, are you saying that the unlocking works fine with that? > > Yes, but it doesn't work with Xfce's native screen locking program xflock4. Ah, then what does ls -l $(which xflock4) say?

bug#22808: Add a function to simplify many of the new python2-foo definitions

2016-04-26 Thread Ludovic Courtès
Efraim Flashner skribis: > On Tue, Apr 26, 2016 at 11:54:28AM +0200, Ludovic Courtès wrote: >> l...@gnu.org (Ludovic Courtès) skribis: [...] >> What about this: >> > >> --- a/gnu/packages/python.scm >> +++ b/gnu/packages/python.scm >> @@ -345,6 +345,14 @@ instead of @command{python3}."))) >>

bug#22808: Add a function to simplify many of the new python2-foo definitions

2016-04-26 Thread Efraim Flashner
On Tue, Apr 26, 2016 at 11:54:28AM +0200, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > > > Christopher Allan Webber skribis: > > > >> Right now we have a lot of these that look very similar: > >> > >> (define-public python2-chardet > >> (package > >> (inherit (pa

bug#22808: Add a function to simplify many of the new python2-foo definitions

2016-04-26 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Christopher Allan Webber skribis: > >> Right now we have a lot of these that look very similar: >> >> (define-public python2-chardet >> (package >> (inherit (package-with-python2 >> (strip-python2-variant python-chardet))) >>

bug#22883: Trustable "guix pull"

2016-04-26 Thread Ludovic Courtès
Hello! "Thompson, David" skribis: > On Mon, Apr 25, 2016 at 8:13 PM, Leo Famulari wrote: > >> I think it's common to make minor edits when committing on behalf of >> others. For example, the committer might clean up a commit message or >> standardize indentation. >> >> How should we handle this