Re: [e-users] how to change font in e17

2005-08-19 Thread Fernando Meira
Check: $ enlightenment_remote --help Cheers, FernandoOn 8/18/05, Sylvain Blot [EMAIL PROTECTED] wrote: Hi ml,I'm searching how to change the font in menus and windows titlesthanks for the help--Sylvain---SF.Net email is Sponsored by the

Re: [e-users] get-e.sh

2005-08-19 Thread eric dan
i think this problem is already fixed in cvs by now. it was just a mistake in e17/apps/e/configure.in line 137 change the first word in that line from ERROR to WARN and it will work. but public cvs should be ok. I got this info from #e by the way. On 8/18/05, MillTek [EMAIL PROTECTED] wrote: Hi,

Re: [e-users] Terminal that renders to background canvas

2005-08-19 Thread Hisham Mardam Bey
On 8/16/05, Mike Russo [EMAIL PROTECTED] wrote: Is it possible for a terminal application to render to E17's background canvas, just like the modules do, in order to provide a simulation of the fake transparency we've all come to know and love (or at least immortalize in screenshots)? If so,

[e-users] Compile E17 on FreeBSD!

2005-08-19 Thread Anders Trobäck
Hello! I'm trying to compile e17 from CVS on my FreeBSD (5.4) box but autogen.sh gives me: [snip] aclocal:configure.in:147: warning: macro `AM_GNU_GETTEXT' not found in library aclocal:configure.in:148: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library Running autoheader... Running

Re: [e-users] Doing E-apps

2005-08-19 Thread Geoffrey
Jesse wrote: Most (if not all) of e17 appears to be in Standard C. Now, as someone who recently (6 months ago) started learning C++, I can tell you if you don't know either C or C++ you should really consider learning C++. If you learn C++ you're also learning a lot of C (after all C is just C

[e-users] Newbie question: Entrance

2005-08-19 Thread Alejandro Salas
Hi everyone, I just compiled e17 and entrance with the get_e.sh script from rasterman website. On a tutorial (https://vogelweith.homeftp.net/Linux/e17_en.php#x1-60001.1) I read the following: Finally, in order for Entrance to start during boot, you must create the following links in

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Fernando Meira
Hi, If you already installed/compiled Entrance, the you just need to configure it (which is recommended but not necessary), using $ edb_gtk_ed /etc/entrance_config.db So that you start Entrace when you boot, you need to change in /etc/rc.conf the variable DISPLAYMANAGER=entrance HTH, Fernando On

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Alejandro Salas
Thanx for your quick response. But I forgot to say that I'm using Debian sarge, so I don't have that file. That's why in the tutorial I found they mention modifying the rc*.d directories, but I don't know exactly what to do.

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Fernando Meira
Ohh.. ok.. and what about this: # update-rc.d entrance start 99 2 3 4 5 . stop 01 0 1 6 . as it says in the tutorial... I don't use Debian, but I'd assume that there is a config file (maybe /etc/rc.d) where you specify your displaymanager.. On 8/19/05, Alejandro Salas [EMAIL PROTECTED] wrote:

[e-users] eloquence

2005-08-19 Thread phriedrich
Hi, last year I started a very small project using the EFL: eloqunece[1], a program that displays the title of the song xmms plays, directly on the desktop and allows some basic xmms-control. Some weeks ago I started a port as module[2] for e17, though it's version number is 0.4 (compared to

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Alejandro Salas
That worked perfectly. One thing though. I'm testing e17 but when I have to work I use e16. I just rebooted my machine to see Entrance, and logged in chose e16, and a lot of applications (firefox, gaim, eclipse) have different fonts than the usual ones. (I think they are the same ones but

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Tom
[19/08/2005 -- 16:54u] Alejandro Salas: That worked perfectly. One thing though. I'm testing e17 but when I have to work I use e16. I just rebooted my machine to see Entrance, and logged in chose e16, and a lot of applications (firefox, gaim, eclipse) have different fonts than the usual

Re: [e-users] eterm misbehaving with mozilla when pasting special chars

2005-08-19 Thread Morten Nilsen
Christoph Gysin wrote: gimpel wrote: I tried it out again, and now both gaim and xterm behaves, while eterm turn æøå into ??a* I would appreciate any help solving this problem Eterm does not support utf-8 (yet) which i assume you are using on your system. See 'man Eterm' quite at the end

Re: [e-users] eterm misbehaving with mozilla when pasting special chars

2005-08-19 Thread Dènis Riedijk
If this is the case, you could use urxvt, a rxvt fork that supports unicode. It also supports most of Eterms features... what is (u)rxvt? and in what way can I use it? Hmm, my guess is it is a terminal like Eterm, that supports unicode... Dènis

Re: [e-users] eloquence

2005-08-19 Thread dalfa the enlightenedone
great!! i will probe it i do that, with the xmms osd plugin but its E has that tool i will try it --- SF.Net email is Sponsored by the Better Software Conference EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Alejandro Salas
I can't find such a daemon. Any hints? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- SF.Net email is Sponsored by the Better

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Anders Trobäck
On FreeBSD it's: /usr/X11R6/libexec/gnome-settings-daemon \\anders Alejandro Salas wrote: I can't find such a daemon. Any hints? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [e-users] Newbie question: Entrance

2005-08-19 Thread Alejandro Salas
I don't know for sure if it is indeed causing your problem; I just notice the same thing here when I don't use gdm (regardless of what window manager I start), but wdm or plain startx. Cheers, Tom I don't have that deamon at least from what I could search (using locate and find, and

Re: [e-users] Terminal that renders to background canvas

2005-08-19 Thread Mike Russo
Enterminus crashes with a floating point exception, running through gdb reveals what looks like a divide by zero condition: [EMAIL PROTECTED] /usr/src/e17/proto/enterminus $ DISPLAY=:0 gdb src/bin/enterminus GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software,

Re: [e-users] Compile E17 on FreeBSD!

2005-08-19 Thread Anders Trobäck
Thanks but I have gettext installed! Should I point out some dir to autogen where getttext stuff are locaed? \\anders Mike Russo wrote: Anders Trobäck wrote: Hello! I'm trying to compile e17 from CVS on my FreeBSD (5.4) box but autogen.sh gives me: [snip] aclocal:configure.in:147:

Re: [e-users] Compile E17 on FreeBSD!

2005-08-19 Thread Anders Trobäck
If I ignore it and run configure and make I got: [snip] configure.in:147: error: possibly undefined macro: AM_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:148: error: possibly undefined macro:

[e-users] entrace.cfg??

2005-08-19 Thread Fernando Meira
hi, I just ran an e17 complete cvs update and when I rebooted, Entrace was a little bit messed up. It did recognize users, but had a bunch of Sessions that were not there before. Suddenly, there was gnome, xfce, blackbox, ... when I don't have anything. I also noticed a new file:

Re: [e-users] entrace.cfg??

2005-08-19 Thread Bertrand Jacquin
Hi, entrance have move its configuration from edb to ecore_config which is a upper interface to edb, so there's dependencies while entrance was already depending on ecore. So edit /usr/share/entrance/build_config.sh and adjust it to your preferencies. You can also rm /etc/entrance_config.db

Re: [e-users] entrace.cfg??

2005-08-19 Thread Fernando Meira
Ohh, ok then.. But, is not possible to edit the cfg file in a similar way as before? Is it with ecore_config? I get this: # ecore_config entrance_config.cfg list Command not yet supported Thanks, Fernando On 8/19/05, Bertrand Jacquin [EMAIL PROTECTED] wrote: Hi,entrance have move its

Re: [e-users] Compile E17 on FreeBSD!

2005-08-19 Thread Anders Trobäck
I have those ports installed and my path is set to: PATH=$PATH:/usr/local/gnu-autotools/bin Is that the path you meant? Jonathan Buschmann wrote: Anders Trobäck a écrit : Thanks but I have gettext installed! Should I point out some dir to autogen where getttext stuff are locaed? \\anders

Re: [e-users] entrace.cfg??

2005-08-19 Thread Bertrand Jacquin
I only use the script to build my entrance config. But ecore_config entrance_config.cfg implemented set/get/type and build_config.sh do that job. On 8/19/05, Fernando Meira [EMAIL PROTECTED] wrote: Ohh, ok then.. But, is not possible to edit the cfg file in a similar way as before? Is it