Re: [e-users] entrance order of execution

2005-03-17 Thread enl
[EMAIL PROTECTED] wrote: I'm trying to configure entrance to allow me to fire up E16 or E17 (or kde or gnome for that matter) by selecting from the chooser on the login screen, but can't figure out what order things are executed in. Don't you love it when you answer your own question? First, edi

[e-users] entrance order of execution

2005-03-17 Thread enl
I'm trying to configure entrance to allow me to fire up E16 or E17 (or kde or gnome for that matter) by selecting from the chooser on the login screen, but can't figure out what order things are executed in. Entrance calls /etc/X11/Xsession with no parameter, which doesn't seem quite right; I h

Re: [e-users] e_utils

2005-03-06 Thread enl
>>> >>> hi all I'm sure by now your sick of hearing about e_utils and stuff. But when I go to this site http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/ What the hell do i download so i can try to build the e_util_app thingy? Am i in the correct location? is

Re: [e-users] E17 window problem

2005-03-05 Thread enl
now you might want to check your x setup - do you have 2 screen outs (tv out) if so, disable it. That did it. Thanks for the info. E17 looks great! mark --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds

[e-users] E17 window problem

2005-03-05 Thread enl
This is hard to describe, so here's a link to see the problem: http://advena.webhop.org/~mark/screenshot.jpg The "screen" occupies only the upper left corner of the display - the blank area in the image occupies the rest of the display. I can move windows anywhere on the display, and the

Re: [e-users] Script for building E17

2005-03-04 Thread enl
Jasper Lievisse Adriaanse [NedLinux.nl] wrote: I have only tested my script (v0.2.7) using Debian and not yet Slackware. But I think it's pretty much Linux distribution independant, correct me if I'm wrong. works fine for me under mandrake 10.1 3 We need to start including some text at the s

Re: [e-users] Script for building E17

2005-03-03 Thread enl
Darrell Blake wrote: I also had to add the following lines after setting $BUILD_DIR: PATH=$PATH:$BUILD_DIR/bin CPPFLAGS=-I$BUILD_DIR/include oops, and also LDFLAGS=-I$BUILD_DIR/lib so entrance can find ecore libraries. And apparently entrance wants to install /etc/entr

Re: [e-users] Script for building E17

2005-03-03 Thread enl
I also had to add the following lines after setting $BUILD_DIR: PATH=$PATH:$BUILD_DIR/bin CPPFLAGS=-I$BUILD_DIR/include so headers and config files can be found by subsequent packages. mark --- SF email is sponsored by - The IT Pr