Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Jason Smith
This usually happens if the Window Class is not the same for both instances. One of the easiest ways I've found to fix this is to open firefox from a terminal, then right click on the title bar and click "edit icon" Look at the window class. run e_util_eapp_edit on the firefox.eap you are using

Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Kanwar Ranbir Sandhu
On Mon, 2005-01-08 at 13:33 -0500, Ron Lau wrote: > BTW, any chance of making the open apps part of the engage module an > option so that only the launchers are shown? Do you mean the second "icon" that appears in the engage module for some applications? If so, I find this annoying. For example,

Re: [e-users] Question

2005-08-01 Thread The Rasterman
On Tue, 02 Aug 2005 02:57:13 +0200 Christian Pedaschus <[EMAIL PROTECTED]> babbled: > Hi list, > > just a short question: is it possible to move windows even when they're > maximized? no - they are considered like maximized in windows - it fills the available screen based on the maximise policy.

[e-users] Question

2005-08-01 Thread Christian Pedaschus
Hi list, just a short question: is it possible to move windows even when they're maximized? Would be nice to move apps to another desktop without unmaxing them first. Found nothing in e_remote...? Greets, Chris --- SF.Net email is sponsored

Re: [e-users] Always on top bug

2005-08-01 Thread The Rasterman
On Mon, 01 Aug 2005 23:49:01 +0300 Omry Yadan <[EMAIL PROTECTED]> babbled: > if window with always-on-top opens a child window, the child window > should appear on top of the parent window, but it doesn't. indeed this would be nice to have (if we can detect that the child window is a child of th

Re: [e-users] New DesktopName module

2005-08-01 Thread The Rasterman
On Mon, 01 Aug 2005 22:47:40 +0300 Omry Yadan <[EMAIL PROTECTED]> babbled: > Nice one. > > Suggestions: > > 1. Add the ability to set a name to a desktop. that's already in the TODO :) > 2. In the popup with the name, it would be useful to actually show a map > of the desktops, and the newly

[e-users] Always on top bug

2005-08-01 Thread Omry Yadan
if window with always-on-top opens a child window, the child window should appear on top of the parent window, but it doesn't. --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

[e-users] EWL again...

2005-08-01 Thread Daniel Ekström
I'm trying to compile the 'Hello World' example from the ewl book, but I keep getting errormessages just like TongKe Xue got. [EMAIL PROTECTED] ~/coding/c/ewl_test $ gcc -o ewl_test ewl_test.c `ewl-config --cflags --libs` ewl_test.c: In function `text_update_cb': ewl_test.c:15: warning: assignment

[e-users] New DesktopName module

2005-08-01 Thread Omry Yadan
Nice one. Suggestions: 1. Add the ability to set a name to a desktop. 2. In the popup with the name, it would be useful to actually show a map of the desktops, and the newly selected desktop marked on it. (similar to the view in the Pager). this will give the user also a sense of where he i

Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Ron Lau
Fyi, from the guide at get-E, Section 3.3: ...This starts e_util_eapp_edit, so you'll have to have e_utils and all its dependencies installed in order for it to work. Add all the information you need, but ignore the "Window name" section. That needs to be left empty. ... On Mon, 2005-08-01

Re: [e-users] Funny bug with iconbar?

2005-08-01 Thread Dènis Riedijk
cvs update for every app/lib ./autogen.sh make sudo make install (if the make compiled anything) no uninstalling required... At least that is what I do :P grtz, Dènis On 8/1/05, Tom <[EMAIL PROTECTED]> wrote: > [01/08/2005 -- 15:22u] Carsten Haitzler: > > > > > > I wonder, to conclude this al

Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Ron Lau
Hi, my point was that I didn't know that not having an entry in the eterm.eap for window name was preventing me from having different icons for different eterms. If I did, I would never have gone as far as wanting to change the window class of the eterm app. I repeated it here for anyone else that

Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Michael Jennings
On Monday, 01 August 2005, at 11:32:11 (-0500), Ron Lau wrote: > The reason it didn't work before is that the eterm.eap had no entry in > the Window name field, and was hooking its icon with any window that had > a window class of Eterm. No combinations of window title, name or class > would alte

Re: [e-users] making EAP that needs root privileges

2005-08-01 Thread Steve Torrefranca
Andrew Elcock wrote: set exec to "gnome-sudo " thanks dude! -- Steve Ong Torrefranca http://www.on-tvmall.com.tw --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straigh

Re: [e-users] making EAP that needs root privileges

2005-08-01 Thread Antonio Palladini
On Tue, 02 Aug 2005 00:35:55 +0800 Steve Torrefranca <[EMAIL PROTECTED]> wrote: > > hmmm nothing there on eaps for sudoers or root. i have made quite a > number of eaps already but how does an eap prompt a user to enter root > password? some apps like firestarter or synaptic needs rootprivil

Re: [e-users] making EAP that needs root privileges

2005-08-01 Thread Andrew Elcock
set exec to "gnome-sudo " A Steve Torrefranca wrote: Go to www.get-e.org and click the Users Guide on the left hand side. This has great steps on creating and editing .eap's hmmm nothing there on eaps for sudoers or root. i have made quite a number of eaps already but how does an eap

Re: [e-users] making EAP that needs root privileges

2005-08-01 Thread Steve Torrefranca
Go to www.get-e.org and click the Users Guide on the left hand side. This has great steps on creating and editing .eap's hmmm nothing there on eaps for sudoers or root. i have made quite a number of eaps already but how does an eap prompt a user to enter root password? some apps like f

Re: [e-users] Change Eterm window Class in the source

2005-08-01 Thread Ron Lau
The reason it didn't work before is that the eterm.eap had no entry in the Window name field, and was hooking its icon with any window that had a window class of Eterm. No combinations of window title, name or class would alter this behavior. Now my eterm.eap has window name = eterm, and window

RE: [e-users] making EAP that needs root privileges

2005-08-01 Thread Jason Smith
Steve, Go to www.get-e.org and click the Users Guide on the left hand side. This has great steps on creating and editing .eap's Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Torrefranca Sent: Monday, August 01, 2005 10:09 AM To: enlightenm

Re: [e-users] Funny bug with iconbar?

2005-08-01 Thread Tom
[01/08/2005 -- 15:22u] Carsten Haitzler: > > I wonder, to conclude this all too verbose mail, about two things: > > > > * Why on earth can I start the program just fine from the favorites > > menu, and not from the iconbar, seeing they both use the same eap? > > * Where on earth does it get a

[e-users] making EAP that needs root privileges

2005-08-01 Thread Steve Torrefranca
sorry i am new to E and I am making eaps. as the subjects suggests how do we make eaps (am using E17) for apps that requires root login or sudo e.g. firestarter, network-admin etc. thanks steve -- Steve Ong Torrefranca http://www.on-tvmall.com.tw

Re: [e-users] how do I disable dual display support?

2005-08-01 Thread The Rasterman
On Mon, 01 Aug 2005 12:31:58 +0200 arne <[EMAIL PROTECTED]> babbled: > hi, > > I have set up my xorg to start two screens (:0.0 and :0.1), non > xinerama. When I start enlightenment, it spawns on each of that > displays. The second screen is my TV and I don't want enlightenment to > start on it,

Re: [e-users] Funny bug with iconbar?

2005-08-01 Thread The Rasterman
On Mon, 1 Aug 2005 07:01:52 +0200 Tom <[EMAIL PROTECTED]> babbled: > Hey ho, > > A very happy user of the All New Enlightenment, I noticed some odd > things going on with the iconbar. > > I'm using the Debian repository at gefechtsdienst.de. Yesterday, I > started rearranging iconbar and favorit

[e-users] Re: Update - Dual display w/e17 question and other problem

2005-08-01 Thread The Rasterman
On Sun, 31 Jul 2005 15:04:33 -0400 Robert May <[EMAIL PROTECTED]> babbled: > Mr. Haitzler, > > I just cvs'd and recompiled everything. Now I am segfaulting twice on > log-in and every couple of minutes continuously! Ohh n! I deleted > all of my .cfg's and now it is it working perfectly (no

Re: [e-users] Copy & Paste

2005-08-01 Thread The Rasterman
On Mon, 1 Aug 2005 10:14:44 +0200 Mario D_ring <[EMAIL PROTECTED]> babbled: > Hello :) > > is is "copy & paste" the task of a window manager? > > Cause it seems, that I have more problems use it with e17 than with > e16. Especially using it across rdesktops. copy & paste is not handles by the w

[e-users] how do I disable dual display support?

2005-08-01 Thread arne
hi, I have set up my xorg to start two screens (:0.0 and :0.1), non xinerama. When I start enlightenment, it spawns on each of that displays. The second screen is my TV and I don't want enlightenment to start on it, I don't need a windowmanager there. Since it's a single process, I can't kill it o

[e-users] Copy & Paste

2005-08-01 Thread Mario D_ring
Hello :) is is "copy & paste" the task of a window manager? Cause it seems, that I have more problems use it with e17 than with e16. Especially using it across rdesktops. Regards, Mario. --- SF.Net email is sponsored by: Discover Easy Linux M

Re: [e-users] another bg.po update

2005-08-01 Thread Viktor Kojouharov
KeyRelease event, serial 33, synthetic NO, window 0x261, root 0x48, subw 0x0, time 583904, (71,82), root:(75,448), state 0x8, keycode 64 (keysym 0xfe0a, ISO_Prev_Group), same_screen YES, XLookupString gives 0 bytes: KeyPress event, serial 33, synthetic NO, window 0x261, ro