Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-25 Thread David C. Rankin
On 05/22/2010 10:29 PM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 22 May 2010 21:06:28 -0500 "David C. Rankin" > said: > > quick test - did you build the svg loader for evas? check > PREFIX/lib/evas/modules/loaders > > is there and svg dir? if so... rm -rfthe svg dir and try again. i've

[E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread David C. Rankin
Guys, The primary gtk apps I use are firefox, thunderbird, gimp and gnome-terminal. Thankfully I have the fonts under control by editing my userchrome.css. However, none of my gtk theme colors are applied to the gtk apps. Is there a trick or am I just out of luck? Here is a screenshot of

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread Christopher Michael
Create or modify ~/.gtkrc & ~/.gtkrc-2.0: On 05/25/2010 04:39 PM, David C. Rankin wrote: > Guys, > > The primary gtk apps I use are firefox, thunderbird, gimp and > gnome-terminal. > Thankfully I have the fonts under control by editing my userchrome.css. > However, > none of my gtk theme

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread Boris 'billiob' Faure
On Tue, May 25, 2010 at 22:39, David C. Rankin wrote: > Guys, > >        The primary gtk apps I use are firefox, thunderbird, gimp and > gnome-terminal. > Thankfully I have the fonts under control by editing my userchrome.css. > However, > none of my gtk theme colors are applied to the gtk apps.

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread Christopher Michael
Create or modify ~/.gtkrc & ~/.gtkrc-2.0: This is just an example: include "/usr/share/themes/B_and_W/gtk-2.0/gtkrc" style "font" { font_name="Droid Sans 8" } widget_class "*" style "font" gtk-icon-theme-name="Buuf-Deuce" gtk-fallback-icon-theme="Buuf-Deuce" gtk-theme-name="B_and_W" gtk-font-n

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread Mike
I use this: http://packages.qa.debian.org/g/gtk-theme-switch.html -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net

Re: [E-devel] enlightenment crached while logging out

2010-05-25 Thread Amitav Mohanty
On 05/07/2010 12:28 AM, Sebastian Dransfeld wrote: > Amitav Mohanty wrote: >> Hello >> >> I had enlightenment crashed while logging out. Before logging out, I >> had locked and unlocked the screen a couple of times. I am attaching >> the backtrace. > > Do you have your svn revision? It isn't

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread David C. Rankin
On 05/25/2010 03:44 PM, Christopher Michael wrote: > Create or modify ~/.gtkrc & ~/.gtkrc-2.0: > Boris, Christoper, Mike, Thank you! Will that mess with my gnome install? We shall see ;-) -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 7596

Re: [E-devel] How do I get my gtk themes to apply to gtk apps under e17?

2010-05-25 Thread Lionel ORRY
The other way, if you want to keep homogeneous with your configured Gnome desktop, is to launch gnome-settings-daemon at e17 startup. A bit more memory consuming, but will not mess with your actual configuration since it will take care of applying it the same way as on your gnome desktop. regards,