Re: [E-devel] about enotes (white text on white background?)

2004-10-18 Thread Alan Schmitt
t. Thanks a lot for your answer and explanation. (for some reason your mail was blocked for more that a month, at Sourceforge it seems). Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgpVbP6UrjCCT.pgp Description: PGP signature

[E-devel] about enotes (white text on white background?)

2004-09-15 Thread Alan Schmitt
emes. (if this is a Gentoo bug, I can file it as a bug there. I just wanted to make sure first that I wasn't doing anything wrong.) Thanks, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgpyj9JAflNe5.pgp Description: PGP signature

Re: [E-devel] changing menu navigation key binding

2004-08-25 Thread Alan Schmitt
* Alan Schmitt ([EMAIL PROTECTED]) wrote: > > Now that 16.7.1 is out, is there a chance that this patch gets > integrated ? Sorry to answer my own message, but I realized it would make Kwo's life easier if I provided a new patch against the current (anonymous) cvs. Here it is a

Re: [E-devel] changing menu navigation key binding

2004-08-25 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > Alan Schmitt wrote: > >Here is the patch. It will probably need some revisions, as there were > >some choices I add to make that I'm not sure are correct: > >- I chose to save the config in the CONTROL section > >- I

Re: [E-devel] Eterm feature request: keyboard select mode

2004-08-22 Thread Alan Schmitt
* Michael Jennings ([EMAIL PROTECTED]) wrote: > On Wednesday, 18 August 2004, at 10:56:46 (+0200), > Alan Schmitt wrote: > > > Please flame me if this already exists, or if this is completely crazy. > > No, neither. > > > I'm doing quite a bit of text selectio

Re: [E-devel] Eterm feature request: keyboard select mode

2004-08-22 Thread Alan Schmitt
I used screen a few times, so I emerged it to try it again. The sequence you give almost works, but I cannot seem to be able to paste what I select into other applications (it does not seem to be put in the X cut and paste buffer). Any suggestion as how to do this? Alan Schmitt -- The hacker:

[E-devel] Eterm feature request: keyboard select mode

2004-08-19 Thread Alan Schmitt
ice thing would be to have line or block selections (as in "v", "shift-v", and "ctrl-v" in vim). Is this a crazy idea? Thanks, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgpCGgA3zOEfz.pgp Description: PGP signature

[E-devel] Chris DiBona says nice things about e and LinuxWorld

2004-08-16 Thread Alan Schmitt
; Haitzler was nearby showing off some work he had been doing with Enlightenment and, more importantly, the E canvas (evas), which runs on everything from smart phones to desktops with gorgeous abandon. DVD player in 17 lines of C, anyone? :) Alan Schmitt -- The hacker: someone who figured th

Re: [E-devel] changing menu navigation key binding

2004-08-14 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > > Alan Schmitt wrote: > >Here is the patch. It will probably need some revisions, as there were > >some choices I add to make that I'm not sure are correct: > >- I chose to save the config in the CONTROL section > >-

Re: [E-devel] Asparagus Gets its first press... and an idea.

2004-08-02 Thread Alan Schmitt
" of people explaining their setups, which would both show how configurable E is, and be some kind of simple tutorials. I'd be definitely ready to write something like this for mine. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgpG909bMzVpU.pgp Description: PGP signature

Re: [E-devel] changing menu navigation key binding

2004-08-02 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > Thanks Alan. This looks OK to me. > I will commit it, but please have a little patience. There are some > issues with E16.7 that I want sorted out first. Great news, and there is no hurry. I'm running this modified version here anyway ;-)

Re: [E-devel] changing menu navigation key binding

2004-07-29 Thread Alan Schmitt
...), then they can be still used to navigate the menus. So here I have remapped the directions to hljk, and return to space, but I can still use the arrows and the return key if I want. Alan Schmitt -- The hacker: someone who f

Re: [E-devel] changing menu navigation key binding

2004-07-28 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > Alan Schmitt wrote: > >I would like to use other keys to navigate the menus than the arrow > >keys. I have found were the behaviour is defined in menus.c, and I am > > thinking of making it a keybinding. > > > >L

[E-devel] changing menu navigation key binding

2004-07-27 Thread Alan Schmitt
tions in actions.c/ActionFunction and in E.h, it seems too generic). What I would rather do is have a way to store somewhere what keys are used to navigate menus, and use that in menus.c/MenuEventKeyPress. Is there already a place to store such things? Alan Schmitt -- The hacker: someone who fi

[E-devel] xplanet and dr16

2004-05-24 Thread Alan Schmitt
. So could you please tell me how to use xplanet with e16 (I'm using 0.16.7, from May 12th cvs). Thanks, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgpLAlkZkJ6yI.pgp Description: PGP signature

Re: [E-devel] back into the fold

2004-05-05 Thread Alan Schmitt
* Cristalle Azundris Sabon ([EMAIL PROTECTED]) wrote: > Am 3899. September 1993 schrieb Alan Schmitt: > > Another great feature is the ability to have frames that multiplex > > windows: in a frame you can launch several applications, that run > > fullscreen with the fram

[E-devel] back into the fold

2004-05-05 Thread Alan Schmitt
hing to do with the wm as such, and it should be an external app, but I really liked it. Thanks again for this great wm. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgp0.pgp Description: PGP signature

[E-devel] Microsoft patenting Enlightenment virtual desktop manager?

2004-02-26 Thread Alan Schmitt
yet it is decidedly trying to cover every possible aspect of desktop management.") You gotta love the USPTO ;-) Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgp0.pgp Description: PGP signature

Re: [E-devel] adding iconified windows to the warp focus list

2004-02-24 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > Hmm... I don't like these massive if's that are impossible to read. > EwinIsOnScreen() can be used to test if the window is on-screen. > The ewin->ibox, ewin->menu and ewin->pager tests are now (just comitted) > redundant because they will have ewin->skip

[E-devel] adding iconified windows to the warp focus list

2004-02-23 Thread Alan Schmitt
) && (!ewin->pager) && !(ewin->sticky I can also add an extra configuration option if need be (we already can say whether we want to focus on iconified windows, but we cannot say whether we want this behaviour to depend on where the windows were iconified ... I'm not sure it would be very useful though). Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgp0.pgp Description: PGP signature

[E-devel] [OT] Interesting article on KDE at Ars Technica

2004-02-23 Thread Alan Schmitt
I found that this article http://www.arstechnica.com/reviews/004/software/kde-3.2/kde-3.2-01.html described some interesting features of desktop integration that might interest you. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO

[E-devel] building evas without qtopia problem

2004-02-18 Thread Alan Schmitt
OPIA_FALSE = BUILD_ENGINE_SOFTWARE_QTOPIA_TRUE = # BUILD_ENGINE_SOFTWARE_X11_FALSE = # BUILD_ENGINE_SOFTWARE_X11_TRUE = (I don't know if this is supposed to be the way it should be generated). Anybody else seeing this ? Alan Schmitt -- The hacker: someone who figured things out and made something

Re: [E-devel] Priority (bis)

2004-02-18 Thread Alan Schmitt
* Alan Schmitt ([EMAIL PROTECTED]) wrote: > * Carsten Haitzler ([EMAIL PROTECTED]) wrote: > > i did a handy dependency graph: > > > > http://www.rasterman.com/files/efl2.png > > > > :) most projects have their dependencies clearly documented in their respective

Re: [E-devel] Priority (bis)

2004-02-17 Thread Alan Schmitt
enlightenment web page. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgp0.pgp Description: PGP signature

[E-devel] [theming in e16] getting rid of a sticky button

2004-02-02 Thread Alan Schmitt
GE 0 __TOPLEFT_Y_ABSOLUTE 0 __KEEP_WHEN_SHADED __ON __END */ It did not have any visible effect though, even after restarting enlightenment (and fully quitting and starting). Is there some caching effect going on or am I modifying the wrong thing ? Thanks for any hint, Alan Schmitt -- The hacker: someon

[E-devel] Re: E CVS: e kwo

2003-12-07 Thread Alan Schmitt
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Button code and namespace shuffle. I'm curious: what does "Button code" do ? Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. .O. ..O OOO pgp0.pgp Description: PGP signature

Re: [E-devel] Re: Bugs on e16 CVS

2003-11-17 Thread Alan Schmitt
His bug only appear for imlib2 only.And I start with the new > > ~/.enlightenment as well. > > > Yes, there is a problem with backgrounds. Is it required to nuke the old .enlightenment when moving to imlib2 ? I did the switch this morning, and restarting e16 worked fine. Alan

Re: [E-devel] alt-tab order question

2003-11-14 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > Alan Schmitt wrote: > >In e16, does focusing on a window using alt-tab modify the order of > >windows in the alt-tab list ? I think I remember that in Windows it > >brings the focused window to the front of the list, making it very e

[E-devel] alt-tab order question

2003-11-13 Thread Alan Schmitt
Hi, In e16, does focusing on a window using alt-tab modify the order of windows in the alt-tab list ? I think I remember that in Windows it brings the focused window to the front of the list, making it very easy to switch back and force between two windows. Alan Schmitt -- The hacker: someone

Re: [E-devel] E16 - what next?

2003-11-10 Thread Alan Schmitt
* Kim Woelders ([EMAIL PROTECTED]) wrote: > - Port to imlib2 > I have E running with imlib2 (configure --with-imlib2) as well as > imlib1. The port is done mostly by changing the code to the imlib2 API > and using preprocessor macros to map these to the imlib1 API when using > that. dox isn't porte

Re: [E-devel] e17-pre2

2003-11-10 Thread Alan Schmitt
no time frame I've heard of. ;) And please don't ask for a time frame ... the rule is that any such question will delay the release by two weeks. And the rumor is that e17 has been ready for two years, and we are just waiting for these delays to run out ;-) And I've heard the beta of

[E-devel] desktop wraparound patch

2003-11-08 Thread Alan Schmitt
Hi, Here is a small patch, against current cvs (root e16/e dir, not in src) that adds an option to have desktop wraparound, as well as config dialogs and config saving. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. Index: src/E.h

Re: [E-devel] small misfeature in e16 focus settings ?

2003-11-08 Thread Alan Schmitt
* Hall Stevenson ([EMAIL PROTECTED]) wrote: > On Fri, 2003-11-07 at 21:23, Alan Schmitt wrote: > > On a more generic question, I was thinking of adding an option to have > > (real) desktops wrap (like there is an option for virtual desktops). Are > > there any plans to

Re: [E-devel] small misfeature in e16 focus settings ?

2003-11-07 Thread Alan Schmitt
* Mike Frysinger ([EMAIL PROTECTED]) wrote: Content-Description: signed data > On Friday 07 November 2003 15:11, Alan Schmitt wrote: > > I've kept tweaking the config of my e16 to try to manipulate as much as > > I can from the keyboard. While doing so, I realized that the

[E-devel] small misfeature in e16 focus settings ?

2003-11-07 Thread Alan Schmitt
fy" a verb ? Thanks, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. pgp0.pgp Description: PGP signature

Re: [E-devel] window placement setting ?

2003-11-06 Thread Alan Schmitt
* Hall Stevenson ([EMAIL PROTECTED]) wrote: > > I know you've already said no about using "Remember...", but why can't > you start one Eterm with something like "Eterm --name left", position it > where you want it, and "Remember...". Then start the other Eterm with > "Eterm --name right" and do th

[E-devel] window placement setting ?

2003-11-06 Thread Alan Schmitt
n the less cluttered part of the screen)) but I cannot find this option anymore (but maybe I am confused and it was an e17 option). I have looked at the "window placement" configuration dialog, of course. I am using today's cvs. Thanks for any pointer about this. Alan Schmitt --

Re: [E-devel] window placement setting ?

2003-11-05 Thread Alan Schmitt
. The typical usage I have in mind is: I open an Eterm (which I configured to be half a screen wide), which gets on the left. Then I open another one, and I'd like it to be on the right hand side of the screen, where there is nothing yet. I remember that e17 could do that, but I'm not sure about e16. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. pgp0.pgp Description: PGP signature

Re: [E-devel] (no subject)

2003-11-05 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > > Congratulations to everyone who made this release a success :) > > I think Kim deserves special compliements for the work he has done on this > release :) Thanks a lot for this release. I've started using e16 again as of t

Re: [E-devel] specifying that some new windows never get focus

2003-11-05 Thread Alan Schmitt
* Carsten Haitzler ([EMAIL PROTECTED]) wrote: > On Wed, 5 Nov 2003 17:36:51 -0500 Alan Schmitt <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > I'd like to knew if there is some way with e16 to specify that some > > window (in my case the gxm

[E-devel] window placement setting ?

2003-11-05 Thread Alan Schmitt
today's cvs. Thanks for any pointer about this. Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be

[E-devel] specifying that some new windows never get focus

2003-11-05 Thread Alan Schmitt
nt to keep doing whatever I am doing). Thanks a lot, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. pgp0.pgp Description: PGP signature

Re: [E-devel] configuring entrance

2003-10-21 Thread Alan Schmitt
it goes. I must say in always start X by doing "startx" and having a correct .xinitrc. I have no idea how sessions are supposed to work. I looked quickly at the Xsession script, and it seems to be doing a lot of ssh, but I don't really know why. Alan Schmitt -- The hacker:

[E-devel] configuring entrance

2003-10-19 Thread Alan Schmitt
Hi, I wanted to play with entrance, and I am getting a hard time configuring it. What happens is that when I start entranced (as root, it segfaults when started as a user), I can enter my login and password, and basically entrance seems to restart (I see the console for a couple seconds, then X s

[E-devel] Re: E CVS: libs/ecore zuluone

2003-10-11 Thread Alan Schmitt
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Enlightenment CVS committal > > Author : zuluone > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_evas > > > Modified Files: > Tag: SPLIT > ecore_evas_x.c

Re: [E-devel] Playing along with new standards?

2003-10-09 Thread Alan Schmitt
support :-) > That would truly be great ... utf-8 in mutt 8) Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. pgp0.pgp Description: PGP signature

Re: [E-devel] ecore move SPLIT to HEAD....

2003-09-22 Thread Alan Schmitt
u > codebase. It has a background and otherwise basic event loop and structure. It's > intensely clean code and I want to keep it that way. > > So just a heads-up... :) any comments please reply :) Go for it. It will make things much clearer about the status of the code in cvs.

Re: [E-devel] edje compile error

2003-08-28 Thread Alan Schmitt
1 > make[3]: Leaving directory > `/home/acohen/dump/e17.org/e17/libs/edje/src/lib' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/acohen/dump/e17.org/e17/libs/edje/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/h

[E-devel] using two themes at the same time

2003-08-14 Thread Alan Schmitt
Escreen or a simple Escreen. One last question (which might be a screen question, in fact): is there a way to have the screen name be the current directory or the current command name ? Thanks a lot, Alan Schmitt PS: while experimenting, I found that I often have to do "export STY=&quo

Re: [E-devel] compiling current Eterm

2003-07-30 Thread Alan Schmitt
* Michael Jennings ([EMAIL PROTECTED]) wrote: > On Wednesday, 30 July 2003, at 12:09:01 (-0400), > Alan Schmitt wrote: > > > By the way, which libast should one use: the one at the top of the > > cvs tree, or the one included in Eterm ? > > Well, since there isn&#

Re: [E-devel] compiling current Eterm

2003-07-30 Thread Alan Schmitt
* Michael Jennings ([EMAIL PROTECTED]) wrote: > On Wednesday, 30 July 2003, at 10:50:53 (-0400), > Alan Schmitt wrote: > > > After seeing the cvs log this morning I decided to upgrade my > > eterm. It seem that the pserver cvs is no up to date, so I could not > > get th

[E-devel] compiling current Eterm

2003-07-30 Thread Alan Schmitt
brk strrev nl_langinfo) -dps_snprintf_oflow() AC_CHECK_LIB(m, pow) dnl# Portability checks for various functions Where is this function supposed to be defined ? Alan Schmitt -- The hacker: someone who figured things out and made something cool hap

Re: [E-devel] for eye candy freaks ;-)

2003-07-28 Thread Alan Schmitt
process) and i had dropshadows working dynamically... so > never mind about DesktopX - we're paying attention here :) > > Anyway - stay tuned I guess. :) That's what I was secretly hoping to hear ;-) Thanks again for all the time you and the other developers are putting into t

[E-devel] for eye candy freaks ;-)

2003-07-27 Thread Alan Schmitt
layer) is pretty cool. I just thought you might enjoy it ... Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Repor

Re: [E-devel] ecore from HEAD and SPLIT coexisting ?

2003-07-13 Thread Alan Schmitt
* Carsten Haitzler ([EMAIL PROTECTED]) wrote: > On Sun, 13 Jul 2003 10:41:04 -0400 Alan Schmitt <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > I'd like to play a little with edje, so I fetched ecore from SPLIT. > > I would like to know if it

[E-devel] ecore from HEAD and SPLIT coexisting ?

2003-07-13 Thread Alan Schmitt
Hi, I'd like to play a little with edje, so I fetched ecore from SPLIT. I would like to know if it is going to exist peacefully with ecore from HEAD, or if it is going to break my e17 install. Thanks, Alan Schmitt -- The hacker: someone who figured things out and made something cool h

[E-devel] an interesting article about the finder on ars technica

2003-04-05 Thread Alan Schmitt
Hi, This message is more evidence related, but I did not find any evidence mailing list. I just read this article on the finder at Ars Technica: http://arstechnica.com/paedia/f/finder/finder-1.html and it's got a couple of very nice ideas ... Alan -- The hacker: someone who figured things out

[E-devel] Re: E CVS: e raster

2003-04-01 Thread Alan Schmitt
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Enlightenment CVS committal > > Author : raster > Project : web > Module : e > > Dir : web/e/data > > > Modified Files: > news.html > > > Log Message: > > > news change > ==

Re: [E-devel] "state of the E-nion"

2003-03-24 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > [bah, mispost! :)] > Cristalle Azundris Sabon said: > > Expect entrance to also drop off the list soon. : ) > > You gotta be kidding me. :) > > The only reason why Entrance development has been stalled of late is so > that I can graduate before I

Re: [E-devel] "state of the E-nion"

2003-03-22 Thread Alan Schmitt
There are so many layers of libraries in e17 that you should have called this ... State of the Onion ;-) I see that you do not include evidence in your list. I thought it was very much part of the vision for e17. Alan -- The hacker: someone who figured things out and made something cool happen.

Re: [E-devel] about the new font thing (menu.ttf and text.ttf)

2003-03-09 Thread Alan Schmitt
* Kevin Brosius ([EMAIL PROTECTED]) wrote: > This is fixed in CVS. You did not say the link was installed wrong, > unfortunately. You said that borzoib.ttf was non-existent. It would > have gotten fixed with that information. > > Sorry for the confusion. Thanks. It works fine now. Alan -- T

Re: [E-devel] about the new font thing (menu.ttf and text.ttf)

2003-03-09 Thread Alan Schmitt
* Kevin Brosius ([EMAIL PROTECTED]) wrote: > Sounds like an install issue to me... > > The archived messages are available from the E web site links. Check > here: > http://marc.theaimsgroup.com/?l=enlightenment-cvs&r=1&b=200303&w=2 > > And one of the messages: > http://marc.theaimsgroup.com/?l=

[E-devel] about the new font thing (menu.ttf and text.ttf)

2003-03-09 Thread Alan Schmitt
o not seem to be archived, so I cannot double check if there were some special instructions). Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. --- This SF.net email is sponsored by: Etnus, make

[E-devel] etox test failing ?

2003-02-12 Thread Alan Schmitt
Hi, I wanted to try enotes, so I upgraded many libraries (such as etox, or ewd), and I noticed that etox_test is failing, when clicking on "basic", I get: schmitta@alan-schm1p:/usr/src/enlightenment/e17/libs/etox/test> ./etox_test *** EVAS ERROR: Evas Magic Check Failed!!

Re: [E-devel] where to look for these bugs

2003-02-03 Thread Alan Schmitt
* Ben Rockwood ([EMAIL PROTECTED]) wrote: > > Please note that ALL bugs in E DR17 are currently low priority. As most > (if not all) of the code will be scraped when the E re-write happens > everything is on the backburner and time better spent on the libs. > We can all identify with your frustra

[E-devel] where to look for these bugs

2003-02-03 Thread Alan Schmitt
As I'm going to go for some vacation at the end of the week, I'll probably have some time to look at and try to fix the two bugs I described earlier: the "randomly raising window when deleting another window" bug (high priority) and the "window property problem by alt-right clicking" (lower priorit

[E-devel] stickiness question

2003-02-02 Thread Alan Schmitt
Hello again, After updating e17 for the first time for quite a while (I had to because of the evas api change), I notice stickiness has stopped working (well, I somehow got one window to become sticky, but I cannot seem to get another one). I probably messed up my configuration somehow ... so my q

[E-devel] strange window reordering

2003-02-01 Thread Alan Schmitt
Hi, I upgraded evas and e17 this morning, and I noticed something strange: the order (stacking) of windows changes strangely. Here is a small experiment: open 3 terminals, such that the 2nd overlaps the 1st (it does not matter where the 3rd is). Close the third window, then suddenly the 1st windo

Re: [E-devel] more elogin questions

2003-01-22 Thread Alan Schmitt
* Andrew Elcock ([EMAIL PROTECTED]) wrote: > On Wed, 2003-01-22 at 16:08, Alan Schmitt wrote: > > I have another question for you, Andrew: does this behaviour only occur > > when you are using e17 from elogin, or is it the case as well when using > > startx ? > > >

Re: [E-devel] more elogin questions

2003-01-22 Thread Alan Schmitt
* Andrew Elcock ([EMAIL PROTECTED]) wrote: > On Wed, 2003-01-22 at 15:05, Alan Schmitt wrote: > > * Andrew Elcock ([EMAIL PROTECTED]) wrote: > > > On Wed, 2003-01-22 at 14:21, Alan Schmitt wrote: > > > using elogin (latest) e17 segfaults even if no apps are loading :

Re: [E-devel] more elogin questions

2003-01-22 Thread Alan Schmitt
* Phil Morris ([EMAIL PROTECTED]) wrote: > Don't think so but im not really sure of its purpose. > Remember you can view the db files under ~/.e using edb_gtk_ed Well, I looked at it, and I cannot really fathom what it's for. But it does not mention gkrellm, which is the sticky app that I thought

Re: [E-devel] more elogin questions

2003-01-22 Thread Alan Schmitt
* Phil Morris ([EMAIL PROTECTED]) wrote: > After a few crashes I found that I could not reload e17 anymore from > elogin or from startx. > I think I have tracked it down to something its doing to > ~/.e/behavior/match.db > Try deleting match.db and see if you can load e17 again > after that. In a

Re: [E-devel] more elogin questions

2003-01-21 Thread Alan Schmitt
* Corey Donohoe ([EMAIL PROTECTED]) wrote: > is your path set in /etc/profile what might be happening is e17 can't > connect to efsd if it's not in your path, currently the only place your > path is setup in elogin is via /etc/profile. perhaps add /usr/local/bin > to it ? Adding /usr/local/bin t

Re: [E-devel] looking for some info about elogin

2003-01-21 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > Traditionally elogin should be started using elogind (installed in > PREFIX/sbin at the moment). Just typing "elogind" at the command line > should fork elogin to the background and start a new X server etc etc. > > As far as using your initscripts,

Re: [E-devel] more elogin questions

2003-01-21 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > Is your .xinitrc executable? This is off the top of my head, but I think > elogin doesn't use the shell to execute sessions. Will have to go back and > look at the code though. > It was not, so it was part of the problem. > Kill elogind. (e.g. kill

[E-devel] more elogin questions

2003-01-21 Thread Alan Schmitt
Hi again, At the moment, I am lauching elogind manually, just to try to make it work. I modified and ran the data/config/build... script, to have (as explained a few days ago): edb_ed $DB add /elogin/session/0/name str "Default" edb_ed $DB add /elogin/session/0/path str "/home/schmitta/.xinitrc"

Re: [E-devel] looking for some info about elogin

2003-01-21 Thread Alan Schmitt
* Andrew Elcock ([EMAIL PROTECTED]) wrote: > what exactly are you looking for? > If I know what you need and I know then I can add it to the forum. > > Andy > (apologies for the crappy outlookish reply - at work :( ) Thanks for your reply. I am basically looking for the way to lauch elogin when I

Re: [E-devel] looking for some info about elogin

2003-01-21 Thread Alan Schmitt
* Moritz Angermann ([EMAIL PROTECTED]) wrote: > did you check e1x.codewordt.co.uk ? > i mean: i don't know if there is anything. but it might be > a try worth ;) Thanks for the pointer, but unfortunately there was nothing there. Alan -- The hacker: someone who figured things out and made someth

[E-devel] looking for some info about elogin

2003-01-21 Thread Alan Schmitt
Hi, I have tried Google, looked at the README and INSTALL, but I cannot seem to find how to use elogin. I could hack /etc/X11/prefdm, but there must be a cleaner way. (Oh, and I did try "man elogin" ;-) Alan -- The hacker: someone who figured things out and made something cool happen. --

[E-devel] Re: Transparent Eterms

2003-01-13 Thread Alan Schmitt
* Ben Rockwood ([EMAIL PROTECTED]) wrote: > > Being as this was mistakenly mailed to the list, I'll respond on the list > to satisfy anyone else. > It was meant to the list, as I had seen this question before with no answer. > If you do not know how to use transparent Eterm's I'd ask that you p

Re: [E-devel] Solaris Status

2003-01-13 Thread Alan Schmitt
* Ben Rockwood ([EMAIL PROTECTED]) wrote: > > I'm happy to report that last few details have been worked out (thanx to > Mighty Azundris's saturday commits) and DR17 is working wonderfully under > Solaris/Sparc. > The rest of the work to be done will take more time, but you can see whats > going o

Re: [E-devel] [enlightenment - General] co -r SPLIT e17/libs/ebits

2003-01-12 Thread Alan Schmitt
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > Are you using evas from HEAD? The evas dir in split is very old, and > everything else in SPLIT has been ported over to the new evas API. Follow the > build notes on the e website for the proper versions to use, and the order to > build them in. (