PDA

View Full Version : gtk-qt-engine doesn't work anymore?



danf.1979
Jan 3rd 2008, 09:38 AM
Installed version is 1:0.8-1ubuntu1, but it is not working. It did before on gutsy, so something must have happened on hardy.

Can someone confirm this bug?

klerfayt
Mar 15th 2008, 03:38 AM
you have to compile it yourself
download the latest version (http://gtk-qt.ecs.soton.ac.uk/) (1.1 at the moment)

install the following packages:

cmake
g++
gettext
libbonoboui2-dev
libgtk2.0-dev
kdebase-dev-kde4
kdesdk-scripts

extract gtk-qt-engine-1.1.tar.bz2 somewhere
open konsole

cd /to_where_you_extracted/the_archive
cmake .
make
sudo make install

firefox3 doesn't look perfect though, there are some glitches with oxygen style imitation(no rounded menu corners for example)

#edit: shortened the required packages list