Re: hplip: Add qt5 gui, try to fix policykit support

2017-01-15 Thread ng0
Andy Patterson writes: > Hey ng0, > > > On Thu, 29 Dec 2016 14:05:51 + > ng0 wrote: > > >> I really have no idea how hplip is supposed to be used in Guix after >> reading the note about the base service. So we are not supposed to >> run and install it as users in profiles? Will it be in the

Re: hplip: Add qt5 gui, try to fix policykit support

2017-01-15 Thread Andy Patterson
Hey ng0, On Thu, 29 Dec 2016 14:05:51 + ng0 wrote: > I really have no idea how hplip is supposed to be used in Guix after > reading the note about the base service. So we are not supposed to > run and install it as users in profiles? Will it be in the cups > service where I would have no i

Re: [PATCH 1/2] gnu: hplip: Add qt5 gui.

2017-01-02 Thread Ludovic Courtès
Hi! ng0 skribis: > * 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. Seems like this would multiply the closure of ‘sane-backends’ by 5: --8<--

[PATCH 1/2] gnu: hplip: Add qt5 gui.

2016-12-29 Thread ng0
* 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/packages/cups.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu

hplip: Add qt5 gui, try to fix policykit support

2016-12-29 Thread ng0
[PATCH 1/2] gnu: hplip: Add qt5 gui. Same as before, removed the --enable-dbus and ... [PATCH 2/2] gnu: hplip: Add policykit support. ... moved it here, with the additional policykit stuff. I really have no idea how hplip is supposed to be used in Guix after reading the note about the base

Re: hplip: Add qt5 gui.

2016-12-29 Thread ng0
ng0 writes: > 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. 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 pa

Re: [PATCH] gnu: hplip: Add qt5 gui.

2016-12-29 Thread ng0
Danny Milosavljevic writes: > Hi, > >> + "--enable-dbus-build" >>;; TODO: Make hp-setup find python-dbus. > > Does that mean that dbus now works in hp-setup? > I don't know. Before and afterwards I ran into the problem where no user (in groups lp and lpadmin, even root) i

Re: [PATCH] gnu: hplip: Add qt5 gui.

2016-12-29 Thread Danny Milosavljevic
Hi, > + "--enable-dbus-build" >;; TODO: Make hp-setup find python-dbus. Does that mean that dbus now works in hp-setup?

hplip: Add qt5 gui.

2016-12-29 Thread ng0
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.

[PATCH] gnu: hplip: Add qt5 gui.

2016-12-29 Thread ng0
* 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, python-pygobject and python-sip. --- gnu/packages/cups.scm | 12 +++- 1 file changed, 11 ins