Re: [DNG] Systemd-free network-manager package
Le 16/11/2015 20:31, Mitt Green a écrit : Here is a manual with some screenshots for those who aren't familiar with Ceni. Everything is really simple. http://manual.aptosid.com/en/inet-ceni-en.htm ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng As far as I understand the documentation, Ceni is not a Curses replacement for wpa_gui as I first expected it was. It is a helper to build the initial configuration of wpa_supplicant. This can be usefull for people who are not comfortable with text editors. To be able to do this initial configuration, Ceni asks for the root password. One good thing about Ceni's documentation is that it contains an up-to-date howto for people who still want to do this configuration with the text editor, while the howto I have given in a recent mail is for older versions of wpa_supplicant. The reason is that in older versions of wpa_supplicant, there was only one config file, wpa_supplicant.conf, while the newer version splits configuration between wpa_supplicant.conf and wpa_roam.conf. Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Systemd-free network-manager package
Le 19/11/2015 12:02, Didier Kryn a écrit : One good thing about Ceni's documentation is that it contains an up-to-date howto for people who still want to do this configuration with the text editor, Sorry, it does not contain the howto, it contains a link to the howto, on the same site: http://manual.aptosid.com/en/inet-setup-en.htm#net-set1 and other wifi documentation. Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] Experiencing with GtkBuilder
Hi all, As i said in ahother thead, i'm experiencing with GtkBuilder. The following example runs a widget containig a spinner and four buttons. http://gnuinos.org/GtkBuilder 1.- The first button shows the spinner. 2.- The second button hides the spinner. 3.- The third button starts the spinner. 4.- The fourth button stops the spinner. First and second buttons work (so, the callbacks connecting with the signal handlers are right), but the other buttons fail. I have the same issue with the following example: https://developer.gnome.org/gnome-devel-demos/stable/spinner.c.html.en The spinner doesn't run either in this case. Any hints? Thanks in advance, Aitor. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Experiencing with GtkBuilder
Sorry, the link was wrong: http://gnuinos.org/GtkBuilder/ Aitor. On 19/11/15 17:18, aitor_czr wrote: Hi all, As i said in ahother thead, i'm experiencing with GtkBuilder. The following example runs a widget containig a spinner and four buttons. http://gnuinos.org/GtkBuilder 1.- The first button shows the spinner. 2.- The second button hides the spinner. 3.- The third button starts the spinner. 4.- The fourth button stops the spinner. First and second buttons work (so, the callbacks connecting with the signal handlers are right), but the other buttons fail. I have the same issue with the following example: https://developer.gnome.org/gnome-devel-demos/stable/spinner.c.html.en The spinner doesn't run either in this case. Any hints? Thanks in advance, Aitor. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Experiencing with GtkBuilder
aitor_czr writes: > As i said in ahother thead, i'm experiencing with GtkBuilder. > > The following example runs a widget containig a spinner and four buttons. > > http://gnuinos.org/GtkBuilder > > 1.- The first button shows the spinner. > 2.- The second button hides the spinner. > 3.- The third button starts the spinner. > 4.- The fourth button stops the spinner. > > First and second buttons work (so, the callbacks connecting with the > signal handlers are right), but the other buttons fail. "Works for me" (as usual, the dbus invasion could be successfully repelled by deinstalling everything which came in the way until dbus could be deinstalled itself without affecting any 'real' functionality). BTW, instead of creating a README file telling people what to do, have you considered using a Makefile which does it for them? -- spinner: spinner.c spinner.ui gcc -Wall -g -o spinner spinner.c `pkg-config --libs --cflags gtk+-3.0` ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] Is netman being adopted or was it a waste of time and effort?
Hi All, At the moment, I am too busy to stay online. I am writing to ask whether there are users of netman to evaluate whether my efforts were worthwhile or not. Edward ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng