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 per

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

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

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 a

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

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

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 a

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 fun

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 w

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

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 <

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 n