Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unified Qt/GTK2-themer!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mahir
l33t
l33t


Joined: 05 Dec 2003
Posts: 725
Location: London

PostPosted: Mon Jun 28, 2004 8:44 pm    Post subject: erm Reply with quote

qtconfig only changed the buttons and stuff...

k3b doenst change
neither does rosegarden
_________________
"wa ma tawfiqi illah billah"
Mahir Sayar
Back to top
View user's profile Send private message
Cossins
Veteran
Veteran


Joined: 21 Mar 2003
Posts: 1136
Location: Copenhagen, Denmark

PostPosted: Mon Jun 28, 2004 8:48 pm    Post subject: Re: erm Reply with quote

mahir wrote:
qtconfig only changed the buttons and stuff...

k3b doenst change
neither does rosegarden

"the buttons and stuff"... what exactly is it you want to change?

- Simon
_________________
who cares
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 2995
Location: Bay Area, CA

PostPosted: Tue Jul 06, 2004 11:14 pm    Post subject: Reply with quote

Ribs wrote:
I recently upgraded to Firefox 0.9. Now I'm seeing the menu bugs, very strange. Maybe firefox is breaking some rules when it comes to menus? It's the only app I've seen this on.

-Ribs.

anybody got this resolved? other gtk themes don't re-produce this bug.
Back to top
View user's profile Send private message
Trejkaz
Guru
Guru


Joined: 14 Nov 2002
Posts: 479
Location: Sydney, Australia

PostPosted: Tue Jul 06, 2004 11:23 pm    Post subject: Reply with quote

If qtconfig doesn't work, try kcontrol. Some (many?) KDE apps override the selected Qt theme. I wouldn't know _how_ many, because I actually use KDE. ;-)
Back to top
View user's profile Send private message
Biggles
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2003
Posts: 123
Location: New Zealand

PostPosted: Wed Jul 07, 2004 8:14 am    Post subject: Reply with quote

devsk wrote:
Ribs wrote:
I recently upgraded to Firefox 0.9. Now I'm seeing the menu bugs, very strange. Maybe firefox is breaking some rules when it comes to menus? It's the only app I've seen this on.

-Ribs.

anybody got this resolved? other gtk themes don't re-produce this bug.


Actually, I get the same problem with the menus in xchat2.
_________________
Never eat anything bigger than your own head.
Back to top
View user's profile Send private message
msimplay
Apprentice
Apprentice


Joined: 20 Jun 2004
Posts: 161

PostPosted: Thu Jul 15, 2004 1:10 pm    Post subject: Reply with quote

all my gtk2 applications seem to be working fine
with the unified themer :)

now if they could do the same for gtk1 :p
Back to top
View user's profile Send private message
The_Fang
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2003
Posts: 75

PostPosted: Fri Jul 30, 2004 10:58 pm    Post subject: Reply with quote

Version 0.5 is out :D
It works fine, at least till now :) Unfortunatly, it has some problems with the firefox scrollbars :(
I was able to install it the way how Ribs described it. Just rename it to gtk-qt-engine-0.5.ebuild

Ribs wrote:
Actually, version 0.41 is out, which has minor bug fixes to 0.4. I've been using gtk-qt for several months without problems now, this really is a great piece of software.

Upgradeing is easy. I just made a copy of the existing ebuild and changed the version number (in the filename) to reflect the new version, then a simple emerge (whilst turning off sandbox, however I never thought I had it on...):
Code:
cd /usr/local/portage/x11-themes/gtk-qt-engine
cp gtk-qt-engine-0.3.ebuild gtk-qt-engine-0.41.ebuild
ebuild gtk-qt-engine-0.41.ebuild digest
FEATURES="-sandbox" ACCEPT_KEYWORDS="~x86" emerge gtk-qt-engine-0.41.ebuild


I kept my symlink (couldn't be bothered to remove it).

For those new to this thread, here is the ebuild I used;
Code:
# Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
 # $Header$

 inherit gtk-engines2 eutils

 IUSE="gtk2"
 DESCRIPTION="GTK+2 Qt Theme Engine"
 HOMEPAGE="http://www.kde-look.org/content/show.php?content=9714"
 SRC_URI="http://www.freedesktop.org/Software/gtk-qt/${P}.tar.bz2"
 KEYWORDS="~x86 ~ppc ~sparc ~alpha"
 LICENSE="GPL-2"
 SLOT="2"

 DEPEND="${DEPEND}
         dev-util/pkgconfig
         >=x11-themes/qtpixmap-0.25"

 src_unpack() {
         unpack ${A} || die
 }


good night
_________________
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Fri Jul 30, 2004 10:59 pm    Post subject: Reply with quote

The_Fang wrote:
Version 0.5 is out :D
It works fine, at least till now :) Unfortunatly, it has some problems with the firefox scrollbars :(


I'm curious; can somebody provide a screenshot of a plastik themed gnome? (too lazy to install gnome for meself right now ;) )
Back to top
View user's profile Send private message
yutt
n00b
n00b


Joined: 22 Sep 2003
Posts: 59

PostPosted: Wed Aug 04, 2004 1:32 am    Post subject: Reply with quote

Could someone help me out here, I am having a problem digesting the ebuild. It keeps trying to download the tar from ibiblio.org, evidentally ignoring the information in the ebuild.

Code:
>>> Downloading http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/gtk-qt-engine-0.5.tar.bz2
--21:30:12--  http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/gtk-qt-engine-0.5.tar.bz2

I am using the ebuild shown in The_Fang's post preceding mine.
Back to top
View user's profile Send private message
Trejkaz
Guru
Guru


Joined: 14 Nov 2002
Posts: 479
Location: Sydney, Australia

PostPosted: Wed Aug 04, 2004 2:02 am    Post subject: Reply with quote

That's what portage does. It tries the mirrors first, and then the real site if none of the mirrors work. Let it continue, and it will try the correct location.
Back to top
View user's profile Send private message
yutt
n00b
n00b


Joined: 22 Sep 2003
Posts: 59

PostPosted: Wed Aug 04, 2004 4:34 am    Post subject: Reply with quote

Trejkaz wrote:
That's what portage does. It tries the mirrors first, and then the real site if none of the mirrors work. Let it continue, and it will try the correct location.

Ah, evidentally I am just too impatient. Thanks.

Works wonderfully now. Azureus and Gimp look beautiful in wrapped in Plastik. :D
Back to top
View user's profile Send private message
Biggles
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2003
Posts: 123
Location: New Zealand

PostPosted: Tue Aug 10, 2004 4:00 am    Post subject: Reply with quote

I'm having some problems installing version 0.5 I copied and renamed the ebuild as mentioned above and as I did for 0.41 (which worked perfectly). However this time I can't emerge it. I get the following error:

Code:
ACCEPT_KEYWORDS="~x86" emerge gtk-qt-engine-0.5
Calculating dependencies
!!! Problem in x11-themes/gtk-qt-engine-0.5 dependencies.
!!! "Specific key requires an operator (x11-themes/gtk-qt-engine-0.5) (try adding an '=')"


Interestingly, etcat gives the following output:

Code:
etcat -v gtk-qt-engine
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
[ Results for search key           : gtk-qt-engine ]
[ Candidate applications found : 3 ]

 Only printing found installed programs.

*  x11-themes/gtk-qt-engine :
        [M~ ] 0.3 (2) OVERLAY
        [M~ ] 0.5 (2) OVERLAY
        [M~I] 0.41 (2) OVERLAY


and a simple search gives:

Code:
emerge -s gtk-qt-engine
Searching...
[ Results for search key : gtk-qt-engine ]
[ Applications found : 1 ]

*  x11-themes/gtk-qt-engine [ Masked ]
      Latest version available: 0.41
      Latest version installed: 0.41
      Size of downloaded files: 443 kB
      Homepage:    http://www.kde-look.org/content/show.php?content=9714
      Description: GTK+2 Qt Theme Engine
      License:     GPL-2


Why would it think that version 0.5 is earlier than 0.41, and could this be related to the problem that is preventing me installing it?
_________________
Never eat anything bigger than your own head.
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 2995
Location: Bay Area, CA

PostPosted: Tue Aug 10, 2004 6:18 am    Post subject: Reply with quote

Biggles wrote:
I'm having some problems installing version 0.5 I copied and renamed the ebuild as mentioned above and as I did for 0.41 (which worked perfectly). However this time I can't emerge it. I get the following error:

Code:
ACCEPT_KEYWORDS="~x86" emerge gtk-qt-engine-0.5
Calculating dependencies
!!! Problem in x11-themes/gtk-qt-engine-0.5 dependencies.
!!! "Specific key requires an operator (x11-themes/gtk-qt-engine-0.5) (try adding an '=')"


Interestingly, etcat gives the following output:

Code:
etcat -v gtk-qt-engine
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
[ Results for search key           : gtk-qt-engine ]
[ Candidate applications found : 3 ]

 Only printing found installed programs.

*  x11-themes/gtk-qt-engine :
        [M~ ] 0.3 (2) OVERLAY
        [M~ ] 0.5 (2) OVERLAY
        [M~I] 0.41 (2) OVERLAY


and a simple search gives:

Code:
emerge -s gtk-qt-engine
Searching...
[ Results for search key : gtk-qt-engine ]
[ Applications found : 1 ]

*  x11-themes/gtk-qt-engine [ Masked ]
      Latest version available: 0.41
      Latest version installed: 0.41
      Size of downloaded files: 443 kB
      Homepage:    http://www.kde-look.org/content/show.php?content=9714
      Description: GTK+2 Qt Theme Engine
      License:     GPL-2


Why would it think that version 0.5 is earlier than 0.41, and could this be related to the problem that is preventing me installing it?

because 5 is less than 41, 50 is not...:) naming it 0.50 would work if the package tar also had 0.50...

name is not the problem. just say "emerge gtk-qt-engine" and NOT "emerge gtk-qt-engine-0.5". It will say its downgrading it, but thats fine.
Back to top
View user's profile Send private message
shug
n00b
n00b


Joined: 10 Aug 2004
Posts: 2

PostPosted: Tue Aug 10, 2004 9:20 am    Post subject: Reply with quote

Hallo!

I wanted to install gtk-qt-engine too and I followed the instructions above....

But i got some ACCES VIOLATION messages during Installation.

Code:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-x11-themes_-_gtk-qt-engine-0.5-32254.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
--------------------------------------------------------------------------------

I have never seen this error anywhere bevor....

Has somebody an Idea?

sorry for my bad english :-(


greetings from germany,

shug
Back to top
View user's profile Send private message
shug
n00b
n00b


Joined: 10 Aug 2004
Posts: 2

PostPosted: Tue Aug 10, 2004 9:25 am    Post subject: Reply with quote

ahhh....i fixed my problem !

I forgot to add this option
Code:
FEATURES="-sandbox"


Solved....

thx anyway :mrgreen:

greets
- shug
Back to top
View user's profile Send private message
Ateo
Advocate
Advocate


Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Tue Aug 17, 2004 7:38 am    Post subject: Reply with quote

This package fails to configure. This is the dump:
Code:
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

!!! ERROR: x11-themes/gtk-qt-engine-0.5 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed


I've never run into this error. Anyone else?
Back to top
View user's profile Send private message
Jefklak
l33t
l33t


Joined: 26 Oct 2003
Posts: 818
Location: Belgium

PostPosted: Tue Aug 17, 2004 4:44 pm    Post subject: Reply with quote

ARG!
Why don't make a style wich lets QT programs use the GTK theme??
I hate the damn QT things and i'm using mostly gtk2 apps.
Sigh :(

P.S. Qtconfig does not change the "style" of, for instance, k3b.
P.S.2. no, i'm NOT going to emerge kde yust for the theme manager.
_________________
{Linux User #333296}
Kernel 2.6.9-nitro4!
<< hurrah
Back to top
View user's profile Send private message
Chewi
Developer
Developer


Joined: 01 Sep 2003
Posts: 886
Location: Edinburgh, Scotland

PostPosted: Fri Aug 27, 2004 4:17 am    Post subject: Reply with quote

They should make KDE an optional dependency in this. 0.3 doesn't seem to need it but it won't compile anyway.
Back to top
View user's profile Send private message
teutzz
Guru
Guru


Joined: 22 Apr 2004
Posts: 333
Location: .ro

PostPosted: Fri Aug 27, 2004 12:18 pm    Post subject: Reply with quote

latest version is 0.5 (i really don't have any ideea why you want 0.3)
btw 0.5 is in portage
_________________
Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz
Back to top
View user's profile Send private message
Chewi
Developer
Developer


Joined: 01 Sep 2003
Posts: 886
Location: Edinburgh, Scotland

PostPosted: Fri Aug 27, 2004 1:44 pm    Post subject: Reply with quote

Because I don't have KDE installed. 0.5 seems to have a hard dependency on KDE. This is stupid because it's only needed for the configuration program. I'm not bothered anymore because I'm using gtk-engines-geramik instead. It doesn't use Qt's theme but it does use its colour scheme. It also works on GTK1, which is a major plus for me.
Back to top
View user's profile Send private message
teutzz
Guru
Guru


Joined: 22 Apr 2004
Posts: 333
Location: .ro

PostPosted: Sat Aug 28, 2004 7:53 am    Post subject: Reply with quote

you can safelly remove that dependency from the ebuild; check out their website
_________________
Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Fri Sep 03, 2004 3:42 am    Post subject: Reply with quote

Thanks so much for your helpful tips. I can now get my fonts in Firefox and Thunderbird to a size I can read them without having to have extra gnome files installed.
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Mon Sep 06, 2004 10:09 am    Post subject: Reply with quote

Is there some way to fix the ebuild so that when doing an emerge sync the portage cache part won't give the following:

|has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
has_version() in global scope: x11-themes/gtk-qt-engine-0.5
Back to top
View user's profile Send private message
Chewi
Developer
Developer


Joined: 01 Sep 2003
Posts: 886
Location: Edinburgh, Scotland

PostPosted: Mon Sep 06, 2004 11:25 am    Post subject: Reply with quote

I was wondering that. It seems to happen on every machine I use Gentoo on except my own and I can't figure out why.
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 2995
Location: Bay Area, CA

PostPosted: Mon Sep 06, 2004 5:55 pm    Post subject: Reply with quote

getting rid of the top inherit line makes it disappear. I wonder why eutils should be there, because this ebuild doesn't make use of any of the routines from eutils.eclass. gtk-engines2? that's the guy which has has_version in global scope. I don't find it useful to inherit it...but if you are particular about gtk+-1.2, keep it around.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum