On Mon, Mar 3, 2008 at 7:10 PM, Stephen <[EMAIL PROTECTED]> wrote: > I have "/usr/lib/control-center/gnome-settings-daemon &" in my .xinitrc > before the "enlightenment-start" line, which makes Gnome/GTK apps have > nice fonts. > > -- > Stephen Byrne > [EMAIL PROTECTED] > > That's just the kind of tip I was hoping for. I will try to see if it protects me against the randomly giant fonts in firefox problem.
Along similar lines, here's a script I also run to fake some Gnome environment. The keyring daemon is needed for WEP wireless. This sets that up and then starts nm-applet. If you are one of the lucky people for whom NetworkManager runs well, you need it: $ cat bin/my-nm-applet eval "`gnome-keyring-daemon`" export GNOME_KEYRING_PID export GNOME_KEYRING_SOCKET rm nohup.out nohup nm-applet & # Optional # kill $GNOME_KEYRING_PID -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
