Re: [e-users] Corrupt display with E17

2005-08-12 Thread The Rasterman
On Mon, 18 Jul 2005 16:28:13 +0200 Jonathan Buschmann [EMAIL PROTECTED]
babbled:

 Hello,
 
 I've tried to run E17 from CVS with DragonFlyBSD-Devel (aka 1.3)
 using a Dell Inspiron 8200 with Geforce 4 440Go 32Mb.
 I'm using Xorg 6.8.2.
 But i can't have something usable for now.

is that openbsd? if it is - then it's not compatible. freebesd works , darwin or
linux. openbsd's libc does not support C99 features like %a. you may also have
multiple evas libs installed in different places or evas didnt build with eet
support.

 Here is a screen of what it looks like when i start it :
 http://www.actitude.net/~jonthn/screen.jpg
 Moreover when i start it i get error from Xlib: missing XpExtension
 and EDJE ERROR: programs recursing up to recursion limit of 64
 
 After that i installed pekwm 0.1.4-pre2 in order to run some tests.
 All of the test below runs perfectly :
 - evas_software_x11_test
 - ecore_evas_test
 - edje detour-pre3.edj
 
 If someone can help me that would be great.
 
 Regards,
 
 Jonathan
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] desktop clear feature

2005-08-12 Thread The Rasterman
On Mon, 25 Jul 2005 01:20:55 -0400 Tim Jacobs [EMAIL PROTECTED] babbled:

 Hey everyone,
 
 Just thought i'd throw out a suggestion for a feature I think would greatly 
 add to E17. I think it'd be nice to have a keyboard shortcut that clears the 
 entire desktop (ideally does something cool like slides the windows off) 
 It'd be nice for people like me who have several modules up all the time 
 since modules can't be above windows. Maybe make an option that you can 
 either hold the hotkey down to slide off all the windows and when you 
 release they go back to normal. Or press once to remove and again to 
 reappear. Anyways, thats just a suggestion, if I had some more coding skill 
 this would be my project :).

personally i just flip to a blank desktop and then back :) but this would be
possible.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Module Pictures

2005-08-12 Thread The Rasterman
On Thu, 21 Jul 2005 13:47:28 -0400 Daniel Kozlowski [EMAIL PROTECTED] babbled:

 Hi all i just built E17 from CVS including all the modules ( running off
 the Gentoo E-builds)  and i have noticed that a few of the modules don't
 have any graphics no matter what i do to them ( switch themes reload
 them resize them.) the modules are the temperature modules the
 monitor modules and the weather modules.  Any idea why this might be
 happening  

rm -rf ~/.e
restart.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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

2005-08-12 Thread The Rasterman
On Thu, 28 Jul 2005 08:42:14 -0500 Ron Lau [EMAIL PROTECTED] babbled:

 Made a new attempt.
 
 For each of the 8 servers I have to deal with, I made an eap like this:
 
 Icon: server.png
 App name: server
 Generic:
 Comments:
 Executable: Eterm -t server -n server
 Window name: server
 Window class: server
 
 The server.png icon is displayed correctly in IBAR, or engage. The icon
 in the window border and window list is some other icon.
 
 And to make matters even more confusing for me, I edited the eterm.eap
 in ~/.e/e/applications/all and found that the icon defined there is not
 the one showing up in the window borders.
 
 I attached a screen shot. The three eterms shown were launched with the
 eaps from ibar, (pyrrho, isengard, eterm) which are defined as shown in
 the eap editors.
 
 What am I doing wrong?

you have a more generic eap there for eterm - it likely ONLY lists win-class and
thus matches more generically first.


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17-window border still around after being deleted

2005-08-12 Thread The Rasterman
On Wed, 13 Jul 2005 14:27:58 + Marcelo Coelho [EMAIL PROTECTED]
babbled:

 Sometimes the window borders are still around 1 second after being
 deleted. This happens with a xorg-x11-6.8.2-r1, in gentoo, with a
 laptop with a i855GM graphics.
 
 usually it happens when i change desktop.
 
 i installed it today.

yes - this was a bug. and it's been fixed now. :)

 
 
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] DirectFB

2005-08-12 Thread The Rasterman
On Fri, 22 Jul 2005 19:50:29 -0300 Andrea Spada [EMAIL PROTECTED] babbled:

 Hi, anyone using e17 straight on DirectFB? There's a chance of this
 occur? I mean, if I have a evas backend thru DirectFB, I imagine any efl
 app can start directly from the console... as evas test module does. But
 maybe I'm wrong!
 
 I'm developing a linux from scratch custom layout build, and want to
 replace entirely X, without using XDirectFB; now, that gdk-directfb is
 working fine, I'm wondering about a completely embedded-like desktop
 solution. 

no. e17 is a window manager. that means it's specific to x by design. certain
efl libs may be able to display in dfb without x - but thats is completely
separate.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xscreensaver messages

2005-08-12 Thread Christoph Gysin

Carsten Haitzler (The Rasterman) wrote:

On Sat, 06 Aug 2005 12:40:36 -0400 Robert May [EMAIL PROTECTED]
babbled:



Whenever I run xscreensaver I receive the following messages:

xscreensaver: 12:39:27: 0: for window 0x22e (root)
xscreensaver: 12:39:30: 0: unrecognised ClientMessage WM_PROTOCOLS
received
xscreensaver: 12:39:30: 0: for window 0x22e (root)
xscreensaver: 12:39:31: 0: unrecognised ClientMessage WM_PROTOCOLS


xscreensaver being noisy and not understanding the netwm ping protocol. it
should just shut up and ignore it if it doesnt understand it.


Actually, this is not correct.

The NetWM spec says:

 A Client SHOULD indicate that it is willing to participate in this  protocol 
by listing _NET_WM_PING in the WM_PROTOCOLS property of  the client window.


Quote from Jamie Zawinski, maintainer of xscreensaver:
Obviously, xscreensaver has not indicated its desire to participate  in this 
protocol, so I think it's an Enlightenment bug that these  messages are getting 
sent.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] emblem memory

2005-08-12 Thread Kit
Good day, All.

Well, i've checked out new CVS on tuesday, recompiled eveythig and
decided to take some backgrounds from get-e.org.

And then troubles with emblem started.First there were only 

E17 rising
E part 3
White
Shiny reflection
Carbon Fibre

in the .e/e/backgrounds dir. This list caused approx 90-95% CPU Load
and 100Mb additional memory consume by emblem... (CPU: AMD AthlonXP
2200+ @ 1.8 Ghz, RAM: 256 Mb, Swap: 256 Mb - i've a desktop, not a
server)
But this is still workable. For an experement, i've added some
static bg's, made from ususal jpg's by

e17setroot -cn

So I got 49 .edj files, 53 Mb total /Not sure in numbers, but they are
close to real ones/, and tried to run emblem...
On the monitor, i could see emblem eating my memory, first all thi
physical, then - swap. 512 Mb total wasn't enought for it, so it just
got claused /segfaulted?/

Second try lead to total XOrg restart...

It doesn't seem the way the emblem should work ;)

Thanx in advance
___

 Kit.


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xscreensaver messages

2005-08-12 Thread The Rasterman
On Fri, 12 Aug 2005 09:19:21 +0200 Christoph Gysin [EMAIL PROTECTED] babbled:

 Carsten Haitzler (The Rasterman) wrote:
  On Sat, 06 Aug 2005 12:40:36 -0400 Robert May [EMAIL PROTECTED]
  babbled:
  
  
 Whenever I run xscreensaver I receive the following messages:
 
 xscreensaver: 12:39:27: 0: for window 0x22e (root)
 xscreensaver: 12:39:30: 0: unrecognised ClientMessage WM_PROTOCOLS
 received
 xscreensaver: 12:39:30: 0: for window 0x22e (root)
 xscreensaver: 12:39:31: 0: unrecognised ClientMessage WM_PROTOCOLS
  
  xscreensaver being noisy and not understanding the netwm ping protocol. it
  should just shut up and ignore it if it doesnt understand it.
 
 Actually, this is not correct.
 
 The NetWM spec says:
 
   A Client SHOULD indicate that it is willing to participate in this 
   protocol 
 by listing _NET_WM_PING in the WM_PROTOCOLS property of  the client window.
 
 Quote from Jamie Zawinski, maintainer of xscreensaver:
 Obviously, xscreensaver has not indicated its desire to participate  in this 
 protocol, so I think it's an Enlightenment bug that these  messages are
 getting  sent.

  then read the wmspec a little more... :)
  
http://standards.freedesktop.org/wm-spec/1.4/ar01s06.html#id2527998

  quote:

A Window Manager can use this protocol at any time by sending a client message
as follows:

type = ClientMessage
window = the respective client window
message_type = WM_PROTOCOLS
format = 32
data.l[0] = _NET_WM_PING
data.l[1] = timestamp
data.l[2] = the respective client window
other data.l[] elements = 0

  indeed this is what E does.. now read the NEXT part of it...

A participating Client receiving this message MUST send it back to the root
window immediately, by setting window = root, and calling XSendEvent with the
same event mask like all other root window messages in this specification use.
The Client MUST NOT alter any field in the event other than the window. This
includes all 5 longs in the data.l[5] array. The Window Manager can uniquely
identify the ping by the timestamp and the data.l[2] field if necessary. Note
that some older clients may not preserve data.l[2] through data.l[4].

  note the client MUST reply by sending this to the ROOT WINDOW. thus if
xscreensaver is busy listening there and getting such client messages happening
on root.. guess what. it's getting the replies to e's PING's to the apps that
say they want a ping. xscreensaver is needlessly complaining about it :)

so sorry jamie - gotta point the finger back at xscreensaver here. no biggie
really - it's just a standard i didn't come up with that xscreensaver has not
been coded to be aware of and that xcsreensaver is complaining about when it
could just as well ignore it as it would make no difference if it just ignored
all such things :)

hey the standard could have made the wm create a window of its won for ping
replies to go to so apps don't chatter back to the root window, but being root
i'd expect it to be a very noisy place for properties and messages... thus
ignoring is likely the best policy for stuff you don't understand :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] no sound and no playlist selection in eclair

2005-08-12 Thread Wim Borremans
hello,

i emerged e17 yesterday from cvs. it really looks nice. i'm looking for
a solution for two problems in eclair.

1. i don't hear any music. xmms works fine, so it must be a setting or
something, but i don't know where to change things.

2. i can't select any existing playlists i have on my hd. when i click
in the context menu in playlist nothing happens. i've copied an
existing playlist to the standard playlist in ~/.eclair to test the
first problem ;-)

greetz,

wim



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] managing eaps

2005-08-12 Thread Ron Lau
J,

its a long story as to what my eap files have for win name and win
class.

but the only way I am able to have a app launched from a 'launcher' in
engage and not have it reappear in the 'open windows' part is to link
the eap files in the engage subdir.

if you like, I can send you screen shots.

R.




  
  
 Mmh strange, that works for me without links. you just need the order
 file in the engage directory and engage should pick up the eap files
 from the all directory. I think if you put files into the engage
 directory and they have a different win_class or win_name property you
 should get this behavior, but not if you only have the .order file. YOu
 shure you tried this with just the .order file in your engage directory
 and the eapps in all having the right proberties(they should be set to
 what appears if you press edit icon after you right click on the apps
 titlebar).
 Jochen
-- 
R.



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Module Pictures

2005-08-12 Thread Stefan
 On Thu, 21 Jul 2005 13:47:28 -0400 Daniel Kozlowski [EMAIL PROTECTED] 
 babbled:
 
 
Hi all i just built E17 from CVS including all the modules ( running off
the Gentoo E-builds)  and i have noticed that a few of the modules don't
have any graphics no matter what i do to them ( switch themes reload
them resize them.) the modules are the temperature modules the
monitor modules and the weather modules.  Any idea why this might be
happening  
 

I'm having similar problems here. Some of the built in modules show only
small parts of their graphics and they seem to have problems with
getting updated corectly. (see attachment)
Temperature module seems to work as expected
The cpufreq module shows the right freq values, but the scala on top is
only flickering from time to time
Same with battery module, only values and somtimes the battery pic to
the left
worst is the clock. its showing a static time and is only updated when I
restart e or switch themes.

 
 rm -rf ~/.e
 restart.
 
done that multiple times after updating, but no change

I'm running Gentoo on a Samsung P30
Xorg 6.8.2, xorgs radeon driver (tried ati's fglrx, no change)

Another bug/feature: the monitor module shows the Configuration Upated
screen everytime e is restarted/theme is switched.

attachment: modules.jpg


Re: [e-users] Frontend for enlightenment_remote?

2005-08-12 Thread Ciro Mattia Gonano
Il giorno ven, 12/08/2005 alle 16.18 +0200, Gabriel ha scritto:

 Is this planned? Is anyone working on it?
 
I am, but I'm lazy... I'm sure that someone else is doing the same work,
but faster :) and whispers says that raster is working on a configure
GUI entirely based on elibs (not on IPC, on what e_remote is based).
For now, however, we're still stuck on CLI e_remote... :)

-- 
Ciro Mattia Gonano
  Winged.it Master   - http://www.winged.it
  FlyingCircus.it member - http://www.flyingcircus.it
GPG Keynumber: DEF86925 --- ICQ#: 52631406



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Frontend for enlightenment_remote?

2005-08-12 Thread Mario Döring
On Fri, 12 Aug 2005 16:35:35 +0200
Ciro Mattia Gonano [EMAIL PROTECTED] wrote:

 I am, but I'm lazy... I'm sure that someone else is doing the same
 work, but faster :) and whispers says that raster is working on a
 configure GUI entirely based on elibs (not on IPC, on what e_remote
 is based). For now, however, we're still stuck on CLI e_remote... :)

well, as long as the config gets erased with each reinstall, a shell
script and a commandline e_remote are probably more useful :)

(not for the first time configuration though ;)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problems getting e16.8 to work

2005-08-12 Thread Kim Woelders

Luis O. Silva wrote:

Dear enlightened community,

This is my first post here. I'm sort of novice, although  I've
used e16 for some time.

I've installed imlib2-1.2.1 into my Ubuntu Hoary system using
the default installation path, i. e.,

/usr/local/

`imlib2_test' from a terminal works fine.

Then I compiled and installed the snapshot
e16-0.16.8-0.14.tar.gz without problems. However, I cannot get
e16.8 to work. In .xsession-errors one can find

/usr/local//bin/e16: error while loading shared libraries:
libImlib2.so.1: cannot open shared object file: No such file
or directory


There seems to be a problem with your imlib2 installation.
Maybe you need to run ldconfig or maybe /usr/local/lib is not in ld.so.conf.

/Kim


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Maximizing on DR16

2005-08-12 Thread Kim Woelders

István Váradi wrote:

Hi,

I am using DR16 on two Debian Linux machines. Both have very similar
(probably identical) configurations and the same versions. On one
machine, when I maximize a window it takes into account windows on the
right side, like those of the pager and the epplets. On the other one
it does not, i.e. the maximized window occupies the whole screen.

What could be difference between these two?

Different themes? If you are maximizing by clicking a border button the 
default maximize action may be overridden.


/Kim


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] managing eaps

2005-08-12 Thread Ron Lau
On Fri, 2005-08-12 at 10:30 -0500, Andrew Elcock wrote:
 what would be useful is the details of the .eap that launches the pyrho 
 stuff and the xprop dump of the first window that violates the system 
 by forcing another window (if not linked)
 

eap file:

 
 The {sever}.eap files are defined as:
 
 app name:  {server}
 executable: Eterm -t {server} -n {server}
 Window name: {server}
 Window class: Eterm


xprop dump

pyrrho:~ xprop
WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW
XKLAVIER_STATE(INTEGER) = 0, 2
__E_WINDOW_MAPPED(CARDINAL) = 1
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
_E_FRAME_SIZE(CARDINAL) = 4, 4, 24, 4
_NET_FRAME_EXTENTS(CARDINAL) = 4, 4, 24, 4
__E_WINDOW_DESK(CARDINAL) = 0, 0
__E_WINDOW_ZONE(CARDINAL) = 0
__E_WINDOW_CONTAINER(CARDINAL) = 0
__E_WINDOW_MANAGED(CARDINAL) = 1
WM_LOCALE_NAME(STRING) = en_US.UTF-8
WM_CLASS(STRING) = pyrrho, Eterm
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
bitmap id # to use for icon: 0x2600043
bitmap id # of mask for icon: 0x2600044
window id # of group leader: 0x2600042
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 26 by 23
program specified resize increment: 7 by 13
program specified base size: 19 by 10
WM_CLIENT_MACHINE(STRING) = pyrrho
WM_COMMAND(STRING) = { Eterm, -t, pyrrho, -n, pyrrho }
WM_ICON_NAME(STRING) = pyrrho
WM_NAME(STRING) = ral on pyrrho: /users/ral





-- 
R.



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Frontend for enlightenment_remote?

2005-08-12 Thread Ciro Mattia Gonano
Il giorno ven, 12/08/2005 alle 16.57 +0200, Mario Döring ha scritto:

 well, as long as the config gets erased with each reinstall, a shell
 script and a commandline e_remote are probably more useful :)
 
it should be a backup config and restore config option... I too use
a shell script, btw ;)

-- 
Ciro Mattia Gonano
  Winged.it Master   - http://www.winged.it
  FlyingCircus.it member - http://www.flyingcircus.it
GPG Keynumber: DEF86925 --- ICQ#: 52631406



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Alt-Tab is not displaying the popup menu

2005-08-12 Thread Kim Woelders

Alejandro Salas wrote:

Hi..

I'm using Debian Sarge3.1_r0a and enlightenment-0.16.7.2.

Normally you should be able to enable/configure the focus list in the 
Focus Settings... dialog. In the debian 0.16.7.2 version, however, 
this feature has for some reason been disabled. See also this thread:

http://sourceforge.net/mailarchive/forum.php?thread_id=7441457forum_id=810

As a quick fix, it should be possible to enable the focus list by doing 
this (while e is not running):

$ perl -pi -e 's/^1354 0/1354 1/' ~/.enlightenment/...e_session-XX
Not nice :( but...

/Kim


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem using boost::bind and ecore_ipc from Enlightenment

2005-08-12 Thread Der Lockruf des Kaos
Before i posted to the List, i already managed too bind the Non-Member 
Functions to the Handler (e.g. ecore_event_handler_add)

int Test( void *d, int t, void *e ) { return 0; }
ecore_event_handler_add( ECORE_IPC_EVENT_SERVER_DEL, Test, NULL );

I think it's the same in Factory.*.

My Problem is, if i have a class and a Memberfunctions Test like the one above, 
i can't right of it. ( xnowfall tells us a plausible Reason why it doesn't fit 
like i tried it )
This Version would look like

int 
ClassA::Test( void *d, int t, void *e ) { return 0; }
ecore_event_handler_add( ECORE_IPC_EVENT_SERVER_DEL, CannotBindIt, NULL );
CannotBindIt: ClassA::Test, ClassA-Test, bind...(...)
Nothing worked.

I guess this Example from avisynth is for Non-ClassMember Functions, or am i 
wrong?


Greets,
Christian


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Theming questions :)

2005-08-12 Thread Mario Döring
Hello :)

I have a few question, if various ideas are in general possible :)


a) Is it possible to theme a window appear, maximize, minimize.. etc
animation?

b) Is it possible to display animated text on a background? Or do I
need images for that?

c) is it possible to have different speed for different frames? Or can
I add a break at the end of one loop? 


Bye,
Mario.


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread Gusti Benawi
Hi,

yesterday I found one interesting thing, which should be concerned.

If you type Ctrl+Alt+Left+Right simultaneous, then you will lost all your 
windows of that desktop. Only the sticky ones are left. Interesting is that the 
processes are still there, the windows are neither minimized nor can be found 
in Lost Windows list. They are simple beamed to nowhere.

You can give it a try, if it just hops around, it means you are not quick 
enough 
I am using e17, with cvs from 20050807.
I also got acknowledgement from other user on #e. He use cvs from 20050718

regards,

Gusti Benawi

-- 
He abused me, he beated me, 
He defeated me, he robbed me,
In those who harbour such thoughts
Hatred never ceases. 


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Engage Module

2005-08-12 Thread jim lawrence
Is there the workings to get the module version of engage  to either
bounce or some other type of recognition that the applicationis
launched?

If this is already enabled, then how can I make it work and work all the time? 
-- 


Registered Linux User: #376813
www.fedorajim.homelinux.com


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread OxO pHz.60
You don't loose all windows, you move a diferent virtual desktop. (the
Windows shown in the Pager). The Sticky ones are left because that is
what the sticky atribute does, display the window in all of the
virutal desktops. if you type ctrl+alt+right, just type ctrl+alt+left
to 'recover them'. also they are still shown when you middle click on
the background.

Javier

On 8/12/05, Gusti Benawi [EMAIL PROTECTED] wrote:
 Hi,
 
 yesterday I found one interesting thing, which should be concerned.
 
 If you type Ctrl+Alt+Left+Right simultaneous, then you will lost all your 
 windows of that desktop. Only the sticky ones are left. Interesting is that 
 the processes are still there, the windows are neither minimized nor can be 
 found in Lost Windows list. They are simple beamed to nowhere.
 
 You can give it a try, if it just hops around, it means you are not quick 
 enough
 I am using e17, with cvs from 20050807.
 I also got acknowledgement from other user on #e. He use cvs from 20050718
 
 regards,
 
 Gusti Benawi
 
 --
 He abused me, he beated me,
 He defeated me, he robbed me,
 In those who harbour such thoughts
 Hatred never ceases.
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
 Rorschach el Pirata


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread Jesse
Gusti means if you press all 4 keys at once, not if you press
ctrl+alt+left OR right.

I just tried it out and my window disappeared as well - not to be found
on any virtual desktop, not in the lost windows menu, process still
shows on a ps aux. It only affects the current virtual desktop though.
Windows open in other desktops at the time remain where they are.

The missing windows also do not show up in the desktop middle-click
menu, or alt+tab menu.

cvs 20050810


 On
Fri, 12 Aug 2005 17:49:12 -0500 OxO pHz.60 [EMAIL PROTECTED] wrote:

 You don't loose all windows, you move a diferent virtual desktop. (the
 Windows shown in the Pager). The Sticky ones are left because that is
 what the sticky atribute does, display the window in all of the
 virutal desktops. if you type ctrl+alt+right, just type ctrl+alt+left
 to 'recover them'. also they are still shown when you middle click on
 the background.
 
 Javier
 
 On 8/12/05, Gusti Benawi [EMAIL PROTECTED] wrote:
  Hi,
  
  yesterday I found one interesting thing, which should be concerned.
  
  If you type Ctrl+Alt+Left+Right simultaneous, then you will lost
  all your windows of that desktop. Only the sticky ones are left.
  Interesting is that the processes are still there, the windows are
  neither minimized nor can be found in Lost Windows list. They are
  simple beamed to nowhere.
  
  You can give it a try, if it just hops around, it means you are not
  quick enough I am using e17, with cvs from 20050807.
  I also got acknowledgement from other user on #e. He use cvs from
  20050718
  
  regards,
  
  Gusti Benawi
  
  --
  He abused me, he beated me,
  He defeated me, he robbed me,
  In those who harbour such thoughts
  Hatred never ceases.
  
  
  ---
  SF.Net email is Sponsored by the Better Software Conference  EXPO
  September 19-22, 2005 * San Francisco, CA * Development Lifecycle
  Practices Agile  Plan-Driven Development * Managing Projects 
  Teams * Testing  QA Security * Process Improvement  Measurement *
  http://www.sqe.com/bsce5sf
  ___ enlightenment-users
  mailing list enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Alt-Tab is not displaying the popup menu

2005-08-12 Thread Alejandro Salas
Thanx /Kim... That worked, but I'm courious, any ideas
of why is not working normally??...




__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] wheater module

2005-08-12 Thread dalfa the enlightenedone
On Fri, 12 Aug 2005 18:43:29 -0400
jim lawrence [EMAIL PROTECTED] wrote:

|to load the module 
|enlightenment_remote -module-load weather

yes i know :)

|
|For any usr you can right click the module 
|Choose edit url 

well that do nothing here :-p so:

vim .weather.config

|remove the end of the url and replace the # with your Zip code 

zip code? on El Salvador? here doesnt exist zip code :-p

|BTW, 
|When I did this E Segfaulted again

here works fine :)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread The Rasterman
On Fri, 12 Aug 2005 22:32:09 +0200 Gusti Benawi [EMAIL PROTECTED]
babbled:

 Hi,
 
 yesterday I found one interesting thing, which should be concerned.
 
 If you type Ctrl+Alt+Left+Right simultaneous, then you will lost all your
 windows of that desktop. Only the sticky ones are left. Interesting is that
 the processes are still there, the windows are neither minimized nor can be
 found in Lost Windows list. They are simple beamed to nowhere.

this is already listed in the TODO list as a bug - it only seems to happen if
your machine is slow enough. i have yet to have an inspiration as to why this
happens and i havent looked in great detail.

 You can give it a try, if it just hops around, it means you are not quick
 enough  I am using e17, with cvs from 20050807.
 I also got acknowledgement from other user on #e. He use cvs from 20050718
 
 regards,
 
 Gusti Benawi
 
 -- 
 He abused me, he beated me, 
 He defeated me, he robbed me,
 In those who harbour such thoughts
 Hatred never ceases. 
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread The Rasterman
On Fri, 12 Aug 2005 19:11:38 -0400 Jesse [EMAIL PROTECTED] babbled:

 Gusti means if you press all 4 keys at once, not if you press
 ctrl+alt+left OR right.
 
 I just tried it out and my window disappeared as well - not to be found
 on any virtual desktop, not in the lost windows menu, process still
 shows on a ps aux. It only affects the current virtual desktop though.
 Windows open in other desktops at the time remain where they are.
 
 The missing windows also do not show up in the desktop middle-click
 menu, or alt+tab menu.
 
 cvs 20050810

as i said - not new. in the TODO list under bugs. if anyone wants to dig into it
- please do. :) i will eventually get to it but i have other fish to fry atm. :)

 
  On
 Fri, 12 Aug 2005 17:49:12 -0500 OxO pHz.60 [EMAIL PROTECTED] wrote:
 
  You don't loose all windows, you move a diferent virtual desktop. (the
  Windows shown in the Pager). The Sticky ones are left because that is
  what the sticky atribute does, display the window in all of the
  virutal desktops. if you type ctrl+alt+right, just type ctrl+alt+left
  to 'recover them'. also they are still shown when you middle click on
  the background.
  
  Javier
  
  On 8/12/05, Gusti Benawi [EMAIL PROTECTED] wrote:
   Hi,
   
   yesterday I found one interesting thing, which should be concerned.
   
   If you type Ctrl+Alt+Left+Right simultaneous, then you will lost
   all your windows of that desktop. Only the sticky ones are left.
   Interesting is that the processes are still there, the windows are
   neither minimized nor can be found in Lost Windows list. They are
   simple beamed to nowhere.
   
   You can give it a try, if it just hops around, it means you are not
   quick enough I am using e17, with cvs from 20050807.
   I also got acknowledgement from other user on #e. He use cvs from
   20050718
   
   regards,
   
   Gusti Benawi
   
   --
   He abused me, he beated me,
   He defeated me, he robbed me,
   In those who harbour such thoughts
   Hatred never ceases.
   
   
   ---
   SF.Net email is Sponsored by the Better Software Conference  EXPO
   September 19-22, 2005 * San Francisco, CA * Development Lifecycle
   Practices Agile  Plan-Driven Development * Managing Projects 
   Teams * Testing  QA Security * Process Improvement  Measurement *
   http://www.sqe.com/bsce5sf
   ___ enlightenment-users
   mailing list enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
   
  
  
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Theming questions :)

2005-08-12 Thread The Rasterman
On Fri, 12 Aug 2005 19:08:25 +0200 Mario D__ring [EMAIL PROTECTED] babbled:

 Hello :)
 
 I have a few question, if various ideas are in general possible :)
 
 
 a) Is it possible to theme a window appear, maximize, minimize.. etc
 animation?

no and yes. you can react to show signals so when a window is shown for the
first time the edje could do an initial anim. the edje is sent signals for
maximize etc. so it is allows to re-organise itself if it wants and look
different, but the edje cannto control overall window size/position etc. for
animation.

 b) Is it possible to display animated text on a background? Or do I
 need images for that?

yes - just as you can use text anywhere in an edje...

 c) is it possible to have different speed for different frames? Or can
 I add a break at the end of one loop? 

you can repeat a frame if you want for frame flipping - or yes, break the loop
into segments.

 
 Bye,
 Mario.
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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

2005-08-12 Thread The Rasterman
On Mon, 1 Aug 2005 10:21:25 +0300 Viktor Kojouharov [EMAIL PROTECTED]
babbled:

 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,
 root 0x48, subw 0x0, time 584094, (71,82), root:(75,448),
 state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
 XLookupString gives 0 bytes: 
 XmbLookupString gives 0 bytes: 
 XFilterEvent returns: False
 
 these are the keysums for the alt (for down and up respectively)

well the 1st definitely isn't a key down :) the 2nd is though - that's a normal
alt... :/

 
 and yet another question for anyone that's familiar with this, how do
 I make the scroll wheel on the mouse change the virtual desktop? I've
 tried the following command, but to no avail (it's not the buttons of
 the mouse, xev sees them just fine)
 
 enlightenment_remote -binding-mouse-add ZONE 4 NONE 0 desk_flip_by -1 0

you cant bind mouse wheel stuff yet in e as wheel button events are split off
early in the event stream into separate special wheel events.

 On 7/30/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote:
  On Fri, 29 Jul 2005 19:22:13 + Виктор Кожухаров [EMAIL PROTECTED]
  babbled:
  
   On Thu, 2005-07-28 at 15:14 +0900, Carsten Haitzler wrote:
On Wed, 27 Jul 2005 22:38:12 + Виктор Кожухаров
[EMAIL PROTECTED] babbled:
   
 here's a patch for bg.po for e17.

 also, since i'm using e17 at work, i've come across a few bugs.

 1. Sometimes, when a program exits, the border still stays, and
 refuses to die. If you kill it, switch desktops then go back, it
 appears again. The only way out is a restart.
   
i think i resolved that last night. do you use the start module (start
button) and its menu? if so - stop using it until you get an update.
   
 2. On some occasions, changing theme, restarting E, or just exiting E
 causes a segfault (with the fancy e16/e17 segfault catcher). Also,
 exiting E just causes E to exit, the X session is not stopped.
   
hmmm it does for me. how do you run e - si it the last thing in your
session?
   
 3. Sometimes, quite frequently, windows with input fields get constant
 focus changes. (Firefox comes to mind, it also happens in a gtk2 app i
 wrote). By constant focus change, i mean that with every keystroke,
 the app loses focus, then immediately gains it back (the border can be
 seen doing its focus gain animation). Due to this, some keystrokes get
 lost in all the confusion (like typing enlightenment.org, the final
 result being something like enlignmet.og)
   
if your mouse pointer JUSt under the input field - and does the input
field normall pop up a completion list in a window under the entry?
move the pointer so its on the entry or above to see. is this the entry
thaat causes the problem?
   
 well, that's it.
 btw, is there currently any work on a tray module?
   
none atm.
   
  
   3. for this one, i checked it. it's not because of the mouse position.
   the cursor can even be on top of the tabs, and this still happens.
  
  thats weird. is this ANY entry widget? or only certain ones?
  
   and another anomaly:
   4. when going through the window list with alt+tab, the list is
   persistant, meaning, that it does not dissapear after the alt+tab combo
   is released. i don't know if this is a bug or a feature.
  
  what is the keysym of your alt key? (that you use with alt-tab) (use xev to
  find out - just press it in xev's widnwo and look at the stdout of key press
  events) winlist waits on the modifier key up - and what key the modifier is
  is based on a small set of assumptions in e_winlist.c (in
  _e_winlist_cb_key_up()).
  
   and a question: why is the config discarded whenever e is compiled and
   installed again? with every recompile, all the settings have to be done
   all over again.
  
  it isn't. it's only discarded IF we changed config compatibility versions.
  we do this regularly during e17 development. it is only necessary during
  development - as a new config item was added and e RELIES on its config
  value. thus if it doesnt exist in your personal config all sorts of weird
  shit may happen, so to avoid this e simply throws out your old config and
  gives you a new default. this is NECESSARY during development. once e17 is
  out this will not happen. each new e17 release will upgrade its config from
  the old, if needed, without loss.
  
  
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
  裸好多  [EMAIL PROTECTED]
  Tokyo, Japan (東京 日本)
 
 


-- 
- Codito, ergo sum - I code, therefore I am --
The 

Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread Jesse
my apologies - didn't get your posts until a few hours after I made
mine.

You definitely know better than I - but I wouldn't consider my machine
slow:
It's happening when I only have 2 programs open - p4 3.06ghz at 12%
system load or less, 1GB pc2100 - over 400mb free, just some modules
open and a very simple animated bg. And it still loses windows. The only
slow thing on my machine is the graphics - intel extreme 3d - runs
about 330fps in evas under opengl and about 250 without acceleration.

I'd look into it but I haven't touched cpp in years, so I'd probably
muck up more stuff than I fixed. Anyways - no rush to this bug I think
as even the person who started this thread had to put effort into
hitting all 4 keys at once.


On Sat, 13 Aug 2005 12:30:09 +0900 Carsten Haitzler (The
Rasterman) [EMAIL PROTECTED] wrote:

 On Fri, 12 Aug 2005 19:11:38 -0400 Jesse [EMAIL PROTECTED] babbled:
 
  Gusti means if you press all 4 keys at once, not if you press
  ctrl+alt+left OR right.
  
  I just tried it out and my window disappeared as well - not to be
  found on any virtual desktop, not in the lost windows menu, process
  still shows on a ps aux. It only affects the current virtual
  desktop though. Windows open in other desktops at the time remain
  where they are.
  
  The missing windows also do not show up in the desktop middle-click
  menu, or alt+tab menu.
  
  cvs 20050810
 
 as i said - not new. in the TODO list under bugs. if anyone wants to
 dig into it
 - please do. :) i will eventually get to it but i have other fish to
 fry atm. :)
 
  
   On
  Fri, 12 Aug 2005 17:49:12 -0500 OxO pHz.60 [EMAIL PROTECTED]
  wrote:
  
   You don't loose all windows, you move a diferent virtual desktop.
   (the Windows shown in the Pager). The Sticky ones are left
   because that is what the sticky atribute does, display the window
   in all of the virutal desktops. if you type ctrl+alt+right, just
   type ctrl+alt+left to 'recover them'. also they are still shown
   when you middle click on the background.
   
   Javier
   
   On 8/12/05, Gusti Benawi [EMAIL PROTECTED] wrote:
Hi,

yesterday I found one interesting thing, which should be
concerned.

If you type Ctrl+Alt+Left+Right simultaneous, then you will lost
all your windows of that desktop. Only the sticky ones are left.
Interesting is that the processes are still there, the windows
are neither minimized nor can be found in Lost Windows list.
They are simple beamed to nowhere.

You can give it a try, if it just hops around, it means you are
not quick enough I am using e17, with cvs from 20050807.
I also got acknowledgement from other user on #e. He use cvs
from 20050718

regards,

Gusti Benawi

--
He abused me, he beated me,
He defeated me, he robbed me,
In those who harbour such thoughts
Hatred never ceases.


---
SF.Net email is Sponsored by the Better Software Conference 
EXPO September 19-22, 2005 * San Francisco, CA * Development
Lifecycle Practices Agile  Plan-Driven Development * Managing
Projects  Teams * Testing  QA Security * Process Improvement
 Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

   
   
  
  
  ---
  SF.Net email is Sponsored by the Better Software Conference  EXPO
  September 19-22, 2005 * San Francisco, CA * Development Lifecycle
  Practices Agile  Plan-Driven Development * Managing Projects 
  Teams * Testing  QA Security * Process Improvement  Measurement *
  http://www.sqe.com/bsce5sf
  ___ enlightenment-users
  mailing list enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] strange behavior of Ctrl+Alt+Left+Right

2005-08-12 Thread The Rasterman
On Fri, 12 Aug 2005 23:48:43 -0400 Jesse [EMAIL PROTECTED] babbled:

 my apologies - didn't get your posts until a few hours after I made
 mine.
 
 You definitely know better than I - but I wouldn't consider my machine
 slow:
 It's happening when I only have 2 programs open - p4 3.06ghz at 12%
 system load or less, 1GB pc2100 - over 400mb free, just some modules
 open and a very simple animated bg. And it still loses windows. The only
 slow thing on my machine is the graphics - intel extreme 3d - runs
 about 330fps in evas under opengl and about 250 without acceleration.

well i cannot reproduce this - UNLESS i downclock my cpu to like 300-400mhz
(p4). :) thats why i assume its a slow machine race condition thing :)

 I'd look into it but I haven't touched cpp in years, so I'd probably
 muck up more stuff than I fixed. Anyways - no rush to this bug I think
 as even the person who started this thread had to put effort into
 hitting all 4 keys at once.

if i downclock to 400mhz (use speedstepping) and then just hold down
ctrl+alt+right arrow and let key repeat go for a bit - all windows will get
wiped too... that is how i have listed the bug anyway. :)

 
 On Sat, 13 Aug 2005 12:30:09 +0900 Carsten Haitzler (The
 Rasterman) [EMAIL PROTECTED] wrote:
 
  On Fri, 12 Aug 2005 19:11:38 -0400 Jesse [EMAIL PROTECTED] babbled:
  
   Gusti means if you press all 4 keys at once, not if you press
   ctrl+alt+left OR right.
   
   I just tried it out and my window disappeared as well - not to be
   found on any virtual desktop, not in the lost windows menu, process
   still shows on a ps aux. It only affects the current virtual
   desktop though. Windows open in other desktops at the time remain
   where they are.
   
   The missing windows also do not show up in the desktop middle-click
   menu, or alt+tab menu.
   
   cvs 20050810
  
  as i said - not new. in the TODO list under bugs. if anyone wants to
  dig into it
  - please do. :) i will eventually get to it but i have other fish to
  fry atm. :)
  
   
On
   Fri, 12 Aug 2005 17:49:12 -0500 OxO pHz.60 [EMAIL PROTECTED]
   wrote:
   
You don't loose all windows, you move a diferent virtual desktop.
(the Windows shown in the Pager). The Sticky ones are left
because that is what the sticky atribute does, display the window
in all of the virutal desktops. if you type ctrl+alt+right, just
type ctrl+alt+left to 'recover them'. also they are still shown
when you middle click on the background.

Javier

On 8/12/05, Gusti Benawi [EMAIL PROTECTED] wrote:
 Hi,
 
 yesterday I found one interesting thing, which should be
 concerned.
 
 If you type Ctrl+Alt+Left+Right simultaneous, then you will lost
 all your windows of that desktop. Only the sticky ones are left.
 Interesting is that the processes are still there, the windows
 are neither minimized nor can be found in Lost Windows list.
 They are simple beamed to nowhere.
 
 You can give it a try, if it just hops around, it means you are
 not quick enough I am using e17, with cvs from 20050807.
 I also got acknowledgement from other user on #e. He use cvs
 from 20050718
 
 regards,
 
 Gusti Benawi
 
 --
 He abused me, he beated me,
 He defeated me, he robbed me,
 In those who harbour such thoughts
 Hatred never ceases.
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference 
 EXPO September 19-22, 2005 * San Francisco, CA * Development
 Lifecycle Practices Agile  Plan-Driven Development * Managing
 Projects  Teams * Testing  QA Security * Process Improvement
  Measurement * http://www.sqe.com/bsce5sf
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


   
   
   ---
   SF.Net email is Sponsored by the Better Software Conference  EXPO
   September 19-22, 2005 * San Francisco, CA * Development Lifecycle
   Practices Agile  Plan-Driven Development * Managing Projects 
   Teams * Testing  QA Security * Process Improvement  Measurement *
   http://www.sqe.com/bsce5sf
   ___ enlightenment-users
   mailing list enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
   
  
  
 
 
 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf