Re: [e-users] newbie help needed

2005-11-03 Thread Gerald Dachs
You are fooling us, aren't you? First, this is not an enlightenment
question. This is basic c problem.

 unsigned char* data;
 ImlibImage *newIm; ImlibImage *newId;
 int i,j;


I suppose it is a copy and paste error that you have this two times.

   unsigned char* data;
 ImlibImage *newIm; ImlibImage *newId;
 int i,j;

 for(i=190;i280;i++)
   {
 for(j=215;j283;j++)
   {
 = data[3*(i+w*j)+0] = (im-rgb_data[3*(i+w*j)+0]);

You have not allocated memory for data.

 data[3*(i+w*j)+1] = (im-rgb_data[3*(i+w*j)+1]);
data[3*(i+w*j)+2] = (im-rgb_data[3*(i+w*j)+2]);
   }
   }

Gerald





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


Re: [e-users] Engage unmatched icon

2005-11-03 Thread James McCarthy
I had to delete the file ~/.e/e/applications/all/.eap.cache.cfg as well.

On 11/3/05, Alan Trick [EMAIL PROTECTED] wrote:
 Morten Nilsen wrote:
  Gavin Costello wrote:
 
  Having recently compiled e17 from CVS, I must say I am mightily
  impressed! Excellent work.
 
  Just one thing annoying me, though: I have enabled the engage module,
  and my .order file contains the apps I want, but I also have an
  Unmatched icon (a green question mark).
 
  Any ideas what could be causing this?
 
 
  yes, you are running an app for which there exists no .eap in
  .e/e/applications/all matching it's window class
 

 If you middle click on the desktop (or left-click  Windows) there will
 be at least one window that doesn't have an icon. This will be the lost
 window. Select the window and then click on the top left to bring up the
 window menu (this can also be done by alt + right-click on the window).
 Then go to 'Create Icon' an that should be good.

 After you've done that you might have to restart enlightenment. You
 shouldn't have to restart any apps though.

 Alan Trick


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



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


[e-users] Terminal

2005-11-03 Thread Bu Bacoo
Hello Folks

What kind of terminal do you use? ETerm and even any other do not
support e17-transparency, as modules do, right? I like transparent
terminal - it is the only app, where it makes some sense for me.

Btw, do you have some terminal (instead of gnome-terminal) which would
support a 'hyperlink highlighting/clicking' ? (when I have opened silc
window and there is some link in it, I can click it.

Thanks

Happy E17ying :-D


Re: [e-users] Terminal

2005-11-03 Thread James McCarthy
Aterm is an excellent Eterm alternative.  It's small and light and you
really won't notice too much of a difference.  It's mostly
configurable by command line though, whereas Eterm let's you configure
through menus as well.  I'm not sure about the hyperlink part though.

On 11/3/05, Bu Bacoo [EMAIL PROTECTED] wrote:
 Hello Folks

  What kind of terminal do you use? ETerm and even any other do not support
 e17-transparency, as modules do, right? I like transparent terminal - it is
 the only app, where it makes some sense for me.

  Btw, do you have some terminal (instead of gnome-terminal) which would
 support a 'hyperlink highlighting/clicking' ? (when I have opened silc
 window and there is some link in it, I can click it.

  Thanks

  Happy E17ying :-D



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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Bu Bacoo wrote:

Hello Folks

What kind of terminal do you use? ETerm and even any other do not support
e17-transparency, as modules do, right? I like transparent terminal - it is
the only app, where it makes some sense for me.


as far as I know, there is no such thing, really.. modules have 
transparency to the desktop because they are a part of e itself


if you set the root image of the x server, the pseudo-transparency works 
like before (try using e17setroot before launching eterm)


--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

James McCarthy wrote:

Aterm is an excellent Eterm alternative.  It's small and light and you
really won't notice too much of a difference.  It's mostly
configurable by command line though, whereas Eterm let's you configure
through menus as well.  I'm not sure about the hyperlink part though.


I tried aterm, and fail to see a single thing about aterm that is 
superiour to eterm..

Care to elaborate?

--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Berto
mrxvt ...y based on aterm i thin, but with tabsits very fast loading...and very configurable. I love to use it with tabs, and fake transparency (the tabs an the scrollbar too) Take a look at the doc, has a lot of keys for everythin.
http://materm.sourceforge.net/sorry for my English2005/11/3, Morten Nilsen [EMAIL PROTECTED]
:James McCarthy wrote: Aterm is an excellent Eterm alternative.It's small and light and you
 really won't notice too much of a difference.It's mostly configurable by command line though, whereas Eterm let's you configure through menus as well.I'm not sure about the hyperlink part though.
I tried aterm, and fail to see a single thing about aterm that issuperiour to eterm..Care to elaborate?--Morten---SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Downloadit for free - -and be entered to win a 42 plasma tv or your very ownSony(tm)PSP.Click here to play: 
http://sourceforge.net/geronimo.php___enlightenment-users mailing listenlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users-- Reality is that which, when you stop believing in it, doesn't go away. - Philip K. Dick
El sexo sucio? sí, claro; pero solo cuando se hace bien. - Woody Allen...de pronto, todo me resulta evidente: sólo los libros fantásticos pueden transmitir la realidad desfasada en que vivo... David B.
La juventud de un ser humano no se mide por los años que tiene, sino por la curiosidad que almacena. Para mantenerse joven es necesario estar en permanente estado de curiosidad.SALVADOR PÁNIKERLa ignorancia afirma o niega rotundamente; la ciencia duda. Voltaire.
No merece la pena morir de todo esto, la mitad es convención, la otra mitad mentira. Dylan Thomas


Re: [e-users] Terminal

2005-11-03 Thread Berto
I forgot: i love kuake convined with screen toohttp://www.nemohackers.org/kuake.phpIt works pretty well on e17...



Re: [e-users] Terminal

2005-11-03 Thread Jesse Luehrs
On Thu, 03 Nov 2005 20:42:55 +0100
Morten Nilsen [EMAIL PROTECTED] wrote:

 James McCarthy wrote:
  Aterm is an excellent Eterm alternative.  It's small and light and
  you really won't notice too much of a difference.  It's mostly
  configurable by command line though, whereas Eterm let's you
  configure through menus as well.  I'm not sure about the hyperlink
  part though.
 
 I tried aterm, and fail to see a single thing about aterm that is 
 superiour to eterm..
 Care to elaborate?

It's smaller, less resource intensive, and doesn't include a lot of the
features that Eterm has that aren't necessary. There isn't really
anything better about it in terms of features, but I use it because
it's smaller, and supports the few features that I use (transparency,
configurable scrollback buffer size) and very few that I don't (menu
bar, along with most of the configuration options there), and uses about
half of the resources that Eterm does.

Jesse


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


Re: [e-users] Terminal

2005-11-03 Thread Michael Jennings
On Thursday, 03 November 2005, at 14:01:11 (-0600),
Jesse Luehrs wrote:

 It's smaller, less resource intensive,

Neither of these is true.  Eterm's default theme is simply fancier.
Try the xterm or rxvt theme sometime.

 and doesn't include a lot of the features that Eterm has that aren't
 necessary.

Most features can be compiled out, and even if they're not, the blocks
of code for unused features are never even loaded into memory.  This
is a fallacy.

 uses about half of the resources that Eterm does.

That's what the aterm folks would like you to believe.  It's simply
not true.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Oh, yes, we love EE people.  They have a low level of knowledge.
 -- Deanna G., Microsoft Recruiter


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Berto wrote:

mrxvt

...y based on aterm i thin, but with tabsits very fast loading...and


eterm has near-instant load too


very configurable. I love to use it with tabs, and fake transparency (the
tabs an the scrollbar too) Take a look at the doc, has a lot of keys for
everythin.


I don't like tabs in my terminal emulator - it's just a waste of screen 
realestate (yes, you aren't forced to use them)
I'm not entirely sure what you mean by lot of keys for everythin .. I 
want my terminal emulator to, well, emulate a terminal..


I just don't get why people have bright, detailed backgrounds - it's 
just disguisting :P


with e16, I used fake trans with a low gamma or contrast setting
since I started using e17, that turned black all on its own, and I've 
stuck to that..



http://materm.sourceforge.net/


I'll give it a quick spin..


sorry for my English


not a problem

--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Morten Nilsen wrote:

James McCarthy wrote:


Aterm is an excellent Eterm alternative.  It's small and light and you
really won't notice too much of a difference.  It's mostly
configurable by command line though, whereas Eterm let's you configure
through menus as well.  I'm not sure about the hyperlink part though.



I tried aterm, and fail to see a single thing about aterm that is 
superiour to eterm..

Care to elaborate?



on a related note, what is the default font of eterm?

--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Jesse Luehrs
On Thu, 3 Nov 2005 15:10:25 -0500
Michael Jennings [EMAIL PROTECTED] wrote:

 On Thursday, 03 November 2005, at 14:01:11 (-0600),
 Jesse Luehrs wrote:
 
  It's smaller, less resource intensive,
 
 Neither of these is true.  Eterm's default theme is simply fancier.
 Try the xterm or rxvt theme sometime.

Those themes are smaller, but still not as small (according to ps at
least... however accurate that is).

  and doesn't include a lot of the features that Eterm has that aren't
  necessary.
 
 Most features can be compiled out, and even if they're not, the blocks
 of code for unused features are never even loaded into memory.  This
 is a fallacy.

I'm not just talking about code size here, but about what is available
by default as well (meaning what all I have to disable). I have no use
for the menu, or for the scrollbar (personally, I don't think they look
that great anyway), or background images, or anything like that, and to
get rid of them, I have to disable all of them. The xterm theme is the
closest to usable for me, but it's still not perfect, and configuring
it to be how I want it is far more effort than passing a few options to
aterm, whose defaults are far closer to what I want.

I'm not saying that Eterm is bad, because it really does seem like a
nice program with lots of cool features... it's just not what I am
looking for in a terminal emulator.

  uses about half of the resources that Eterm does.
 
 That's what the aterm folks would like you to believe.  It's simply
 not true.

This is just my experience from looking at what my system reports their
ram usage as. I can see now that half is a bit of an overstatement,
with the proper theme, but it's still less as far as I can tell. Is
there any reason why this would be inaccurate?

 Michael


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


Re: [e-users] Terminal

2005-11-03 Thread Michael Jennings
On Thursday, 03 November 2005, at 15:01:58 (-0600),
Jesse Luehrs wrote:

 Those themes are smaller, but still not as small (according to ps at
 least... however accurate that is).

It isn't.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Only those whose lives are brief can imagine that love is eternal.
  You should embrace that remarkable illusion.  It may be the greatest
  gift your race has ever received.   -- Lorien, Babylon Five


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


Re: [e-users] Terminal

2005-11-03 Thread Виктор Кожухаров
the only problem with eterm currently, is that it doesn't support utf-8.

On Thu, 2005-11-03 at 15:40 -0500, Michael Jennings wrote:
 On Thursday, 03 November 2005, at 21:33:29 (+0100),
 Morten Nilsen wrote:
 
  on a related note, what is the default font of eterm?
 
 With --enable-auto-encoding, it varies.  Without it, it's fixed.
 
 Michael
 



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


Re: [e-users] Terminal

2005-11-03 Thread Michael Jennings
On Thursday, 03 November 2005, at 23:07:55 (+0200),
?? ? wrote:

 the only problem with eterm currently, is that it doesn't support
 utf-8.

http://www.kainx.org/journal/?view=20050407

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 You know the real reason God kicked Adam  Eve Consulting Associates
  LLC off the Eden project, dontcha?  Adam  Eve wanted to audit
  everything and redo Creation in java. -- Ari Heitner on BugTraq


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


Re: [e-users] Terminal

2005-11-03 Thread Виктор Кожухаров
so, everyone who follows cvs commits knows that you certainly tried to
add it a year ago. I'm just stating what the only problem with eterm
seems to be. (apart from some bad rendering of ncurses apps on some
machines, but that probably isn't because of eterm).

On Thu, 2005-11-03 at 16:10 -0500, Michael Jennings wrote:
 On Thursday, 03 November 2005, at 23:07:55 (+0200),
 ?? ? wrote:
 
  the only problem with eterm currently, is that it doesn't support
  utf-8.
 
 http://www.kainx.org/journal/?view=20050407
 
 Michael
 



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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Michael Jennings wrote:

On Thursday, 03 November 2005, at 21:33:29 (+0100),
Morten Nilsen wrote:



on a related note, what is the default font of eterm?



With --enable-auto-encoding, it varies.  Without it, it's fixed.

Michael



with some poking, I found this to be the one;

-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1

and, thus, these flags give aterm the same look as eterm;

-fg gray +sb -cr yellow -ib 5 -fn 
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1


or at least very close to it

and now for an unrelated question about eterm;

how do I make the Escreen window bar less ugly? or even just hide it?

Cheers,
--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Paul Johnson

Morten Nilsen wrote:

Michael Jennings wrote:




and now for an unrelated question about eterm;

how do I make the Escreen window bar less ugly? or even just hide it?



 --buttonbar off


Cheers,



--
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ku.edu/~pauljohn
1541 Lilac Lane, Rm 504
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66044-3177   FAX: (785) 864-5700


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Paul Johnson wrote:

Morten Nilsen wrote:

and now for an unrelated question about eterm;

how do I make the Escreen window bar less ugly? or even just hide it?



  --buttonbar off


no, that had no effect..
you do realize I'm talking about the one that comes up at the bottom of 
the term with the names of the different screens on it, and not the menu 
(which is long gone)?


Cheers,
--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Berto
Well...I like mine the way it is...

http://www.tuxme.com/node/802?PHPSESSID=b8967047fd703e33b6fdb9252819ad89


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


[e-users] Embrace config example

2005-11-03 Thread DRAKE_Dalfa-TheEnlightenedOne
Hi

i was try it, embrace module but i don understand the config :-p

can someone send an example of the config?


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Berto wrote:

Well...I like mine the way it is...

http://www.tuxme.com/node/802?PHPSESSID=b8967047fd703e33b6fdb9252819ad89



how do you read folder names with that setup?

here's what my e16 used to look like;
http://gallery.elksex.com/display/incoming/screen5.png;max_scale=0

and here my new e17 look;
http://gallery.elksex.com/display/incoming/e17.png;max_scale=0

Cheers,
--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Berto
Its just the bad quality of the screenshot, its very clear here,
believe me, i hate not to see clearly just for a nice picture...

Cheers


2005/11/3, Morten Nilsen [EMAIL PROTECTED]:
 Berto wrote:
  Well...I like mine the way it is...
 
  http://www.tuxme.com/node/802?PHPSESSID=b8967047fd703e33b6fdb9252819ad89
 

 how do you read folder names with that setup?

 here's what my e16 used to look like;
 http://gallery.elksex.com/display/incoming/screen5.png;max_scale=0

 and here my new e17 look;
 http://gallery.elksex.com/display/incoming/e17.png;max_scale=0

 Cheers,
 --
 Morten


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



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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Berto wrote:

Its just the bad quality of the screenshot, its very clear here,
believe me, i hate not to see clearly just for a nice picture...


maybe you should stop using jpeg then?

png is nice and crisp

--
Morten


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


Re: [e-users] Embrace config example

2005-11-03 Thread rZn

DRAKE_Dalfa-TheEnlightenedOne wrote:


Hi

i was try it, embrace module but i don understand the config :-p

can someone send an example of the config?
 


Here is my embrace config

#!/bin/sh

NAME=embrace
CONFIGPATH=~/.e/apps/embrace
DB=$CONFIGPATH/$NAME.db

# generic mandatory attributes:
# * title
# * type = plugin to use
#
# generic optional attributes:
#  * interval = poll interval in seconds (default is 60, but plugins
#might override this)
#
# each plugin may read additional attributes:
#
# pop3 and imap: str host, int port, str user, str pass, int ssl (boolean)
# mbox, maildir, imap and sylpheed: str path
# sylpheed: str mailbox, str folder

mkdir -p $CONFIGPATH

edb_ed $DB add /$NAME/theme str default
edb_ed $DB add /$NAME/num_mailboxes int 1

edb_ed $DB add /$NAME/mailbox1/title str inbox
edb_ed $DB add /$NAME/mailbox1/host str pop.gmail.com
edb_ed $DB add /$NAME/mailbox1/port int 995
edb_ed $DB add /$NAME/mailbox1/type str pop3
edb_ed $DB add /$NAME/mailbox1/user str your user name
edb_ed $DB add /$NAME/mailbox1/pass str your password
edb_ed $DB add /$NAME/mailbox1/ssl int 1

//rZn

--
Ha d Bra
-
Five rules for eternal misery: (1) Always try to exhort others to look upon you 
favorably. (2) Make lots of assumptions about situations and be sure to treat 
these assumptions as though they are reality. (3) Then treat each new situation 
as though it's a crisis. (4) Live in the past and future only (become obsessed 
with how much better things might have been or how much worse things might 
become). (5) Occasionally stomp on yourself for being so stupid as to follow 
the first four rules.



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


Re: [e-users] small bug in winlist/desktop interaction

2005-11-03 Thread Morten Nilsen

Carsten Haitzler (The Rasterman) wrote:

On Wed, 02 Nov 2005 20:45:11 +0100 Morten Nilsen [EMAIL PROTECTED] babbled:
If one hits alt-tab, and keep alt depressed, then hit f2 to switch to 
the second desktop and release alt, one is tossed back to the window 
selected in the winlist on the prior desktop


it's not actually meant to work unless you enable shoing of windows on toher
desktops in the windlist as winlist WILL jump TO the desktop that selected
window belongs to - its not a bug - it's design and how it works (so you can
SEE the window youare about to select/focus). you can turn this behavior off
with enlightenment_remote -winlist-list-jump-desk-while-selecting-set 0


setting that changes nothing.. I just tried it

also, -winlist-warp-at-end-set, while sounding promising didn't change 
the behaviour..


what I want, is for desktop change (alt-fn) to cancel winlist


theres a host of winlist options... :) use them! :)


but I like the current settings ;)

--
Morten


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


Re: [e-users] Terminal

2005-11-03 Thread Morten Nilsen

Michael Jennings wrote:

the only problem with eterm currently, is that it doesn't support
utf-8.


http://www.kainx.org/journal/?view=20050407


The chief reason I want utf-8 support in eterm is, in fact, to be able 
to paste non-ascii strings from mozilla


The problem is that mozilla doesn't export anything but utf-8 to the 
paste buffer


--
Morten


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


Re: [e-users] small bug in winlist/desktop interaction

2005-11-03 Thread The Rasterman
On Fri, 04 Nov 2005 00:15:43 +0100 Morten Nilsen [EMAIL PROTECTED] babbled:

 Carsten Haitzler (The Rasterman) wrote:
  On Wed, 02 Nov 2005 20:45:11 +0100 Morten Nilsen [EMAIL PROTECTED]
  babbled:
 If one hits alt-tab, and keep alt depressed, then hit f2 to switch to 
 the second desktop and release alt, one is tossed back to the window 
 selected in the winlist on the prior desktop
  
  it's not actually meant to work unless you enable shoing of windows on toher
  desktops in the windlist as winlist WILL jump TO the desktop that selected
  window belongs to - its not a bug - it's design and how it works (so you can
  SEE the window youare about to select/focus). you can turn this behavior off
  with enlightenment_remote -winlist-list-jump-desk-while-selecting-set 0
 
 setting that changes nothing.. I just tried it
 
 also, -winlist-warp-at-end-set, while sounding promising didn't change 
 the behaviour..
 
 what I want, is for desktop change (alt-fn) to cancel winlist

that will be quite invasive - adding a cancel call to everything that could
cancel it...

  theres a host of winlist options... :) use them! :)
 
 but I like the current settings ;)
 
 -- 
 Morten
 
 
 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server. Download
 it for free - -and be entered to win a 42 plasma tv or your very own
 Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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


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


Re: [e-users] small bug in winlist/desktop interaction

2005-11-03 Thread Morten Nilsen

Carsten Haitzler (The Rasterman) wrote:

what I want, is for desktop change (alt-fn) to cancel winlist


that will be quite invasive - adding a cancel call to everything that could
cancel it...


yes, well, just because I want something doesn't meen I get it :)

--
Morten


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


[e-users] where is e17's default theme directory

2005-11-03 Thread 赵光
i want to change the font of default theme,because i am chinese,the
font of default
can not display beauty.
--
/
* Love in Gentoo-Linux  C and Python   *
* Look at my blog  *
* http://poorc.wordpress.com   *
/


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


[e-users] epsilon CVS issue

2005-11-03 Thread Mark Spiezio

Hi
I'm trying to install the epsilon from CVS but I'm getting an error when 
running ./autogen.sh

The error is:
./configure: line 20023: syntax error near unexpected token `PNG,'
./configure: line 20023: `PKG_CHECK_MODULES(PNG, libpng12 = 1.2.0,'

I've tried using both the apt libpng12-dev and also various self 
compiled versions of libpng.

How do I get configure to see the PNG macro?

-Mark



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