Re: [E-devel] [ENM] A network manager front end

2007-03-21 Thread watchwolf
On Wed, 2007-03-21 at 12:57 +, Nils Larsson wrote:
> On Sun, 18 Mar 2007 18:15:59 +0100
> watchwolf <[EMAIL PROTECTED]> wrote:
> 
> > hello,
> > 
> > I want present you a new application writed with etk for E17.
> > The application can have some bugs for you as segv :p . The code is
> > not perfect, I need to add some tests & errors outputs. The next
> > steps, before add new functions, is to clean/correct the code.
> > 
> > You can see screenshots & the source code on my blog.
> > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > 5D-Pesentation 
> > 
> > To compile us this makefile: etk/Makefile.
> > 
> I couldn't get the binary to run as I don't have Ecore compiled with
> fbcon support. 
> 
> I also think you got a older ETK, I had to fiddle a bit with the
> combobox bit in general_panel.c to get it working(Attached, but I'm
> not sure if this is doing it right). 
> 

It s because I used a older version of etk. 

> Looking good thou, too bad I'm not wireless so I could throughly test
> it out.
> 



> -
> 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-devel mailing 
> list enlightenment-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
-- 
powered by gnu/linux


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-21 Thread Nils Larsson
On Sun, 18 Mar 2007 18:15:59 +0100
watchwolf <[EMAIL PROTECTED]> wrote:

> hello,
> 
> I want present you a new application writed with etk for E17.
> The application can have some bugs for you as segv :p . The code is
> not perfect, I need to add some tests & errors outputs. The next
> steps, before add new functions, is to clean/correct the code.
> 
> You can see screenshots & the source code on my blog.
> http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> 5D-Pesentation 
> 
> To compile us this makefile: etk/Makefile.
> 
I couldn't get the binary to run as I don't have Ecore compiled with
fbcon support. 

I also think you got a older ETK, I had to fiddle a bit with the
combobox bit in general_panel.c to get it working(Attached, but I'm
not sure if this is doing it right). 

Looking good thou, too bad I'm not wireless so I could throughly test
it out.

--- src/general_panel.c	2007-03-21 12:45:19.0 +
+++ ../../enm_18_03_07/etk/src/general_panel.c	2007-03-18 15:21:26.0 +
@@ -22,8 +22,8 @@
 	etk_box_append(ETK_BOX(hbox),label,ETK_BOX_START, ETK_BOX_NONE,0);
 
 	pnl->cmbox_ethernet = etk_combobox_new();
-	etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_IMAGE, 25, ETK_FALSE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
-	etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_LABEL, 25, ETK_TRUE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
+	etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_IMAGE, 25, ETK_COMBOBOX_FILL, 0.5);
+	etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_LABEL, 25, ETK_COMBOBOX_NONE, 0.5);
 	etk_combobox_build(ETK_COMBOBOX(pnl->cmbox_ethernet));
 	etk_box_append(ETK_BOX(hbox), pnl->cmbox_ethernet, ETK_BOX_START, ETK_BOX_NONE, 0);
 	etk_signal_connect("active_item_changed", ETK_OBJECT(pnl->cmbox_ethernet), ETK_CALLBACK(generalpanel_cmboxethernet_active_item_changed_cb), pnl);
-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-19 Thread watchwolf


On Mon, 2007-03-19 at 00:13 +0100, raoul wrote:
> Le lundi 19 mars 2007, watchwolf a écrit :
> > On Sun, 2007-03-18 at 17:03 -0500, Brian Mattern wrote:
> > > On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote:
> > > > hello,
> > > >
> > > > I want present you a new application writed with etk for E17.
> > > > The application can have some bugs for you as segv :p . The code is not
> > > > perfect, I need to add some tests & errors outputs. The next steps,
> > > > before add new functions, is to clean/correct the code.
> > > >
> > > > You can see screenshots & the source code on my blog.
> > > > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > > > 5D-Pesentation
> > > >
> > > > To compile us this makefile: etk/Makefile.
> > >
> > > Just to be clear, this doesn't seem to have anything to do with
> > > NetworkManager (http://www.gnome.org/projects/NetworkManager/), the dbus
> > > lib / api, right? (Looks like its a frontend to i{f,w}config / route /
> > > etc).
> > >
> > > Is future NM support planned? Or is the naming similarity just a
> > > coincidence?
> > >
> > > rephorm
> >
> > Enm means "e17 network manager" for me, but maybe I ll change the name,
> > I had no idea so I choose enm. I have no link with the NetworkManager
> > project.
> Perhaps you could call it "enigma" ... 
> It's just an idea...

nice idea but enigma cs exist :/
http://sourceforge.net/projects/enigmacs/
> 
-- 
powered by gnu/linux


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread watchwolf
yes, I plan to add wpa_supplicant. But before I finish the dns/wired
network support and next the wifi.

On Sun, 2007-03-18 at 19:10 -0400, Lucian-Mircea Patcas wrote:
> Do you plan it to work with wpa_supplicant?
> 
> On 3/18/07, watchwolf <[EMAIL PROTECTED]> wrote: 
> On Sun, 2007-03-18 at 17:03 -0500, Brian Mattern wrote:
> > On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote: 
> > > hello,
> > >
> > > I want present you a new application writed with etk for
> E17.
> > > The application can have some bugs for you as segv :p .
> The code is not
> > > perfect, I need to add some tests & errors outputs. The
> next steps, 
> > > before add new functions, is to clean/correct the code.
> > >
> > > You can see screenshots & the source code on my blog.
> > > http://watchwolf.fr/index.php?post/2007/03/18/%
> 5BE17-Network-manager%
> > > 5D-Pesentation
> > >
> > > To compile us this makefile: etk/Makefile.
> > >
> >
> > Just to be clear, this doesn't seem to have anything to do
> with 
> > NetworkManager
> (http://www.gnome.org/projects/NetworkManager/), the dbus
> > lib / api, right? (Looks like its a frontend to
> i{f,w}config / route /
> > etc).
> >
> > Is future NM support planned? Or is the naming similarity
> just a
> > coincidence?
> >
> > rephorm
> 
> Enm means "e17 network manager" for me, but maybe I ll change
> the name, 
> I had no idea so I choose enm. I have no link with the
> NetworkManager
> project.
> 
> I write a library (called libenm because the application is
> enm ...).
> The library use if/iwconfig, iwlist and route to manage the
> network. 
> My first idea was to write a little wifi manager like
> wifi-radar
> (http://wifi-radar.systemimager.org) but finally I added wired
> card
> support and dns configuration. 
> 
> --
> powered by gnu/linux
> 
> 
> 
> -
> 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-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
-- 
powered by gnu/linux


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread raoul
Le lundi 19 mars 2007, watchwolf a écrit :
> On Sun, 2007-03-18 at 17:03 -0500, Brian Mattern wrote:
> > On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote:
> > > hello,
> > >
> > > I want present you a new application writed with etk for E17.
> > > The application can have some bugs for you as segv :p . The code is not
> > > perfect, I need to add some tests & errors outputs. The next steps,
> > > before add new functions, is to clean/correct the code.
> > >
> > > You can see screenshots & the source code on my blog.
> > > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > > 5D-Pesentation
> > >
> > > To compile us this makefile: etk/Makefile.
> >
> > Just to be clear, this doesn't seem to have anything to do with
> > NetworkManager (http://www.gnome.org/projects/NetworkManager/), the dbus
> > lib / api, right? (Looks like its a frontend to i{f,w}config / route /
> > etc).
> >
> > Is future NM support planned? Or is the naming similarity just a
> > coincidence?
> >
> > rephorm
>
> Enm means "e17 network manager" for me, but maybe I ll change the name,
> I had no idea so I choose enm. I have no link with the NetworkManager
> project.
Perhaps you could call it "enigma" ... 
It's just an idea...

-- 
raoul


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Lucian-Mircea Patcas
Do you plan it to work with wpa_supplicant?

On 3/18/07, watchwolf <[EMAIL PROTECTED]> wrote:
>
> On Sun, 2007-03-18 at 17:03 -0500, Brian Mattern wrote:
> > On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote:
> > > hello,
> > >
> > > I want present you a new application writed with etk for E17.
> > > The application can have some bugs for you as segv :p . The code is
> not
> > > perfect, I need to add some tests & errors outputs. The next steps,
> > > before add new functions, is to clean/correct the code.
> > >
> > > You can see screenshots & the source code on my blog.
> > > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > > 5D-Pesentation
> > >
> > > To compile us this makefile: etk/Makefile.
> > >
> >
> > Just to be clear, this doesn't seem to have anything to do with
> > NetworkManager (http://www.gnome.org/projects/NetworkManager/), the dbus
> > lib / api, right? (Looks like its a frontend to i{f,w}config / route /
> > etc).
> >
> > Is future NM support planned? Or is the naming similarity just a
> > coincidence?
> >
> > rephorm
>
> Enm means "e17 network manager" for me, but maybe I ll change the name,
> I had no idea so I choose enm. I have no link with the NetworkManager
> project.
>
> I write a library (called libenm because the application is enm ...).
> The library use if/iwconfig, iwlist and route to manage the network.
> My first idea was to write a little wifi manager like wifi-radar
> (http://wifi-radar.systemimager.org) but finally I added wired card
> support and dns configuration.
>
> --
> powered by gnu/linux
>
>
> -
> 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-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread watchwolf
On Sun, 2007-03-18 at 17:03 -0500, Brian Mattern wrote:
> On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote:
> > hello,
> > 
> > I want present you a new application writed with etk for E17.
> > The application can have some bugs for you as segv :p . The code is not
> > perfect, I need to add some tests & errors outputs. The next steps,
> > before add new functions, is to clean/correct the code.
> > 
> > You can see screenshots & the source code on my blog.
> > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > 5D-Pesentation 
> > 
> > To compile us this makefile: etk/Makefile.
> > 
> 
> Just to be clear, this doesn't seem to have anything to do with
> NetworkManager (http://www.gnome.org/projects/NetworkManager/), the dbus
> lib / api, right? (Looks like its a frontend to i{f,w}config / route /
> etc).
> 
> Is future NM support planned? Or is the naming similarity just a
> coincidence?
> 
> rephorm

Enm means "e17 network manager" for me, but maybe I ll change the name,
I had no idea so I choose enm. I have no link with the NetworkManager
project.

I write a library (called libenm because the application is enm ...).
The library use if/iwconfig, iwlist and route to manage the network.
My first idea was to write a little wifi manager like wifi-radar
(http://wifi-radar.systemimager.org) but finally I added wired card
support and dns configuration.

-- 
powered by gnu/linux


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Brian Mattern
On Sun, Mar 18, 2007 at 06:15:59PM +0100, watchwolf wrote:
> hello,
> 
> I want present you a new application writed with etk for E17.
> The application can have some bugs for you as segv :p . The code is not
> perfect, I need to add some tests & errors outputs. The next steps,
> before add new functions, is to clean/correct the code.
> 
> You can see screenshots & the source code on my blog.
> http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> 5D-Pesentation 
> 
> To compile us this makefile: etk/Makefile.
> 

Just to be clear, this doesn't seem to have anything to do with
NetworkManager (http://www.gnome.org/projects/NetworkManager/), the dbus
lib / api, right? (Looks like its a frontend to i{f,w}config / route /
etc).

Is future NM support planned? Or is the naming similarity just a
coincidence?

rephorm


-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Alexander Griesser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

watchwolf wrote:
> you can try:
> in libenm/src/ethernet.c , comment "eth_load_gateway();" in the function
> "eth_load_configuration()"
> The application will not load your gateway.

OK, I found out what's wrong:
I have the cisco VPN client installed which creates an interface called
cipsec0.
Your program seems to have troubles in reading this interface's
configuration and therefore I `rmmod`ed the cisco_ipsec kernel module.

Afterwards, the program started.

JFYI: The output of `ifconfig cipsec0` looks like this:

cipsec0   Link encap:Ethernet  HWaddr 00:0B:FC:F8:01:8F
  NOARP  MTU:1356  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Please tell me, if I can help you any further with this issue.

ciao,
- --
|   .-.  |Alexander Griesser -- <[EMAIL PROTECTED]> | .''`. |
|   /v\   \  http://www.tuxx-home.at/ / : :' : |
| /(   )\  |  GPG-KeyID: 0xA2949B5A  |  `. `'  |
|  ^^ ^^   `-'`-   |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/YCK66HVD6KUm1oRAkRMAJwOgFBzsT+0gCGauZNKRiJL2KYNiQCfXlix
PJnwV7CPwJjgjSzFQfGRvC4=
=tDJd
-END PGP SIGNATURE-

-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Zachary Goldberg
By changing lines 25 and 26 of general_panel.c to

etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet),
ETK_COMBOBOX_IMAGE, 25, ETK_FALSE,   0.5);
   etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet),
ETK_COMBOBOX_LABEL, 25, ETK_FALSE,  0.5);


I'm successfully able to run the program -- quite nice from my first
impression.  Great work

--ZGold

On 3/18/07, Zachary Goldberg <[EMAIL PROTECTED]> wrote:
> Hey, just tried to test out your program.  Unfortunatly it won't
> compile due to the following error:
>
>
> src/general_panel.c:26: error: too many arguments to function
> 'etk_combobox_column_add'
>
> I believe this is an error due to a (very) recent API change within etk.
>
> --ZGold
>
>
> On 3/18/07, watchwolf <[EMAIL PROTECTED]> wrote:
> > hello,
> >
> > I want present you a new application writed with etk for E17.
> > The application can have some bugs for you as segv :p . The code is not
> > perfect, I need to add some tests & errors outputs. The next steps,
> > before add new functions, is to clean/correct the code.
> >
> > You can see screenshots & the source code on my blog.
> > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > 5D-Pesentation
> >
> > To compile us this makefile: etk/Makefile.
> >
> > --
> > powered by gnu/linux
> >
> > -
> > 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-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> >
>

-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Zachary Goldberg
Hey, just tried to test out your program.  Unfortunatly it won't
compile due to the following error:


src/general_panel.c:26: error: too many arguments to function
'etk_combobox_column_add'

I believe this is an error due to a (very) recent API change within etk.

--ZGold


On 3/18/07, watchwolf <[EMAIL PROTECTED]> wrote:
> hello,
>
> I want present you a new application writed with etk for E17.
> The application can have some bugs for you as segv :p . The code is not
> perfect, I need to add some tests & errors outputs. The next steps,
> before add new functions, is to clean/correct the code.
>
> You can see screenshots & the source code on my blog.
> http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> 5D-Pesentation
>
> To compile us this makefile: etk/Makefile.
>
> --
> powered by gnu/linux
>
> -
> 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-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>

-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ENM] A network manager front end

2007-03-18 Thread Alexander Griesser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

watchwolf wrote:
> The application can have some bugs for you as segv :p 

Well, and what to do if it has?

vi-edv003:/home/tuxx/enm_18_03_07/etk# ./enm
Segmentation fault
vi-edv003:/home/tuxx/enm_18_03_07/etk#

Otherwise, the screenshots look really nice, I'd love to give it a try
:)

ciao,
- --
|   .-.  |Alexander Griesser -- <[EMAIL PROTECTED]> | .''`. |
|   /v\   \  http://www.tuxx-home.at/ / : :' : |
| /(   )\  |  GPG-KeyID: 0xA2949B5A  |  `. `'  |
|  ^^ ^^   `-'`-   |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/Xa966HVD6KUm1oRAgMCAJ4pMFbqRfdKBS18YddFqccXgNfxQACdEaAM
ReYSKYTot+cWSPfZ/TCxtCw=
=o1Xs
-END PGP SIGNATURE-

-
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel