[e-users] Applications Font size

2007-07-05 Thread Riccardo Tediosi
Dear friends,

I recently installed enlightenment v.0.16. (I guess is the 0.17
looking at the graphics and layout...). I think it's great but...
The only problem that I have is related with the font size inside the
applications! For example in Evolution the standard fonts are much
bigger than those that I have using Gnome. The problem is that I cannot
find a way to change the default font size. I tried looking in the
configuration menu of E17 but there I can just change font type and size
of parts like window title, application menu and so on...

It's a pity because even using a high resolution display it seems like
working with a 640x480 resolution!!!

Any ideas!?

Thanks in advance.

Rik


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Applications Font size

2007-07-05 Thread Ross Vandegrift
On Thu, Jul 05, 2007 at 10:23:24AM +0200, Riccardo Tediosi wrote:
 It's a pity because even using a high resolution display it seems like
 working with a 640x480 resolution!!!
 
 Any ideas!?

Enlightnement doesn't automatically start up the daemons that Gnome
uses to manage preferences like these.  If you start
gnome-settings-daemon your Gnome preferences will be loaded for
applications.  Other Gnome daemons you might want to start will vary
depending on the apps you use but check out these:

gnome-volume-manager, gnome-vfs-daemon, gnome-keyring-daemon

My .xsession looks like this:

#!/bin/bash

export OOO_FORCE_DESKTOP=gnome
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export XDG_MENU_PREFIX=gnome-

if test -z $DBUS_SESSION_BUS_ADDRESS; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi

/usr/bin/gnome-settings-daemon 
/usr/bin/gnome-volume-manager 

exec /usr/bin/enlightenment_start



-- 
Ross Vandegrift
[EMAIL PROTECTED]

The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell.
--St. Augustine, De Genesi ad Litteram, Book II, xviii, 37

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Launching Eterm, xserver from git, BAD performance

2007-07-05 Thread Daniel Kasak
Daniel Kasak wrote:
 Hi all.

 I've noticed that recently, after updating to xserver from git,
 launching Eterm *only* under Enlightenment-0.17 ( rebuilt everything 2
 days back or so ) is causing 100% CPU usage in X, for about 10 seconds.

 Launching any other app is fine.

 It doesn't matter where I start Eterm from - ibar, or from an xterm,
 etc, it always sends CPU usage through the roof.

 *But* it only happens under E17. I just tested under gnome, and it's
 perfectly snappy. I've also tried disabled all external modules ( was
 running only ibar, clock  pager ) ... no difference.
   

I've *finally* tracked this down to UTF8 support ( or lack thereof ), 
somewhere.
If I start eterm:

LC_ALL=en_AU Eterm

it starts up normally.

Dan

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Applications Font size

2007-07-05 Thread Robin Randhawa
Hi.

On Thu, 2007-07-05 at 05:40 -0400, Ross Vandegrift wrote:

 Enlightnement doesn't automatically start up the daemons that Gnome
 uses to manage preferences like these.  If you start
 gnome-settings-daemon your Gnome preferences will be loaded for
 applications.

On a related note - I invariably have a sticky problem whenever I
start gnome-settings-daemon from within e17 : the 'Select a Window'
dialog that pops up (usually on an Alt-Tab) refuses to go away unless I
explicitly press escape.

This is frustrating enough to stop using the daemon and suffer the font
size problem.

Was wondering if anyone else faced this and has a solution ?

Cheerio,
Robin


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Applications Font size

2007-07-05 Thread Vinícius Costa Gomes
The following seems to be working for me: I have a file named
.gtkrc-2.0 in my $HOME. This is an example of the content of the file:

 gtk-font-name = Bitstream Vera Sans 10
 gtk-theme-name = Clearlooks
 gtk-icon-theme-name = Tango

I hope it helps.

On 7/5/07, Robin Randhawa [EMAIL PROTECTED] wrote:
 Hi.

 On Thu, 2007-07-05 at 05:40 -0400, Ross Vandegrift wrote:

  Enlightnement doesn't automatically start up the daemons that Gnome
  uses to manage preferences like these.  If you start
  gnome-settings-daemon your Gnome preferences will be loaded for
  applications.

 On a related note - I invariably have a sticky problem whenever I
 start gnome-settings-daemon from within e17 : the 'Select a Window'
 dialog that pops up (usually on an Alt-Tab) refuses to go away unless I
 explicitly press escape.

 This is frustrating enough to stop using the daemon and suffer the font
 size problem.

 Was wondering if anyone else faced this and has a solution ?

 Cheerio,
 Robin


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 
V.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users