Re: [DNG] What can I do after netman?

2015-10-06 Thread aitor_czr
Thanks, you are right. Aitor. On 06/10/15 00:03, Riccardo Boninsegna wrote: A little nitpick: the Description: of those packages is formally incorrect -- it should be an one-line short description followed by a multiline one (indented with one space, and with a

Re: [DNG] What can I do after netman?,Message-ID:

2015-10-05 Thread aitor_czr
Updated *.deb packages of netman. deb http://packages.gnuinos.org/devuan/ jessie main deb-src http://packages.gnuinos.org/devuan/ jessie main Aitor. El 30/09/15 a las 17:40, Edward Bartolo escribió: I implemented optional use of a systray icon. Use the --no-tray-icon

Re: [DNG] What can I do after netman?,Message-ID:

2015-10-05 Thread Edward Bartolo
Hi Aitor, Thanks for providing these netman packages. Edward On 05/10/2015, aitor_czr wrote: > Updated *.deb packages of netman. > > deb http://packages.gnuinos.org/devuan/ jessie main > deb-src http://packages.gnuinos.org/devuan/ jessie main > > Aitor. > > El 30/09/15 a

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Screenshot showing main GUI and dialog. http://s1.postimg.org/94xipt3qn/2015_09_30_083837_1600x900_scrot.png On 30/09/2015, Edward Bartolo wrote: > Hi fsmithred, > > Are you suggesting me to remove the lines starting with lo? If that is > the case, it can be done. > > Thanks >

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Display of 'lo' lines removed. Latest changes uploaded to git.devuan.org. On 30/09/2015, Edward Bartolo wrote: > Screenshot showing main GUI and dialog. > http://s1.postimg.org/94xipt3qn/2015_09_30_083837_1600x900_scrot.png > > On 30/09/2015, Edward Bartolo

Re: [DNG] What can I do after netman?

2015-09-30 Thread Svante Signell
On Wed, 2015-09-30 at 08:40 +0200, Edward Bartolo wrote: > Screenshot showing main GUI and dialog. > http://s1.postimg.org/94xipt3qn/2015_09_30_083837_1600x900_scrot.png Hi Edward, some small comments: - The Network Manager display lists available interfaces, and shows that you are connected:

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Hi Svante, I am using block capitals only for headings as there is no other way to properly differentiate between a heading and other text. Rich text formatting is not supported. That would require using more libraries and probably would include other dependencies. I will try to implement the

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Hi fsmithred, I implemented optional use of a systray icon. Use the --no-tray-icon parameter. I will test and review the code changes and upload to the repository. Edward On 30/09/2015, Edward Bartolo wrote: > Hi Svante, > > I am using block capitals only for headings as

Re: [DNG] What can I do after netman?

2015-09-29 Thread fsmithred
Sure. Clicking on "Connected" would be fine. If possible, having it displayed on a second, below "Connected" without having to click, and in smaller type would be ok, too, but I'm guessing that's not as easy to code or might cause problems with the layout (spacing). I don't understand your last

Re: [DNG] What can I do after netman?

2015-09-29 Thread Edward Bartolo
> Sure. Clicking on "Connected" would be fine. If possible, having it > displayed on a second, below "Connected" without having to click, and in > smaller type would be ok, too, but I'm guessing that's not as easy to code > or might cause problems with the layout (spacing). I will provide a small

Re: [DNG] What can I do after netman?

2015-09-29 Thread fsmithred
Edward, Thanks! It looks good. I can't really see the back window, but I think maybe it looks better with the buttons on the side. You probably don't need to list the loopback, but I'm guessing it's there because it's easier to leave it than to take it out. fsr On 09/29/2015 04:30 PM, Edward

Re: [DNG] What can I do after netman?

2015-09-29 Thread Edward Bartolo
Hi fsmithred, Are you suggesting me to remove the lines starting with lo? If that is the case, it can be done. Thanks On 30/09/2015, fsmithred wrote: > Edward, > > Thanks! It looks good. I can't really see the back window, but I think > maybe it looks better with the

Re: [DNG] What can I do after netman?

2015-09-29 Thread Edward Bartolo
Hi All, This is the new netman's dialog displaying Network Information. http://s1.postimg.org/5qx5y6vxr/2015_09_29_08_1600x900_scrot.png Please, give feedback about the new dialog box. Edward On 29/09/2015, Edward Bartolo wrote: >> Sure. Clicking on "Connected" would be

Re: [DNG] What can I do after netman?

2015-09-28 Thread fsmithred
I'm talking about the LAN address. A lot of times, one of the first things I do after booting into a new system is use sftp to move files. Also, with wicd, I've gotten used to seeing the local address, and I feel like it's a more reliable indicator that I'm online than just the word, Connected.

Re: [DNG] What can I do after netman?

2015-09-28 Thread Steve Litt
On Mon, 28 Sep 2015 15:45:03 +0100 Rainer Weikusat wrote: > ... and who wouldn't want his network interface to be named > "enp0s29u1u2"? After all, anybody unterstands the meaning of eth0 --- > how terribly boring! I don't like it either, but even anti-systemd

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
Quote: "Some way to display the IP address when connected, either on-demand or along with the word, Connected, or some other way." --- Which ip address? If a pc is connected to a wifi the address is something like 192.168.1.102. Are you talking about the ip

Re: [DNG] What can I do after netman?

2015-09-28 Thread fsmithred
Yes, the address displayed by "ip addr". I'm getting the 192.168.x.x number with that command, and that's the one I need. Sorry I wasn't clear. fsr On 09/28/2015 04:26 PM, Edward Bartolo wrote: > So, you are talking about the address displayed by "ip addr"? Please, > forgive me to ask again,

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
So, you are talking about the address displayed by "ip addr"? Please, forgive me to ask again, but I have to be certain to avoid writing code in vain. On 28/09/2015, fsmithred wrote: > I'm talking about the LAN address. A lot of times, one of the first things > I do after

Re: [DNG] What can I do after netman?

2015-09-28 Thread fsmithred
@Edward and David: Don't know if this is helpful or if you've already seen it... Here's how the new network interface naming scheme works (or is supposed to work): http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ From that page: "By default, systemd v197 will

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
Ooops, it gets rid of randomness *provided the same hardware is used* but it should work if one changes slots etc. On 28/09/2015, Edward Bartolo wrote: > If I were to write this implementation I would do it this way: > i) do the above as described to obtain a list of devices >

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
If I were to write this implementation I would do it this way: i) do the above as described to obtain a list of devices ii) sort the list alphabetically by name iii) rename the list as usual. That would get rid of all randomness. Edward On 28/09/2015, Rainer Weikusat

Re: [DNG] What can I do after netman?

2015-09-28 Thread Rainer Weikusat
fsmithred writes: > @Edward and David: > > Don't know if this is helpful or if you've already seen it... > > Here's how the new network interface naming scheme works (or is supposed > to work): >

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
You can use udev to map wlan0 to the new device name so that netman would work. I was thinking about a configuration file for the backend so that it would be able to substitute wlan0 and eth0 with other device names as set up by the user. I was thinking about this format:

Re: [DNG] What can I do after netman?

2015-09-28 Thread David Hare
Thanks Edward for your great effort, commitment and persistence and Aitor for packaging. I have yet to work out how to automatically connect on boot. A manpage is needed. An installation and some live images here use (self-compiled) eudev. The wireless inteface is not necessarily wlanx but

Re: [DNG] What can I do after netman?

2015-09-28 Thread Edward Bartolo
To connect automatically on boot you only need to pass --auto-conn parameter to netman, the frontend GUI. I use it that way and it connects as soon as I log into XFCE4. Configure your desktop or window manager to run netman with --auto-conn as a parameter. So, the command should be like this:

Re: [DNG] What can I do after netman?

2015-09-27 Thread Rainer Weikusat
Edward Bartolo writes: > Quote "If I had one thing to ask you to do (besides what you just did), it > would be to fork ncurses and make it so that it would work with > Valgrind when you use a specific command line option. As ncurses stands > now, you must recompile it to make it

Re: [DNG] What can I do after netman?

2015-09-27 Thread Edward Bartolo
Quote "If I had one thing to ask you to do (besides what you just did), it would be to fork ncurses and make it so that it would work with Valgrind when you use a specific command line option. As ncurses stands now, you must recompile it to make it not erroneously tell Valgrind that it's leaking

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
t some improvements make us of it. > And if some dick is just criticizing without any real suggestion for > improvement just ignore him. > > Just my 0,02 > >> Date: Sat, 26 Sep 2015 08:04:15 +0200 >> From: Edward Bartolo<edb...@gmail.com> >> To: dng<dng@lists.dyne.org

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
t criticizing without any real suggestion for >> improvement just ignore him. >> >> Just my 0,02 >> >>> Date: Sat, 26 Sep 2015 08:04:15 +0200 >>> From: Edward Bartolo<edb...@gmail.com> >>> To: dng<dng@lists.dyne.org> >>> Subject: Re

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
Dear All, As many probably remember, when I asked to be allowed to create a network manager, I made it clear that I have NO FORMAL TRAINING IN PROGRAMMING. What I know, has been learnt by buying expensive books from specialised booksellers and studying on my own. Now regarding the bad marks I am

Re: [DNG] What can I do after netman?

2015-09-26 Thread Didier Kryn
Le 26/09/2015 08:04, Edward Bartolo a écrit : not to see the ultimate aim of the project, which is to avoid using ifup, ifdown and any interfaces files Edward, This was, up to now, a hidden goal. It might explain why you never replied to my mails, because I was advocating the

Re: [DNG] What can I do after netman?

2015-09-26 Thread Steve Litt
On Sat, 26 Sep 2015 11:21:43 -0400 Hendrik Boom wrote: > I'm currently using wicd, and there's one user-oriented feature it > seems to lack. When I'm at a site where they provide wifi, it > detects it, then allows me to enter the local wifi password. IIRC wicd uses

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
>>> > Edward >>> > >>> > On 26/09/2015, info at smallinnovations.nl <i...@smallinnovations.nl> >>> > wrote: >>> >> Edward, >>> >> >>> >> Although i will stay with wicd i am glad that with netman i do hav

Re: [DNG] What can I do after netman?

2015-09-26 Thread fsmithred
estion for >>> improvement just ignore him. >>> >>> Just my 0,02 >>> >>>> Date: Sat, 26 Sep 2015 08:04:15 +0200 >>>> From: Edward Bartolo<edb...@gmail.com> >>>> To: dng<dng@lists.dyne.org> >>>> Su

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
e. >>>> And most important of all you actually did something whereas others >>>> still are sitting on their hands. >>>> So if someone friendly point out some improvements make us of it. >>>> And if some dick is just criticizing without any real suggestion for

Re: [DNG] What can I do after netman?

2015-09-26 Thread KatolaZ
On Sat, Sep 26, 2015 at 08:04:15AM +0200, Edward Bartolo wrote: [cut] > > I dedicated hours upon hours of my free time, often resulting in a > headache to complete the project within reasonable time. However, I go > a beating and a severe bashing instead of being guided to do better > the next

Re: [DNG] What can I do after netman?

2015-09-26 Thread info at smallinnovations.nl
without any real suggestion for improvement just ignore him. Just my 0,02 Date: Sat, 26 Sep 2015 08:04:15 +0200 From: Edward Bartolo<edb...@gmail.com> To: dng<dng@lists.dyne.org> Subject: Re: [DNG] What can I do after netman? Dear All, As many probably remember, when I asked t

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
will stay with wicd i am glad that with netman i do have a >> >> choice. >> >> And most important of all you actually did something whereas others >> >> still are sitting on their hands. >> >> So if someone friendly point out some improvements make us of it. >

Re: [DNG] What can I do after netman?

2015-09-26 Thread Edward Bartolo
Hi Interested Users, Tell me what information should I display on the New/Edit dialog box? I also need some 'artist' who wants to create a couple of icons for netman that will be used to indicate connected and disconnected status. Edward On 26/09/2015, Edward Bartolo wrote: >

Re: [DNG] What can I do after netman?

2015-09-26 Thread Rainer Weikusat
Edward Bartolo writes: [...] > I dedicated hours upon hours of my free time, often resulting in a > headache to complete the project within reasonable time. However, I go > a beating and a severe bashing instead of being guided to do better > the next time. As soon as you do

Re: [DNG] What can I do after netman?

2015-09-26 Thread Hendrik Boom
On Sat, Sep 26, 2015 at 08:16:06AM +0100, KatolaZ wrote: > On Sat, Sep 26, 2015 at 08:04:15AM +0200, Edward Bartolo wrote: > > [cut] > > > > > I dedicated hours upon hours of my free time, often resulting in a > > headache to complete the project within reasonable time. However, I go > > a

Re: [DNG] What can I do after netman?

2015-09-26 Thread aitor_-czr
Hi Edward, Using systray icons will not impact negatively to window manager users. I'm a window manager user. Panels like tint2, bmpanel, etc... support systray icons. Aitor. El 26/09/15 a las 22:13, Edward Bartolo escribió: Hi All, Now netman, the GUI uses a systray

Re: [DNG] What can I do after netman?

2015-09-26 Thread Steve Litt
On Mon, 21 Sep 2015 18:41:27 +0200 Edward Bartolo wrote: > Dear All, > > Since netman is effectively ready, and I can still offer my coding > services to the Devuan project, I would like to ask what task should I > take as my second attempt at helping with the project? Hi

Re: [DNG] What can I do after netman?

2015-09-26 Thread Rainer Weikusat
Jaromil writes: [...] > when I read the C part of netman I can't stop thinking it should be > just shell code, since its spawning so many external processes. It can't be "just shell code" because it is (or was when this was communicated for the last time) supposed to be

Re: [DNG] What can I do after netman?

2015-09-26 Thread John Crisp
On 25/09/15 17:07, Hleb Valoshka wrote: > > If your possible next project will look like netman then please do > nothing. It's a lowest quality project I've ever seen. It looks really > bad. You better read a good book about software architect. > Your comments are a disgrace and do nothing but

Re: [DNG] What can I do after netman?

2015-09-26 Thread Hendrik Boom
if someone friendly point out some improvements make us of it. > >> And if some dick is just criticizing without any real suggestion for > >> improvement just ignore him. > >> > >> Just my 0,02 > >> > >>> Date: Sat, 26 Sep 2015 08:04:15 +

Re: [DNG] What can I do after netman?

2015-09-26 Thread fsmithred
Ed, if you're taking requests for features, I've got some... 1. netman --help (to show what command line options exist) 2. If the config file will accept a definition for an interface other than wlan0 or eth0, a commented example showing the correct syntax would help. And while you're thinking

Re: [DNG] What can I do after netman?

2015-09-26 Thread fsmithred
Ed, if you're taking requests for features, I've got some... 1. netman --help (to show what command line options exist) 2. If the config file will accept a definition for an interface other than wlan0 or eth0, a commented example showing the correct syntax would help. And while you're thinking

Re: [DNG] What can I do after netman?

2015-09-25 Thread Jaromil
On September 25, 2015 5:07:31 PM GMT+02:00, Hleb Valoshka <375...@gmail.com> wrote: >If your possible next project will look like netman then please do >nothing. It's a lowest quality project I've ever seen. It looks really >bad. You better read a good book about software architect. I wish

Re: [DNG] What can I do after netman?

2015-09-25 Thread Go Linux
On Fri, 9/25/15, Jaromil <jaro...@dyne.org> wrote: Subject: Re: [DNG] What can I do after netman? To: "dng" <dng@lists.dyne.org> Date: Friday, September 25, 2015, 5:12 PM On September 25, 2015 5:07:31 PM GMT+02:00, Hleb Valoshka <375...@gmail.com> wrote: >

Re: [DNG] What can I do after netman?

2015-09-25 Thread Steve Litt
On Fri, 25 Sep 2015 18:07:31 +0300 Hleb Valoshka <375...@gmail.com> wrote: > On 9/21/15, Edward Bartolo wrote: > > > Since netman is effectively ready, and I can still offer my coding > > services to the Devuan project, I would like to ask what task > > should I take as my

Re: [DNG] What can I do after netman?

2015-09-25 Thread Gregory Nowak
On Fri, Sep 25, 2015 at 09:20:49PM -0400, Steve Litt wrote: > Here are the facts: While the rest of us, *especially* me, flapped our > lips about a NetworkManager replacement, Edward actually did it. It's worth adding I think that for those of you who have a low opinion of Edward's attempt,

Re: [DNG] What can I do after netman?

2015-09-25 Thread aitor_czr
I will send again this post rectifying the content in the Digest: El 23/08/15 a las 17:19, Steve Litt escribió: I make mistakes, that's why my pencil has an eraser. Well..., when i built those packages, Gitorious had already announced the end. But there wasn't a

Re: [DNG] What can I do after netman?

2015-09-25 Thread natacha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have been following the devuan mailing list during the last couple of weeks, and I would like to present myself, I come from a human science and media arts background always involved in F/Loss communities, where I search for new forms of

Re: [DNG] What can I do after netman?

2015-09-25 Thread aitor_czr
Hi Hleb, Those lines are located in debian/control. So..., an APT repository pointing to itself? Here you are an example random search in git: https://github.com/andrenth/postfix-erlang/blob/master/debian/control Aitor. El 25/09/15 a las 05:02, Hleb Valoshka <375...@gmail.com> escribió:

Re: [DNG] What can I do after netman?

2015-09-25 Thread richard white
Maybe we could make a meta Roadmap/Priority project. This project would use Milestones to track releases and their issues. This could be a central place to determine the highest priority work. -Rich ___ Dng mailing list Dng@lists.dyne.org

Re: [DNG] What can I do after netman?

2015-09-25 Thread aitor_czr
Hi again Hleb, the link in my example points to a *Git* repository *of a debian package*. I didn't understand you, sorry. The Development Team of BulmaGes has been using those lines: |Homepage: http://bulmages.net XS-Vcs-Git: git://gitorious.org/bulmages/bulmages.git XS-Vcs-Browser:

Re: [DNG] What can I do after netman?

2015-09-25 Thread Hleb Valoshka
On 9/25/15, aitor_czr wrote: > Those lines are located in debian/control. So..., an APT repository > pointing to itself? https://wiki.debian.org/DebianPackageInformation QUESTION: is that (Vcs-*) an upstream source or a debian source? ANSWER: It's the debian source.

Re: [DNG] What can I do after netman?

2015-09-25 Thread aitor_czr
Hi Hleb, you are right !! El 25/09/15 a las 08:44, aitor_czr escribió: Hi Hleb, Those lines are located in debian/control. So..., an APT repository pointing to itself? Here you are an example random search in git: https://github.com/andrenth/postfix-erlang/blob/master/debian/control

Re: [DNG] What can I do after netman?

2015-09-25 Thread Hleb Valoshka
On 9/25/15, aitor_czr wrote: > The Development Team of BulmaGes has been using those lines: > > |Homepage: http://bulmages.net > XS-Vcs-Git: git://gitorious.org/bulmages/bulmages.git > XS-Vcs-Browser: https://gitorious.org/bulmages/bulmages/trees/. > > during years in

Re: [DNG] What can I do after netman?

2015-09-24 Thread aitor_czr
I forgot one issue, the most important: iface wlan0 inet dhcp replicates! I will add in netman-backend.postinst something like this: | FILE=/etc/network/interfaces |if grep "^|iface wlan0 inet dhcp|" ${FILE} then echo "|iface wlan0 inet dhcp| allready exits in

Re: [DNG] What can I do after netman?

2015-09-24 Thread aitor_czr
I already guesed it. I added the comment in the same line because i was testing a netman.postrm file in order to remove the line added by netman in /etc/network/interfaces when the package is uninstalled. But perhaps it is not necessary. After that, i forgot to remove the comment. Thanks. Aitor.

Re: [DNG] What can I do after netman?

2015-09-24 Thread aitor_czr
I didn't express myself well. Aitor. On 23/09/2015, tilt! wrote: >> > My bad, thanks for explaining - perfectly fine of course. >> > >> > Best regards, >> > T. >> > >> > Am 23.09.2015 um 20:57 schrieb aitor_czr: >>> >> Hi Tilt, >>> >> >>> >> I was referring to a branch into

Re: [DNG] What can I do after netman?

2015-09-24 Thread Hleb Valoshka
On 9/22/15, aitor_czr wrote: > XS-Vcs-Git: g...@git.devuan.org:edbarx/netman.git > XS-Vcs-Browser: https://git.devuan.org/edbarx/netman.git These two should point to a package repository not an upstream one. ___ Dng mailing list

Re: [DNG] What can I do after netman?

2015-09-24 Thread Edward Bartolo
What about these? deb http://packages.gnuinos.org/devuan/ jessie main deb-src http://packages.gnuinos.org/devuan/ jessie main Edward On 24/09/2015, Hleb Valoshka <375...@gmail.com> wrote: > On 9/22/15, aitor_czr wrote: > >> XS-Vcs-Git:

Re: [DNG] What can I do after netman?

2015-09-24 Thread Hleb Valoshka
On 9/24/15, Edward Bartolo wrote: > What about these? > > deb http://packages.gnuinos.org/devuan/ jessie main > deb-src http://packages.gnuinos.org/devuan/ jessie main >>> XS-Vcs-Git: g...@git.devuan.org:edbarx/netman.git >>> XS-Vcs-Browser:

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
They are ready, but it is a test: http://gnuinos.org/netman/ I think something goes wrong, because if i run netman in the command line i get the following message: $ netman TApplication.HandleException Executable not found: "/usr/lib/netman/bin/backend " Stack trace: $005B6822

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, I used your netman .deb packages to install netman on my computer so that I can test it to discover what is the cause of the error. As I told you, it was an extra space in /etc/netman.conf. Remove the space and netman should start without errors. Please, also note that before adding

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, Sender is the originating object sending initiating the event. For example, let us consider Button: TButton. The latter's OnClick event can be used to call method: ButtonOnClick(Sender: TObject); Sender points at Button. So, inside the event handler, the cast TButton(Sender) can be

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
Hi Tilt, I was referring to a branch into the netman project in Git, including three branches: 1.- Upstream branch 2.- Debian branch 3.- Pristine-tar branch Being a branch in Git, the name is not confusing. See here: https://gitlab.com/aitor_cz/linux-libre/tree/gbp-master Aitor. On 07/04/21

Re: [DNG] What can I do after netman?

2015-09-23 Thread tilt!
My bad, thanks for explaining - perfectly fine of course. Best regards, T. Am 23.09.2015 um 20:57 schrieb aitor_czr: Hi Tilt, I was referring to a branch into the netman project in Git, including three branches: 1.- Upstream branch 2.- Debian branch 3.- Pristine-tar branch Being a branch in

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
Thanks Edward, i will apply the changes :-) Aitor. On 23/09/15 21:26, Edward Bartolo wrote: > Hi Aitor, > > I used your netman .deb packages to install netman on my computer so > that I can test it to discover what is the cause of the error. > > As I told you, it was an extra space in

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, fsmithred found that /etc/network/interfaces should not contain partially commented lines. Please make sure comments are whole lines. Edward On 23/09/2015, tilt! wrote: > My bad, thanks for explaining - perfectly fine of course. > > Best regards, > T. > > Am

Re: [DNG] What can I do after netman?

2015-09-22 Thread Edward Bartolo
Dear All, My question is still open as I have no idea which project I can join to help. I was told it is easy to continue contributing to the Devuan Project, but this is proving to be next to impossible. This is NOT a rhetorical question; yes, I know the obvious answer that I can help in other

Re: [DNG] What can I do after netman?

2015-09-22 Thread aitor_czr
Hi Tilt, I debianized it, and shortly i will push it to Git, and i will offer also a little APT repository containig it, the lastest version of linux-libre and Compiz Fusion. Now i need a description for netman-gui and netman-backend to add them to the debian/control file. Regards,

Re: [DNG] What can I do after netman?

2015-09-22 Thread aitor_czr
Beautifull idea !! I will add to debian/control: Homepage: http://devuan.org XS-Vcs-Git: g...@git.devuan.org:edbarx/netman.git XS-Vcs-Browser: https://git.devuan.org/edbarx/netman.git Aitor. On 22/09/15 17:37, Edward Bartolo wrote: Hi Aitor, If you can still rename the netman package I

Re: [DNG] What can I do after netman?

2015-09-22 Thread tilt!
On 04/07/2021 10:54 PM, aitor_czr wrote: gpg-netman (git-buildpackage) People will think it's related to "gpg", which it isn't. I would like to suggest the name "netman-package" for that project. Greetings, T. ___ Dng mailing list

Re: [DNG] What can I do after netman?

2015-09-22 Thread aitor_czr
Ok, i will push it to 'git.devuan.org' (i am registered) and i will call it: gpg-netman (git-buildpackage) in order to distinguish it from yours. Thanks for the descriptions. Aitor. On 22/09/15 09:20, Edward Bartolo wrote: Hi Aitor, When it is time to merge my latest code, please let me

Re: [DNG] What can I do after netman?

2015-09-22 Thread Edward Bartolo
Hi Aitor, Thanks for helping in this project. Here are two little descriptions for the debian/control file. netman, A simple and intuitive GUI network manager that uses a CLI backend as its workhorse. backend, a CLI program that uses ifup and ifdown to connect and disconnect to a wifi. Wired

Re: [DNG] What can I do after netman?

2015-09-22 Thread aitor_czr
Good idea :-) On 22/09/15 11:20, tilt! wrote: On 04/07/2021 10:54 PM, aitor_czr wrote: gpg-netman (git-buildpackage) People will think it's related to "gpg", which it isn't. I would like to suggest the name "netman-package" for that project. Greetings, T.

Re: [DNG] What can I do after netman?

2015-09-22 Thread Edward Bartolo
Hi Aitor, If you can still rename the netman package I would like to have it renamed "netman-devuan-nm". It is important for any users to know from where netman was conceived, and this is, the Devuan Project. Edward On 07/04/2021, aitor_czr wrote: > Good idea :-) > > On

Re: [DNG] What can I do after netman?

2015-09-21 Thread Edward Bartolo
Hi KatolaZ, What I provided is a guide for Tilt to compile and install netman on his system since there is still no .deb package available. Regarding packaging for Debian including making the source capable of being built by dpkg-buildpackage, that is a task Aitor is taking care of. Edward On

Re: [DNG] What can I do after netman?

2015-09-21 Thread Edward Bartolo
Hi Tilt, I will guide you to successfully compile both the GUI frontend and the CLI backend. If you have the source code, it should not be difficult to build both executables. To compile and build the backend change directory to where the netman source directory is. i) cd netman/backend_src/src

Re: [DNG] What can I do after netman?

2015-09-21 Thread KatolaZ
On Mon, Sep 21, 2015 at 09:35:46PM +0200, Edward Bartolo wrote: > Hi Tilt, > > I will guide you to successfully compile both the GUI frontend and the > CLI backend. If you have the source code, it should not be difficult > to build both executables. > > To compile and build the backend change