public inbox for gentoo-desktop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-desktop] KDE and GTK themes
@ 2010-10-15 11:56 Coert Waagmeester
  2010-10-15 12:15 ` [gentoo-desktop] " Nikos Chantziaras
  0 siblings, 1 reply; 4+ messages in thread
From: Coert Waagmeester @ 2010-10-15 11:56 UTC (permalink / raw
  To: gentoo-desktop

Hello all,

How can I get a nice theme on firefox (and other gnome gtk apps) when I 
use KDE?

I have installed the gtk qtcurve package.

Regards,
Coert




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-desktop] Re: KDE and GTK themes
  2010-10-15 11:56 [gentoo-desktop] KDE and GTK themes Coert Waagmeester
@ 2010-10-15 12:15 ` Nikos Chantziaras
  2010-10-23 23:08   ` Duncan
  2011-01-22  0:09   ` Nikos Chantziaras
  0 siblings, 2 replies; 4+ messages in thread
From: Nikos Chantziaras @ 2010-10-15 12:15 UTC (permalink / raw
  To: gentoo-desktop

On 10/15/2010 02:56 PM, Coert Waagmeester wrote:
> Hello all,
>
> How can I get a nice theme on firefox (and other gnome gtk apps) when I
> use KDE?
>
> I have installed the gtk qtcurve package.

Also install kde-misc/kcm_gtk.  This will give you a new configuration 
option in System Settings (either in "Application Appearance" or in 
"Lost and Found" if you're on KDE 4.5.2) where you can configure Gtk.

In order to configure QtCurve itself though, you will also have to 
install x11-themes/qtcurve-qt4, and switch KDE from Oxygen to that, 
configure it (this also configures the Gtk version) and then switch back 
to Oxygen (the Gtk configuration of QtCurve will be kept.)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-desktop] Re: KDE and GTK themes
  2010-10-15 12:15 ` [gentoo-desktop] " Nikos Chantziaras
@ 2010-10-23 23:08   ` Duncan
  2011-01-22  0:09   ` Nikos Chantziaras
  1 sibling, 0 replies; 4+ messages in thread
From: Duncan @ 2010-10-23 23:08 UTC (permalink / raw
  To: gentoo-desktop

Nikos Chantziaras posted on Fri, 15 Oct 2010 15:15:57 +0300 as excerpted:

> On 10/15/2010 02:56 PM, Coert Waagmeester wrote:
>> Hello all,
>>
>> How can I get a nice theme on firefox (and other gnome gtk apps) when I
>> use KDE?
>>
>> I have installed the gtk qtcurve package.
> 
> Also install kde-misc/kcm_gtk.  This will give you a new configuration 
> option in System Settings (either in "Application Appearance" or in 
> "Lost and Found" if you're on KDE 4.5.2) where you can configure Gtk.
> 
> In order to configure QtCurve itself though, you will also have to 
> install x11-themes/qtcurve-qt4, and switch KDE from Oxygen to that, 
> configure it (this also configures the Gtk version) and then switch back 
> to Oxygen (the Gtk configuration of QtCurve will be kept.)

Of course, firefox, at least recent versions, has its own themes.  AFAIK 
theming was built-in from firefox 3.6, and I've been using those.

Meanwhile, instead of going the qt-curve or whatever route, here, I 
configure the colors in kde, and ensure that the checkbox is checked, to 
apply those to non-kde apps.  That takes care of most of it, altho it does 
depend on how you launch the app whether the kde controlled theme is in 
the environment for the gtk app, or not.  Launching from, say, konsole, 
doesn't seem to get it included by default, but if you put something like

export GTK@_RC_FILES="/home/user/.kde/share/config/gtkrc-2.0"

(adjust the path as necessary) either in a wrapper script (as I do for 
pan, since I have a wrapper for it for other reasons), or in your .bashrc 
or the like, then it should work even when launching from konsole, etc.

I think I hand-edited the file to get the font sizes, etc, but it has been 
awhile, so I don't know if kde or my hand edits are controlling it now...

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-desktop] Re: KDE and GTK themes
  2010-10-15 12:15 ` [gentoo-desktop] " Nikos Chantziaras
  2010-10-23 23:08   ` Duncan
@ 2011-01-22  0:09   ` Nikos Chantziaras
  1 sibling, 0 replies; 4+ messages in thread
From: Nikos Chantziaras @ 2011-01-22  0:09 UTC (permalink / raw
  To: gentoo-desktop

On 10/15/2010 03:15 PM, Nikos Chantziaras wrote:
> On 10/15/2010 02:56 PM, Coert Waagmeester wrote:
>> Hello all,
>>
>> How can I get a nice theme on firefox (and other gnome gtk apps) when I
>> use KDE?
>>
>> I have installed the gtk qtcurve package.
>
> Also install kde-misc/kcm_gtk. This will give you a new configuration
> option in System Settings (either in "Application Appearance" or in
> "Lost and Found" if you're on KDE 4.5.2) where you can configure Gtk.
>
> In order to configure QtCurve itself though, you will also have to
> install x11-themes/qtcurve-qt4, and switch KDE from Oxygen to that,
> configure it (this also configures the Gtk version) and then switch back
> to Oxygen (the Gtk configuration of QtCurve will be kept.)

Oxygen has now been ported mostly correctly to Gtk and is in portage. 
Simply emerge "x11-themes/oxygen-gtk" and select "oxygen-gtk" System 
Settings (if you have kde-misc/kcm_gtk installed).  The good thing about 
this is that it's not "just a theme" with static pixmaps and colors, but 
actually honors the Oxygen settings from KDE.

This is GIMP running with it:

http://i55.tinypic.com/2n7eazr.png




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-22  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 11:56 [gentoo-desktop] KDE and GTK themes Coert Waagmeester
2010-10-15 12:15 ` [gentoo-desktop] " Nikos Chantziaras
2010-10-23 23:08   ` Duncan
2011-01-22  0:09   ` Nikos Chantziaras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox