Re: [e-users] Build E17 on FreeBSD...

2007-06-07 Thread Anders Troback
On Thu, 7 Jun 2007 15:31:29 +0200
Massimiliano Calamelli <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thu, 7 Jun 2007 15:18:41 +0200
> Anders Troback <[EMAIL PROTECTED]> wrote:
> 
> > Yes, that did the trick!
> > 
> > Thanks!!!
> 
> Anders, are you using some updating/building script or you do all "by
> hand"?
> I take my E17 up-to-date using easy_e17 from morlenxus
> (http://omicron.homeip.net/files/easy_e17_preview.sh),
> it runs on FreeBSD (patched by me :)) very well.
> 

I have a old script of my own:

http://www.troback.com/download.php?file=build_e17

easy_e17 is much nicer but I never got it to work...yet!

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build E17 on FreeBSD...

2007-06-07 Thread Anders Troback
On Thu, 07 Jun 2007 18:52:25 +0530
Gopal Venkatesan <[EMAIL PROTECTED]> wrote:

> Anders Troback wrote:
> > On Thu, 07 Jun 2007 16:22:25 +0530
> > Gopal Venkatesan <[EMAIL PROTECTED]> wrote:
> > 
> >> Anders Troback wrote:
> >>> Hi,
> >>>
> >>> I'm trying to build E17 from cvs on my FreeBSD 6.2 box:
> 
> >>> checking for CFBase.h... no
> >>> ./configure: line 23920: syntax error near unexpected token `<<<'
> >>> ./configure: line 23920: `<<<<<<< configure.in'
> >>> 8<--
> >>>
> >>> Any clue?
> >>>
> >> I believe you have not resolved the conflict when you did a CVS up.
> >> Delete this configure/autogen.sh and do a "cvs up configure" or 
> >> autogen.sh depending upon the file.
> >>
> >> HTH.
> >>
> > 
> > Yes, that did the trick!
> > 
> > Thanks!!!
> > 
> 
> Great!
> I think somehow your local configure script has been modified, which
> is why CVS was trying to merge the changes ;)
> 

I think you are right, I did hack some of the files for some time ago:-]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build E17 on FreeBSD...

2007-06-07 Thread Anders Troback
On Thu, 07 Jun 2007 16:22:25 +0530
Gopal Venkatesan <[EMAIL PROTECTED]> wrote:

> Anders Troback wrote:
> > Hi,
> > 
> > I'm trying to build E17 from cvs on my FreeBSD 6.2 box:
> > 
> > 8<--
> > checking for IceConnectionNumber in -lICE... yes
> > checking X11/X.h usability... yes
> > checking X11/X.h presence... yes
> > checking for X11/X.h... yes
> > checking CFBase.h usability... no
> > checking CFBase.h presence... no
> > checking for CFBase.h... no
> > ./configure: line 23920: syntax error near unexpected token `<<<'
> > ./configure: line 23920: `<<<<<<< configure.in'
> > 8<--
> > 
> > Any clue?
> > 
> 
> I believe you have not resolved the conflict when you did a CVS up.
> Delete this configure/autogen.sh and do a "cvs up configure" or 
> autogen.sh depending upon the file.
> 
> HTH.
> 

Yes, that did the trick!

Thanks!!!

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build E17 on FreeBSD...

2007-06-07 Thread Anders Troback
On Thu, 7 Jun 2007 12:53:10 +0200
Massimiliano Calamelli <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thu, 7 Jun 2007 12:06:16 +0200
> Anders Troback <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > I'm trying to build E17 from cvs on my FreeBSD 6.2 box:
> > 
> > 8<--
> > checking for IceConnectionNumber in -lICE... yes
> > checking X11/X.h usability... yes
> > checking X11/X.h presence... yes
> > checking for X11/X.h... yes
> > checking CFBase.h usability... no
> > checking CFBase.h presence... no
> > checking for CFBase.h... no
> > ./configure: line 23920: syntax error near unexpected token `<<<'
> > ./configure: line 23920: `<<<<<<< configure.in'
> > 8<--
> > 
> > Any clue?
> > 
> > Thanks!
> > 
> > 
> > Regards,
> > Anders
> 
> Which part doesn't work? Module,app,lib?
> I'll try to upgrade my BSD box.
> 

e17/apps/e

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Build E17 on FreeBSD...

2007-06-07 Thread Anders Troback
Hi,

I'm trying to build E17 from cvs on my FreeBSD 6.2 box:

8<--
checking for IceConnectionNumber in -lICE... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking CFBase.h usability... no
checking CFBase.h presence... no
checking for CFBase.h... no
./configure: line 23920: syntax error near unexpected token `<<<'
./configure: line 23920: `<<< configure.in'
8<--

Any clue?

Thanks!


Regards,
Anders

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Loss of Applications menu item

2007-03-29 Thread Anders Troback
Not much of an idea but I have the same problem here!

One strange thing is that if the mouse is over the Ibar I can see the
text and if click on the text the application starts:-)

I have a feeling that this have something to do about the new efreet,
but I'm not sure!

\\troback

On Tue, 27 Mar 2007 15:51:53 -0500
MillTek <[EMAIL PROTECTED]> wrote:

> My system is fresh up-to-date and I've noticed that the
> 'Applications' sub-menu is gone. I tried deleting ~/.e to recreate it
> but no luck. The Applications section of the Configuration panel
> seems to have changed as well.  Any ideas?
> 
> 
> Thanks,
> 
> Jim
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys-and
> earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GTK Theme

2007-03-16 Thread Anders Troback
On Fri, 16 Mar 2007 11:07:00 +
Lucas van Staden <[EMAIL PROTECTED]> wrote:

> On Fri, 2007-03-16 at 07:57 -0300, Rafael Fijalkowski wrote:
> > Hello,
> > 
> > Im installing XUBUNTU and Englightenment E17 (edevelop repository).
> > I need change to GTK Theme but in Control Panel of the E17 dont have
> > this option.
> > 
> > Please, how to change GTK Theme?
> > 
> > Thank you!
> 
> Hi
> 
> Have a look in your home folder for a hidden file called .gtkrc-2.0
> (might need another version name. I run gtk-2.0.)
> 
> place theme values in this file.
> 
> Mine is as follows, as an example
> 
> gtk-font-name="Bitstream Vera Font 9"
> gtk-theme-name="Redmond"
> gtk-icon-theme-name="gnome"
> 
> Hope this helps
> Lucas
> 

There is a nice app that can do that for you!

http://plasmasturm.org/code/gtk-chtheme/

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Compile ewl...

2007-01-23 Thread Anders Troback
Yepp, now it's working!

Thanks!!!


On Tue, 23 Jan 2007 08:21:19 -0600
"Nathan Ingersoll" <[EMAIL PROTECTED]> wrote:

> Should be fixed in CVS.
> 
> On 1/23/07, Anders Troback <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm having some problems with the compilation of ewl:
> >
> > ewl_config.c: In function `ec_theme_page_setup':
> > ewl_config.c:375: warning: passing arg 2 of `ewl_mvc_selected_set'
> > from incompatible pointer type ewl_config.c:375: warning: passing
> > arg 3 of `ewl_mvc_selected_set' makes pointer from integer without
> > a cast ewl_config.c:375: error: too few arguments to function
> > `ewl_mvc_selected_set' ewl_config.c:425: warning: passing arg 2 of
> > `ewl_mvc_selected_set' from incompatible pointer type
> > ewl_config.c:425: warning: passing arg 3 of `ewl_mvc_selected_set'
> > makes pointer from integer without a cast ewl_config.c:425: error:
> > too few arguments to function `ewl_mvc_selected_set' ewl_config.c:
> > In function `ec_cb_revert': ewl_config.c:668: warning: passing arg
> > 2 of `ewl_mvc_selected_set' from incompatible pointer type
> > ewl_config.c:668: warning: passing arg 3 of `ewl_mvc_selected_set'
> > makes pointer from integer without a cast ewl_config.c:668: error:
> > too few arguments to function `ewl_mvc_selected_set'
> > ewl_config.c:682: warning: passing arg 2 of `ewl_mvc_selected_set'
> > from incompatible pointer type ewl_config.c:682: warning: passing
> > arg 3 of `ewl_mvc_selected_set' makes pointer from integer without
> > a cast ewl_config.c:682: error: too few arguments to function
> > `ewl_mvc_selected_set' gmake[3]: *** [ewl_config.o] Error 1
> > gmake[3]: Leaving directory
> > `/usr/devel/enlightenment/e17/libs/ewl/tools/ewl_config' gmake[2]:
> > *** [all-recursive] Error 1 gmake[2]: Leaving directory
> > `/usr/devel/enlightenment/e17/libs/ewl/tools' gmake[1]: ***
> > [all-recursive] Error 1 gmake[1]: Leaving directory
> > `/usr/devel/enlightenment/e17/libs/ewl'
> >
> > Any ideas?
> >
> > Thanks!!!
> >
> >
> > \\troback
> >
> > --
> >
> > 
> > Microsoft is not the answer.
> > Microsoft is the question.
> > And 'No' is the answer!
> > 
> > Anders Trobäck
> > http://www.troback.com
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your opinions on IT & business topics through brief surveys -
> > and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___ enlightenment-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys -
> and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Compile ewl...

2007-01-23 Thread Anders Troback
Hi,

I'm having some problems with the compilation of ewl:

ewl_config.c: In function `ec_theme_page_setup':
ewl_config.c:375: warning: passing arg 2 of `ewl_mvc_selected_set' from
incompatible pointer type ewl_config.c:375: warning: passing arg 3 of
`ewl_mvc_selected_set' makes pointer from integer without a cast
ewl_config.c:375: error: too few arguments to function
`ewl_mvc_selected_set' ewl_config.c:425: warning: passing arg 2 of
`ewl_mvc_selected_set' from incompatible pointer type ewl_config.c:425:
warning: passing arg 3 of `ewl_mvc_selected_set' makes pointer from
integer without a cast ewl_config.c:425: error: too few arguments to
function `ewl_mvc_selected_set' ewl_config.c: In function
`ec_cb_revert': ewl_config.c:668: warning: passing arg 2 of
`ewl_mvc_selected_set' from incompatible pointer type ewl_config.c:668:
warning: passing arg 3 of `ewl_mvc_selected_set' makes pointer from
integer without a cast ewl_config.c:668: error: too few arguments to
function `ewl_mvc_selected_set' ewl_config.c:682: warning: passing arg
2 of `ewl_mvc_selected_set' from incompatible pointer type
ewl_config.c:682: warning: passing arg 3 of `ewl_mvc_selected_set'
makes pointer from integer without a cast ewl_config.c:682: error: too
few arguments to function `ewl_mvc_selected_set' gmake[3]: ***
[ewl_config.o] Error 1 gmake[3]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl/tools/ewl_config' gmake[2]: ***
[all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl/tools' gmake[1]: ***
[all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl'

Any ideas?

Thanks!!!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can't build imlib2...

2007-01-10 Thread Anders Troback
Yepp, did the trick!

Thanks!


On Wed, 10 Jan 2007 09:46:43 +0100
Luca Martini <[EMAIL PROTECTED]> wrote:

> As a workaround, you can disable the mmx option before compiling.
> Regards,
>   Luca
> 
> Anders Troback wrote:
> > Hi,
> > 
> > I can't build imlib2 on my FreeBSD 6.2 box. Any clues out there?
> > 
> > Cvs co 1h ago!
> > 
> > Thanks!!!
> > 
> > 8<-
> >  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/freetype2
> > -I/usr/local/include -I/usr/X11R6/include -I. -I../.. -I../..
> > -I/usr/devel/enlightenment/current/include -I/usr/include
> > -I/usr/local/include -I/usr/X11R6/include -std=gnu99 -I../.. -I../..
> > -MT asm_blend.lo -MD -MP -MF .deps/asm_blend.Tpo -c asm_blend.S
> > -fPIC -DPIC -o .libs/asm_blend.o asm_blend.S:28:1: pasting "," and
> > "@" does not give a valid preprocessing token asm_blend.S:29:1:
> > pasting "," and "@" does not give a valid preprocessing token
> > asm_blend.S:30:1: pasting "," and "@" does not give a valid
> > preprocessing token asm_blend.S:31:1: pasting "," and "@" does not
> > give a valid preprocessing token asm_blend.S:32:1: pasting "," and
> > "@" does not give a valid preprocessing token asm_blend.S:34:1:
> > pasting "," and "@" does not give a valid preprocessing token
> > asm_blend.S:35:1: pasting "," and "@" does not give a valid
> > preprocessing token asm_blend.S:36:1: pasting "," and "@" does not
> > give a valid preprocessing token asm_blend.S:37:1: pasting "," and
> > "@" does not give a valid preprocessing token asm_blend.S:38:1:
> > pasting "," and "@" does not give a valid preprocessing token
> > asm_blend.S:40:1: pasting "," and "@" does not give a valid
> > preprocessing token asm_blend.S:41:1: pasting "," and "@" does not
> > give a valid preprocessing token asm_blend.S:42:1: pasting "," and
> > "@" does not give a valid preprocessing token asm_blend.S:43:1:
> > pasting "," and "@" does not give a valid preprocessing token
> > asm_blend.S:44:1: pasting "," and "@" does not give a valid
> > preprocessing token asm_blend.S:46:1: pasting "," and "@" does not
> > give a valid preprocessing token asm_blend.S:47:1: pasting "," and
> > "@" does not give a valid preprocessing token asm_blend.S:48:1:
> > pasting "," and "@" does not give a valid preprocessing token
> > asm_blend.S:49:1: pasting "," and "@" does not give a valid
> > preprocessing token asm_blend.S:50:1: pasting "," and "@" does not
> > give a valid preprocessing token gmake[3]: *** [asm_blend.lo] Error
> > 1 8<-
> 


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Can't build imlib2...

2007-01-10 Thread Anders Troback
Hi,

I can't build imlib2 on my FreeBSD 6.2 box. Any clues out there?

Cvs co 1h ago!

Thanks!!!

8<-
 gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/freetype2
-I/usr/local/include -I/usr/X11R6/include -I. -I../.. -I../..
-I/usr/devel/enlightenment/current/include -I/usr/include
-I/usr/local/include -I/usr/X11R6/include -std=gnu99 -I../.. -I../..
-MT asm_blend.lo -MD -MP -MF .deps/asm_blend.Tpo -c asm_blend.S  -fPIC
-DPIC -o .libs/asm_blend.o asm_blend.S:28:1: pasting "," and "@" does
not give a valid preprocessing token asm_blend.S:29:1: pasting "," and
"@" does not give a valid preprocessing token asm_blend.S:30:1: pasting
"," and "@" does not give a valid preprocessing token asm_blend.S:31:1:
pasting "," and "@" does not give a valid preprocessing token
asm_blend.S:32:1: pasting "," and "@" does not give a valid
preprocessing token asm_blend.S:34:1: pasting "," and "@" does not give
a valid preprocessing token asm_blend.S:35:1: pasting "," and "@" does
not give a valid preprocessing token asm_blend.S:36:1: pasting "," and
"@" does not give a valid preprocessing token asm_blend.S:37:1: pasting
"," and "@" does not give a valid preprocessing token asm_blend.S:38:1:
pasting "," and "@" does not give a valid preprocessing token
asm_blend.S:40:1: pasting "," and "@" does not give a valid
preprocessing token asm_blend.S:41:1: pasting "," and "@" does not give
a valid preprocessing token asm_blend.S:42:1: pasting "," and "@" does
not give a valid preprocessing token asm_blend.S:43:1: pasting "," and
"@" does not give a valid preprocessing token asm_blend.S:44:1: pasting
"," and "@" does not give a valid preprocessing token asm_blend.S:46:1:
pasting "," and "@" does not give a valid preprocessing token
asm_blend.S:47:1: pasting "," and "@" does not give a valid
preprocessing token asm_blend.S:48:1: pasting "," and "@" does not give
a valid preprocessing token asm_blend.S:49:1: pasting "," and "@" does
not give a valid preprocessing token asm_blend.S:50:1: pasting "," and
"@" does not give a valid preprocessing token gmake[3]: ***
[asm_blend.lo] Error 1
8<-
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Change background in E17...

2006-11-29 Thread Anders Troback
On Wed, 29 Nov 2006 07:13:14 -0500
Christopher Michael <[EMAIL PROTECTED]> wrote:

> Anders Troback wrote:
> > Hi,
> > 
> > I have a generated picture that I want as background in E17. The
> > picture is generated every 10 minutes and I also want the background
> > to change every 10 minutes. I use e17setroot to create an .edj from
> > a .png but I have to restart E17 to see the new picture!
> > 
> > Is the any ideas out there?
> > 
> > Thanks!!!
> > 
> > \\troback
> > 
> Check the slideshow module (e_modules/slideshow)...changes bg based
> on a timer. Might be what you are looking for, or at least something
> you can use to hack on/get ideas.
> 
> Cheers,
> dh

Is it possible to create a edj in a cron script?

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Change background in E17...

2006-11-29 Thread Anders Troback
Hi,

I have a generated picture that I want as background in E17. The
picture is generated every 10 minutes and I also want the background
to change every 10 minutes. I use e17setroot to create an .edj from a
.png but I have to restart E17 to see the new picture!

Is the any ideas out there?

Thanks!!!

\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 segfaults at startup:-(

2006-10-24 Thread Anders Troback
OK, now compiled with -g:

(gdb) run
Starting
program: /usr/devel/enlightenment/current/bin/enlightenment_start E
PRECACHE ENABLED

Program received signal SIGTRAP, Trace/breakpoint trap.
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x28158af0 in cjk_variants_indx () from /usr/local/lib/libiconv.so.3
(gdb) bt
#0  0x28158af0 in cjk_variants_indx () from /usr/local/lib/libiconv.so.3
(gdb)


Not much info here...!



On Tue, 24 Oct 2006 10:04:48 +0300
blak <[EMAIL PROTECTED]> wrote:

> On Tue, 24 Oct 2006 08:08:44 +0200 Anders Troback
> <[EMAIL PROTECTED]> wrote
> > Hi,
> > 
> > E17 segfaults at startup:-(
> > 
> > [EMAIL PROTECTED] enlightenment_start 
> > ESTART: 0.2 [0.2] - begin
> > ESTART: 0.00078 [0.00076] - signals done
> > ESTART: 0.00089 [0.00011] - determine prefix
> > DYNAMIC DETERMINED PREFIX: /usr/devel/enlightenment/current
> >  SEGMENTATION FAULT 
> > Segmentation fault (core dumped)
> > 
> > (gdb) run
> > Starting
> > program: /usr/devel/enlightenment/current/bin/enlightenment_start
> > (no debugging symbols found)...(no debugging symbols found)...(no
> > debugging symbols found)...(no debugging symbols found)...(no
> > debugging symbols found)... Program received signal SIGTRAP,
> > Trace/breakpoint trap. Cannot remove breakpoints because program is
> > no longer writable. It might be running in another process. Further
> > execution is probably impossible. 0x28157af0 in cjk_variants_indx ()
> > from /usr/local/lib/libiconv.so.3 (gdb) bt #0  0x28157af0 in
> > cjk_variants_indx () from /usr/local/lib/libiconv.so.3 (gdb) 
> > 
> > 
> > FreeBSD 6.2-PRERELEASE E17 co ~24h!
> > 
> > Any ideas?
> > 
> > Thanks!!!
> > 
> > 
> > \\troback
> 
> 
> Hello
> 
> It seems that e17 compiled without debuging symbols.
> Try to recompile with debuging symbols.
> 
> Here is guide:
> http://www4.get-e.org/Advanced/Debugging/



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E17 segfaults at startup:-(

2006-10-23 Thread Anders Troback
Hi,

E17 segfaults at startup:-(

[EMAIL PROTECTED] enlightenment_start 
ESTART: 0.2 [0.2] - begin
ESTART: 0.00078 [0.00076] - signals done
ESTART: 0.00089 [0.00011] - determine prefix
DYNAMIC DETERMINED PREFIX: /usr/devel/enlightenment/current
 SEGMENTATION FAULT 
Segmentation fault (core dumped)

(gdb) run
Starting
program: /usr/devel/enlightenment/current/bin/enlightenment_start (no
debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...(no debugging symbols
found)... Program received signal SIGTRAP, Trace/breakpoint trap.
Cannot remove breakpoints because program is no longer writable. It
might be running in another process. Further execution is probably
impossible. 0x28157af0 in cjk_variants_indx ()
from /usr/local/lib/libiconv.so.3 (gdb) bt #0  0x28157af0 in
cjk_variants_indx () from /usr/local/lib/libiconv.so.3 (gdb) 


FreeBSD 6.2-PRERELEASE E17 co ~24h!

Any ideas?

Thanks!!!


\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Evidence make fails

2006-10-01 Thread Anders Troback
On Sun, 1 Oct 2006 14:21:12 -0400
Michael Jennings <[EMAIL PROTECTED]> wrote:

> On Sunday, 01 October 2006, at 11:11:59 (-0700),
> Justin wrote:
> 
> > Evidence isn't being developed anymore. The replacement is called
> > Entropy.
> 
> There is no truth to this statement whatsoever.  Evidence development
> has not stopped, and Entropy is not a replacement for anything.
> 
> Michael
> 

...and according to Entropy's AUTHORS file the developer is ch4os
<[EMAIL PROTECTED]>!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Themes being ignored

2006-09-25 Thread Anders Troback
Are your themes up to date?

On Mon, 25 Sep 2006 10:27:28 -0700
Dustin Jenkins <[EMAIL PROTECTED]> wrote:

> Dustin Jenkins wrote:
> > Are themes shut off in the current build?  My Theme Selector
> > ignores everything I put into either ~/.e/e/themes or 
> > /usr/share/enlightenment/data/themes.  I scanned the Forums and it 
> > doesn't look like anyone else is having this issue.  I blew my ~/.e
> > away but still nothing.  I tried enlightenment_remote -theme-set
> > theme darkness_0_99_032_4.edj to no avail as well.  I really want
> > to see the new Darkness theme.
> >
> > Thanks all!
> > Dustin
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your opinions on IT & business topics through brief surveys
> > -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___ enlightenment-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >   
> 
> Forgot to mention I'm using the latest Didier packages.
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys --
> and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Engage don't build...

2006-09-12 Thread Anders Troback
Hi,

someone have any idea why engage don't build?

8<
r/devel/enlightenment/current/lib/libeet.so /usr/local/lib/libjpeg.so 
/usr/X11R6/lib/libfontconfig.so /usr/local/lib/libfreetype.so
-lz /usr/local/lib/libexpat.so 
/usr/devel/enlightenment/current/lib/libecore_x.so
-lX11 -lXext -lXcursor -lXrender -lXp -lXinerama -lXrandr -lXfixes
-lXdamage
-lXss /usr/devel/enlightenment/current/lib/libecore_txt.so 
/usr/local/lib/libiconv.so /usr/devel/enlightenment/current/lib/libecore_job.so 
/usr/devel/enlightenment/current/lib/libecore.so
-lm -Wl,--rpath -Wl,/usr/devel/enlightenment/current/lib -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath
-Wl,/usr/devel/enlightenment/current/lib -Wl,--rpath -Wl,/usr/local/lib
-Wl,--rpath -Wl,/usr/X11R6/lib engage-e_intl.o(.text+0x157c): In
function `_e_intl_imc_path_scan': : undefined reference to
`e_intl_input_method_config_free' engage-e_intl.o(.text+0x1670): In
function `_e_intl_imc_dir_scan': : undefined reference to
`e_intl_input_method_config_read' gmake[2]: *** [engage] Error 1
gmake[2]: Leaving directory `/usr/devel/enlightenment/misc/engage/src'
gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/devel/enlightenment/misc/engage' gmake: *** [all] Error 2
8<

Thanks!!!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cleanup Windows key binding...

2006-09-05 Thread Anders Troback
OK, than I just have to wait (or learn C:-))!

Thanks!



On Tue, 5 Sep 2006 15:02:59 +
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Mon, 7 Aug 2006 10:49:38 +0200 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi,
> > 
> > is it possible to make a key binding to the Cleanup Windows
> > function?
> 
> unfortunately it isn't - there is no action binding for it :(:( of
> course there are a lot of things no action binding exists for - these
> are definitely cleanup items for later :)
> 
> > 
> > \\troback
> > 
> > -- 
> > 
> > 
> > Microsoft is not the answer.
> > Microsoft is the question.
> > And 'No' is the answer!
> > 
> > Anders Trobäck
> > http://www.troback.com
> > 
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your opinions on IT & business topics through brief surveys
> > -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___ enlightenment-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > 
> 
> 



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Position bug?

2006-09-05 Thread Anders Troback
Hi,

I'm not 100% sure but I think that things are worse now! As soon as I
close a program all the remember settings are gone!

Can anyone please confirm this!


\\troback

On Mon, 4 Sep 2006 22:42:16 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Mon, 4 Sep 2006 14:07:34 +0200 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > 
> > 
> > On Mon, 4 Sep 2006 20:03:23 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > 
> > > On Mon, 4 Sep 2006 06:25:21 +0200 Anders Troback
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > Hi,
> > > > 
> > > > I tell a program to remember it's virtual desktop and position.
> > > > When I start the program from an other desktop or from
> > > > startup/.order the program starts on the desired desktop but the
> > > > position are wrong. It always starts in the upper left corner!
> > > > 
> > > > And now the program has a new position in memory and will start
> > > > in the corner every time until I move it to a new position!
> > > > 
> > > > Bug or a feature? ;-)
> > > 
> > > maybe the app is asking to be at 0,0? have you also set locks to
> > > lock the windows position (and size) and remember those locks?
> > > 
> > 
> > Yepp, no change! I didn't  try out all my apps but the app I first
> > noticed it on was Gaim and I tested it with Firefox and
> > Sylpheed-Claws to!
> 
> found it - fixed. :)
> 
> 



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Position bug?

2006-09-04 Thread Anders Troback


On Mon, 4 Sep 2006 20:03:23 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Mon, 4 Sep 2006 06:25:21 +0200 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi,
> > 
> > I tell a program to remember it's virtual desktop and position.
> > When I start the program from an other desktop or from
> > startup/.order the program starts on the desired desktop but the
> > position are wrong. It always starts in the upper left corner!
> > 
> > And now the program has a new position in memory and will start in
> > the corner every time until I move it to a new position!
> > 
> > Bug or a feature? ;-)
> 
> maybe the app is asking to be at 0,0? have you also set locks to lock
> the windows position (and size) and remember those locks?
> 

Yepp, no change! I didn't  try out all my apps but the app I first
noticed it on was Gaim and I tested it with Firefox and
Sylpheed-Claws to!

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Iconbox question.

2006-09-03 Thread Anders Troback
On Sun, 03 Sep 2006 20:31:14 -0400
Tony Lill <[EMAIL PROTECTED]> wrote:

> I got another question about ibox. Is there some way to make the
> window title pop up when you mouse over the icons? Seriously, 20
> identical xterm icons make it a waste of space.
> 

The taskbar module has that feature!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Position bug?

2006-09-03 Thread Anders Troback
Hi,

I tell a program to remember it's virtual desktop and position.
When I start the program from an other desktop or from startup/.order
the program starts on the desired desktop but the position are wrong. It
always starts in the upper left corner!

And now the program has a new position in memory and will start in the
corner every time until I move it to a new position!

Bug or a feature? ;-)


\\troback


PS. Sorry for the cross posting but I did send this the the dev list
but there was no answer so I thought that some of the users may know
something...!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Default Title Text in all Title Borders

2006-08-31 Thread Anders Troback
On Thu, 31 Aug 2006 22:55:04 +0900
"David Stevenson" <[EMAIL PROTECTED]> wrote:

> On 31/08/06, Oliver Pahl <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I am getting "Default Title Text" in all Title Borders of e and i
> > have no idea why. When i click on windows properties it shows the
> > right text, but the titlebar reads Default Title Text".
> >
> > can anybody help?
> 
> 
> 
> I think I also saw that when using a non-default theme the other day,
> so I switched back to the default theme. The default theme seems
> fine...
> 
> David

Yes, it's a theme thing!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Desktop switching display - stays on screen for too long

2006-08-29 Thread Anders Troback
Right click on the pager and select Configure!

Cheers!

On Tue, 29 Aug 2006 21:02:15 +0100
"Asfand Yar Qazi" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I notice  that while I work (yes, I use E17 at work :)  ) I have a
> habit of quickly switching between desktops that do various things
> (mainly a virtual desktop for the browser, and another one for Emacs).
> 
> However, I find that, when I switch and then start focusing on what
> I'm doing, the virtual desktop switching dialog thingy gets in the
> way, and I find myself having to wait to make it go away.
> 
> Is there any way to reduce the time the virtual desktop switching
> dialog stays on the screen?  Or even (preferably) turn it off
> altogether?
> 
> The 'desktop switching dialog', as I call it, is the thing that says
> "Desktop 0, 0" or whatever as the virtual desktops are being switched.
> 
> Love this list - do I get features included in the next version of
> Windows if I talk to Bill Gates?  No.  Do I get features included in
> the next release of E if I talk to Rasterman et al?  Yes :-)
> 
> Thanks,
> Asfand Yar
> 
> -
> Using Tomcat but need to do more? Need to support web services,
> security? Get stuff done quickly with pre-integrated technology to
> make your job easier Download IBM WebSphere Application Server
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 Start Script

2006-08-28 Thread Anders Troback
You can put the name of some eap's in
~/.e/e/applications/startup/.order!


On Mon, 28 Aug 2006 20:06:22 +0200
Andreas Volz <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I start E17 with gdm. How could I start some applications while E17
> start time? The .xinitrc doesn't seem to work.
> 
> regards
> Andreas
> 
> -
> Using Tomcat but need to do more? Need to support web services,
> security? Get stuff done quickly with pre-integrated technology to
> make your job easier Download IBM WebSphere Application Server
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Entrance...

2006-08-23 Thread Anders Troback
Hi,

are there any one out there that are running Entrance on FreeBSD?

I'm trying to start entranced but it's complaining: Could not start X
server.

So I try to start X and then start entrance (from a xterm) the program
crashes after I enter my password!

Here is a bt:

#0  0x28740bd8 in setenv () from /lib/libc.so.6
#1  0x0804c2e5 in entrance_auth_setup_environment ()
#2  0x0804cd71 in entrance_session_setup_user_session ()
#3  0x08050c8f in done_cb ()
#4  0x280a8191 in _edje_emit_cb ()
   from /usr/devel/enlightenment/current/lib/libedje.so.5
#5  0x280a807a in _edje_emit_handle ()
   from /usr/devel/enlightenment/current/lib/libedje.so.5
#6  0x280b0d56 in _edje_message_process ()
   from /usr/devel/enlightenment/current/lib/libedje.so.5
#7  0x280b12fe in _edje_message_queue_process ()
   from /usr/devel/enlightenment/current/lib/libedje.so.5
#8  0x280b052e in _edje_job ()
   from /usr/devel/enlightenment/current/lib/libedje.so.5
#9  0x2816597d in _ecore_job_event_handler ()
   from /usr/devel/enlightenment/current/lib/libecore_job.so.1
#10 0x281a16e3 in _ecore_event_call ()
   from /usr/devel/enlightenment/current/lib/libecore.so.1
#11 0x281a8a7c in _ecore_main_loop_iterate_internal ()
   from /usr/devel/enlightenment/current/lib/libecore.so.1
#12 0x281a7b50 in ecore_main_loop_begin ()
   from /usr/devel/enlightenment/current/lib/libecore.so.1
#13 0x0804c950 in entrance_session_run ()
#14 0x08051862 in main ()


\\troback



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Getting applications running under elightenment

2006-08-22 Thread Anders Troback
Just a quick note:-)

If you don't have Eterm installed you can you
alt-esc to get the exebuf and from there you can run whatever you like,
xterm maybe!

\\troback

On Tue, 22 Aug 2006 17:06:21 -0600
Michael Jones <[EMAIL PROTECTED]> wrote:

> 
> Open a terminal (as Massimo suggested, ctrl+alt+insert) and check
> your ~/.e/e/applications/menu/all folder and see if any .eap files
> are listed.  There should at least be a few default ones there.  Then
> you can edit the ~/.e/e/applications/menu/favorite/.order file using
> nano, gedit, kwrite, etc and simply list the eap files you wish to
> have in the menu (i.e. eterm.eap, gimp.eap, etc).  Just place each
> filename on a new line.  You might need to restart e17 and wait a few
> seconds for the caches to update, but then those apps should appear
> if you right click on thet desktop.
> 
> Hope this helps...
> 
> Massimo Maiurana wrote:
> 
> >Jeremiah Foster, il 22/08/2006 17:28, scrisse:
> >  
> >
> >>Hello all,
> >>
> >>I have used apt-get to install enlightenment and am looking forward
> >>to using it. How do I get a terminal when enlightenment first comes
> >>up?
> >>
> >>
> >
> >in both e16 and e17 the keybinding ctrl+alt+ins is bounded to an
> >Eterm window.
> >
> >  
> >
> >>I have tried various left and right clicking in various places but
> >>there seems to be no menu that will let me run commands or open
> >>applications.
> >>
> >>
> >
> >what are you running, e16 or e17?
> >both of them should come with a default menu, sounds strange that
> >you don't get it.
> >
> >  
> >
> >
> >
> >-
> >Using Tomcat but need to do more? Need to support web services,
> >security? Get stuff done quickly with pre-integrated technology to
> >make your job easier Download IBM WebSphere Application Server
> >v.1.0.1 based on Apache Geronimo
> >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >
> >
> >
> >___
> >enlightenment-users mailing list
> >enlightenment-users@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >  
> >
> 


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Compile Ewl...

2006-08-18 Thread Anders Troback
On Fri, 18 Aug 2006 20:16:27 +0200
Massimo Maiurana <[EMAIL PROTECTED]> wrote:

> Anders Troback, il 18/08/2006 19:24, scrisse:
> 
> > I having problems when compiling ewl, been like this the last week
> > or so! This is my error:
> > 
> [...]
> > ewl_private.h:11:20: alloca.h: No such file or directory gmake[3]:
> > ***
> [...]
> > 
> > Do any one know there that file are?
> 
> I have alloca.h in /usr/include and it comes from the glibc package.
> 

OK, thanks!

I did some research and just removed that row and now it's compiling! I
will write about this in the dev list just to be sure!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Compile Ewl...

2006-08-18 Thread Anders Troback
Hi,

I having problems when compiling ewl, been like this the last week or
so! This is my error:

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../..
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include
-I/usr/devel/enlightenment/current/include -I/usr/include
-I/usr/local/include -I/usr/X11R6/include -Wall -MT ewl_attach.lo -MD
-MP -MF .deps/ewl_attach.Tpo -c ewl_attach.c  -fPIC -DPIC
-o .libs/ewl_attach.o In file included from ewl_attach.c:4:
ewl_private.h:11:20: alloca.h: No such file or directory gmake[3]: ***
[ewl_attach.lo] Error 1 gmake[3]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl/src/lib' gmake[2]: ***
[all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl/src' gmake[1]: ***
[all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/devel/enlightenment/e17/libs/ewl' gmake: *** [all] Error 2

Do any one know there that file are?

Thanks!!!

\\troback   

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Compilation order

2006-08-07 Thread Anders Troback
On Mon, 7 Aug 2006 23:09:22 +1000
"mark stavar" <[EMAIL PROTECTED]> wrote:

> I was just wondering if there is a definitive compilation list and
> order for the various bits and pieces that now make up E17.  I have
> been trying to build a recent CVS version using a script it supplied
> to me a while ago, and it is not longer successful.
> 
> Pointing me a doco or a Wiki would be quite acceptable :-)
> 
> Thanks,
> 
> marks

I have a script that downloads the code and builds e17 & co on FreeBSD!
With some minor changes it works on Linux as well (only tested on Suse
10.1). In the next version of the script I plan to add Linux support!

You can get build_e17 on http://www.troback.com/?page=projects 

Just mail me and will help you with the modification!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Cleanup Windows key binding...

2006-08-07 Thread Anders Troback
Hi,

is it possible to make a key binding to the Cleanup Windows function?


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
On Sat, 5 Aug 2006 00:52:58 +1000
David Seikel <[EMAIL PROTECTED]> wrote:

> On Fri, 4 Aug 2006 14:23:49 +0300 "Hisham Mardam Bey"
> <[EMAIL PROTECTED]> wrote:
> 
> > On 8/4/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > > Now I get another message!
> > >
> > > age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real:
> > > 38.7%] make[4]: *** [init.edj] Segmentation fault
> > 
> > edje_cc in cvs is currently segv'ing. It should be fixed soon.
> > 
> 
> Looks fixed now.  Glad to know it wasn't just me.  B-)

Yepp, now it's working:-)

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
On Fri, 04 Aug 2006 12:57:21 +0200
Massimo Maiurana <[EMAIL PROTECTED]> wrote:

> Anders Troback, il 04/08/2006 09:10, scrisse:
> 
> > /usr/e17/current/bin/edje_cc: Error. unable to load image for image
> > "brushed.png" part entry to ../../data/init/init.edj. Missing PNG or
> > JPEG loader modules for Evas or file does not exist, or is not
> > readable. make[4]: *** [init.edj] Error 255
> 
> probably evas was not build with png support.
> this is what configure tells me when building evas:
> 
> checking whether to enable png image loader... yes
> checking libpng 1.2.x... yes
> 
> and later, at the end of configuration:
> 
> Image Loaders:
>   GIF.: yes
>   PNG.: yes
>   JPEG: yes
>   EET.: yes
>   EDB.: no
>   TIFF: yes
> 

Thanks but that was the missing pkg-config:-)

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
On Fri, 4 Aug 2006 14:23:49 +0300
"Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote:

> On 8/4/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > Now I get another message!
> >
> > age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real:
> > 38.7%] make[4]: *** [init.edj] Segmentation fault
> 
> edje_cc in cvs is currently segv'ing. It should be fixed soon.
> 

OK, thanks for the info!!!


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
On Fri, 04 Aug 2006 12:56:26 +0200
John Kraal <[EMAIL PROTECTED]> wrote:

> Have you recompiled the whole path after pkg-config? Or at least edje?
> 
> Regards,
> John
> 
> Anders Troback wrote:
> > On Fri, 04 Aug 2006 14:42:50 +0530
> > Gopalarathnam Venkatesan <[EMAIL PROTECTED]> wrote:
> > 
> >> Anders Troback wrote:
> >>> Hi,
> >>>
> >>> I have some problems with E17 and SUSE Linux 10.1! I'm new to
> >>> SUSE, normally I'm a FreeBSD user, so bare with me!
> >>>
> >>> I'm have build:
> >>>
> >>> e17/libs/eet
> >>> e17/libs/evas
> >>> e17/libs/ecore
> >>> e17/libs/embryo
> >>> e17/libs/edje
> >>>
> >>> With e17/apps/e I get this error:
> >>>
> >>> /usr/e17/current/bin/edje_cc: Error. unable to load image for
> >>> image "brushed.png" part entry to ../../data/init/init.edj.
> >>> Missing PNG or JPEG loader modules for Evas or file does not
> >>> exist, or is not readable. make[4]: *** [init.edj] Error 255
> >>>
> >> You do not have evas compiled with jpeg or png loader.  This is
> >> usually because of one of the following:
> >>
> >>   - you don't have libjpeg or libpng (which means you'll have to
> >> install them)
> >>   - you have the libraries, but evas configure script is not able
> >> to locate them (which means you'll have to add CFLAGS and LDFLAGS
> >> to point to the include and lib path of the libraries; something
> >> like: export CFLAGS="$CFLAGS -I/path/to/jpeg/include"
> >> LDFLAGS="$LDFLAGS -L/path/to/jpeg/lib" should work).
> >>
> >> When it is sorted out, just recompile evas, and see whether it is 
> >> compiled with jpeg or png support from its config.log.
> >>
> >> HTH.
> >>
> > 
> > I was missing the pkgconfig tools:-]
> > 
> > Now I get another message!
> > 
> > age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real:
> > 38.7%] make[4]: *** [init.edj] Segmentation fault
> > make[4]: *** Deleting file `init.edj'
> > make[4]: Leaving directory `/usr/e17/e17/apps/e/data/init'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory `/usr/e17/e17/apps/e/data/init'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/usr/e17/e17/apps/e/data'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/e17/e17/apps/e'
> > make: *** [all] Error 2
> > 
> > More ideas:-)
> > 
> > 
> > 
> 

Yes I have!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
On Fri, 04 Aug 2006 14:42:50 +0530
Gopalarathnam Venkatesan <[EMAIL PROTECTED]> wrote:

> Anders Troback wrote:
> > Hi,
> > 
> > I have some problems with E17 and SUSE Linux 10.1! I'm new to
> > SUSE, normally I'm a FreeBSD user, so bare with me!
> > 
> > I'm have build:
> > 
> > e17/libs/eet
> > e17/libs/evas
> > e17/libs/ecore
> > e17/libs/embryo
> > e17/libs/edje
> > 
> > With e17/apps/e I get this error:
> > 
> > /usr/e17/current/bin/edje_cc: Error. unable to load image for image
> > "brushed.png" part entry to ../../data/init/init.edj. Missing PNG or
> > JPEG loader modules for Evas or file does not exist, or is not
> > readable. make[4]: *** [init.edj] Error 255
> > 
> 
> You do not have evas compiled with jpeg or png loader.  This is
> usually because of one of the following:
> 
>   - you don't have libjpeg or libpng (which means you'll have to
> install them)
>   - you have the libraries, but evas configure script is not able to 
> locate them (which means you'll have to add CFLAGS and LDFLAGS to
> point to the include and lib path of the libraries; something like:
> export CFLAGS="$CFLAGS -I/path/to/jpeg/include" LDFLAGS="$LDFLAGS 
> -L/path/to/jpeg/lib" should work).
> 
> When it is sorted out, just recompile evas, and see whether it is 
> compiled with jpeg or png support from its config.log.
> 
> HTH.
> 

I was missing the pkgconfig tools:-]

Now I get another message!

age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real: 38.7%]
make[4]: *** [init.edj] Segmentation fault
make[4]: *** Deleting file `init.edj'
make[4]: Leaving directory `/usr/e17/e17/apps/e/data/init'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/e17/e17/apps/e/data/init'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/e17/e17/apps/e/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/e17/e17/apps/e'
make: *** [all] Error 2

More ideas:-)



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E on SUSE 10.1

2006-08-04 Thread Anders Troback
Hi,

I have some problems with E17 and SUSE Linux 10.1! I'm new to
SUSE, normally I'm a FreeBSD user, so bare with me!

I'm have build:

e17/libs/eet
e17/libs/evas
e17/libs/ecore
e17/libs/embryo
e17/libs/edje

With e17/apps/e I get this error:

/usr/e17/current/bin/edje_cc: Error. unable to load image for image
"brushed.png" part entry to ../../data/init/init.edj. Missing PNG or
JPEG loader modules for Evas or file does not exist, or is not
readable. make[4]: *** [init.edj] Error 255

Any ideas out there?

Thanks for listening!!!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Creating a new eap, where does it go?

2006-07-28 Thread Anders Troback
On Mon, 24 Jul 2006 17:54:09 +1200
Bernard Mentink <[EMAIL PROTECTED]> wrote:

> Jason Knap wrote:Bernard Mentink wrote:
>   Jason Knap wrote:
> Thanks all for your wonderful diligence on such a beautiful,
> useful graphical interface.
> 
> Once I create a new eap with Menu->Configuraion->Create a new 
> Application, where does it go. 

~/.e/e/applications/all/

>I can't seem to run eap_edit from the 
> command line, but the menu works. I just don't know where it is
> placing the .eap and what its naming convention is. Is there some
> other app in cvs that I should be looking for; currently I'm using
> Didier's yum repository for ease of use, update.
> 
> Again, thanks
> Jason
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys --
> and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
>   
>   It goes in ~/.e/e/applications/all. You can then put it's name
> in ~/.e/e/applications/favorite/.order to get it to show in the
> menu  or create a folder and create another .order file in that.
> etc ...
> 
> Cheers,
> Bernard
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys --
> and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> 
> Well, I thought already to look there, but I don't see any of the
> eaps I have created. I have created one for Mathematica and some
> Shutdown, Reboot, Restart eaps, but I don't see them. What is the
> naming convention used by the eap editor? For example, would my eap
> be Mathematica.eap ? What field in the eap editor determines the name
> of the eap file. Perhaps I am not completing the correct field. I am
> pretty sure I know how the menu(s) work with the .order file, I just
> don't see the eaps I create.
> 
> Thanks Paul and Bernard,
> Jason
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your opinions on IT & business topics through brief surveys --
> and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
>Hi Jason,
> 
> It *mostly*  works for me. I find some icons I  make just don't
> appear in ~/.e/e/applications/all  at all. For example, I try'd
> building an Eclipse Icon from the executable, but it just would not
> appear  I guess there is still bugs in that ..
> 
> Cheers,
> Bernard


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Update eap

2006-07-09 Thread Anders Troback
Hi,

E17 tells me that I need to rebuild some of my eaps for various
reasons. Is there a easy way to do that or do I have edit every file
manually?

Thanks!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Files in Desktop - Is possible?

2006-06-28 Thread Anders Troback
On Tue, 27 Jun 2006 11:09:17 -0300
"Rafael Fijalkowski" <[EMAIL PROTECTED]> wrote:

> Files and folders in Desktop - Is possible?
> 

It's in the TODO list under "NICE TO HAVE" features!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] how to config mail check module

2006-06-25 Thread Anders Troback
On Thu, 22 Jun 2006 22:40:20 +0800
lang <[EMAIL PROTECTED]> wrote:

> 
> Hi, all!
> 
> When I update from CVS yesterday, I found I coundn't compile embrace,
> and got the error below:
> 
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./include -I/usr/include
> -I/usr/include/enlightenment -DUSE_E_CONFIG_H -I/usr/include -g -O2
> -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c
> -fPIC -DPIC -o .libs/e_mod_main.o e_mod_main.c: In function
> 'e_modapi_init': e_mod_main.c:46: error: 'struct _E_Module' has no
> member named 'config_menu' e_mod_main.c: In function
> 'e_modapi_shutdown': e_mod_main.c:55: error: 'struct _E_Module' has
> no member named 'config_menu' e_mod_main.c:56: error: 'struct
> _E_Module' has no member named 'config_menu' make[3]: ***
> [e_mod_main.lo] Error 1 make[3]: Leaving directory
> `/home/lang/software/e17-cvs/misc/embrace/src' make[2]: ***
> [all-recursive] Error 1 make[2]: Leaving directory
> `/home/lang/software/e17-cvs/misc/embrace/src' make[1]: ***
> [all-recursive] Error 1 make[1]: Leaving directory
> `/home/lang/software/e17-cvs/misc/embrace' make: *** [all] Error 2
> 
> What should I do?
> 
> So I had to use the new mail module. But I use fetchmail to get mail
> fetched. I just wanna check the file with mbox format. What do I fill
> in the host, port blanks in the module?
> 
> Thanks.
> 

How about specify localhost as host?

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Taskbar missing!

2006-06-12 Thread Anders Troback
On Mon, 12 Jun 2006 15:39:25 +0200
Morten Nilsen <[EMAIL PROTECTED]> wrote:

> Anders Troback wrote:
> > from version 0.0.6 the taskbar are missing in the list of modules!
> > 
> > Is it just me?
> 
> No, but I haven't been annoyed enough to look into it yet.. I've been
> concentrating on other things.. And I don't know why it isn't there..
> 

OK, if you want I can send you about 1 mails per day, that's
annoying:-D

Take your time we'll wait (dame, I wish that I have some time to
learn C):-)

Thanks for your time!!!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


[e-users] Taskbar missing!

2006-06-12 Thread Anders Troback
Hi,

from version 0.0.6 the taskbar are missing in the list of modules!

Is it just me?


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] Bug in mail module?

2006-06-10 Thread Anders Troback
On Sat, 10 Jun 2006 13:18:44 -0400
"Gorman, Mitch" <[EMAIL PROTECTED]> wrote:

> Looks fine to me... ;)

Thanks, just what I needed to here:-P

> 
> How about alt-left-click on the dialog to move it one way or the
> other, until you can see either the left or right edge, and then start
> resizing? 

No, can't do that:-(

> 
> Or, you can alt-right-click, and select from the Maximize submenu, and
> that should pull it back down to a single desktop width.

No maximize menu available:-(

Even if I change the border to be a default window I can't
resize/maximize!

> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Anders Troback
> Sent: Saturday, June 10, 2006 9:13 AM
> To: Chris Michael; E Users
> Subject: [e-users] Bug in mail module?
> 
> Hi,
> 
> I have some problems with the configuration dialog in the module. The
> add account dialog are way to wide and it's not possible to resize the
> window.
> 
> Please look at my screenshot at
> http://www.troback.com/data/mail_bug.jpg
> 
> Thanks!
> 
> 
> \\troback
> 



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


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


Re: [e-users] Bug in mail module?

2006-06-10 Thread Anders Troback
On Sat, 10 Jun 2006 10:02:35 -0400
Christopher 'devilhorns' Michael <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Anders Troback wrote:
> > Hi,
> > 
> > I have some problems with the configuration dialog in the module.
> > The add account dialog are way to wide and it's not possible to
> > resize the window.
> > 
> > Please look at my screenshot at
> > http://www.troback.com/data/mail_bug.jpg
> > 
> > Thanks!
> > 
> > 
> > \\troback
> > 
> 
> Highly doubt this is a bug in the mail module as the config dialogs
> are auto-sized for their contents. Try using the default E theme and
> see as it could be a bug in your theme.
> 
> devilhorns

No, same thing on the default theme!

I deleted the ~/.e/e/config folder just to be sure but no luck:-(


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


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


[e-users] Bug in mail module?

2006-06-10 Thread Anders Troback
Hi,

I have some problems with the configuration dialog in the module. The
add account dialog are way to wide and it's not possible to resize the
window.

Please look at my screenshot at http://www.troback.com/data/mail_bug.jpg

Thanks!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


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


Re: [e-users] A few questions

2006-06-08 Thread Anders Troback
On Mon, 5 Jun 2006 21:33:16 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> > How do I get the virtual desktop switching to wrap around?  So when
> > I'm at the left-most virtual desktop and do a 'ctrl+alt+left', it
> > wraps around to the right-most virtual desktop.
> 
> there is no option for that currently. :(

I may have missed something here but is that really true? My
desktop switch when I'm at the last desktop to the first (and the other
way around)!


\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] A few questions

2006-06-08 Thread Anders Troback
On Thu, 8 Jun 2006 12:41:16 +0100
"Asfand Yar Qazi" <[EMAIL PROTECTED]> wrote:

> On 6/8/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > On Mon, 5 Jun 2006 21:33:16 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> >
> > > > How do I get the virtual desktop switching to wrap around?  So
> > > > when I'm at the left-most virtual desktop and do a
> > > > 'ctrl+alt+left', it wraps around to the right-most virtual
> > > > desktop.
> > >
> > > there is no option for that currently. :(
> >
> > I may have missed something here but is that really true? My
> > desktop switch when I'm at the last desktop to the first (and the
> > other way around)!
> >
> 
> You probably use a a single row of desktops.  I use 2 rows of 4
> columns each.  When I press 'ctrl+alt+left' on the top-left desktop,
> it does loop around - to the bottom-right one.  I want it to go to the
> top-right one (like in e16).

Oh, I see:-]

I thought it was strange that Rasterman was wrong:-)


\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] themes and e17

2006-06-01 Thread Anders Troback
On Tue, 30 May 2006 17:58:07 +0200
Lucas Lürich <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> hello,
> 
> I have a problem with e17 themes, like the subject sais ;)
> everytime i want to change to a theme different than the standart
> theme and click "apply", the theme selector disappears and it's still
> the default theme, which is active. going back to the theme selector
> the chosen theme is displayed as active, but it isn't.
> 
> I have an up-to-date e17 cvs build and have experienced this problem
> for a while now. in this time i have more then once updated my e17.
> I also have the up-to-date themes from www.get-e.org and it's the same
> problem.
> 
> i'm using gentoo, if that's imortant in any way.
> 
> Anyone a clue?
> 

This is just a silly "It works here"!

Running on FreeBSD!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] New modules in shelf

2006-06-01 Thread Anders Troback
On Tue, 30 May 2006 23:27:20 +
"Guillermo Movia" <[EMAIL PROTECTED]> wrote:

> Hi, how can i make that the modules will be avaibles for the shelf. I
> compiled the e_modules (with the e17_installer) but doesn't appear in
> the shelf menu.
> Do i have to compile it like user or like root?
> 
> Thanks
> Guillermo
> 

After you have enabled the module you have to tell the shelf that you
want to use that module in that particular shelf!

Right click on the shelf and select
"Shelf·Location·and·Appearance·Settings" and click on "Configure
Contents...", pick the module in the list on the left and click "Add"!


\\anders

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] language module -- e17 segfaults

2006-05-31 Thread Anders Troback
On Mon, 29 May 2006 13:30:42 +0200
Morten Nilsen <[EMAIL PROTECTED]> wrote:

> Whenever I enable the language module, I instantly get a segfault
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1214646592 (LWP 30930)]
> 0xb7a0f1c2 in *__GI___strcasecmp (s1=0x0, s2=0xb77c7478 
> "xkbConfigRegistry") at ../sysdeps/generic/strcasecmp.c:67
> 67  ../sysdeps/generic/strcasecmp.c: No such file or directory.
>  in ../sysdeps/generic/strcasecmp.c
> 

Just a "me to":-) I have newer been able to run enable it!

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] A few questions

2006-05-31 Thread Anders Troback
On Tue, 30 May 2006 17:43:24 +0200
Morten Nilsen <[EMAIL PROTECTED]> wrote:

> Asfand Yar Qazi wrote:
> > What about lowering/raising windows from their menu?
> 
> there are keybindings..
> 
> > Will there ever be a conventional 'taskbar' type thing ala
> > gnome-panel?
> 
> shelf?
> Sthithaprajna Garapaty released a taskbar module a few days ago..
> http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.2.tar.gz
> 

There was a new release yesterday so make that 
http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.3.tar.gz instead!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] weird behaviour with e17: dead windows stick

2006-05-31 Thread Anders Troback
On Tue, 30 May 2006 09:04:54 +0200
Thomas Kuther <[EMAIL PROTECTED]> wrote:

> On Mon, 29 May 2006 18:42:37 +0200
> muzzle <[EMAIL PROTECTED]> wrote:
> 
> > It has happened to me too, usually when closing a window on another
> > workspace; xkill was enough to get rid of the zombie 'though.
> > Bye,
> > 
> > Emme
> > 
> > On 5/29/06, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> > > I'm at the moment running an e17 built straight from CVS the
> > > morning of May 24th, and I've suddenly become aware of a weird
> > > little bug (this didn't happen until today..) when I close a
> > > window, it sticks around.. if I change focus back and forth, the
> > > dead window disappears from winlist once the border animation of
> > > blue_eyed stops, but still appears in the pager.. switching
> > > desktops at this point makes it reappear, but with pixels from the
> > > other desktop instead of the original contents..
> > >
> > > I have to restart e to get rid of these ghosts..
> > >
> > > I have seen similar behaviour with the GUI part of xine in the
> > > past, but not reliably..
> > >
> > > Any ideas what might be causing this?
> > >
> > > Oh, and I haven't nuked my config
> > >
> > > --
> > > Morten
> > > :wq
> 
> Yup, same here, but switching the workspace often brings the ghost
> back. Restart helps.
> I'm currently not using engage.
> 
> Tom
> 
> 

I have the same here when I'm using the taskbar module...are you using
the taskbar Tom?

\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


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


Re: [e-users] Cannot Update

2006-05-02 Thread Anders Troback
On Tue, 2 May 2006 12:53:52 -0700 (PDT)
Alejandro Salas <[EMAIL PROTECTED]> wrote:

> Hi, I have been trying to update for some time now,
> and haven't been able to. If I try to update, the
> update stops at some moment; if I try to checkout,
> then it stops at a later time, but stops all the same.
> 
> Is there anyone with the same problem?. Any thoughts
> about it?
> 

What are you typing? Which server are you running against?

I know it's a stupid thing to say but...it works here!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 and NetBSD

2006-04-17 Thread Anders Troback
Hi,

I don't know mush about NetBSD but I have a script that build e17 from
cvs on FreeBSD >5.0. You can download it from: 

http://www.troback.com/download.php?file=build_e17

\\troback


On Mon, 17 Apr 2006 09:42:09 +0200
"Crni Gorac" <[EMAIL PROTECTED]> wrote:

> On 4/17/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
> wrote:
> > On Mon, 17 Apr 2006 10:41:18 +0530 "Gopalarathnam Venkatesan"
> > <[EMAIL PROTECTED]> babbled:
> >
> > > On 4/16/06, Crni Gorac <[EMAIL PROTECTED]> wrote:
> > > > It mostly works fine, I only noticed 2 smaller issues for now:
> > > >
> > > > 1. I have errors like as follows reported for modules: "There
> > > > was an error loading module: clock.  No module named
> > > > clock/netbsdelf3.0-i386/module.so could be found in the module
> > > > search directories.  Would you like to unload this module."
> > > > But I have /usr/local/lib/enlightenment/modules/clock directory
> > > > with appropriate contents and permissions set.  How to set
> > > > modules search path?
> > > >
> > > > 2. Seems like my background image is not properly scaled (it's
> > > > bigger than it should be, thus its right and bottom part are
> > > > not visible). Any hint here?
> > > >
> > >
> > > Congratulations.  Though I didn't have these problems, the
> > > default E17 theme didn't work for me.  The fonts were a little
> > > shifted and in some cases, they're simply missing (see the
> > > screenshot from the url below). Rasterman said it might be
> > > because of freetype, but I don't know.
> > >
> > > http://gopalarathnam.com/images/e17_freebsd_problem.jpg
> > >
> > > Anybody, help is greatly appreciated :)
> >
> > the font shift is due to your "trio" hacks in eet - you likely
> > missed something. i suggest you put some pressure on your distro
> > maintainers to add proper c99 suppott to libc by default :)
> >
> > > --
> > > Gopalarathnam Venkatesan
> > > http://gopalarathnam.com/
> > >
> > >
> > > ---
> > > This SF.Net email is sponsored by xPML, a groundbreaking
> > > scripting language that extends applications into web and mobile
> > > media. Attend the live webcast and join the prime developer group
> > > breaking into this new coding territory!
> > > http://sel.as-us.falkag.net/sel?cmd___
> > > 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] 裸好多
> > Tokyo, Japan (東京 日本)
> >
> 
> There is already appropriate bug filed (by Hisham):
> http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32290. 
> However, the bug is filed back in December 2005 and seems to be still
> not acted upon; and probably we shouldn't expect particulary fast
> answer anyway.  So I guess it would be still nice if at some point and
> under appropriate conditions (access to *BSD system available)
> maintainer(s) could find some time to check the issue themselves and
> maybe (in the true spirit of auto-tools based solution) provide
> supported alternative path for platforms not having "%a"
> implemented...
> 
> Regards.
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language that extends applications into web and mobile media. Attend
> the live webcast and join the prime developer group breaking into
> this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build ETK on FreeBSD...

2006-04-09 Thread Anders Troback
I think it's using alsa and I think that alsa not is ported to
FreeBSD:-(



On Sun, 9 Apr 2006 01:15:59 +0300
"Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote:

> evolume is linux specific iirc. I was wondering about porting it to
> FreeBSD.
> 
> On 4/9/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > Thanks, the -lintl did it!
> >
> > Since you are running FreeBSD I must ask you if you have manage to
> > compile the evolume module! Have you?
> >
> > Thanks again!!!
> >
> > \\troback
> >
> > On Sat, 8 Apr 2006 01:38:59 +0300
> > "Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote:
> >
> > > use configgen.sh and make sure your cflags look like this:
> > >
> > > -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include
> > > -L/usr/X11R6/lib optionally add -lintl
> > > I use FreeBSD 6 and it works fine.
> > >
> > > On 4/8/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > I'm trying to build ETK on my FreeBSD-6.1 box! This is what I
> > > > get:
> > > >
> > > > --B<--
> > > > etk_test.o(.text+0x127):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > > > c:167: undefined reference to `libintl_gettext'
> > > > etk_test.o(.text+0x1be):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > > > c:175: undefined reference to `libintl_gettext'
> > > > etk_button_test.o(.text+0x4f): In function
> > > > `etk_test_button_window_create': 
> > > > /usr/devel/enlightenment/e17/proto/etk/src/bin/etk_button_test.c:22:
> > > > undefined r eference to `libintl_gettext'
> > > > etk_button_test.o(.text+0xfa):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk
> > > > _button_test.c:29: undefined reference to `libintl_gettext'
> > > > etk_button_test.o(.text+0x152):/usr/devel/enlightenment/e17/proto/etk/src/bin/et
> > > > k_button_test.c:34: more undefined references to
> > > > `libintl_gettext' follow ../../src/lib/.libs/libetk.so:
> > > > undefined reference to
> > > > `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so:
> > > > undefined reference to `libintl_textdomain' gmake[3]: ***
> > > > [etk_test] Error 1 gmake[3]: Leaving directory
> > > > `/usr/devel/enlightenment/e17/proto/etk/src/bin' gmake[2]: ***
> > > > [all-recursive] Error 1 gmake[2]: Leaving directory
> > > > `/usr/devel/enlightenment/e17/proto/etk/src' gmake[1]: ***
> > > > [all-recursive] Error 1 gmake[1]: Leaving directory
> > > > `/usr/devel/enlightenment/e17/proto/etk' gmake: *** [all] Error
> > > > 2 --B<--
> > > >
> > > > All (almost, some depends on ETK and will obvious not build)
> > > > other apps and libs are building just fine but not ETK!
> > > >
> > > > Any ideas out there?
> > > >
> > > > Thanks!
> > > >
> > > > \\troback
> > > >
> > > > --
> > > >
> > > > 
> > > > Microsoft is not the answer.
> > > > Microsoft is the question.
> > > > And 'No' is the answer!
> > > > 
> > > > http://www.troback.com
> > > > -
> > > >
> > > >
> > > > ---
> > > > This SF.Net email is sponsored by xPML, a groundbreaking
> > > > scripting language that extends applications into web and
> > > > mobile media. Attend the live webcast and join the prime
> > > > developer group breaking into this new coding territory!
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > > > ___
> > > > enlightenment-users mailing list
> > > > enlightenment-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > >
> > >
> > >
> > > --
> > > Hisham Mardam Bey
> > > MSc (Computer Science)
> > > http://hisham.cc/
> > > +9613609386
> > > Codito Ergo Sum (I Code Therefore I Am)
> > >
> > >
> > > ---
> >

Re: [e-users] Build ETK on FreeBSD...

2006-04-08 Thread Anders Troback
Thanks, the -lintl did it!

Since you are running FreeBSD I must ask you if you have manage to
compile the evolume module! Have you?

Thanks again!!!

\\troback

On Sat, 8 Apr 2006 01:38:59 +0300
"Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote:

> use configgen.sh and make sure your cflags look like this:
> 
> -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include
> -L/usr/X11R6/lib optionally add -lintl
> I use FreeBSD 6 and it works fine.
> 
> On 4/8/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to build ETK on my FreeBSD-6.1 box! This is what I get:
> >
> > --B<--
> > etk_test.o(.text+0x127):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > c:167: undefined reference to `libintl_gettext'
> > etk_test.o(.text+0x1be):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > c:175: undefined reference to `libintl_gettext'
> > etk_button_test.o(.text+0x4f): In function
> > `etk_test_button_window_create': 
> > /usr/devel/enlightenment/e17/proto/etk/src/bin/etk_button_test.c:22:
> > undefined r eference to `libintl_gettext'
> > etk_button_test.o(.text+0xfa):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk
> > _button_test.c:29: undefined reference to `libintl_gettext'
> > etk_button_test.o(.text+0x152):/usr/devel/enlightenment/e17/proto/etk/src/bin/et
> > k_button_test.c:34: more undefined references to `libintl_gettext'
> > follow ../../src/lib/.libs/libetk.so: undefined reference to
> > `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined
> > reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1
> > gmake[3]: Leaving directory
> > `/usr/devel/enlightenment/e17/proto/etk/src/bin' gmake[2]: ***
> > [all-recursive] Error 1 gmake[2]: Leaving directory
> > `/usr/devel/enlightenment/e17/proto/etk/src' gmake[1]: ***
> > [all-recursive] Error 1 gmake[1]: Leaving directory
> > `/usr/devel/enlightenment/e17/proto/etk' gmake: *** [all] Error 2
> > --B<--
> >
> > All (almost, some depends on ETK and will obvious not build) other
> > apps and libs are building just fine but not ETK!
> >
> > Any ideas out there?
> >
> > Thanks!
> >
> > \\troback
> >
> > --
> >
> > 
> > Microsoft is not the answer.
> > Microsoft is the question.
> > And 'No' is the answer!
> > 
> > http://www.troback.com
> > -
> >
> >
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > language that extends applications into web and mobile media.
> > Attend the live webcast and join the prime developer group breaking
> > into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > ___ enlightenment-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> 
> 
> --
> Hisham Mardam Bey
> MSc (Computer Science)
> http://hisham.cc/
> +9613609386
> Codito Ergo Sum (I Code Therefore I Am)
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language that extends applications into web and mobile media. Attend
> the live webcast and join the prime developer group breaking into
> this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> ___ enlightenment-users
> mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Build ETK on FreeBSD...

2006-04-07 Thread Anders Troback
Hi,

I'm trying to build ETK on my FreeBSD-6.1 box! This is what I get:

--B<--
etk_test.o(.text+0x127):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
c:167: undefined reference to `libintl_gettext'
etk_test.o(.text+0x1be):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
c:175: undefined reference to `libintl_gettext'
etk_button_test.o(.text+0x4f): In function
`etk_test_button_window_create': 
/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_button_test.c:22:
undefined r eference to `libintl_gettext'
etk_button_test.o(.text+0xfa):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk
_button_test.c:29: undefined reference to `libintl_gettext'
etk_button_test.o(.text+0x152):/usr/devel/enlightenment/e17/proto/etk/src/bin/et
k_button_test.c:34: more undefined references to `libintl_gettext'
follow ../../src/lib/.libs/libetk.so: undefined reference to
`libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined
reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1
gmake[3]: Leaving directory
`/usr/devel/enlightenment/e17/proto/etk/src/bin' gmake[2]: ***
[all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/devel/enlightenment/e17/proto/etk/src' gmake[1]: ***
[all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/devel/enlightenment/e17/proto/etk' gmake: *** [all] Error 2
--B<--

All (almost, some depends on ETK and will obvious not build) other apps and 
libs are building just fine but not ETK!

Any ideas out there?

Thanks!

\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Start Entropy...

2006-04-01 Thread Anders Troback
Hi list!

Now days I got:
Sorry, but you haven't loaded a layout plugin.  Please configure one.

when I tries to run Entropy!

What did I miss here?

Thanks!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Exebuf...

2006-03-07 Thread Anders Troback
On Tue, 7 Mar 2006 21:19:00 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Tue, 7 Mar 2006 10:50:19 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > On Tue, 7 Mar 2006 18:44:15 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > 
> > > On Tue, 7 Mar 2006 10:10:19 +0100 Anders Troback
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > On Tue, 7 Mar 2006 10:05:32 +0100
> > > > Anders Troback <[EMAIL PROTECTED]> wrote:
> > > > 
> > > > > Hi,
> > > > > 
> > > > > if I run scripts from exebuf that calls for programs like
> > > > > rdesktop and vncviewer nothing happens!
> > > > > 
> > > > > Bug or feature?
> > > > > 
> > > > > Thanks!
> > > > > 
> > > > > 
> > > > > \\troback
> > > > > 
> > > > 
> > > > Correction:
> > > > 
> > > > Scripts that takes one options on the command line. Ex. a vnc
> > > > script calls for vncviewer $1 so in exebuf it's 'vnc hostname'.
> > > 
> > > exebuf doesn't handle parameters (atm)
> > 
> > OK! Thank God for the atm:-)
> > 
> > I don't want to be a smartas but why are things like 'xterm -e top'
> > or 'touch testfile' working then?
> 
> not sure. - the tab completion etc. doesnt know about space and
> parameters. i know that. likely because the scritps aren't in your
> $PATH

Hey, that did it! I had the scripts in PATH in .cshrc but when I added
the path to the scripts in .xsession all works just fine!!!

Good job!

Thanks again!


\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Exebuf...

2006-03-07 Thread Anders Troback
On Tue, 7 Mar 2006 18:44:15 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Tue, 7 Mar 2006 10:10:19 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > On Tue, 7 Mar 2006 10:05:32 +0100
> > Anders Troback <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi,
> > > 
> > > if I run scripts from exebuf that calls for programs like
> > > rdesktop and vncviewer nothing happens!
> > > 
> > > Bug or feature?
> > > 
> > > Thanks!
> > > 
> > > 
> > > \\troback
> > > 
> > 
> > Correction:
> > 
> > Scripts that takes one options on the command line. Ex. a vnc script
> > calls for vncviewer $1 so in exebuf it's 'vnc hostname'.
> 
> exebuf doesn't handle parameters (atm)

OK! Thank God for the atm:-)

I don't want to be a smartas but why are things like 'xterm -e top' or
'touch testfile' working then?

Thanks for your time!


\\troback


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Exebuf...

2006-03-07 Thread Anders Troback
On Tue, 7 Mar 2006 10:05:32 +0100
Anders Troback <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> if I run scripts from exebuf that calls for programs like rdesktop and
> vncviewer nothing happens!
> 
> Bug or feature?
> 
> Thanks!
> 
> 
> \\troback
> 

Correction:

Scripts that takes one options on the command line. Ex. a vnc script
calls for vncviewer $1 so in exebuf it's 'vnc hostname'.

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Exebuf...

2006-03-07 Thread Anders Troback
Hi,

if I run scripts from exebuf that calls for programs like rdesktop and
vncviewer nothing happens!

Bug or feature?

Thanks!


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] pager is showing iconified windows

2006-01-30 Thread Anders Troback
On Mon, 30 Jan 2006 22:53:07 -0600
Chad Kittel <[EMAIL PROTECTED]> wrote:

> Carsten Haitzler <[EMAIL PROTECTED]> (The Rasterman) [Tue, 31 Jan
> 2006 11:11:38 +0900]:
> > On Mon, 26 Dec 2005 23:08:26 +0100 Gabriel Rossetti
> > <[EMAIL PROTECTED]> babbled:
> > 
> > > Mine does it too, it's really annoying, it has been doing that for
> > > a while now, I'd even say for months... Gabriel
> > > 
> > > Jason Edson wrote: My pager shows thesame thing. If I have a
> > > window then minimize it the pager still shows it. It's been that
> > > way for me since the module configuration dialog showed up. I've
> > > been rebuilding everyday from thinktux.net for about a week. I'm
> > > going to rebuild right now and I will report agian if it's fixed.
> > 
> > i don't see iconified windows in my pager either. i can't reproduce
> > this.
> > 
> 
> Only time I have experienced a ghost image in the pager is when I have
> gaim open, switch to a desktop that doesn't have gaim on it, use the
> gaim tray icon to minimize it "to the tray."  The pager does not
> update to reflect the fact that gaim is now completely off screen.
> Even flipping back to the desktop gaim was on, the pager on still
> shows the window is visible on screen even though I can't see it any
> more.  Maybe this is an alltogether different issue?
> 

When I was running Engage I had some problems with ghosts! Are you
running Engage when this problem appears? If you are, try disable the
module!

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Warp?

2006-01-25 Thread Anders Troback
OK, now I get it, thanks daddy:-D

On Wed, 25 Jan 2006 18:35:46 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Wed, 25 Jan 2006 10:11:57 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > Sorry for being a pain in the ass but...
> > 
> > I know understand the "Warp Speed" but I can not see what the "Warp
> > At End" are doing! Can you please explain, in a way that a five
> > year old can understand:-)
> 
> ok - hi hit alt+tab. the winlist box comes up. u KEEP alt held down.
> now u keep hitting tab. as u hit tab the selection advances and a new
> title is hilighted. if you have warp enabled the mouse will also jump
> to the window smoothly. when you are finished selecting (are happy
> with the selection) u lift the alt key. this is the "end" of
> selecting. if you didnt have warp enabled before you now have another
> choice - warp at the end ONLY (so not to annoy you  while selecting).
> the mouse will jump NOW to the window. this is REQUIRED with pointer
> and sloppy focus modes due to how they work.
> 
> > 
> > 
> > On Wed, 25 Jan 2006 18:02:30 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > 
> > > On Wed, 25 Jan 2006 09:57:43 +0100 Anders Troback
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > H...I think you are talking about 'Warp mouse to window
> > > > while selecting", are you not? I meant the "Warp At End" and
> > > > "Warp Speed" under the "Warp Settings" section!
> > > 
> > > same thing - move the pointer to the window you sel3ected only at
> > > the very END of doing the  selection and dont move it while
> > > selecting. and warp speed is the speed at whihc it warps - how
> > > fast the mouse moves. :)
> > > 
> > > > \\troback
> > > > 
> > > > On Wed, 25 Jan 2006 17:26:20 +0900
> > > > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > > > 
> > > > > On Wed, 25 Jan 2006 08:46:41 +0100 Anders Troback
> > > > > <[EMAIL PROTECTED]> babbled:
> > > > > 
> > > > > > Hi,
> > > > > > 
> > > > > > I may be stupid but I need some explanation about the Warp
> > > > > > setting in Winlist! I'm trying to translate it to Swedish
> > > > > > but I don't know what it does!
> > > > > 
> > > > > man XWarpPointer
> > > > > 
> > > > > (ie same terminology userd there - it moves the mouse pointer
> > > > > to a specific location without the user moving the mouse
> > > > > itself)
> > > > > 
> > > > > > 
> > > > > > Thanks!
> > > > > > 
> > > > > > \\troback
> > > > > > 
> > > > > > -- 
> > > > > > 
> > > > > > 
> > > > > > Microsoft is not the answer.
> > > > > > Microsoft is the question.
> > > > > > And 'No' is the answer!
> > > > > > 
> > > > > > Anders Trobäck
> > > > > > http://www.troback.com
> > > > > > 
> > > > > > 
> > > > > > ---
> > > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep
> > > > > > through log files for problems?  Stop!  Download the new
> > > > > > AJAX search engine that makes searching your log files as
> > > > > > easy as surfing the  web. DOWNLOAD SPLUNK!
> > > > > > http://sel.as-us.falkag.net/sel?cmd___
> > > > > > enlightenment-users mailing list
> > > > > > enlightenment-users@lists.sourceforge.net
> > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > -- 
> > > > 
> > > > 
> > > > Microsoft is not the answer.
> > > > Microsoft is the question.
> > > > And 'No' is the answer!
> > > > 

Re: [e-users] Warp?

2006-01-25 Thread Anders Troback
Sorry for being a pain in the ass but...

I know understand the "Warp Speed" but I can not see what the "Warp At
End" are doing! Can you please explain, in a way that a five year old
can understand:-)



On Wed, 25 Jan 2006 18:02:30 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Wed, 25 Jan 2006 09:57:43 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > H...I think you are talking about 'Warp mouse to window while
> > selecting", are you not? I meant the "Warp At End" and "Warp Speed"
> > under the "Warp Settings" section!
> 
> same thing - move the pointer to the window you sel3ected only at the
> very END of doing the  selection and dont move it while selecting.
> and warp speed is the speed at whihc it warps - how fast the mouse
> moves. :)
> 
> > \\troback
> > 
> > On Wed, 25 Jan 2006 17:26:20 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > 
> > > On Wed, 25 Jan 2006 08:46:41 +0100 Anders Troback
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > Hi,
> > > > 
> > > > I may be stupid but I need some explanation about the Warp
> > > > setting in Winlist! I'm trying to translate it to Swedish but I
> > > > don't know what it does!
> > > 
> > > man XWarpPointer
> > > 
> > > (ie same terminology userd there - it moves the mouse pointer to a
> > > specific location without the user moving the mouse itself)
> > > 
> > > > 
> > > > Thanks!
> > > > 
> > > > \\troback
> > > > 
> > > > -- 
> > > > 
> > > > 
> > > > Microsoft is not the answer.
> > > > Microsoft is the question.
> > > > And 'No' is the answer!
> > > > 
> > > > Anders Trobäck
> > > > http://www.troback.com
> > > > 
> > > > 
> > > > ---
> > > > This SF.net email is sponsored by: Splunk Inc. Do you grep
> > > > through log files for problems?  Stop!  Download the new AJAX
> > > > search engine that makes searching your log files as easy as
> > > > surfing the  web. DOWNLOAD SPLUNK!
> > > > http://sel.as-us.falkag.net/sel?cmd___
> > > > enlightenment-users mailing list
> > > > enlightenment-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > 
> > > 
> > > 
> > 
> > 
> > -- 
> > 
> > 
> > Microsoft is not the answer.
> > Microsoft is the question.
> > And 'No' is the answer!
> > 
> > Anders Trobäck
> > http://www.troback.com
> > 
> > 
> > ---
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log files for problems?  Stop!  Download the new AJAX search engine
> > that makes searching your log files as easy as surfing the  web.
> > DOWNLOAD SPLUNK!
> > http://sel.as-us.falkag.net/sel?cmd___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > 
> 
> 


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Warp?

2006-01-25 Thread Anders Troback
H...I think you are talking about 'Warp mouse to window while
selecting", are you not? I meant the "Warp At End" and "Warp Speed"
under the "Warp Settings" section!

\\troback

On Wed, 25 Jan 2006 17:26:20 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Wed, 25 Jan 2006 08:46:41 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi,
> > 
> > I may be stupid but I need some explanation about the Warp setting
> > in Winlist! I'm trying to translate it to Swedish but I don't know
> > what it does!
> 
> man XWarpPointer
> 
> (ie same terminology userd there - it moves the mouse pointer to a
> specific location without the user moving the mouse itself)
> 
> > 
> > Thanks!
> > 
> > \\troback
> > 
> > -- 
> > 
> > 
> > Microsoft is not the answer.
> > Microsoft is the question.
> > And 'No' is the answer!
> > 
> > Anders Trobäck
> > http://www.troback.com
> > 
> > 
> > ---
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log files for problems?  Stop!  Download the new AJAX search engine
> > that makes searching your log files as easy as surfing the  web.
> > DOWNLOAD SPLUNK!
> > http://sel.as-us.falkag.net/sel?cmd___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > 
> 
> 


-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Warp?

2006-01-24 Thread Anders Troback
Hi,

I may be stupid but I need some explanation about the Warp setting in
Winlist! I'm trying to translate it to Swedish but I don't know what it
does!


Thanks!

\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Anonymous CVS & Servers - YOU CAN HELP!

2006-01-24 Thread Anders Troback
On Wed, 25 Jan 2006 15:51:37 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> 
> 3. Are people willing to donate enough $ to make it happen?
> 

I'm willing to donate! Just say how and when!

\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment - FreeBSD 4.10 problem

2006-01-14 Thread Anders Troback
On Sat, 14 Jan 2006 14:15:11 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Fri, 13 Jan 2006 19:38:45 +0530 Gopalarathnam Venkatesan
> <[EMAIL PROTECTED]> babbled:
> 
> > All:
> > 
> > Even though I'm able to successfully build Enlightenment DR17
> > following the document at get-e.org, after starting all I see is a
> > blank white screen.
> > 
> > The menus and the display are corrupt.  If I manage to start the
> > terminal program, I don't see the title bar.
> > 
> > What could be the problem?
> 
> either evas didnt build with eet support, or it's bsd's lack of
> support for %a format and so u will need to use linux or some other
> os that supports %a formatting (ie C99 - a 7 year old standard)
> 
> > Thanks in advance.
> > --

I'm running on FreeBSD 5.4 and 6.0 and everything is just fine. I have
a script that builds everything from CVS a a FBSD box (>5.0). If you
are interested just drop me a mail!

\\anders
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Focus...

2006-01-08 Thread Anders Troback
On Mon, 9 Jan 2006 01:46:21 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Sun, 8 Jan 2006 14:26:26 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > On Sat, 7 Jan 2006 00:00:34 +0900
> > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> > 
> > > On Tue, 3 Jan 2006 10:02:32 +0100 Anders Troback
> > > <[EMAIL PROTECTED]> babbled:
> > > 
> > > > Hi,
> > > > 
> > > > I have a question about focus in E17!
> > > > 
> > > > I'm using focus-policy KLICK (I'm a keyboard addict:-)) but I
> > > > don't
> > > 
> > > hey. this isn't KDE! it's CLICK! :) hehehehe
> > > 
> > > > want the window to raise when I focus it! Is this possible?
> > > 
> > > there is no way to do this as its hard-coded and built in as part
> > > of click to focus. we can make it an option. i've put it on the
> > > nice to have features list as it is quite simple to implement.
> > > 
> > 
> > OK, thanks and sorry about the typo, klick is Swedish and means
> > click:-)
> 
> damn. so sweedish is part of kde now! :) hehehehe
> 

Yes, that's way we speak so slow:-D

> > just one more thing about this focus thing! What is the option
> > "click always raise" option for? Can't see any difference when
> > changing...
> 
> in ponter focus and sloppy if you click in the window it will be
> raised. (ie in click to focus this happens anyway, in pointer focus
> it doesnt, unless u enable this - ie the window is ALWAYS raised if
> you clikc in it - exactly what it says it does) :)
> 


OK, now I see it, thanks for sort things out for me! And btw, it's click
not clikc;-)

//troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Focus...

2006-01-08 Thread Anders Troback
On Sat, 7 Jan 2006 00:00:34 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:

> On Tue, 3 Jan 2006 10:02:32 +0100 Anders Troback
> <[EMAIL PROTECTED]> babbled:
> 
> > Hi,
> > 
> > I have a question about focus in E17!
> > 
> > I'm using focus-policy KLICK (I'm a keyboard addict:-)) but I don't
> 
> hey. this isn't KDE! it's CLICK! :) hehehehe
> 
> > want the window to raise when I focus it! Is this possible?
> 
> there is no way to do this as its hard-coded and built in as part of
> click to focus. we can make it an option. i've put it on the nice to
> have features list as it is quite simple to implement.
> 

OK, thanks and sorry about the typo, klick is Swedish and means click:-)

just one more thing about this focus thing! What is the option "click
always raise" option for? Can't see any difference when changing...


\\troback

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Focus...

2006-01-03 Thread Anders Troback
On Tue, 3 Jan 2006 20:15:59 +0900
David Stevenson <[EMAIL PROTECTED]> wrote:

> On 1/3/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I have a question about focus in E17!
> >
> > I'm using focus-policy KLICK (I'm a keyboard addict:-)) but I don't
> > want the window to raise when I focus it! Is this possible?
> >
> 
> I'm a pointer-focusser, but I think the following would stop windows
> from ever raising:
> 
> enlightenment_remote -always-click-to-raise-set 0
> enlightenment_remote -use-auto-raise-set 0
> 
> ...then use  and  to raise and lower windows
> manually?
> 
> Actually, I could come to like that myself :-)
> 
> Regards!
> David

Hi and thanks for your answer but that was already done (by default?)!

$ enlightenment_remote -always-click-to-raise-get
REPLY <- BEGIN
REPLY: POLICY=0
REPLY <- END
$ enlightenment_remote -use-auto-raise-get
REPLY <- BEGIN
REPLY: POLICY=0
REPLY <- END

So that did not help...more ides?

-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Focus...

2006-01-03 Thread Anders Troback
Hi,

I have a question about focus in E17!

I'm using focus-policy KLICK (I'm a keyboard addict:-)) but I don't
want the window to raise when I focus it! Is this possible?

Thanks!!!


\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Border ikon...

2005-12-13 Thread Anders Troback
Hi,

not a big problem (in fact not a problem at all, just curios) but why
are the no icon for Border in the window menu?

\\troback
-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

Anders Trobäck
http://www.troback.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users