Tag Archives: gtk

Move window’s minimise/maximise/close buttons

There are two locations where you can define the button’s location: dconf and gconf. The dconf-method works for most of Gnome Shell and Unity. However, e.g. Chrome is using the “old” gconf-setting. dconf Install and run dconf-editor. Go to org → gnome → desktop → wm → preferences and find the setting button-layout. The default… Read More: Move window’s minimise/maximise/close buttons »

Compiling PHP-GTK

To compile php-gtk, you need the following packages: When trying to use the buildconf.sh, you might encounter the following error: which leaves the configure-script in a broken state. The problem is that the newer libtool.m4 has been split into different files. To make it work, you have to concatenate the different files back into the… Read More: Compiling PHP-GTK »