Announcement

Collapse
No announcement yet.

gtk-qt-engine doesn't work anymore?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    gtk-qt-engine doesn't work anymore?

    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?

    #2
    Re: gtk-qt-engine doesn't work anymore?

    you have to compile it yourself
    download the latest version (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
    Code:
    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

    Comment

    Working...
    X