IRC log for #devuan on 20170402

00:26.38*** join/#devuan infobot (ibot@rikers.org)
00:26.38*** topic/#devuan is beta2 is out: http://ur1.ca/q572u ** https://devuan.org/ discussion channel (logged at https://botbot.me/freenode/devuan - with useful 'search') | Please take off-topic conversation to #debianfork | /msg chanserv info #devuan | !listkeys #devuan <foo> | Devuan Forum: https://dev1galaxy.org/
00:44.32*** join/#devuan webprojectx (~mexica@107-192-110-147.lightspeed.sntcca.sbcglobal.net)
00:45.23*** join/#devuan chomwitt1 (~chomwitt@athedsl-118493.home.otenet.gr)
01:06.53*** join/#devuan Humpelst1lzchen (erik@x4e3619d3.dyn.telefonica.de)
01:21.33*** join/#devuan sh4 (~sh4@unaffiliated/sh4)
01:34.23*** join/#devuan zjason (~user@59-115-105-146.dynamic.hinet.net)
01:37.33*** join/#devuan Drugo (~Drugo@host208-201-dynamic.12-79-r.retail.telecomitalia.it)
01:54.28webprojectxwhats new in the Devuan mileui?
01:54.48*** join/#devuan Hoshpak (~Hoshpak@p2003005B4B79B500052E5949B73FAEF7.dip0.t-ipconnect.de)
02:05.46*** join/#devuan dardevelin (~dardeveli@unaffiliated/dardevelin)
02:18.20*** join/#devuan aaro (~aaro@unaffiliated/xyox/x-040147)
02:18.56*** join/#devuan webprojectx (~mexica@107-192-110-147.lightspeed.sntcca.sbcglobal.net)
02:28.24*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
03:01.48*** part/#devuan catprints (~realperso@172.58.83.158)
03:05.31*** join/#devuan webprojectx (~mexica@107-192-110-147.lightspeed.sntcca.sbcglobal.net)
03:22.10*** join/#devuan webprojectx (~mexica@107-192-110-147.lightspeed.sntcca.sbcglobal.net)
03:37.43*** join/#devuan madgoat (~gk.1wm.su@23.247.147.4)
03:38.40*** part/#devuan madgoat (~gk.1wm.su@23.247.147.4)
03:45.29*** join/#devuan Weeezie (~Weazzy@179-113-181-66.dsl.sacoriver.net)
04:02.09*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:13.44*** join/#devuan golinux (~golinux@unaffiliated/golinux)
04:14.14*** join/#devuan webprojectx (~mexica@107-192-110-147.lightspeed.sntcca.sbcglobal.net)
04:22.12*** join/#devuan davec_ (~User@host-69-145-45-32.shr-wy.client.bresnan.net)
04:22.15*** join/#devuan dardevelin_ (~dardeveli@unaffiliated/dardevelin)
04:24.23*** join/#devuan KatolaZ (~KatolaZ@146.185.180.88)
04:28.19*** join/#devuan davec_ (~User@host-69-145-45-32.shr-wy.client.bresnan.net)
04:35.57*** join/#devuan chomwitt2 (~chomwitt@ppp-94-66-61-160.home.otenet.gr)
04:38.39*** join/#devuan Lieke (~lieke@85.17.167.217)
04:50.56*** join/#devuan VoIPConference19 (fsivpgwffw@gateway/shell/matrix.org/x-ppnsojjpgdcdjnil)
04:51.08*** part/#devuan VoIPConference19 (fsivpgwffw@gateway/shell/matrix.org/x-ppnsojjpgdcdjnil)
04:58.59*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
05:04.34*** join/#devuan SuicideJunkie (~nick@CPE000f6638c2b8-CM0c473de90d90.cpe.net.cable.rogers.com)
05:18.02*** join/#devuan telst4r (~telstar@fsf/member/telst4r)
05:19.46*** join/#devuan technoid_ (~technoid@3jane.sbce.org)
05:45.43*** join/#devuan technoid_ (~technoid@3jane.sbce.org)
05:53.01*** join/#devuan NewGnuGuy1 (~NewGnuGuy@72.34.178.56)
06:30.18*** join/#devuan Centurion_Dan1 (~Icedove@office.centurion.net.nz)
06:30.58*** join/#devuan Centurion_Dan (~Icedove@office.centurion.net.nz)
06:54.48*** join/#devuan Besnik_b (~Besnik@athedsl-222226.home.otenet.gr)
07:39.06*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
07:45.07*** join/#devuan aitor (~aitor@229.85-84-19.dynamic.clientes.euskaltel.es)
07:45.17aitorgood morning
07:58.01telmichmoin moin
08:05.02aitorfrisón!
08:16.38*** join/#devuan Levure (~quassel@109.130.173.228)
08:42.20*** join/#devuan dardevelin (~dardeveli@unaffiliated/dardevelin)
08:44.14*** join/#devuan ryuujin (~ryuujin@server.mirchaemanuel.com)
08:46.31aitori added the code to the hide() action of the popup menu in simple-netaid, and now i get a Segmentation fault closing the application
08:48.02*** join/#devuan snux (~snux@net-47-53-51-79.cust.vodafonedsl.it)
08:50.30aitori can't push my latest commit to gitlab, this is what i get:
08:52.38aitorarrr... the changes where untracked, such a newbie !
08:55.20*** join/#devuan MDrights (~MDrights@31.220.42.234)
08:57.44aitoras you can see, i can access to the Gtk+ methods (still not implemented in gtkmm) from Gtkmm
08:58.36aitori'm doing it via:
08:58.38aitorGtkStatusIcon* gobj_StatusIcon = m_refStatusIcon->gobj();
08:59.08aitorsee the line 72 in window_main and the last two methods of this class
09:00.11aitorand we also can access to the atributes of the class within the Gtk+ method via:
09:00.14aitorWindowMain* window_main = static_cast<WindowMain*>( object );
09:01.09aitorfor example, in the line 174:
09:01.24aitorsystem( window_main->m_Spinner.c_str() );
09:10.22aitorsee you later :)
09:36.42*** join/#devuan chomwitt3 (~chomwitt@athedsl-118488.home.otenet.gr)
09:49.16*** join/#devuan dardevelin (~dardeveli@unaffiliated/dardevelin)
09:50.09*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-39-231.clienti.tiscali.it)
10:13.13*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
10:56.16*** join/#devuan level7 (~quassel@31.44.16.132)
10:56.23*** join/#devuan cyteen (~cyteen@140.178.93.209.dyn.plus.net)
10:58.51*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-39-231.clienti.tiscali.it)
11:25.12*** join/#devuan cyteen (~cyteen@140.178.93.209.dyn.plus.net)
11:38.55*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
11:46.14*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
11:53.27*** join/#devuan thijso (~thijs@109-46-132-5.ftth.glasoperator.nl)
11:59.28*** join/#devuan Vall (~Vall@2602:ffda:ccc:1::d2fe:5848)
12:18.13*** join/#devuan chomwitt4 (~chomwitt@athedsl-351558.home.otenet.gr)
12:23.50*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
12:32.36*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
12:34.56*** join/#devuan justinsm (~justinsm@82-69-63-196.dsl.in-addr.zen.co.uk)
12:38.01*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-39-231.clienti.tiscali.it)
12:52.39*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
12:54.42TwistedFateHowdy folks, how should be apt pinning be done in devuan? I noticed that there is a file already put in /etc/apt/preferences called "avoid-systemd"
12:55.15*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-39-231.clienti.tiscali.it)
12:55.58TwistedFateit contains "systemd-sysv" pin, i would like to do some pinning myself, to add "systemd*", should i do it as a separate file in /etc/apt/preferences or should i just add my entry below the one thats put there by default?
13:00.31*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-44-134.clienti.tiscali.it)
13:15.29lowee[m]afaik systemd and systemd-shim are already pinned serverside, personally i would make a new config file since apt-get does ask if it schould replace existing non-standard config files with the package-maintaned ones  ( https://devuan.org/os/packages/list/blacklist )
13:29.15*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-47-29.clienti.tiscali.it)
13:32.20TwistedFatelowee[m], is that servery sidey thing also true for ascii and ceres?
13:33.17*** join/#devuan mns` (b156ff05@gateway/web/freenode/ip.177.86.255.5)
13:33.21lowee[m]i do not know, i would probably try apt-cache search systemd and see if that returns anything
13:40.41*** join/#devuan Guest5826 (~Guest@83.220.239.199)
13:45.28*** join/#devuan fsmithred (~fsmithred@68-184-46-18.dhcp.oxfr.ma.charter.com)
14:06.58*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
14:11.55*** join/#devuan furrywolf (~randyg@172.56.39.79)
14:13.17*** join/#devuan oio (~smuxi@62.102.148.160)
14:27.51*** join/#devuan golinux (~golinux@unaffiliated/golinux)
14:51.43*** join/#devuan NewGnuGuy (~NewGnuGuy@72.34.178.56)
14:52.08*** join/#devuan ltem (~ltem@h081217057026.dyn.cm.kabsi.at)
15:13.44*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
15:18.57*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
15:26.47*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
15:41.52*** join/#devuan NewGnuGuy (~NewGnuGuy@72.34.178.56)
15:48.02*** join/#devuan jathan (~jathan@189.216.182.246)
16:07.46*** join/#devuan chomwitt (~chomwitt@athedsl-377638.home.otenet.gr)
16:33.01*** join/#devuan wildlander (~wildlande@unaffiliated/wildlander)
16:34.11*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
16:44.39*** join/#devuan Not_a_Robot (~soul@30.red-80-29-52.adsl.static.ccgg.telefonica.net)
16:46.17*** join/#devuan level7 (~quassel@31.44.16.132)
16:50.31*** join/#devuan Achylles (~Achylles@201-1-116-67.dsl.telesp.net.br)
17:15.19*** join/#devuan level7_ (~quassel@31.44.16.132)
17:15.51*** join/#devuan golinux (~golinux@cpe-66-68-127-75.austin.res.rr.com)
17:15.52*** join/#devuan golinux (~golinux@unaffiliated/golinux)
17:21.58*** join/#devuan jathan (~jathan@189.216.182.246)
17:31.48*** join/#devuan level7 (~quassel@31.44.16.132)
17:41.19*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
17:56.52*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
17:58.24*** join/#devuan level7 (~quassel@31.44.16.132)
18:13.59*** join/#devuan level7_ (~quassel@31.44.16.132)
18:15.21*** join/#devuan bwn (~bwn@c-67-174-159-210.hsd1.ca.comcast.net)
18:19.00*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
18:19.00*** join/#devuan level7 (~quassel@31.44.16.132)
18:19.18*** join/#devuan menip (~menip@c-73-83-133-80.hsd1.wa.comcast.net)
18:54.08*** join/#devuan Drugo (~Drugo@host236-215-dynamic.61-82-r.retail.telecomitalia.it)
19:07.15*** join/#devuan Achylles (~Achylles@201-1-116-67.dsl.telesp.net.br)
19:40.11*** join/#devuan cyteen (~cyteen@140.178.93.209.dyn.plus.net)
19:51.56*** join/#devuan bn_ (~bn_@c-65-50-70-13.hs.gigamonster.net)
19:58.24*** join/#devuan chomwitt1 (~chomwitt@ppp-94-67-221-249.home.otenet.gr)
19:59.49*** join/#devuan ltem (~ltem@h081217057026.dyn.cm.kabsi.at)
20:36.30*** join/#devuan catprints (~realperso@172.58.83.107)
20:41.35*** join/#devuan greenjeans (~greenjean@172.76.102.39)
20:56.27*** join/#devuan dardevelin (~dardeveli@unaffiliated/dardevelin)
21:07.05*** join/#devuan Achylles (~Achylles@201-1-116-67.dsl.telesp.net.br)
21:40.44*** join/#devuan cyteen (~cyteen@140.178.93.209.dyn.plus.net)
21:44.54*** join/#devuan level7 (~quassel@31.44.17.250)
21:45.26*** join/#devuan bn_ (~bn_@172.58.7.92)
21:51.43*** join/#devuan cyteen (~cyteen@140.178.93.209.dyn.plus.net)
22:02.25greenjeansfigured it out
22:17.42*** join/#devuan malinas_ (~user@137.132.22.252)
22:18.51*** join/#devuan malinas` (~user@137.132.22.252)
22:24.45*** join/#devuan aitor (~aitor@229.85-84-19.dynamic.clientes.euskaltel.es)
22:38.34*** join/#devuan malinas` (~user@137.132.22.252)
22:41.08aitorhi
22:42.32aitori added the treeview to simple-netaid-gtk, containing the active wifis and pushed it to gitlab
22:43.03aitortime to bed, see you tomorrow
22:49.45*** join/#devuan aaro (~aaro@unaffiliated/xyox/x-040147)
23:11.09*** join/#devuan fsda6342 (~User@host-69-145-45-32.shr-wy.client.bresnan.net)
23:12.02*** join/#devuan davec_ (~User@host-69-145-45-32.shr-wy.client.bresnan.net)
23:18.29*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
23:19.36*** join/#devuan davec__ (~User@host-69-145-45-32.shr-wy.client.bresnan.net)
23:31.49*** join/#devuan blueness (~blueness@gentoo/developer/blueness)
23:54.43*** join/#devuan xes (~xes@unaffiliated/xes)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.