Markus Krause

Results 141 comments of Markus Krause

Hi guys, I'm indeed not running the sales operations. But @cat24max does. Tim, is it known that outside EU sales are not possible in the allianceapps store?

oh sorry, somehow I completely missed this ticket. Are you sorted by now? Because I do not have one handy right now, I would ask Tim to runs the shop...

![image](https://github.com/michaelrsweet/lprint/assets/25175069/6baac413-e657-4ba1-8eec-f51503cf4c95) I am not seeing the log option for lprint in the web interface weirdly enough unless I'm blind. any more specific hints? Cups I was able to enable debug...

As for the Chrome issue, I switched back the printer to ipp protocol so that the connection works, and I have attached the resulting logfile. Here there is a lot...

> Also, if this is a standard European size then chances are it is defined in millimeters so we'd want to use a metric (`om_192x198-label_192x198mm` or similar) size name to...

It is probaby catastrophically wrong what I am trying here but how is this supposed to work. I managed to guess pages is somehow at the arcane entry (7,0), no...

Thanks for the response. I am currently attempting to build from source, but I noticed an issue: The configure flow has a problem when --enable-gtk3 is given, it does not...

ok I got some way further now: Major problem was that in pkgconfig file for gtk3 it says 'targets' as a variable, not 'target', which is queried in configure. I...

Ok, so I managed to build against gtk3 with quartz backend with the following hacks (3.3.108 tarball): in configure.ac I need to change line 613 to: _gdk_tgt=`$PKG_CONFIG --variable=targets gdk-3.0` (targets...

Ok, figure out the icon issue: adwaita-icon-theme must be installed via homebrew. that just leaves the ``` GTKWAVE | MESSAGE: gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed ``` error message. Also this...