But what is it good for?

Posts tagged with: gnome

HOWTO: Use xclipboard With Gnome

I work with a couple of guys who are quite stuck in their ways and are quite reliant on old tools, one of which is xclipboard(1).Unfortunately, Gnome comes with it's own clipboard manager, so when you try to run xclipboard, you get the following:$ xclipboardError: another clipboard is already running$Of course, ps(1M) will show no clipboard related processes running. This is because the functionality is performed by Gnome itself, I believe, as part of the functionality of gnome-settings-daemon.One of my colleagues gave me the challenge of getting xclipboard working on Gnome on OpenSolaris/Nevada, ie Gnome 2.6, and I found it quite easy to do in the end.The trick is to tell Gnome not to perform this functionality anymore as follows:  Continue reading ►

Compiling Devilspie 0.22 on OpenSolaris/Nevada

I've been using Devilspie for quite some time, and detailed steps on compiling rev 0.10 to run on Solaris 10. Well, I'm now using a OpenSolaris/Nevada Sunray server on x86, so I can no longer use my old binary.Devilspie has had a complete overhaul since I last built it, so my old instructions don't quite apply anymore. What's more, Nevada has a little bug that will trip up compiling devilspie without a little bit of work.This post will detail how to compile Devilspie 0.22 on OpenSolaris/Nevada.  Continue reading ►
Top