-
Moving from subversion to git
The system-config-printer repository at fedorahosted.org, currently using subversion, will shortly be migrating to git. I’ll add a comment here when it’s done.
-
Proxy authentication
I just submitted a samba patch to add support for proxy authentication to the CUPS ‘smb’ backend. This makes printing to Windows shared printers a little bit better: instead of having to set the user name and password as part of the CUPS print queue definition, jobs requiring authentication details can now collect them from…
-
0.9.90 release, heading towards 1.0.0
I’ve just released system-config-printer 0.9.90, a stepping-stone on the way towards a 1.0.0 release.
-
New (old) user interface for printer configuration
I spent a bit of time today experimenting with making the system-config-printer user interface look a bit more like the gnome-cups-manager interface did, after several people mentioned they preferred it. The aim is to make it look less cluttered, more friendly, and generally cleaner. This is the first time I’ve used an IconView in GTK+…
-
Python bindings for libsmbclient
I’ve just put together some minimal Python bindings for libsmbclient, following on from what I said earlier. All that’s wrapped is enough for it to be useful for discovering printer shares, so that’s: the SMB context object, the opendir() method and the getdents() method. There’s an example included called test.py, which shows it in action.…
