Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 52

Thread: Howto: Make Qt/KDE apps look like Gnome ones!

  1. #21
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    Aa... add the Medibuntu repository, then you can install Skype.

  2. #22
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    For some strange reason, the 64bit version compiled fine, but the 32bit one gives an error.

  3. #23
    Join Date
    Jun 2008
    Beans
    1

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    Bit of a problem - for some reason I cannot get the Gtk theme to appear under "Select GUI Style" in qt4-config.

    sudo make install wanted to install the theme under /usr/local/Trolltech/Qt-4.4.2-snapshot-20080904/plugins/styles and I also copied the file to /usr/lib/qt4/plugins/styles but neither seems to have any effect. Should this file be somewhere in particular for qt4-config to pick it up and use it?

  4. #24
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    See where other styles are installed, and try placing it into there?

  5. #25
    Join Date
    Feb 2008
    Location
    St. Petersburg, Russia
    Beans
    116
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    Are these debs for Hardy only? I'd like to install QGtkStyle on Intrepid.
    Also, you can set up a PPA in Launchpad so that people can install QGtkStyle with apt/Synaptic and receive updates via Update Manager.

  6. #26
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    I can't setup a PPA, I don't know how to do one (and learning one is a very, very complex process which I don't have time for).

    Intrepid, hmm I'm not sure.

  7. #27
    Join Date
    Sep 2005
    Location
    Hungary
    Beans
    68

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    Quote Originally Posted by Vadi View Post
    I can't setup a PPA, I don't know how to do one (and learning one is a very, very complex process which I don't have time for).

    Intrepid, hmm I'm not sure.
    i'm running it on xubuntu intrepid, works great, the only problem that whenever a qt4 program started, my desktop background disappears, so i have to run xfdesktop to get it back(anyway i had this problem on hardy too...).
    any solution for that?
    great app. by the way

  8. #28
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    No idea. I didn't make the app; it's made by a Qt employee: http://labs.trolltech.com/blogs/2008...ing-qgtkstyle/

  9. #29
    Join Date
    Sep 2005
    Location
    Hungary
    Beans
    68

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    i installed it from svn it works fine now

    in case someone else has the same poblem with the deb installed on the top of this thread, here's how you can install itt from svn:

    Code:
    sudo apt-get install libgtk2.0-dev libqt4-dev build-essential libqt4-dev subversion checkinstall
    Code:
    svn co svn://labs.trolltech.com/svn/styles/gtkstyle
    Code:
    cd gtkstyle/
    Code:
    qmake && make
    Code:
    checkinstall
    Code:
    sudo dpkg -i gtkstyle<TAB>
    Last edited by rebegin; November 1st, 2008 at 11:30 PM.

  10. #30
    Join Date
    Sep 2005
    Location
    Hungary
    Beans
    68

    Re: Howto: Make Qt/KDE apps look like Gnome ones!

    Quote Originally Posted by kahlil88 View Post
    Hmmm...I installed qt4-qtconfig and followed your instructions, but the only program that actually uses the GTK theme is the qtconfig program...
    you can make it work like this:

    Code:
    sudo apt-get install kdebase-workspace systemsettings
    it installs some other packages but then you can find systemsettings in the menu and change the theme and colors as you want easily.
    Last edited by rebegin; November 1st, 2008 at 11:42 PM. Reason: grammar :D

Page 3 of 6 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •