Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread aitor_czr
Hi Svante and Edward, Here is is my debian/control:| |https://git.devuan.org/aitor_czr/netman/blob/gbp-master/debian/control I specify the |fp-units-gfx-2.6.4|version number. I would also separate netman-backend from netman-backend-dev. Aitor. On 09/12/15 08:48, Svante Signell wrote: Hi

Re: [DNG] gcc error: "error: unknown type name,,, ‘GtkObject’"

2015-12-09 Thread aitor_czr
Hi Edward, The following code reads line by line the textual output of 'backend 6': #include main() { FILE * fp; char str[1024]; fp = popen ("/usr/lib/netman/bin/backend 6", "r"); if (fp == NULL) return -1; fgets (str, 1024, fp); while (!feof (fp)) { printf ("%s", str);

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread Steve Litt
On Tue, 08 Dec 2015 19:52:51 + Rainer Weikusat wrote: > Edward Bartolo writes: > > I applied the patch suggested yesterday by Rainer *manually* by > > editing files. I am lost here and I am hesitant to mess with git as > > it can easily damage my sources. > > While I have some "areas of d

Re: [DNG] XFCE terminal alternatives?

2015-12-09 Thread dev
Thanks for all the input! Guake wasn't what I wanted so thought I'd install LXDE and have at it (as Steve mentioned). Seems OK so far even with xfce-terminal in dropdown mode. Time will tell.. hotkey configuration is a bit annoying but oh well. XML beats a registry any day ;) PS: Found out

Re: [DNG] gcc error: "error: unknown type name,,, ‘GtkObject’"

2015-12-09 Thread Edward Bartolo
Hi Aitor, I think, the fgets outside the loop is not required. I think it can be done this way: #include main() { FILE * fp; char str[1024]; fp = popen ("/usr/lib/netman/bin/backend 6", "r"); if (fp == NULL) return -1; while (!feof (fp)) { fgets (str, 1024, fp); printf ("

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread dan pridgeon
This may help: http://git-scm.com/book/en/v2  From: Steve Litt To: dng@lists.dyne.org Sent: Wednesday, December 9, 2015 9:37 AM Subject: Re: [DNG] Debianising my uploaded version of netman. On Tue, 08 Dec 2015 19:52:51 + Rainer Weikusat wrote: > Edward Bartolo writes: > > I ap

Re: [DNG] gcc error: "error: unknown type name,,, ‘GtkObject’"

2015-12-09 Thread Rainer Weikusat
Edward Bartolo writes: > I think, the fgets outside the loop is not required. I think it can be > done this way: > > #include > > main() > { > FILE * fp; > char str[1024]; > > fp = popen ("/usr/lib/netman/bin/backend 6", "r"); > > if (fp == NULL) return -1; > > while (!feof (fp)) > {

Re: [DNG] XFCE terminal alternatives?

2015-12-09 Thread Go Linux
On Wed, 12/9/15, dev wrote: Subject: Re: [DNG] XFCE terminal alternatives? To: "dng" Date: Wednesday, December 9, 2015, 10:58 AM > PS: > Found out today my DNG subscription was "disabled due to excessive > bounces" so wasn't getting any mail off this list. Seems fixed now > (after

Re: [DNG] XFCE terminal alternatives?

2015-12-09 Thread Rowland Penny
On 09/12/15 17:11, Go Linux wrote: On Wed, 12/9/15, dev wrote: Subject: Re: [DNG] XFCE terminal alternatives? To: "dng" Date: Wednesday, December 9, 2015, 10:58 AM PS: Found out today my DNG subscription was "disabled due to excessive bounces" so wasn't getting any mail off t

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread aitor_czr
Hi Steve, Here you are a good tutorial about GIT: https://git-scm.com/book/en/v1 You can find also a lot of video tutorials in youtube. Cheers, Aitor. On 09/12/15 17:57, Steve Litt wrote: Anyone know a good source of GIT learning that's self-discoverable and has a reasonable learning cu

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread Rainer Weikusat
Steve Litt writes: [...] > GIT is everywhere, now. I need to stop being that guy who looks up a > few commands and dabbles with GIT, and start being a GIT expert. My personal theory on that is "university education is futile" and the only way to learn something is to use it. ___

Re: [DNG] DNG/Gmail Bounces (was: XFCE terminal alternatives?)

2015-12-09 Thread dev
On 12/09/2015 11:21 AM, Rowland Penny wrote: On 09/12/15 17:11, Go Linux wrote: On Wed, 12/9/15, dev wrote: Several of us get those notices frequently. After I get one, I always check the mail archives to make sure I haven't missed anything. I got one, the only reason I could think why,

Re: [DNG] DNG/Gmail Bounces (was: XFCE terminal alternatives?)

2015-12-09 Thread Neo Futur
hi all, concerning gmail/google apps bounces, I recently discovered : https://support.google.com/mail/answer/6227174?hl=en https://postmaster.google.com/ this is relatively new and few people needed it un til now, but it seems important to seup for anyone sending an important volume of emails t

[DNG] gitfalls (was: Debianising my uploaded version of netman.)

2015-12-09 Thread Rainer Weikusat
Steve Litt writes: > Rainer Weikusat wrote: >> Edward Bartolo writes: >> > I applied the patch suggested yesterday by Rainer *manually* by >> > editing files. I am lost here and I am hesitant to mess with git as >> > it can easily damage my sources. >> >> While I have some "areas of disagreem

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread Steve Litt
> From: Steve Litt > Subject: Re: [DNG] Debianising my uploaded version of netman. > > Anyone know a good source of GIT learning that's self-discoverable and > has a reasonable learning curve from know-nothing to expert? On Wed, 9 Dec 2015 16:57:01 + (UTC) dan pridgeon wrote: >

Re: [DNG] Debianising my uploaded version of netman.

2015-12-09 Thread Rainer Weikusat
Steve Litt writes: >> From: Steve Litt >> Subject: Re: [DNG] Debianising my uploaded version of netman. >> > >> Anyone know a good source of GIT learning that's self-discoverable and >> has a reasonable learning curve from know-nothing to expert? > > > On Wed, 9 Dec 2015 16:57:01 +