guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ hplip: 75 ]

Total 75 documents matching your query.

21. Re: Trouble setting up hplip and cups - printer ppd fails (score: 35)
Author: HIDDEN
Date: Thu, 29 Dec 2016 22:38:29 +0000
It works in Gentoo with python3, so maybe their one patch on this is not just cosmetic. -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org
/archive/html/guix-devel/2016-12/msg01122.html (6,618 bytes)

22. Re: Trouble setting up hplip and cups - printer ppd fails (score: 35)
Author: HIDDEN
Date: Thu, 29 Dec 2016 23:12:54 +0100
Hello! Danny Milosavljevic <address@hidden> skribis: Could it be that Python 3 support in hplip is incomplete? (ISTR that Python 3 treats Unicode sequences differently compared to Python 2.) The h
/archive/html/guix-devel/2016-12/msg01120.html (6,098 bytes)

23. Trouble setting up hplip and cups - printer ppd fails (score: 35)
Author: HIDDEN
Date: Sat, 24 Dec 2016 13:56:59 +0000
I'm having a hard time getting hplip and cups to recognize the PPD for my printer (one of those which are not network enabled, which is why I feel safe enough sharing the model and serial numbers her
/archive/html/guix-devel/2016-12/msg00949.html (8,859 bytes)

24. Re: [PATCH v2] Add hplip (score: 35)
Author: HIDDEN
Date: Tue, 22 Mar 2016 09:28:58 +0100
Can you fix the "guix lint" errors please? Thanks :) Andy
/archive/html/guix-devel/2016-03/msg00847.html (6,965 bytes)

25. Re: hplip package (work in progress) (score: 35)
Author: HIDDEN
Date: Wed, 16 Mar 2016 09:19:07 +0100
Generally, yes. If it later needs to be merged into a common /etc/cups directory for some reason, then cups-service needs to create a union directory based on the etc/cups packages in a set of packag
/archive/html/guix-devel/2016-03/msg00606.html (6,505 bytes)

26. Re: [PATCH 1/2] gnu: hplip: Add qt5 gui. (score: 34)
Author: HIDDEN
Date: Mon, 02 Jan 2017 22:04:01 +0100
Hi! ng0 <address@hidden> skribis: Seems like this would multiply the closure of ‘sane-backends’ by 5: --8<--cut here--start-->8-- $ guix size sane-backends|tail -1 total: 294.1 MiB $ guix size sa
/archive/html/guix-devel/2017-01/msg00105.html (4,917 bytes)

27. [PATCH 1/2] gnu: hplip: Add qt5 gui. (score: 34)
Author: HIDDEN
Date: Thu, 29 Dec 2016 14:05:52 +0000
* gnu/packages/cups.scm (hplip): Add gui. [arguments](configure-flags): Add "--enable-gui-build", "--disable-qt4", "--enable-qt5". [inputs]: Add python-pyqt, python-pygobject and python-sip. -- gnu/p
/archive/html/guix-devel/2016-12/msg01091.html (7,031 bytes)

28. [PATCH 2/2] gnu: hplip: Add policykit support. (score: 34)
Author: HIDDEN
Date: Thu, 29 Dec 2016 14:05:53 +0000
* gnu/packages/cups.scm (hplip): Add policykit support. [arguments](configure-flags): Add "--enable-dbus-build", "--enable-policykit". [arguments](make-flags): Add "policykit_dbus_etcdir", "policykit
/archive/html/guix-devel/2016-12/msg01090.html (7,974 bytes)

29. [PATCH] gnu: hplip: Add qt5 gui. (score: 34)
Author: HIDDEN
Date: Thu, 29 Dec 2016 11:50:08 +0000
* gnu/packages/cups.scm (hplip): Add gui. [arguments](configure-flags): Add "--enable-gui-build", "--disable-qt3", "--disable-qt4", "--enable-qt5", "--enable-dbus-build". [inputs]: Add python-pyqt, p
/archive/html/guix-devel/2016-12/msg01081.html (7,018 bytes)

30. Re: [PATCH v7] Add hplip (score: 34)
Author: HIDDEN
Date: Sun, 10 Apr 2016 22:57:58 +0200
Hi, I've tested your patched patch and can confirm that the package "hplip" still builds and installs fine. Hmm, I don't know how to do that. Is there a custom python module loader? I've posted here
/archive/html/guix-devel/2016-04/msg00428.html (5,716 bytes)

31. Re: hplip: Add qt5 gui. (score: 33)
Author: HIDDEN
Date: Thu, 29 Dec 2016 13:27:01 +0000
I just fixed the policykit issue (in theory, no more errors in the build), so I change this patch a bit and send in both patches in series. -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/
/archive/html/guix-devel/2016-12/msg01087.html (5,323 bytes)

32. Re: [PATCH] gnu: hplip: Add qt5 gui. (score: 33)
Author: HIDDEN
Date: Thu, 29 Dec 2016 12:29:34 +0000
I don't know. Before and afterwards I ran into the problem where no user (in groups lp and lpadmin, even root) is authenticated enough to finally add the printer (hp-setup -i -a -g). I guess this is
/archive/html/guix-devel/2016-12/msg01085.html (6,076 bytes)

33. Re: [PATCH] gnu: hplip: Add qt5 gui. (score: 33)
Author: HIDDEN
Date: Thu, 29 Dec 2016 12:56:51 +0100
Hi, Does that mean that dbus now works in hp-setup?
/archive/html/guix-devel/2016-12/msg01083.html (5,023 bytes)

34. hplip: Add qt5 gui. (score: 33)
Author: HIDDEN
Date: Thu, 29 Dec 2016 11:50:07 +0000
We need to explicitly tell the configure to disable qt3 and qt4 to make it accept qt5 which is annoying. Tested was just running hp-setup, worked for me.
/archive/html/guix-devel/2016-12/msg01082.html (4,745 bytes)

35. Re: Trouble setting up hplip and cups - printer ppd fails (score: 33)
Author: HIDDEN
Date: Sat, 24 Dec 2016 16:23:00 +0100
Hi, The reason that fails is because gzip.GzipFile always provides reads in binary mode. However, ppd files are not binary and nickname_pat is not binary either. So not sure what they were thinking..
/archive/html/guix-devel/2016-12/msg00955.html (6,607 bytes)

36. Re: [PATCH] gnu: Bump version of "hplip" to "3.16.5". (score: 33)
Author: HIDDEN
Date: Mon, 25 Jul 2016 09:55:47 +0200
Please ignore patch. There's already a newer version in the git repo.
/archive/html/guix-devel/2016-07/msg01192.html (4,397 bytes)

37. Re: [PATCH v7] Add hplip (score: 33)
Author: HIDDEN
Date: Fri, 29 Apr 2016 17:07:13 +0200
address@hidden (Ludovic Courtès) skribis: I finally fixed it and will push shortly. Ludo’.
/archive/html/guix-devel/2016-04/msg01185.html (6,332 bytes)

38. Re: [PATCH v3] Add hplip (score: 33)
Author: HIDDEN
Date: Tue, 22 Mar 2016 11:56:18 +0100
Hi, Looking better, thank you! A couple of style nits and a tip. Comments that align with the expression on the next line should start with ";;". This kind of comment should be full sentences. Good t
/archive/html/guix-devel/2016-03/msg00850.html (8,903 bytes)

39. Re: %desktop-services now depends on Qt 5, via colord (score: 12)
Author: HIDDEN
Date: Thu, 19 Jul 2018 21:20:21 +0300
I feel like I got volunteered to make the patch ;p. I also changed the documentation to suggest using 'hplip-minimal' in the cups service, since that's another place where it could be brought in easi
/archive/html/guix-devel/2018-07/msg00246.html (6,686 bytes)

40. Re: %desktop-services now depends on Qt 5, via colord (score: 10)
Author: HIDDEN
Date: Sat, 14 Jul 2018 20:32:25 +0000
Efraim Flashner transcribed 2.9K bytes: Yes, please. This was my criticism for not making a hplip-qt like I was told when I worked on it. Furtermore it might be time to make a "minimal" (subjective)
/archive/html/guix-devel/2018-07/msg00208.html (7,120 bytes)


This search system is powered by Namazu