El día Saturday, July 16, 2011 a las 11:05:00PM -0700, Jonathan Ryshpan 
escribió:

> I have just switched from gnome to KDE (since I don't like gnome's new
> window model). Unfortunately, evolution seems to take its font control
> only from gnome.  Evolution's internal font control doesn't seem to do
> anything, nor does KDE font control.  
> 
> Does anyone know how to control evolution's fonts under KDE?  In the
> past, I ran a gnome daemon and a utility to set evolution's font size,
> but this was about 5 years ago, and much has changed since then.

I'm using Evo in KDE3 environment in daily business; I start
it with a script (behind a desktop icon) like this:

#!/bin/sh

# check if Evo is up already
#
killall -s evolution && {
    xmessage 'Seems that Evo is up already...'
    exit 0
}

# could also be launched via ~/.xinitrc
#
/usr/local/libexec/gnome-settings-daemon &
sleep 2

evolution

HIH

        matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <g...@unixarea.de> - w http://www.unixarea.de/
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to