Re: [e-users] No left-button menu

2003-02-18 Thread Mike White
Bradley Reed wrote: On Tue, 18 Feb 2003 17:49:30 -0600 Mike White <[EMAIL PROTECTED]> wrote: Can someone tell me how to get my left-button menu to work? I'm using the Enlightenment 0.16.5 RPM with Mandrake 9.0. -- Unfortunately, In recent versions of Mandrake, including 9.0, the Regenerat

Re: [e-users] No left-button menu

2003-02-18 Thread Bradley Reed
On Wed, 19 Feb 2003 00:05:06 + Andrew Elcock <[EMAIL PROTECTED]> wrote: > > middleclick -> maintenance -> Regenerate Menus > > Andy > > On Tue, 18 Feb 2003 17:49:30 -0600 > Mike White <[EMAIL PROTECTED]> wrote: > > > Can someone tell me how to get my left-button menu to work? I'm using >

Re: [e-users] No left-button menu

2003-02-18 Thread Andrew Elcock
middleclick -> maintenance -> Regenerate Menus Andy On Tue, 18 Feb 2003 17:49:30 -0600 Mike White <[EMAIL PROTECTED]> wrote: > Can someone tell me how to get my left-button menu to work? I'm using > the Enlightenment 0.16.5 RPM with Mandrake 9.0. > -- > Mike White > Linux User #193432 > Lorena

[e-users] Autogen.sh problems in e17

2003-02-18 Thread Larry
Il giorno Sun, 16 Feb 2003 22:23:27 -0600 Larry scrisse: > > When I run autogen in e17 I get the following error. > I have the newest automake and aclocal and all that > good stuff an it works in other CVS programs I have > downloaded So what is going wrong here? > I do have it in

[e-users] No left-button menu

2003-02-18 Thread Mike White
Can someone tell me how to get my left-button menu to work? I'm using the Enlightenment 0.16.5 RPM with Mandrake 9.0. -- Mike White Linux User #193432 Lorena, TX USA --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http

Re: [e-users] Getting an Apple Key to be used under Enlightenment.

2003-02-18 Thread Michael Lake
Richard Joyce wrote: > > Run the program `xev` and hit your apple key...tell me your output then > i'll help with the next step. ah I see it shows ALL events being passed When I hit the apple key I get this... KeyPress event, serial 26, synthetic NO, window 0xc1, root 0x40, subw 0x0,

Re: [e-users] digest mode for e-users?

2003-02-18 Thread Dhruba Bandopadhyay
Richard Joyce wrote: Although something seems screwed up on the sign up page, if you go into your account settings you can turn it on there. I tried and was told: The list administrator has disabled digest delivery for this list, so your delivery option has not been set. However your other opt

Re: [e-users] digest mode for e-users?

2003-02-18 Thread Richard Joyce
> Hello > > Can I request that a digest mode be made available for the e-users list > like all other e-lists? If this is already done kindly let me know where > I can subscribe? Currently, I don't see such a mode on the official > link: > > http://lists.sourceforge.net/lists/listinfo/enlightenment

Re: [e-users] digest mode for e-users?

2003-02-18 Thread Hall Stevenson
At 08:56 PM 2/18/2003 +, Dhruba Bandopadhyay wrote: Hello Can I request that a digest mode be made available for the e-users list like all other e-lists? If this is already done kindly let me know where I can subscribe? Currently, I don't see such a mode on the official link: http://lists.s

[e-users] digest mode for e-users?

2003-02-18 Thread Dhruba Bandopadhyay
Hello Can I request that a digest mode be made available for the e-users list like all other e-lists? If this is already done kindly let me know where I can subscribe? Currently, I don't see such a mode on the official link: http://lists.sourceforge.net/lists/listinfo/enlightenment-users Many t

Re: [e-users] logout and shutdown

2003-02-18 Thread richard
Sorry, I didn't have my email client set up properly, this is my correct email/reply adress >> Hi >> >> I want to add a button on my theme to logout and shutdown, what >> command would I execute to do this ? >> >> Init 0 doesnt work, because it doesn't logout > > Why don't you create a script like

Re: [e-users] keybindings - changing virtual desktops

2003-02-18 Thread Massimo Maiurana
Il giorno Mon, 17 Feb 2003 13:25:16 -0800 Robert scrisse: > Andreas Volz wrote: > [snip] > > There is a default keybinding for cycle around the virtual desktops, > > but how could I do what I described? > > > > __NEXT_ACTION > > __KEY Left > > __EVENT __KEY_PRESS > > __MODIFIER_KEY

Re: [e-users] keybindings - changing virtual desktops

2003-02-18 Thread Andreas Volz
Am Mon, 17 Feb 2003 08:30:15 -0700 "BoBB" <[EMAIL PROTECTED]> schrieb: > On Mon, Feb 17, 2003 at 03:39:47PM +, Andreas Volz wrote: > > Hello, > > > > I wish to create this shortcuts, but I don't know how to do this: > > -1 = select virtual desktop 1 > > -2 = select virtual desktop 2 > AFAIK

Re: [e-users] logout and shutdown

2003-02-18 Thread richard
> Hi > > I want to add a button on my theme to logout and shutdown, what command > would I execute to do this ? > > Init 0 doesnt work, because it doesn't logout Why don't you create a script like this: ##Begin# #!/bin/sh eesh -e "exit" shutdown -h now #although you can use sh

Re: [e-users] e16keyedit homepage

2003-02-18 Thread Hall Stevenson
At 12:50 PM 2/18/2003 +, Andreas Volz wrote: Hello, after someone said something about e16keyedit I searched in google for it. I could find a lot of debian packages and a non-working enlightment ftp server. Where could I download the current source of this tool? I found links to sf.net and f

Re: [e-users] e16keyedit homepage

2003-02-18 Thread Andreas Volz
Am Tue, 18 Feb 2003 12:50:30 + Andreas Volz <[EMAIL PROTECTED]> schrieb: > Hello, > > after someone said something about e16keyedit I searched in google for > it. I could find a lot of debian packages and a non-working > enlightment ftp server. Where could I download the current source of > t

Re: [e-users] logout and shutdown

2003-02-18 Thread Bradley Reed
On Tue, 18 Feb 2003 15:03:46 +0200 Du-Wayne Rood <[EMAIL PROTECTED]> wrote: > > Hi > > I want to add a button on my theme to logout and shutdown, what command > would I execute to do this ? > > Init 0 doesnt work, because it doesn't logout > > -- > Du-Wayne Rood The command: eesh -e 'exit

Re: [e-users] logout and shutdown

2003-02-18 Thread Web . de
HI eesh -e "exit" lets enlightenment interactively logout ( command to shotdown after it with && ) greets pim On Tue, 18 Feb 2003 15:03:46 +0200, Du-Wayne Rood <[EMAIL PROTECTED]> wrote: =>Hi => =>I want to add a button on my theme to logout and shutdown, what command =>would I execute to do thi

[e-users] logout and shutdown

2003-02-18 Thread Du-Wayne Rood
Hi I want to add a button on my theme to logout and shutdown, what command would I execute to do this ? Init 0 doesnt work, because it doesn't logout -- Du-Wayne Rood Fax: +27 (0)11 529 2727 Discovery Holdings Ltd Reg number: 1999/07789/06 Web: www.discovery.co.za This message and any attach

[e-users] multiple desktops

2003-02-18 Thread Andreas Volz
Hello, I tried to create some multiple desktops, but there is a *very* strange problem if I create some. I think with an image it's better to understand: http://www.brachttal.net/e16/e16multi_desk.png (~230kb) My graphic card is a NVidia TNT2 and I use "nvidia" as driver, but It also apears with

[e-users] e16keyedit homepage

2003-02-18 Thread Andreas Volz
Hello, after someone said something about e16keyedit I searched in google for it. I could find a lot of debian packages and a non-working enlightment ftp server. Where could I download the current source of this tool? I found links to sf.net and freshmeat, but they doesn't work. Is this project d

Re: [e-users] Getting an Apple Key to be used under Enlightenment.

2003-02-18 Thread Richard Joyce
Run the program `xev` and hit your apple key...tell me your output then i'll help with the next step. -Richard Joyce On Tue, 2003-02-18 at 02:22, Michael Lake wrote: > Hi all, > > I have an Apple Ti Powerbook running Debian stable with E16 > What I wish to do is setup my key bindings to use the