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

2010-05-26 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,
Lionel

On Wed, May 26, 2010 at 7:56 AM, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 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 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com

 --

 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2010-05-26 Thread David C. Rankin
On 05/26/2010 01:55 AM, Lionel ORRY wrote:
 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,
 Lionel

Thanks Lionel,

Maybe we should think about having e17 check for ~/.gtkrc-2.0 and
~/.gtkrc-2.0-e17 and if either is present -- use it. That would allow a separate
gtk config for e17 without placing a ~/.gtkrc-2.0. Like kde, etc.. does it:

02:27 alchemy:~ ls -1 .gtkrc*
.gtkrc-2.0
.gtkrc-2.0-gnome-color-chooser
.gtkrc-2.0-kde
.gtkrc-2.0-kde4

Nothing fancy, just a simple:

[[ -r ~/.gtkrc-2.0-e17 ]]  . ~/.gtkrc-2.0-e17

in the e17 setup or wherever it should go for e17. Just a thought.

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com

--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2010-05-26 Thread David C. Rankin
On 05/26/2010 02:30 AM, David C. Rankin wrote:
 02:27 alchemy:~ ls -1 .gtkrc*
 .gtkrc-2.0

Oh, no,

Do NOT attempt to start gnome with the ~/.gtkrc-2.0 file in place. I'm 
sure it
is something specific with my config, but __it hit the fan and soon as I
attempted to start gnome after running e17 while leaving ~/.gtkrc-2.0 in place.
The machine lost its mind and required a hard reset as all console input was met
with 'Cannot allocate memory' and there was no way to ssh into the box. The
errors were:

May 26 18:39:55 alchemy init: cannot fork, retry..
May 26 18:40:32 alchemy syslog-ng[1927]: last message repeated 7 times
May 26 18:40:36 alchemy init: cannot fork, retry..
May 26 18:41:32 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:41:36 alchemy init: cannot fork, retry..
May 26 18:42:33 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:42:36 alchemy init: cannot fork, retry..
May 26 18:42:36 alchemy init: cannot fork, retry..
May 26 18:42:45 alchemy sshd[3796]: error: fork: Cannot allocate memory
May 26 18:42:46 alchemy init: cannot fork, retry..
May 26 18:43:05 alchemy syslog-ng[1927]: last message repeated 3 times
May 26 18:43:05 alchemy sshd[3796]: error: fork: Cannot allocate memory
May 26 18:43:07 alchemy init: cannot fork, retry..
May 26 18:43:33 alchemy syslog-ng[1927]: last message repeated 5 times
May 26 18:43:36 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:43:37 alchemy init: cannot fork, retry..
May 26 18:43:37 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:43:42 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:43:42 alchemy init: cannot fork, retry..
May 26 18:43:42 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:43:47 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:43:47 alchemy init: cannot fork, retry..
May 26 18:43:47 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:43:52 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:43:52 alchemy init: cannot fork, retry..
May 26 18:44:02 alchemy syslog-ng[1927]: last message repeated 2 times
May 26 18:44:02 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:44:07 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:44:07 alchemy init: cannot fork, retry..
May 26 18:44:07 alchemy udevd[721]: udev_event_run: fork of child failed: Cannot
allocate memory
May 26 18:44:12 alchemy syslog-ng[1927]: last message repeated 11 times
May 26 18:44:12 alchemy init: cannot fork, retry..

I think I'll alias an e17 and gnome start that copies into place and removes the
file to be safe in the future. :p

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com

--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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 what thunderbird looks like in e17.
I have a dark theme applied that should have the top colored a dark gray/blue
instead of white:

http://www.3111skyline.com/download/img/ss/e/e17/e17-no-gtk-colors.jpg

Thanks for any help here as well.

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com

--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 colors are applied to the gtk apps. Is there a trick or 
 am
 I just out of luck? Here is a screenshot of what thunderbird looks like in 
 e17.
 I have a dark theme applied that should have the top colored a dark gray/blue
 instead of white:

 http://www.3111skyline.com/download/img/ss/e/e17/e17-no-gtk-colors.jpg

   Thanks for any help here as well.



--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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
drankina...@suddenlinkmail.com 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. Is there a trick or 
 am
 I just out of luck? Here is a screenshot of what thunderbird looks like in 
 e17.
 I have a dark theme applied that should have the top colored a dark gray/blue
 instead of white:

 http://www.3111skyline.com/download/img/ss/e/e17/e17-no-gtk-colors.jpg

        Thanks for any help here as well.


Use ~/.gtkrc-2.0.


-- 
Boris 'billiob' Faure

--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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-name=Droid Sans 8
gtk-icon-sizes=gtk-menu=16,16:\
 gtk-button=16,16:\
 gtk-small-toolbar=16,16:\
 gtk-large-toolbar=16,16:\
 gtk-dnd=16,16:\
 gtk-dialog=16,16
gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-xft-dpi=96

dh

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 colors are applied to the gtk apps. Is there a trick or 
 am
 I just out of luck? Here is a screenshot of what thunderbird looks like in 
 e17.
 I have a dark theme applied that should have the top colored a dark gray/blue
 instead of white:

 http://www.3111skyline.com/download/img/ss/e/e17/e17-no-gtk-colors.jpg

   Thanks for any help here as well.



--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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/lists/listinfo/enlightenment-devel


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 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com

--

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel