[e-users] E17 screensaver: unable enter password (too many open files)

2009-04-09 Thread Martin Zwickel
Hi all,

since some weeks I'm not able to enter a valid password in the E17 screensaver.

I now checked the syscalls and found the issue:

[output]
1574  stat("/etc/pam.d/enlightenment", 0x7fffae69a0f0) = -1 ENOENT (No such 
file or directory)
1574  stat("/etc/pam.d/xscreensaver", {st_mode=S_IFREG|0644, st_size=77, ...}) 
= 0
1574  stat("/etc/pam.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1574  open("/etc/pam.d/xscreensaver", O_RDONLY) = 17
1574  fstat(17, {st_mode=S_IFREG|0644, st_size=77, ...}) = 0
1574  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x7f14a6535000
1574  read(17, "# File autogenerated by pamd_mimi"..., 4096) = 77
1574  open("/etc/pam.d/system-auth", O_RDONLY) = 1023
1574  fstat(1023, {st_mode=S_IFREG|0644, st_size=408, ...}) = 0
1574  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x7f14a6532000
1574  read(1023, "auth\t\trequired\tpam_env.so \nauth\t\t"..., 4096) = 408
1574  open("/lib64/security/pam_env.so", O_RDONLY) = -1 EMFILE (Too many open 
files)
1574  open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
EMFILE (Too many open files)
1574  open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
EMFILE (Too many open files)
1574  open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE 
(Too many open files)
1574  open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
EMFILE (Too many open files)
1574  open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 
EMFILE (Too many open files)
1574  open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EMFILE 
(Too many open files)
1574  stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
1574  socket(PF_FILE, SOCK_DGRAM, 0)= -1 EMFILE (Too many open files)
1574  stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
1574  socket(PF_FILE, SOCK_DGRAM, 0)= -1 EMFILE (Too many open files)
1574  open("/lib64/security/pam_unix.so", O_RDONLY) = -1 EMFILE (Too many open 
files)
1574  stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
1574  socket(PF_FILE, SOCK_DGRAM, 0)= -1 EMFILE (Too many open files)
1574  stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
1574  socket(PF_FILE, SOCK_DGRAM, 0)= -1 EMFILE (Too many open files)
1574  read(1023, ""..., 4096)   = 0
1574  close(1023)   = 0
1574  munmap(0x7f14a6532000, 4096)  = 0
1574  read(17, ""..., 4096) = 0
1574  close(17) = 0
1574  munmap(0x7f14a6535000, 4096)  = 0
1574  open("/etc/pam.d/other", O_RDONLY) = 17
1574  fstat(17, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0
1574  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x7f14a6535000
1574  read(17, "auth   required\tpam_deny.so\na"..., 4096) = 128
1574  open("/lib64/security/pam_deny.so", O_RDONLY) = 1023
1574  read(1023, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\5\0\0\0\0\0\0@"..., 832) = 832
1574  fstat(1023, {st_mode=S_IFREG|0755, st_size=5840, ...}) = 0
1574  mmap(NULL, 2101280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 1023, 
0) = 0x7f1494162000
1574  mmap(0x7f1494362000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 1023, 0) = 0x7f1494362000
1574  close(1023)   = 0
1574  mprotect(0x7f1494362000, 4096, PROT_READ) = 0
1574  read(17, ""..., 4096) = 0
1574  close(17) = 0
1574  munmap(0x7f14a6535000, 4096)  = 0
1574  getuid()  = 0
1574  open("/etc/passwd", O_RDONLY|0x8 /* O_??? */) = 17
[/output]

Somehow there are too many open files?!?!
Well, I could increase the no. of files, but somehow I wonder why there are
~1022 files/file handles open.

Could someone shed some light on it?

Best regards,
Martin


-- 
MyExcuse:
Bad cafeteria food landed all the sysadmins in the hospital.

Martin Zwickel 
Research & Development

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] using enlightenment_remote from a vt...

2009-03-30 Thread Martin Zwickel
On Sat, 28 Mar 2009 19:07:00 +
Jackson  bubbled:

> Thanks mate, that was a real help!
> 
> If the event that anyone stumbles across this  thread having the same
> problem in the future, the grep command gave me the exact output for what to
> add after the command "export E_IPC_SOCKET="; ignore the |0 or \|0 at the
> end of the filename as it appears in the terminal, but you must include both
> digits (probably ":0.0") for the display number; I had been confused by the
> error message and never found the right combination.
> 
> Thanks again!
> jxn

I used this in my .profile:

if [ -z "$E_IPC_SOCKET" ]; then
  if [ -e ~/.xsession-errors }; then
export E_IPC_SOCKET="`grep E_IPC_SOCKET ~/.xsession-errors | tail -n 1  | 
sed -e 's:.*E_IPC_SOCKET=\(.*\)$:\1:g'`"
echo "E_IPC_SOCKET = $E_IPC_SOCKET"
  fi
fi

This hack works fine here.

Regards,
Martin

-- 
MyExcuse:
The MGs ran out of gas.

Martin Zwickel 
Research & Development

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Alt-Key functonality gone

2009-03-17 Thread Martin Zwickel
On Tue, 17 Mar 2009 01:29:27 +
Oliver Pahl  bubbled:

> Okay, 
> nailed it down to the commit r39505. After removing ecore-input commit, my
> Alt-Key is back to its full glory. I try to track the issue further down.

Same issue here, any fix for this?

- Martin

-- 
MyExcuse:
root rot

Martin Zwickel 
Research & Development

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17: Ignore focus for window?

2008-11-13 Thread Martin Zwickel
On Thu, 13 Nov 2008 22:38:07 +1100
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Thu, 13 Nov 2008 10:34:39 +0100 Martin Zwickel
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi Carsten,
> > 
> > On Thu, 13 Nov 2008 09:56:31 +1100
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:
> > 
> > > On Wed, 12 Nov 2008 16:26:28 +0100 Martin Zwickel
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > unfortunately for you - no. does the window ever need focus for any reason
> > > (entering text?)
> > 
> > No, this window does not need a focus for any reason.

Am I able to workaround this in any way?

:) Regards,
Martin

-- 
MyExcuse:
CPU needs recalibration

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17: Ignore focus for window?

2008-11-13 Thread Martin Zwickel
Hi Carsten,

On Thu, 13 Nov 2008 09:56:31 +1100
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Wed, 12 Nov 2008 16:26:28 +0100 Martin Zwickel
> <[EMAIL PROTECTED]> babbled:
> 
> unfortunately for you - no. does the window ever need focus for any reason
> (entering text?)

No, this window does not need a focus for any reason.

> 
> > Hi!
> > 
> > Is there a way to ignore the focus for a newly created window?
> > 
> > I have a phone software (ctimon) that pops up a small window if I get a call
> > on my phone.
> > 
> > Everytime someone calls me, my E17 moves focus to the popup. It's very
> > frustrating if I actually code in an xterm while this happens.
> > 
> > I tried to workaround this with devilspie but no luck so far.
> > 
> > Is there a E17 solution for this?
> > 
> > Thanks and regards,
> > Martin
> > 
> > ps.: E17 window focus is set to "all new windows get focus".
> > 
> > -- 
> > MyExcuse:
> > permission denied
> > 
> > Martin Zwickel <[EMAIL PROTECTED]>
> > Research & Development
> > 
> 
> 


-- 
MyExcuse:
Zombie processes haunting the computer

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>
Bahnhofstrasse 12 1/2
86150 Augsburg

Phone: +49 821 450448 0
Fax:   +49 821 450448 11

---
This Email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and
strictly prohibited. If you have received this message in error, please
notify the sender by Email immediately and delete the message from your
computer without making copies.
---

Gesellschaftssitz: Erfurt; Registergericht: Amtsgericht Jena, HRB 111002
Vorstand: Dr. Heiko Kieser (Vorsitzender), Dipl.-Ing. Michael Pauli
Vorsitzende des Aufsichtsrats: Dipl.-Ing. ök. Angelika Dietzel
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E17: Ignore focus for window?

2008-11-12 Thread Martin Zwickel
Hi!

Is there a way to ignore the focus for a newly created window?

I have a phone software (ctimon) that pops up a small window if I get a call on
my phone.

Everytime someone calls me, my E17 moves focus to the popup. It's very
frustrating if I actually code in an xterm while this happens.

I tried to workaround this with devilspie but no luck so far.

Is there a E17 solution for this?

Thanks and regards,
Martin

ps.: E17 window focus is set to "all new windows get focus".

-- 
MyExcuse:
permission denied

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E16: Pager "window title" tooltips are not removed?!

2007-07-20 Thread Martin Zwickel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Kim,

my E16 does not clean up the "window title" tooltips of the pager since a few
weeks.
They are cleaned if the mouse is moved over the desktop background in the pager,
but not if I have a maximized window with no visible desktop background.

Any clue about that?

Thanks and regards,
Martin

- -- 
MyExcuse:
Internet shut down due to maintenance

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>
Werner-von-Siemens-Str. 6
86159 Augsburg

Phone: +49 821 450448 0
Fax:   +49 821 450448 11

- ---
This Email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and
strictly prohibited. If you have received this message in error, please
notify the sender by Email immediately and delete the message from your
computer without making copies.
- ---

Gesellschaftssitz: Erfurt; Registergericht: Amtsgericht Jena, HRB 111002
Vorstand: Dr. Heiko Kieser (Vorsitzender), Dipl.-Ing. Michael Pauli
Vorsitzende des Aufsichtsrats: Dipl.-Ing. ök. Angelika Dietzel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGoII8mjLYGS7fcG0RAoPsAKCr6/MXpE8bWk5fgCS2u108zhnj1wCfeQL/
0may6wRtG3PDA9Lt3HWbZMw=
=XD+4
-END PGP SIGNATURE-
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e-wiki?

2006-06-19 Thread Martin Zwickel
On Mon, 19 Jun 2006 12:36:06 +0200
Morten Nilsen <[EMAIL PROTECTED]> bubbled:

> muzzle wrote:
> >> Its a controlled WIKI,
> > 
> > so it is not a wiki :)
> > 
> >> if you would like to participate, prepare
> >> something (or propose mods) and ask for an account to edit the
> >> site. (#get-e, HandyAndE, CodeWarrior, or devilhorns)
> > 
> > A wiki is something that _anyone_ can edit. I can understand you do
> > not want every e17 user to meddle with the official documentation,
> > but a wiki is a different thing.
> 
> Err.. A wiki with user controls is still a wiki.

For reference:
http://en.wikipedia.org/wiki/Wiki

;)

-- 
MyExcuse:
Boredom in the Kernel.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Ecore_Evas.h

2006-05-19 Thread Martin Zwickel
On Thu, 18 May 2006 16:53:06 +0100
Peter Flynn <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> >> There is no file autogen.sh in these directories.
> > 
> > CVS ...
> 
> Tried, but the command given on the webpage:
> 
>cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/e
> login
> 
> asks for a password that I don't have (and giving my email address
> doesn't work). My own ignorance...I've never managed to use CVS
> successfully so I tend to avoid it.

The CVS server works here...
cvs -q -f -z4 -d ":pserver:anonymous:@anoncvs.enlightenment.org:/var/cvs/e" 
login
cvs -q -f -z4 -d ":pserver:[EMAIL PROTECTED]:/var/cvs/e" update -dP e17/apps/e

> >>> Just to be sure the "cd .." doesn't ruin everything if something
> >>> bad happens.
> >> Indeed. But this doesn't resolve the problem of the missing
> >> Ecore_Evas.h
> > 
> > Yes, of course!
> > 
> > Have you searched for it in your /usr/include
> > and /usr/local/include ???
> 
> $ find /usr -name Ecore_Evas.h -ls
> $

None there ;) So not installed.

> 
> > Maybe you have 2 copies of e17 in your install? Maybe one
> > in /usr/local and one in /usr?
> 
> No, this is the first time I've tried to install it, so nothing has
> been installed yet except whatever got installed by the (successful)
> eet, evas, ecore, and embryo make install's.
> 
> > Have you made a "make install" by hand in the ecore/evas dir to
> > check if it really copies it, and where?
> 
> The string Ecore_Evas.h does not occur in the output of make install,
> either in the ecore directory or in the evas directory. This seems to 
> indicate that the Makefiles don't install that file anywhere.

My makefile does install it...

> I copied it by hand to /usr/local/include and that seems to get over
> the problem with edje's make.
> 
> But now when I make install in edje I still get
> 
> edje_main.o(.text+0x1840): In function `main':
> /tmp/en/edje-0.5.0.026/src/bin/edje_main.c:76: undefined reference to 
> `ecore_evas_init'
> 
> So there's still something missing somewhere.

Yes, try to install it correctly.

I install ecore like this:
cvs -q -f -z4 -d ":pserver:anonymous:@anoncvs.enlightenment.org:/var/cvs/e" 
login
cvs -q -f -z4 -d ":pserver:[EMAIL PROTECTED]:/var/cvs/e" update -dP 
e17/libs/ecore
./autogen.sh
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --enable-ecore-x --enable-ecore-job --disable-ecore-fb 
--enable-ecore-evas --enable-ecore-evas-gl --disable-ecore-evas-fb 
--enable-ecore-con --enable-ecore-ipc --enable-ecore-txt --enable-ecore-config 
--build=i686-pc-linux-gnu
make && make install

That should give this tree:
/usr/share/evas/Vera.ttf
/usr/share/evas/VeraBI.ttf
/usr/share/evas/VeraBd.ttf
/usr/share/evas/VeraIt.ttf
/usr/share/evas/VeraMoBI.ttf
/usr/share/evas/VeraMoBd.ttf
/usr/share/evas/VeraMoIt.ttf
/usr/share/evas/VeraMono.ttf
/usr/share/evas/VeraSe.ttf
/usr/share/evas/VeraSeBd.ttf
/usr/share/evas/fonts.alias
/usr/share/evas/fonts.dir
/usr/share/evas/backdrop.png
/usr/share/evas/e_logo.png
/usr/share/evas/evas_logo.png
/usr/share/evas/panel.png
/usr/share/evas/panel_shadow.png
/usr/share/evas/panel_top.png
/usr/share/evas/t1.png
/usr/share/evas/t2.png
/usr/share/evas/test_pattern.png
/usr/share/doc/evas-/AUTHORS.gz
/usr/share/doc/evas-/README.gz
/usr/lib/libevas.so.1.0.0
/usr/lib/libevas.so.1
/usr/lib/libevas.so
/usr/lib/libevas.la
/usr/lib/libevas.a
/usr/lib/evas/modules/engines/software_generic/linux-gnu-i686/module.so
/usr/lib/evas/modules/engines/software_generic/linux-gnu-i686/module.la
/usr/lib/evas/modules/engines/software_generic/linux-gnu-i686/module.a
/usr/lib/evas/modules/engines/buffer/linux-gnu-i686/module.so
/usr/lib/evas/modules/engines/buffer/linux-gnu-i686/module.la
/usr/lib/evas/modules/engines/buffer/linux-gnu-i686/module.a
/usr/lib/evas/modules/engines/gl_x11/linux-gnu-i686/module.so
/usr/lib/evas/modules/engines/gl_x11/linux-gnu-i686/module.la
/usr/lib/evas/modules/engines/gl_x11/linux-gnu-i686/module.a
/usr/lib/evas/modules/engines/software_x11/linux-gnu-i686/module.so
/usr/lib/evas/modules/engines/software_x11/linux-gnu-i686/module.la
/usr/lib/evas/modules/engines/software_x11/linux-gnu-i686/module.a
/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-i686/module.so
/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-i686/module.la
/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-i686/module.a
/usr/lib/evas/modules/loaders/edb/linux-gnu-i686/module.so
/usr/lib/evas/modules/loaders/edb/linux-gnu-i686/module.la
/usr/lib/evas/modules/loaders/edb/linux-gnu-i686/module.a
/usr/lib/

Re: [e-users] Ecore_Evas.h

2006-05-18 Thread Martin Zwickel
On Thu, 18 May 2006 16:06:39 +0100
Peter Flynn <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > On Thu, 18 May 2006 09:57:39 -0400
> > Mitch Gorman <[EMAIL PROTECTED]> bubbled:
> > 
> >> Peter Flynn wrote:
> >>
> >>> I'm running them in order with
> >>> $ for d in eet-0.9.10.026 evas-0.9.9.026 ecore-0.9.9.026 \
> >>> embryo-0.9.1.026 edje-0.5.0.026 enlightenment-0.16.999.026 \
> >>> ewl-0.0.4.007; do cd $d;./configure;make;make install;cd ..;done
> >>>
> >> i believe you'll want to change that to something like:
> 
> For soem reason Mitch's mail didn't make it here yet.
> 
> > Better way:
> > 
> >> for d in ee* ev* ec* em* ed* en* ew*
> >> do
> >> (cd "${d}" && ./autogen.sh && make && make install)
> >> done
> 
> There is no file autogen.sh in these directories.

CVS ...

> 
> > Jsut to be sure the "cd .." doesn't ruin everything if something bad
> > happens.
> 
> Indeed. But this doesn't resolve the problem of the missing
> Ecore_Evas.h

Yes, of course!

Have you searched for it in your /usr/include and /usr/local/include ???

Maybe you have 2 copies of e17 in your install? Maybe one in /usr/local
and one in /usr?

Have you made a "make install" by hand in the ecore/evas dir to check if
it really copies it, and where?

-- 
MyExcuse:
Due to Federal Budget problems we have been forced to cut back on the
number of users able to access the system at one time. (namely none
allowed)

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


Re: [e-users] Ecore_Evas.h

2006-05-18 Thread Martin Zwickel
On Thu, 18 May 2006 09:57:39 -0400
Mitch Gorman <[EMAIL PROTECTED]> bubbled:

> Peter Flynn wrote:
> 
> > I'm running them in order with
> > $ for d in eet-0.9.10.026 evas-0.9.9.026 ecore-0.9.9.026 \
> > embryo-0.9.1.026 edje-0.5.0.026 enlightenment-0.16.999.026 \
> > ewl-0.0.4.007; do cd $d;./configure;make;make install;cd ..;done
> >
> 
> i believe you'll want to change that to something like:

Better way:

> for d in ee* ev* ec* em* ed* en* ew*
> do
> (cd "${d}" && ./autogen.sh && make && make install)
> done

Jsut to be sure the "cd .." doesn't ruin everything if something bad
happens.


-- 
MyExcuse:
We've run out of licenses

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


Re: [e-users] Cannot Update

2006-05-03 Thread Martin Zwickel
On Wed, 3 May 2006 06:56:42 -0700 (PDT)
Alejandro Salas <[EMAIL PROTECTED]> bubbled:

> 
> > What are you typing? Which server are you running
> > against?
> > 
> > I know it's a stupid thing to say but...it works
> > here!
> 
> Hahahah, not stupid, my bad. 
> pserver:[EMAIL PROTECTED]:/var/cvs/e

^^ Typos?

:pserver:[EMAIL PROTECTED]:/var/cvs/e

-- 
MyExcuse:
Data for intranet got routed through the extranet and landed on the
internet.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


Re: [e-users] e16 cvs systray problem with iconify

2006-03-30 Thread Martin Zwickel
On Thu, 30 Mar 2006 22:41:32 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Bradley Reed wrote:
> > On Thu, 30 Mar 2006 09:15:04 +0200
> > Martin Zwickel <[EMAIL PROTECTED]> wrote:
> > 
> > 
> >> 
> >>Hi Kim!
> >>
> >>I have a problem with the new systray:
> >>
> >>But if I iconify the main window and click on the systray icon, the
> >>iconbox icon disappears and the mainwindow is hidden?!
> >>
> >>Then I click on the systray icon again, and the iconify animation
> >>appers of the mainwindow and the iconbox icon is shown again.
> >>
> >>Feature or bug?
> >>
> > 
> > 
> > I notice the exact same thing with sylpheed-claws (an email
> > program), but with several other apps I don't.
> > 
> I think skype as well as sylpheed-claws are to blame here.
> It looks like they have trouble keeping track of their iconified
> state when mixing map/unmap via systray with iconify/deiconify.
> When iconified they set "Initial state is Iconic State" in WM_HINTS.
> When mapped via systray they don't clear that, so e16 honours it and 
> iconifies them on map.

Ah, ok, many thanks for the clarification.

-- 
MyExcuse:
no "any" key on keyboard

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


[e-users] e16 cvs systray problem with iconify

2006-03-29 Thread Martin Zwickel
Hi Kim!

I have a problem with the new systray:

For example I started skype.
The systray icon appears in the systray and I can hide/show the skype
mainwindow with the systray icon.

But if I iconify the main window and click on the systray icon, the
iconbox icon disappears and the mainwindow is hidden?!

Then I click on the systray icon again, and the iconify animation
appers of the mainwindow and the iconbox icon is shown again.

Feature or bug?


Regards,
Martin

-- 
MyExcuse:
Zombie processes detected, machine is haunted.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


Re: [e-users] Problem with CVS?

2006-03-16 Thread Martin Zwickel
On Thu, 16 Mar 2006 06:08:00 -0500
Peter <[EMAIL PROTECTED]> bubbled:

> 2 days now, cannot access either web-based or capture cvs source
> directly. Just thought you should know. Other sf sites seem to still
> work.

Yeah, have the same problem since some days (at least CVS).

# cvs upd -d -A
cvs [update aborted]: unrecognized auth response from cvs.sourceforge.net: M 
-!- Client or Server timeout occurred!

-- 
MyExcuse:
user to computer ratio too high.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


signature.asc
Description: PGP signature


Re: [e-users] E16 cvs: Alt-Tab: Window-List Menu stays open

2005-10-14 Thread Martin Zwickel
On Thu, 13 Oct 2005 20:36:35 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > Hmm, I had this problem a year ago, and was fixed I believe, but now
> > it's back:
> > Alt-Tab opens the Window-List menu and switches the app, but
> > sometimes the menu stays open.
> > Seems like the menu doesn't receive the Alt-Release-Event ...
> > 
> Yeah, I had noticed that. Should be fixed now.

Thanks Kim, works much better now!

Regards,
Martin

-- 
MyExcuse:
Too many interrupts

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpCkSTGjqwvt.pgp
Description: PGP signature


[e-users] E16 cvs: Alt-Tab: Window-List Menu stays open

2005-10-13 Thread Martin Zwickel
Hmm, I had this problem a year ago, and was fixed I believe, but now
it's back:
Alt-Tab opens the Window-List menu and switches the app, but sometimes
the menu stays open.
Seems like the menu doesn't receive the Alt-Release-Event ...

Kim??

Regards,
Martin

my e16 should be up-to-date:
version
Enlightenment Version : enlightenment-0.16.8
code is current to: $Date: 2005/09/20 17:42:10 $


ps.: I hate SF-CVS!
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/enlightenment
cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: 
Connection refused


-- 
MyExcuse:
You're out of memory

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpKf1EzfqKQm.pgp
Description: PGP signature


Re: [e-users] E16 CVS autogen.sh problem

2005-09-28 Thread Martin Zwickel
On Tue, 27 Sep 2005 19:07:40 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > When I run ./autogen.sh in e16/e, i get the attached output.
> > 
> > Why does it fail? How may I get it to work? Is something wrong
> > with my autotools?
> > It worked a few weeks before, I don't know what went wrong...
> > 
> > Regards,
> > Martin
> > 
> > [output]
> > # ./autogen.sh
> > I am going to run ./configure with no arguments - if you wish 
> > to pass any to it, please specify them on the ./autogen.sh command
> > line. Generating configuration files for Enlightenment, please
> > wait
> >   setup-gettext.sh
> > Creating directory m4
> > Copying file m4/codeset.m4
> > Copying file m4/gettext.m4
> > Copying file m4/glibc21.m4
> > Copying file m4/iconv.m4
> > Copying file m4/intdiv0.m4
> > Copying file m4/inttypes-pri.m4
> > Copying file m4/inttypes.m4
> > Copying file m4/inttypes_h.m4
> > Copying file m4/isc-posix.m4
> > Copying file m4/lcmessage.m4
> > Copying file m4/lib-ld.m4
> > Copying file m4/lib-link.m4
> > Copying file m4/lib-prefix.m4
> > Copying file m4/nls.m4
> > Copying file m4/po.m4
> > Copying file m4/progtest.m4
> > Copying file m4/stdint_h.m4
> > Copying file m4/uintmax_t.m4
> > Copying file m4/ulonglong.m4
> >   aclocal -I m4 
> > /usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of
> > AM_PATH_SIGC
> >   run info '(automake)Extending aclocal'
> >   or see
> >   http://sources.redhat.com/automake/automake.html#Extending-aclocal
> > /usr/share/aclocal/rep.m4:7: warning: underquoted definition of
> > AM_PATH_REP /usr/share/aclocal/pth.m4:43: warning: underquoted
> > definition of _AC_PTH_ERROR /usr/share/aclocal/pth.m4:55: warning:
> > underquoted definition of _AC_PTH_VERBOSE
> > /usr/share/aclocal/pth.m4:61: warning: underquoted definition of
> > AC_CHECK_PTH /usr/share/aclocal/path_dps.m4:202: warning:
> > underquoted definition of AC_PATH_DPS_GUESS_GNUSTEP
> > /usr/share/aclocal/path_dps.m4:239: warning: underquoted definition
> > of AC_PATH_DPS_GUESS /usr/share/aclocal/path_dps.m4:333: warning:
> > underquoted definition of AC_PATH_DPS_CHECK_LIB
> > /usr/share/aclocal/path_dps.m4:405: warning: underquoted definition
> > of AC_PATH_DPS_CHECK_HEADER /usr/share/aclocal/path_dps.m4:440:
> > warning: underquoted definition of AC_PATH_DPS_CHECK
> > /usr/share/aclocal/path_dps.m4:450: warning: underquoted definition
> > of AC_PATH_DPS /usr/share/aclocal/path_dps.m4:525: warning:
> > underquoted definition of AC_CHECK_DPS_NXAGENT
> > /usr/share/aclocal/path_dps.m4:558: warning: underquoted definition
> > of AC_PATH_DPSET /usr/share/aclocal/path_dps.m4:579: warning:
> > underquoted definition of AC_PROG_PSWRAP
> > /usr/share/aclocal/path_dps.m4:172: file `path_dps.m4' does not
> > exist
> >   autoheader
> > autoheader-2.59: error: AC_CONFIG_HEADERS not found in configure.in
> >   automake --add-missing
> > configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
> > configure.in: You should verify that configure.in invokes
> > AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the
> > top-level directory, configure.in: and that aclocal.m4 was recently
> > regenerated (using aclocal). /usr/share/automake-1.9/am/depend2.am:
> > am__fastdepCC does not appear in AM_CONDITIONAL
> > /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in
> > AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: am__fastdepCC
> > does not appear in AM_CONDITIONAL
> > /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in
> > AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: am__fastdepCC
> > does not appear in AM_CONDITIONAL
> > /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in
> > AM_CONDITIONAL src/Makefile.am:7: ENABLE_EWMH does not appear in
> > AM_CONDITIONAL src/Makefile.am:10: ENABLE_GNOME does not appear in
> > AM_CONDITIONAL src/Makefile.am:13: USE_ESNPRINTF does not appear in
> > AM_CONDITIONAL src/Makefile.am:16: HAS_COMPOSITE does not appear in
> > AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: am__fastdepCC
> > does not appear in AM_CONDITIONAL
> > /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in
> > AM_CONDITIONAL
> >   autoconf
> > Running ./configure ...
> > ./configure: line 1315: syntax error near unexpected token `e16,'
> > ./configure: line 1315: `AM_INIT_AUTOMAKE(e16,
> > $ENLIGHTENMENT_VERSION-0.18)' [/outpu

[e-users] E16 CVS autogen.sh problem

2005-09-27 Thread Martin Zwickel
When I run ./autogen.sh in e16/e, i get the attached output.

Why does it fail? How may I get it to work? Is something wrong
with my autotools?
It worked a few weeks before, I don't know what went wrong...

Regards,
Martin

[output]
# ./autogen.sh
I am going to run ./configure with no arguments - if you wish 
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for Enlightenment, please wait
  setup-gettext.sh
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
  aclocal -I m4 
/usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of AM_PATH_SIGC
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/path_dps.m4:202: warning: underquoted definition of 
AC_PATH_DPS_GUESS_GNUSTEP
/usr/share/aclocal/path_dps.m4:239: warning: underquoted definition of 
AC_PATH_DPS_GUESS
/usr/share/aclocal/path_dps.m4:333: warning: underquoted definition of 
AC_PATH_DPS_CHECK_LIB
/usr/share/aclocal/path_dps.m4:405: warning: underquoted definition of 
AC_PATH_DPS_CHECK_HEADER
/usr/share/aclocal/path_dps.m4:440: warning: underquoted definition of 
AC_PATH_DPS_CHECK
/usr/share/aclocal/path_dps.m4:450: warning: underquoted definition of 
AC_PATH_DPS
/usr/share/aclocal/path_dps.m4:525: warning: underquoted definition of 
AC_CHECK_DPS_NXAGENT
/usr/share/aclocal/path_dps.m4:558: warning: underquoted definition of 
AC_PATH_DPSET
/usr/share/aclocal/path_dps.m4:579: warning: underquoted definition of 
AC_PROG_PSWRAP
/usr/share/aclocal/path_dps.m4:172: file `path_dps.m4' does not exist
  autoheader
autoheader-2.59: error: AC_CONFIG_HEADERS not found in configure.in
  automake --add-missing
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
/usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
src/Makefile.am:7: ENABLE_EWMH does not appear in AM_CONDITIONAL
src/Makefile.am:10: ENABLE_GNOME does not appear in AM_CONDITIONAL
src/Makefile.am:13: USE_ESNPRINTF does not appear in AM_CONDITIONAL
src/Makefile.am:16: HAS_COMPOSITE does not appear in AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
  autoconf
Running ./configure ...
./configure: line 1315: syntax error near unexpected token `e16,'
./configure: line 1315: `AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.18)'
[/output]

-- 
MyExcuse:
transient bus protocol violation

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Keybindings file e16

2005-09-22 Thread Martin Zwickel
On Thu, 22 Sep 2005 18:08:19 +0900
Raphael Plasson <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel a écrit :
> 
> >On Thu, 22 Sep 2005 09:11:50 +0100
> >Paulo Matos <[EMAIL PROTECTED]> bubbled:
> >
> >  
> >
> >>Hi all,
> >>
> >>Where's the file where the e16 keybindings are saved? Edited by 
> >>e16keyedit.
> >>
> >>
> >
> >~/.e16/...e_session-XX
> >  
> >
> 
> Wasn't it changed to ~/.e16/e_config.bindings with E16.8 ?

Damn I mixed E16.7 with E16.8... But he didn't say which
one he meant :)

Yeah, E16.8 should be ~/.e16/e_config.bindings.


-- 
MyExcuse:
only available on a need to know basis

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Keybindings file e16

2005-09-22 Thread Martin Zwickel
On Thu, 22 Sep 2005 09:11:50 +0100
Paulo Matos <[EMAIL PROTECTED]> bubbled:

> Hi all,
> 
> Where's the file where the e16 keybindings are saved? Edited by 
> e16keyedit.

~/.e16/...e_session-XX




-- 
MyExcuse:
The electrician didn't know what the yellow cable was so he yanked the
ethernet out.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E Movies

2005-09-06 Thread Martin Zwickel
On Tue, 6 Sep 2005 16:59:44 +0100
Baryonic Being <[EMAIL PROTECTED]> bubbled:

> 
> Ignore me if you haven't time to consider this trivial question, but  
> I have been watching some of the E17 and Elive videos - motion
> screen captures - and I was just wondering how they were created.
> Thanks a lot if you can tell me.

I already asked Raster, the answer:
xvidcap

http://xvidcap.sourceforge.net/


-- 
MyExcuse:
Forced to support NT servers; sysadmins quit.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpEiPpgWgrqy.pgp
Description: PGP signature


Re: [e-users] E17: Why does some of the animated images shake?

2005-08-23 Thread Martin Zwickel
On Tue, 23 Aug 2005 16:54:01 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Tue, 23 Aug 2005 09:51:26 +0200 Martin Zwickel
> <[EMAIL PROTECTED]> babbled:
> 
> > On Tue, 23 Aug 2005 10:30:28 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:
> > 
> > > On Mon, 22 Aug 2005 20:53:07 +0200 ilLogict <[EMAIL PROTECTED]>
> > > babbled:
> > > 
> > > > Hello!
> > > > 
> > > > I always had the same problem on my box. But on amd64, this is
> > > > set as gcc's default. Do anyone know how to bypass it so that it
> > > > won't be used?
> > > 
> > > man gcc. as for the sse fp math... it (from memory) makes gcc use
> > > the sse instruction set to do floating point math operations. this
> > > is likely a bad thing as it 1. means using the "mmx unit" and
> > > swapping out of fp mode and thus you have a cycle hit with an emms
> > > coming back in - as the fp ops are short and not all over this
> > > isn't much worth it. i suspect there is some conversion rounding
> > > cumulative error. but as i dont have an amd64 i cant tell you much
> > > more than what i suspect. :)
> > 
> > Maybe you can disable the option in the specs file?!
> 
> that is not our job - to dictate build flag policy. that's the job of
> the builder. :) we provide a SAMPLe .spec file for building rpm's -
> it's nto a final thing. it's intended to help packagers build off.

Ahhh, sorry Carsten. I haven't meant you!
Replied to the wrong mail, Of course I meant only ilLogict that he may
disable this flag in his local gcc specs file...

-- 
MyExcuse:
The Usenet news is out of date

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpEGQ6FFxwjV.pgp
Description: PGP signature


Re: [e-users] E17: Why does some of the animated images shake?

2005-08-23 Thread Martin Zwickel
On Tue, 23 Aug 2005 10:30:28 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Mon, 22 Aug 2005 20:53:07 +0200 ilLogict <[EMAIL PROTECTED]>
> babbled:
> 
> > Hello!
> > 
> > I always had the same problem on my box. But on amd64, this is set
> > as gcc's default. Do anyone know how to bypass it so that it won't
> > be used?
> 
> man gcc. as for the sse fp math... it (from memory) makes gcc use the
> sse instruction set to do floating point math operations. this is
> likely a bad thing as it 1. means using the "mmx unit" and swapping
> out of fp mode and thus you have a cycle hit with an emms coming back
> in - as the fp ops are short and not all over this isn't much worth
> it. i suspect there is some conversion rounding cumulative error. but
> as i dont have an amd64 i cant tell you much more than what i suspect.
> :)

Maybe you can disable the option in the specs file?!

-- 
MyExcuse:
incompatible bit-registration operators

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpbz5Elf8ZbK.pgp
Description: PGP signature


Re: [e-users] E17: Why does some of the animated images shake?

2005-08-22 Thread Martin Zwickel
On Mon, 22 Aug 2005 18:14:50 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Mon, 22 Aug 2005 11:07:20 +0200 Martin Zwickel
> <[EMAIL PROTECTED]> babbled:
> 
> > On Mon, 22 Aug 2005 13:29:34 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:
> > 
> > > On Wed, 17 Aug 2005 16:13:28 +0200 Martin Zwickel
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > Hi there!
> > > > 
> > > > I posted this some time ago, but now with a video.
> > > > 
> > > > Some animated images (like the e17 start logo) does shake.
> > > > Does the image position code has a bug?
> > > > 
> > > > Ah, here the e17 start logo example:
> > > > http://media.putfile.com/shaking_e
> > > 
> > > when does this happen?
> > 
> > Everytime I start E17. The start logo shakes after some frames as
> > you can see in the video. All animated stuff seems to shake, like
> > the window min/max/close buttons in winter theme, the flashing icons
> > in the app launcher, ...
> > Maybe a gcc bug... but also could be a non updated lib.
> > 
> > > 1. what cpu do you have?
> > 
> > P4 2.4GHz
> > 
> > > 2. what os/libc etc.
> > 
> > Linux Gentoo with kernel 2.6.8-rc2-mm1
> > libc: 2.3.5
> > gcc: 3.3.5-20050130(Gentoo Linux 3.3.5.20050130-r1,
> > ssp-3.3.5.20050130-1, pie-8.7.7.1)
> > 
> > > 3. what resolution is your screen?
> > > 4. what resolution are you doing that test at?
> > 
> > 1280x1024, but the movie was from Xnest with geo 960x768.
> > 
> > > i don't see that here under any sizing conditions. have you used
> > > weird CFLAGS to compile? like -ffast-math? 
> > 
> > CFLAGS="-march=pentium4 -O2 -mfpmath=sse -msse2 -mmmx -pipe
> > -fomit-frame-pointer"
> 
> remove -mfpmath=sse
> 
> dont use that. i suspect this might be the cause.

As in the other thread: It was the cause! The Intro does not shake
anymore.
Hmm, someone should have a look at the code generation with the
-mfpmath=sse.

Thanks ;)

-- 
MyExcuse:
Backbone adjustment

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpmESMmlE9pP.pgp
Description: PGP signature


Re: [e-users] E17: Why does some of the animated images shake?

2005-08-22 Thread Martin Zwickel
On Mon, 22 Aug 2005 13:29:34 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> bubbled:

> On Wed, 17 Aug 2005 16:13:28 +0200 Martin Zwickel
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi there!
> > 
> > I posted this some time ago, but now with a video.
> > 
> > Some animated images (like the e17 start logo) does shake.
> > Does the image position code has a bug?
> > 
> > Ah, here the e17 start logo example:
> > http://media.putfile.com/shaking_e
> 
> when does this happen?

Everytime I start E17. The start logo shakes after some frames as you
can see in the video. All animated stuff seems to shake, like the window
min/max/close buttons in winter theme, the flashing icons in the app
launcher, ...
Maybe a gcc bug... but also could be a non updated lib.

> 1. what cpu do you have?

P4 2.4GHz

> 2. what os/libc etc.

Linux Gentoo with kernel 2.6.8-rc2-mm1
libc: 2.3.5
gcc: 3.3.5-20050130(Gentoo Linux 3.3.5.20050130-r1,
ssp-3.3.5.20050130-1, pie-8.7.7.1)

> 3. what resolution is your screen?
> 4. what resolution are you doing that test at?

1280x1024, but the movie was from Xnest with geo 960x768.

> i don't see that here under any sizing conditions. have you used weird
> CFLAGS to compile? like -ffast-math? 

CFLAGS="-march=pentium4 -O2 -mfpmath=sse -msse2 -mmmx -pipe
-fomit-frame-pointer"

Here you can see all the flags used while e compile:
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include
-I../.. -I../../src/bin -I../../src/lib -I/usr/X11R6/include
-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5
-DFAST_PC=6 -DE17_PROFILE=FAST_PC-march=pentium4 -O2 -mfpmath=sse
-msse2 -mmmx -pipe -fomit-frame-pointer -MT e_zone.o -MD -MP -MF
".deps/e_zone.Tpo" -c -o e_zone.o e_zone.c


What do you think? Should I try a build without my CFLAGS?

-- 
MyExcuse:
Internet outage

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgp8qY6cLC0rp.pgp
Description: PGP signature


[e-users] E17: Why does some of the animated images shake?

2005-08-17 Thread Martin Zwickel
Hi there!

I posted this some time ago, but now with a video.

Some animated images (like the e17 start logo) does shake.
Does the image position code has a bug?

Ah, here the e17 start logo example:
http://media.putfile.com/shaking_e

Regards,
Martin

-- 
MyExcuse:
Windows 95 undocumented "feature"

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgp58Acvd3aaJ.pgp
Description: PGP signature


Re: [e-users] e16 CVS: pager problem/xv grab problem

2005-07-22 Thread Martin Zwickel
On Fri, 22 Jul 2005 00:19:55 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > Hi!
> > 
> > Since a few weeks the pager has a bug (at least here;)), the tooltip
> > text is not cleared on the screen. Also sometimes the mini snapshots
> > are always ontop (have a look at the screenshot), sometimes the
> > snapshot is from a window that is already gone.
> > 
> Yeah, there were a number of pager glitches. I think they are fixed
> now.

Yep, fixed. Thanks Kim ;)

> 
> > Also I tried to capture my desk with xv -> grab, but this did not
> > work. I can only grab the screen if I click into the xv window while
> > I'm in the grab mode. Also the mouse cursor does not change (maybe
> > this is not an e16 problem).
> > 
> Hmm... I see nothing unusual with xv.

Xv works again. I don't know why it got stuck yesterday ...

-- 
MyExcuse:
HTTPD Error 4004 : very old Intel cpu - insufficient processing power

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpz6Bpq1yDFp.pgp
Description: PGP signature


[e-users] e16 CVS: pager problem/xv grab problem

2005-07-21 Thread Martin Zwickel
Hi!

Since a few weeks the pager has a bug (at least here;)), the tooltip
text is not cleared on the screen. Also sometimes the mini snapshots are
always ontop (have a look at the screenshot), sometimes the snapshot is
from a window that is already gone.

Also I tried to capture my desk with xv -> grab, but this did not work.
I can only grab the screen if I click into the xv window while I'm in
the grab mode. Also the mouse cursor does not change (maybe this is not
an e16 problem).

Regards,
Martin

-- 
MyExcuse:
excessive collisions & not enough packet ambulances

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>
<>


pgpFgoSoJjPOq.pgp
Description: PGP signature


Re: [e-users] e16 CVS: no autostart in remember list?

2005-07-18 Thread Martin Zwickel
On Fri, 15 Jul 2005 18:51:12 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > The autostart feature in the remember list is gone in e16...
> > 
> Only for certain applications, I think :)
> Anyway, it should be fixed now.

It is! Thanks!

-- 
MyExcuse:
You need to upgrade your VESA local bus to a MasterCard local bus.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgp1P2w4YAIUv.pgp
Description: PGP signature


[e-users] e16 CVS: no autostart in remember list?

2005-07-15 Thread Martin Zwickel
Hi!

The autostart feature in the remember list is gone in e16...


Regards,
Martin


-- 
MyExcuse:
doppler effect

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpZdflAZmKGB.pgp
Description: PGP signature


Re: [e-users] E17: problems with menu/icons/keys/mouse/iconbar ...

2005-07-13 Thread Martin Zwickel
On Wed, 13 Jul 2005 15:11:39 +0200
Martin Geisler <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel <[EMAIL PROTECTED]> writes:
> 
> > btw.: etangle does not work very well. I can't delete entries.
> 
> Try middle-clicking on an entry. Or drag the entry out of the screen
> with your right mouse button.

*doh* I tried nearly every button, but not the middle one!

Thanks, works now ;)


-- 
MyExcuse:
evil hackers from Serbia.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpy7eXqYjXpK.pgp
Description: PGP signature


Re: [e-users] E17: problems with menu/icons/keys/mouse/iconbar ...

2005-07-13 Thread Martin Zwickel
On Wed, 13 Jul 2005 14:19:13 +0200
Martin Geisler <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel <[EMAIL PROTECTED]> writes:
> 
> Hello again, I've got some more tips...
> 
> > But I'm unable to edit the menu (I want to add a few new programs).
> 
> To edit the Favorite Applications menu use entangle.  I have installed
> E17 and the related programs in ~/opt (using ./autogen
> --prefix=/home/mg/opt when configuring) and I thus had to add
> ~/opt/bin to my path before starting E17.  My ~/.xsession file:
> 
>   export PATH=~/opt/bin:$PATH
>   exec ~/opt/bin/enlightenment

I can't delete entries in etangle, only add existing ones :(
So the only way to create new menu entries seems to be to follow the
manual way that is described at get-e.org.

> With those settings E17 gives me an 'Edit Icon' / 'Create Icon' menu
> entry when I click on the title line of a window.  That launches the
> e_util_eapp_edit program with the Window class set correctly.

I tried it with my xterm, but after I changed the command for the icon,
e17 was unable to start my xterm again from the menu.

I changed the command manually with enlightenment_eapp, that did the
trick.

-- 
MyExcuse:
Yes, yes, its called a design limitation

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpIFqOKlxd0M.pgp
Description: PGP signature


Re: [e-users] E17: problems with menu/icons/keys/mouse/iconbar ...

2005-07-13 Thread Martin Zwickel
On Wed, 13 Jul 2005 13:42:19 +0200
Martin Geisler <[EMAIL PROTECTED]> bubbled:

>   $er -binding-key-del ANY Tab   'ALT'   0 'winlist' ''
>   $er -binding-key-del ANY Tab   'SHIFT|ALT' 0 'winlist' ''
> 
>   # Add new keybindings:
> 
>   $er -binding-key-del ANY Tab   'WIN'   0 'winlist' ''
>   $er -binding-key-del ANY Tab   'SHIFT|WIN' 0 'winlist' ''
> 
>   $er -binding-key-add ANY Tab   'WIN'   0 'winlist' 'next'
>   $er -binding-key-add ANY Tab   'SHIFT|WIN' 0 'winlist' 'prev'

Many thanks! That's what I need!

> > And I'm not able to place to clock correctly. There is a border
> > around the clock in "edit mode" and to the bottom there are a few
> > pixels left so it looks unaligned since it clips the few pixels
> > above the bottom ...
> 
> I'm not really sure what you mean here --- for me the clock is nicely
> centered in its resize-box when I use the Edit Mode, and I see no
> strange clipping.
> 

Have a look at the attachments. I can't get it to the bottom because of
the resize-box (which is clipped to the bottom).

-- 
MyExcuse:
popper unable to process jumbo kernel

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>
<>
<>


pgpz7f2wfuFYw.pgp
Description: PGP signature


Re: [e-users] E17: problems with menu/icons/keys/mouse/iconbar ...

2005-07-13 Thread Martin Zwickel
On Wed, 13 Jul 2005 13:47:57 +0200
gimpel <[EMAIL PROTECTED]> bubbled:

> On Wed, 13 Jul 2005 11:48:49 +0200
> Martin Zwickel <[EMAIL PROTECTED]> wrote:
> 
> > I got E17 up and running!
> > 
> > But I'm unable to edit the menu (I want to add a few new programs).
> > I can not create a new entry with e_util_eapp_edit since it is
> > unable to load the icon I give it (an eet file, ex. xterm.app.eet).
> > Also is there a way to sort the entries in the filedialog window? It
> > took around 2mins to find the iconbar directory under /usr/share ...
> 
> eet? your snapshot must be ages old. eet's for applications are
> called .eap
> maybe upgrade to current CVS or something...or if you are running
> current CVS, rename your application eet's to eap, then also
> e_util_eapp_edit will be able to actually edit them ;)

Sorry, was a wrong directory. Don't know why I tried it with that ...

> 
> and for the rest of the questions take a look at http://get-e.org,
> where you'll find a userguide :)

Thx! But what's about the bugs I mentioned?

btw.: etangle does not work very well. I can't delete entries.

> 
> 
> > The Fileload dialog has a bug:
> > If the mouse is over a file, there comes an infowindow at position
> > 0x0 in the Fileload dialog. But when I go over the same file a
> > second time, the infowindow is placed below the mouse. So the first
> > time the infowindow pops up for a file, it is placed at pos 0x0.
> > Expected behaviour?
> > 
> > How can I change the window and focus settings? I have to
> > doubleclick to raise the window.
> > 
> > Also is there a keyedit like the one for e16?
> > 
> > Can I create menu-entries manually? Without that stupid
> > e_util_eapp_edit tool?
> > 
> > Also there are some bugs with animations:
> > Animated images are sometimes like an earthquake. Some image are
> > place a few pixels more or less around the origin. (Intro logo,
> > Winter window buttons).
> > 
> > 
> > And I'm not able to place to clock correctly. There is a border
> > around the clock in "edit mode" and to the bottom there are a few
> > pixels left so it looks unaligned since it clips the few pixels
> > above the bottom ...
> > 
> > 
> > Where can I find an iconbar for my iconified windows?
> > The iconbar in the CVS is an application starter ...
> > 
> > 
> > Sorry for those questions, I'm a newbie in e17 stuff.
> > 


-- 
MyExcuse:
Hot Java has gone cold

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgp1Ozhf1vgOH.pgp
Description: PGP signature


[e-users] E17: problems with menu/icons/keys/mouse/iconbar ...

2005-07-13 Thread Martin Zwickel
I got E17 up and running!

But I'm unable to edit the menu (I want to add a few new programs).
I can not create a new entry with e_util_eapp_edit since it is unable to
load the icon I give it (an eet file, ex. xterm.app.eet).
Also is there a way to sort the entries in the filedialog window? It
took around 2mins to find the iconbar directory under /usr/share ...

The Fileload dialog has a bug:
If the mouse is over a file, there comes an infowindow at position 0x0
in the Fileload dialog. But when I go over the same file a second time,
the infowindow is placed below the mouse. So the first time the
infowindow pops up for a file, it is placed at pos 0x0. Expected
behaviour?

How can I change the window and focus settings? I have to doubleclick to
raise the window.

Also is there a keyedit like the one for e16?

Can I create menu-entries manually? Without that stupid e_util_eapp_edit
tool?

Also there are some bugs with animations:
Animated images are sometimes like an earthquake. Some image are place a
few pixels more or less around the origin. (Intro logo, Winter window
buttons).


And I'm not able to place to clock correctly. There is a border around
the clock in "edit mode" and to the bottom there are a few pixels left
so it looks unaligned since it clips the few pixels above the bottom ...


Where can I find an iconbar for my iconified windows?
The iconbar in the CVS is an application starter ...


Sorry for those questions, I'm a newbie in e17 stuff.

Regards,
Martin

-- 
MyExcuse:
Of course it doesn't work. We've performed a software upgrade.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] e17 cvs: compile problem

2005-05-18 Thread Martin Zwickel
Hi there!

Can someone explain why this bails out?

if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../.. 
-I../../src/bin -I../../src/lib -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 
-DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC-march=pentium4 
-O2 -mfpmath=sse -msse2 -mmmx -pipe -fomit-frame-pointer -MT e_user.o -MD -MP 
-MF ".deps/e_user.Tpo" -c -o e_user.o e_user.c; \
then mv -f ".deps/e_user.Tpo" ".deps/e_user.Po"; else rm -f ".deps/e_user.Tpo"; 
exit 1; fi
In file included from e_includes.h:30,
 from e.h:72,
 from e_main.c:4:
e_hints.h:28: error: syntax error before "Ecore_X_Window_State_Action"
In file included from e_includes.h:30,
 from e.h:72,
 from e_user.c:4:
e_hints.h:28: error: syntax error before "Ecore_X_Window_State_Action"
make[3]: *** [e_main.o] Error 1

-- 
MyExcuse:
Jupiter is aligned with Mars.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpVYJHQswapQ.pgp
Description: PGP signature


[e-users] e16 bug: User menu closes if another X window closes

2005-04-21 Thread Martin Zwickel
Hi there!

I just made a test:
1. open xterm
2. in xterm run: sleep 5; exit
3. open the "User Menus" menu and wait the 5 seconds

when the xterm closes, the "User Menus" menu also closes.

Bug?

Regards,
Martin

-- 
MyExcuse:
Sysadmin didn't hear pager go off due to loud music from bar-room
speakers.

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpR34dNunn70.pgp
Description: PGP signature


Re: [e-users] e16 CVS: bug with resize method !=opaque (known?)

2005-04-18 Thread Martin Zwickel
On Fri, 15 Apr 2005 20:41:27 +0200
Kim Woelders <[EMAIL PROTECTED]> bubbled:

> Martin Zwickel wrote:
> > Hi there!
> > 
> > I found a bug in the e16 CVS version:
> > 
> > When a window overlaps another window, and I want to select the
> > window below, I sometimes click on the decoration. Then the, for
> > example, technical lines a drawn and after I release the mouse
> > button, the area where the top window was, is not redrawn. That did
> > not happen with e16.8.2.
> > 
> Thanks, fixed in CVS.

Thx Kim, works much better now ;)

-- 
MyExcuse:
excessive collisions & not enough packet ambulances

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgph3QWYc3Y01.pgp
Description: PGP signature


[e-users] e16 CVS: bug with resize method !=opaque (known?)

2005-04-15 Thread Martin Zwickel
Hi there!

I found a bug in the e16 CVS version:

When a window overlaps another window, and I want to select the window
below, I sometimes click on the decoration. Then the, for example,
technical lines a drawn and after I release the mouse button, the area
where the top window was, is not redrawn. That did not happen with
e16.8.2.

Any clue?

ps.: Attached is an example jpg which show the window with the not
cleared technical lines.

Regards,
Martin

-- 
MyExcuse:
sticky bit has come loose

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>
<>

pgpM1SWMh99z9.pgp
Description: PGP signature


Re: [e-users] eem ???

2005-04-14 Thread Martin Zwickel
On Wed, 13 Apr 2005 22:55:58 -0400
jim lawrence <[EMAIL PROTECTED]> bubbled:

> anyone know what this is? 
> http://www.rasterman.com/files/eem.avi
> 
> 

Enlightenment on a mobile/PDA ...


-- 
MyExcuse:
Power company testing new voltage spike (creation) equipment

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgphhGQaEbrEn.pgp
Description: PGP signature


[e-users] e16 bug: keyboard focus sometimes lost

2005-04-05 Thread Martin Zwickel
Hi there!

I'm using enlightenment-0.16.7.2 and I have some problems with my
keyboard focus.

I don't know how I can reproduce it, but sometimes a window(a) is
selected but the keyboard focus stays on another window(b).

And it does not help to click with the mouse on the window(a) to get the
keyboard focus back. I have to select a different window and then go
back to my window(a). Is really annoying.



Another one:

Sometimes when I use - the window list won't close. Maybe the
release event for the - doesn't get it to the window list but
to the new selected window.

Btw: I'm using the Xorg-6.8.2 server if it matters.

Known bugs?


Regards,
Martin

-- 
MyExcuse:
CPU needs bearings repacked

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


pgpfupBXsJV11.pgp
Description: PGP signature