Looks like my notebook works well with suspend once I did a modprobe -r button. Before it would suspend just fine but upon coming back up it would instantly shut itself off. Jeremy says there is a fix in the works and for right now I can work around the issue by having the suspend scripts unload and load the button module. This is great because my use case is to shut the lid, driver 40 minutes home and open it up. As an experiment I suspended my book at work and unplugged the power. Upon coming back the next morning only one quarter of the battery was used. Jeremy said this is a dismal showing and we could do much better but hey it satisfies my needs. Roughly two days of standby time is fine with me.

Printing

While Alex Larson has been working on the high level API for printing in Gtk+, I have been looking at the print dialog.

I am basing it off of what was drawn up at the Boston Summit and the discussion that followed in various forums. Right now it isn’t much to look at because I have been concentrating on the backend infrastructure. I am working on hooking up a CUPS ipp backend which is largely based off of libgnomecups. The difference is where libgnomecups uses threads to accomplish nonblocking I/O, I am trying to do it with a GSource. It is pretty painful to say the least but fun none the less. As soon as I can get that working I’m going to land it in Gnome CVS.

[read this post in: ar de es fr it ja ko pt ru zh-CN ]