Re: [e-users] Bug in module ibar

2005-07-27 Thread The Rasterman
On Thu, 14 Jul 2005 11:36:36 +0200 Oliver Arnold <[EMAIL PROTECTED]> babbled:

> 
> Hi,
> 
> I discovered a bug with ibar.
> When I use the touchpad to move the pointer over the icons in the bar; and I 
> inadvertently use the scroll-area of the touchpad over an icon, it never ends

what is the "scroll area" of a touchpad - normally they have a touchpad surface
and 2 or 3 buttons on the edge. do you mean the touchpad surface (that you move
your finger across to move the mouse) ?

> to blink when I move the pointer out of the ibar. Hence ibar tries to start
> the relating program again, and again...
> I am then unable to use the mouse-pointer for other tasks, like opening a
> desktop-menu, etc... When I try to disable the module in an open terminal, e17
> is segfaulting!

again - i can't find a way to reproduce this... :(

> I have the latest cvs-release.
> 
> Oliver
> __
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
> 
> 
> ---
> 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
> 


-- 
- 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-07-27 Thread The Rasterman
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.

-- 
- 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-07-27 Thread The Rasterman
On Wed, 27 Jul 2005 16:33:10 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:

> On Wednesday, 27 July 2005, at 15:24:20 (-0500),
> Ron Lau wrote:
> 
> > ummm that won't get me different icons for different Eterms in E17.
> > 
> > I was going to try to make different execuables with different window
> > classes so that I get different icons
> 
> So the real question, then, is:  "How do I get different icons for
> different Eterms in E 0.17 without changing the window class?"  And if
> the answer is, "You can't," the correct response is:  "Great!  I'll
> write a patch!"

but you CAN. :) a WM_CLASS property has 2 members. res_name and res_class (class
name, class class i guess). eterm lets u change the class name with a command
line switch (-n)

Eterm -n blah

so you just need to make the window name use this one you make eterm use.

it's all possible. hell as mej said - at WORST... you can write a patch :)

> :-)
> 
> Michael
> 
> -- 
> Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
> n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
> ---
>  "I believe God's grace is so incredible that He saves those who so
>   much as grunt in His general direction, as long as it is from their
>   heart."-- Rick Durrance, Youth Pastor, Wilmore UMC (paraphrased)
> 
> 
> ---
> 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] Segfault

2005-07-27 Thread The Rasterman
On Thu, 28 Jul 2005 02:27:31 +0200 (CEST) Daniel Ekstr__m <[EMAIL PROTECTED]>
babbled:

> This might have been said before, as I'm way to fast of deleting mails in
> my inbox..
> Everytime i switch theme e17 segfaults. Very annoying...
> 
> I love e17 though, and I know that you guys will fix this sooner or later,
> but I just wanted you to know. Keep up the great work!

I can change themes just fine here... ? does restart segfault? does e manage to
change themes even with a segv?

-- 
- 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] entrance and sessions

2005-07-27 Thread CHI Si-An

Brian Alfredo Sakal wrote:


I believe sessions are in /etc/X11/Sessions. try putting a symlink called 
enlightenment there pointing to /usr/local/bin/enlightenment... maybe that will 
work?

On Tue, 26 Jul 2005 10:22:38 +0300
Viktor Kojouharov <[EMAIL PROTECTED]> wrote:

 


hello list dwellers,

i've tried setting up entrance on a slackware machine. so far i've 
failed miserably. the config db was configured according to the Xsession 
file (/etc/X11/xdm/Xsession), and entrance was compiled --with-xsession. 
My Xsession file is at the bottom of the mail. anyway, the 
entrance/sessions/%d/session name for E is enlightenment, so entrance 
should find it in Xsession. it didn't though, it tried starting a 
session, then went back to entrance. I changed the session to 
/usr/local/bin/enlightenment, and it still didn't start anything.


so what am i missing?


##
#!/bin/sh
for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" 
"/tmp/xses-$USER"

do
  if ( cp /dev/null "$errfile" 2> /dev/null )
  then
  chmod 600 "$errfile"
  exec > "$errfile" 2>&1
  break
  fi
done

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

if [ -r $sysresources ]; then
  xrdb -merge $sysresources
fi

if [ -r $sysmodmap ]; then
  xmodmap $sysmodmap
fi

if [ -r $userresources ]; then
  xrdb -merge $userresources
fi

if [ -r $usermodmap ]; then
  xmodmap $usermodmap
fi

profile=/etc/profile
userprofile=~/.profile

if [ -r $profile ]; then
  source $profile 1> /dev/null 2> /dev/null
fi
if [ -r $userprofile ]; then
  source $userprofile 1> /dev/null 2> /dev/null
fi

case `basename "$SHELL"` in
bash|sh|ash)
  PATH="`( echo 'echo $PATH' | bash --login ) | tail -1`"
  ;;
csh|tcsh)
  PATH="`( echo 'echo $PATH' | tcsh -l ) | tail -1`"
  ;;
ksh)
  PATH="`( cat /etc/profile ; echo 'echo $PATH' ) | ksh | tail -1`"
  ;;
zsh)
  PATH="`( echo 'echo $PATH' | zsh -l ) | tail -1`"
  ;;
*)
  # We don't know your shell, so we'll set up reasonable defaults.
   if [ "`whoami`" = "root" ]; then
  
PATH=$PATH:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin

   else
  PATH=$PATH:/usr/local/bin:/bin:/usr/bin
 fi
   ;;
esac

if [ -r /etc/xprofile ]; then
  source /etc/xprofile
fi
if [ -r ~/.xprofile ]; then
  source ~/.xprofile
fi

case "$1" in
failsafe)
  xsetroot -solid SteelBlue
  exec xterm -geometry 80x24-0-0
  ;;
kde)
  exec startkde
  ;;
gnome)
  exec gnome-session
  ;;
openwin)
  exec olvwm
  ;;
fluxbox)
  exec fluxbox
  ;;
fvwm2)
  xsetroot -solid SteelBlue
  exec fvwm2
  ;;
fvwm95)
  xsetroot -solid SteelBlue
  exec fvwm95
  ;;
blackbox)
  exec blackbox
  ;;
xfce)
  exec /etc/X11/xinit/xinitrc.xfce
  ;;
windowmaker)
  exec /etc/X11/xinit/xinitrc.wmaker
  ;;
afterstep)
  exec afterstep
  ;;
enlightenment)
  xhost +sat
  /usr/libexec/gnome-settings-daemon &
  /usr/local/bin/enlightenment &
  /home/urandom/bin/background.pl &
  exec xfce4-panel
  ;;
twm)
  xsetroot -solid SteelBlue
  exec twm
  ;;
esac

if [ -x $HOME/.xsession ]; then
  exec $HOME/.xsession $@
fi

if [ -r /etc/X11/xinit/xinitrc ]; then
  exec /etc/X11/xinit/xinitrc
fi

if [ -s "$startup" -a -x "$startup" ]; then
  exec "$startup"
else
  if [ -r "$resources" ]; then
  xrdb -load "$resources"
  fi
  # Run xsm as a failsafe.
  exec xsm
fi




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
   




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 


Hello,

In /etc/X11/Sessions, create a file e17 (executable) with this text inside :

/usr/local/bin/enlightenment

Be careful, if you use gentoo and emerged e17, then the executable is 
enlightenment-0.17

Si-An








___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com




--

Re: [e-users] Segfault

2005-07-27 Thread Daniel Ekström
I updated from cvs yesterday. Should have said that erlier...

/ Daniel Ekström

On Wed, 27 Jul 2005, Jonathan Charnas wrote:

> I noticed e17 segfaults too, but mine does so at logoff...
> Of course I'm not the most up to date in my cvs checkout (a couple of
> weeks now).
> But it theme switching is flawless for me. Logoff segfaults, but doesn't
> bother me since I'm closing down anyway.
> Cheers
> John
>
> Daniel Ekström wrote:
>
> >This might have been said before, as I'm way to fast of deleting mails in
> >my inbox..
> >Everytime i switch theme e17 segfaults. Very annoying...
> >
> >I love e17 though, and I know that you guys will fix this sooner or later,
> >but I just wanted you to know. Keep up the great work!
> >
> >/ Daniel Ekström
> >
> >
> >---
> >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] Segfault

2005-07-27 Thread Jonathan Charnas

I noticed e17 segfaults too, but mine does so at logoff...
Of course I'm not the most up to date in my cvs checkout (a couple of 
weeks now).
But it theme switching is flawless for me. Logoff segfaults, but doesn't 
bother me since I'm closing down anyway.

Cheers
John

Daniel Ekström wrote:


This might have been said before, as I'm way to fast of deleting mails in
my inbox..
Everytime i switch theme e17 segfaults. Very annoying...

I love e17 though, and I know that you guys will fix this sooner or later,
but I just wanted you to know. Keep up the great work!

/ Daniel Ekström


---
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


[e-users] Segfault

2005-07-27 Thread Daniel Ekström
This might have been said before, as I'm way to fast of deleting mails in
my inbox..
Everytime i switch theme e17 segfaults. Very annoying...

I love e17 though, and I know that you guys will fix this sooner or later,
but I just wanted you to know. Keep up the great work!

/ Daniel Ekström


---
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-07-27 Thread Ron Lau


I can sew a patch, but alas I cannot write one.

So there is no way to edit the source and compile Eterm with a different
Window Class?






On Wed, 2005-07-27 at 15:33 -0500, Michael Jennings wrote:
> On Wednesday, 27 July 2005, at 15:24:20 (-0500),
> Ron Lau wrote:
> 
> > ummm that won't get me different icons for different Eterms in E17.
> > 
> > I was going to try to make different execuables with different window
> > classes so that I get different icons
> 
> So the real question, then, is:  "How do I get different icons for
> different Eterms in E 0.17 without changing the window class?"  And if
> the answer is, "You can't," the correct response is:  "Great!  I'll
> write a patch!"
> 
> :-)
> 
> Michael
> 
-- 
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] Setting dont-cover attribute of windows

2005-07-27 Thread Kim Woelders

The Wanderer wrote:


I'm using e16 under Debian sid, and from the first time I did so,
certain windows - gkrellm and the pager - exhibited this never_use_area
behaviour; then (about three months ago) I ran apt-get upgrade and
suddenly the behaviour was no longer present. Does anyone have any idea
as to either why the behaviour seemed to be automatic before, or what
changed to cause it to cease? I can work around the problem now, by
giving the above command for each desired window in my .xsession file,
but I'd still rather know what happened.


You probably got e16 upgraded from 0.16.6 to 0.16.7.2.
The default maximize policy was changed from "conservative" to 
"available" (see actionclasses.cfg), which could explain what you are 
seeing.





While I'm here: a couple of other desirable behaviours changed at the
same time - notably the fact that the "Switch to desktop where dialog
appears" setting under Pager Settings now appears to be applied to
*every* window, despite the fact that that toggle is set to off. It's
somewhat less aggravating than the other issue, but I'd still rather
avoid it; any ideas what changed, as above, and/or how to fix it?.

Probably one of the Focus or Window Placement options behaves 
differently than in 0.16.6.


/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] Change Eterm window Class in the source

2005-07-27 Thread Michael Jennings
On Wednesday, 27 July 2005, at 15:24:20 (-0500),
Ron Lau wrote:

> ummm that won't get me different icons for different Eterms in E17.
> 
> I was going to try to make different execuables with different window
> classes so that I get different icons

So the real question, then, is:  "How do I get different icons for
different Eterms in E 0.17 without changing the window class?"  And if
the answer is, "You can't," the correct response is:  "Great!  I'll
write a patch!"

:-)

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 "I believe God's grace is so incredible that He saves those who so
  much as grunt in His general direction, as long as it is from their
  heart."-- Rick Durrance, Youth Pastor, Wilmore UMC (paraphrased)


---
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-07-27 Thread Ron Lau
 Forwarded Message 
> From: Ron Lau <[EMAIL PROTECTED]>
> To: Michael Jennings <[EMAIL PROTECTED]>
> Subject: Re: [e-users] Change Eterm window Class in the source
> Date: Wed, 27 Jul 2005 11:29:02 -0500
> 
> ummm that won't get me different icons for different Eterms in E17.
> 
> I was going to try to make different execuables with different window
> classes so that I get different icons
> 
> R.
> 
> 
> 
> On Wed, 2005-07-27 at 11:16 -0500, Michael Jennings wrote:
> > On Wednesday, 27 July 2005, at 09:32:47 (-0500),
> > Ron Lau wrote:
> > 
> > > Is there something in the source that I can edit so that Eterm has a
> > > different Window Class?
> > 
> > Change the name, title, and/or icon title, not the class.
> > 
> > Michael
> > 
-- 
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] another bg.po update

2005-07-27 Thread Jeremy Kolb
Quoting ²ØÚâÞà ºÞÖãåÐàÞÒ <[EMAIL PROTECTED]>:

> 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.
> 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.
> 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)
>
> well, that's it.
> btw, is there currently any work on a tray module?
>


Yeah I get these too so it isn't just me.


---
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] Bug in module ibar

2005-07-27 Thread Erick Ivaan Lopez Carreon
On Tue, 2005-07-26 at 22:27 +0900, Carsten Haitzler wrote:
> On Thu, 14 Jul 2005 11:36:36 +0200 Oliver Arnold <[EMAIL PROTECTED]> babbled:
> 
> > 
> > Hi,
> > 
> > I discovered a bug with ibar.
> > When I use the touchpad to move the pointer over the icons in the bar; and 
> > I 
> > inadvertently use the scroll-area of the touchpad over an icon, it never 
> > ends
> > to blink when I move the pointer out of the ibar. Hence ibar tries to start
> > the relating program again, and again...
> > I am then unable to use the mouse-pointer for other tasks, like opening a
> > desktop-menu, etc... When I try to disable the module in an open terminal, 
> > e17
> > is segfaulting!
> 
> thats weird. i have never seen this... :(
> 

Same problem in my laptop with touchpad synaptics on debian sid with
xorg.

:(


Greetings.


 
-- 
Erick Ivaán López Carreón -- [EMAIL PROTECTED]   
PGP Key 1024D/9741C03A 2004-11-19 
Key fingerprint = 1764 3C6F B433 B2DD 9029  98B1 8E6B 58D3 9741 C03A







signature.asc
Description: This is a digitally signed message part


Re: [e-users] some problems confused me!

2005-07-27 Thread [EMAIL PROTECTED]
neptune sedna wrote:

>yesterday,i yum install the e17.But some problems confused me!
>First,when I run enlightenment_remote  -module-list, the system told me 
>  ERROR: Enlightenment_remote cannot set up the IPC socket.
>  Maybe try the '-display :0.0' option?
>what should I do ?  I have search it in google for a long time ,but
>got nothing,because some valuable information about this problem is
>not  written  by english or chinese .
>
>Second, I've seen this nice video,and downloaded it ,but I don't know
>how to use it, I want to use it as my  wallpapers ,at the same time
>,these operations don't change the other parts of my default theme.
>any ideas? thanks!  Of course, i am glad someone introduce me some
>other themes with nice video!
>
>
>---
>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>from IBM. Find simple to follow Roadmaps, straightforward articles,
>informative Webcasts and more! Get everything you need to get up to
>speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
>___
>enlightenment-users mailing list
>enlightenment-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>  
>
There are some nice themes at get-e.org.  As for your other problem, run
the command as a normal user, not as root.

-Sid

-- 
First things first, but not necessarily in that order.
  - Doctor Who



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
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-07-27 Thread Michael Jennings
On Wednesday, 27 July 2005, at 09:32:47 (-0500),
Ron Lau wrote:

> Is there something in the source that I can edit so that Eterm has a
> different Window Class?

Change the name, title, and/or icon title, not the class.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 "The Swiss have an interesting army.  Five hundred years without a
  war.  Pretty impressive.  Also pretty lucky for them.  Ever see that
  little Swiss Army knife they have to fight with?  Not much of a
  weapon there.  Corkscrews.  Bottle openers.  'Come on, buddy, let's
  go.  You get past me, the guy in back of me, he's got a spoon.  Back
  off.  I've got the toe clippers right here.' " -- Jerry Seinfeld


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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

2005-07-27 Thread Ron Lau
Hi,


Is there something in the source that I can edit so that Eterm has a
different Window Class?



-- 
R.



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] some problems confused me!

2005-07-27 Thread dalfa the enlightenedone
http://get-e.org/User_Guide/English/index.html

http://get-e.org/User_Guide/English/_pages/3.1.html


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] some problems confused me!

2005-07-27 Thread neptune sedna
yesterday,i yum install the e17.But some problems confused me!
First,when I run enlightenment_remote  -module-list, the system told me 
  ERROR: Enlightenment_remote cannot set up the IPC socket.
  Maybe try the '-display :0.0' option?
what should I do ?  I have search it in google for a long time ,but
got nothing,because some valuable information about this problem is
not  written  by english or chinese .

Second, I've seen this nice video,and downloaded it ,but I don't know
how to use it, I want to use it as my  wallpapers ,at the same time
,these operations don't change the other parts of my default theme.
any ideas? thanks!  Of course, i am glad someone introduce me some
other themes with nice video!


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users