dd9602c2a3
CUPS configuration Gtk+2.0 GUI Configures a CUPS server. It uses the CUPS API (bound to Python with pycups) to do this. The communication with the server is performed using IPP. As a result, it is equally able to configure a remote CUPS server as a local one. WWW: http://cyberelk.net/tim/software/system-config-printer/
6 lines
288 B
Text
6 lines
288 B
Text
--- my-default-printer.orig 2008-03-20 11:53:08.000000000 -0400
|
|
+++ my-default-printer 2008-03-20 11:53:17.000000000 -0400
|
|
@@ -1,2 +1,2 @@
|
|
#!/bin/sh
|
|
-exec /usr/share/system-config-printer/my-default-printer.py "$@"
|
|
+exec %%PREFIX%%/share/system-config-printer/my-default-printer.py "$@"
|