Linux

Office Communicator under Ubuntu 12.04

I recently managed to connect to office communicator under linux. First I installed pidgin-sipe and configured my account. But something seemed to be wrong with the ssl communication. So I copied over all ssl certificates from pidgin: cd ~/.purple/certificates/x509/tls_peers && sudo find . -type f -exec cp {} /etc/ssl/certs/{}.pem ;; sudo chmod a+r /etc/ssl/certs/* Then […]

Office Communicator under Ubuntu 12.04 Read More »

PostgreSQL 9.2 released

see http://www.postgresql.org/about/news/1415/ for further information about the new features. To install it in ubuntu you could use Martin Pitt’s ppa under https://launchpad.net/~pitti/+archive/postgresql sudo apt-add-repository ppa:pitti/postgresql sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install postgresql-9.2 postgresql-client-9.2 WARNING: This won’t upgrade your 9.1 if you’ve already installed that. Of course you could get rid of your database with apt-get

PostgreSQL 9.2 released Read More »

Menu Items have no icons in Ubuntu 12.04/gnome3

Some time ago I noticed that several programs have no icons in menus though they always had. I really didn’t like the lack of icons in eclipse so I was looking for a solution for this. I found two working solutions. Install dconf-tools and run dconf-editor to set two keys to true: org.gnome.desktop.interface.menus-have-icons org.gnome.desktop.interface.buttons-have-icons Install

Menu Items have no icons in Ubuntu 12.04/gnome3 Read More »