[00:23:22] <11aerostitch> @KaZeR did you change the setup of readthedocs? [00:23:35] <11aerostitch> The changes I pushed don't seem to reflect on the latest docs [05:12:30] *** Quits: Navit (~Navit@ec2-34-214-224-248.us-west-2.compute.amazonaws.com) (Remote host closed the connection) [05:12:55] *** Joins: Navit (~Navit@ec2-34-214-224-248.us-west-2.compute.amazonaws.com) [05:12:55] *** ChanServ sets mode: +v Navit [06:08:52] *** Joins: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) [06:08:52] *** ChanServ sets mode: +v xenos1984 [10:00:34] *** Quits: basilic (~basilic@228-221-190-109.dsl.ovh.fr) (Ping timeout: 268 seconds) [14:24:30] *** Quits: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) (Quit: Leaving.) [17:23:15] *** Joins: jandegr (4d6d62f3@gateway/web/freenode/ip.77.109.98.243) [17:48:13] *** Joins: tryagain (~quassel@217.107.194.45) [17:48:13] *** ChanServ sets mode: +o tryagain [17:48:40] Hello everybody [17:49:35] hi tryagain [17:49:52] what's up? [17:49:59] nothing too much, how about you? [17:50:51] not too much besides i've got a notification about broken maptool run on our map server [17:51:35] i gues some recent change has made maptool incompatible with our map server :) [17:58:18] hm... https://github.com/navit-gps/navit/commit/3974cb7e4821b4e131cd677fd609433a05c453b3 [17:58:53] i'll have to find the package we need [18:02:37] tryagain, I guess i cant comment much on this [18:03:27] i think i have found it. it's probably called libprotobuf-c-devel on opensuse. Trying it now... [18:03:34] *** Joins: macko7696 (4dd85e52@gateway/web/freenode/ip.77.216.94.82) [18:04:39] hi ,is anyone active here? is so , i have a feew questions about navit dbus system , mainly for toggleing layers with dbus [18:06:10] hi macko, there are people active here, but attendence is quite different in time [18:06:24] hi macko7696 [18:06:44] hi [18:08:10] do u know maybe a little more about navit dbus control? [18:09:40] i don't know overly much, but maybe we can find the questions together, or you can wait for other people to show up [18:09:45] what are your questions? [18:11:13] very simple question but i dont know even is it possible. basically toggle layout layers over dbus using command line. [18:13:52] i guess you already checked out the wiki, right? [18:15:05] yes, but i cant seem to find anything about layers [18:15:05] if it is not there yet, we can work on implementing it [18:15:17] are you good at coding? [18:15:32] i would say decent haha [18:17:47] the code for the dbus commands can be found in https://github.com/navit-gps/navit/blob/trunk/navit/binding/dbus/binding_dbus.c [18:21:25] didnt find anything layer related [18:22:16] we will add this [18:23:50] as I didnt work with this part of the code, I also need a little time to understand [18:23:54] and guide you [18:25:23] what did u work with? [18:25:50] I was mostly doing gui i testing, a bit on osd, adding ci for sailfish os [18:27:21] @kazer: is there a reason why we include layout.h twice in binding_dbus.c? [18:27:22] https://github.com/navit-gps/navit/blob/bef0ef8da4ace12d4afc1f72690da2030fad8c77/navit/binding/dbus/binding_dbus.c#L50 [18:27:24] and [18:27:37] https://github.com/navit-gps/navit/blob/bef0ef8da4ace12d4afc1f72690da2030fad8c77/navit/binding/dbus/binding_dbus.c#L35 [18:28:13] same applies to callback.h [18:29:13] another thing related to dbus- gui commands , i have seen on wiki there are methods for this but undocumented [18:29:42] havent tried that yet,but will do [18:33:09] ok, i think I have found some of the bits and pieces we need [18:34:56] *** Parts: macko7696 (4dd85e52@gateway/web/freenode/ip.77.216.94.82) () [18:35:56] we need a new function request_layout_set_attr in binding_dbus.c [18:36:33] *** Joins: xenos1984 (~xenos1984@2dd8-63eb-f4e2-39da-d480-87c4-07d0-2001.dyn.estpak.ee) [18:36:33] *** ChanServ sets mode: +v xenos1984 [18:36:52] then from there we could set attr of the layer you want [18:39:39] in this case the active_attr as defined in https://github.com/navit-gps/navit/blob/trunk/navit/layout.c [18:59:52] *** Quits: jandegr (4d6d62f3@gateway/web/freenode/ip.77.109.98.243) (Quit: Page closed) [19:36:27] jkoan: I guess my problem is related to a version incompatility between docker-compose and docker [20:09:19] hi there [20:09:25] hi kazer [20:09:38] have you gone through the log? [20:14:40] almost done skimming through it. i'll look into the build issue Jan reported and saw the discussions around search and map download too [20:15:38] I also asked you about duplicate include entries [20:15:50] yep just got there let me see [20:16:44] and someone wanted know about dbus, i think the requested feature can be implemented, but I would say we should maybe get support from the person asking for it [20:17:52] I somehow have an idea how to do it [20:18:04] yep totally, we should work with him to get this in a PR [20:18:24] regarding layout i think that it's a mistake. the weird thing is that it comes from cp15 who doesn't make a lot of mistakes [20:18:39] including it twice should have no effect though because of #ifndef NAVIT_LAYOUT_H [20:18:47] so removing it should be safe IMO [21:00:21] *** Quits: xenos1984 (~xenos1984@2dd8-63eb-f4e2-39da-d480-87c4-07d0-2001.dyn.estpak.ee) (Quit: Leaving.) [21:22:57] *** Quits: tryagain (~quassel@217.107.194.45) (Read error: Connection reset by peer) [22:19:46] <11aerostitch> Hi guys, hi @KaZeR . Did you see my comment about readthedocs?