2022-06-14 GnuCash IRC logs

01:00:13 *** jmdaemon has quit IRC
01:11:18 *** sbluhm has joined #gnucash
01:13:16 *** fell has quit IRC
01:14:36 *** fell has joined #gnucash
01:14:36 *** ChanServ sets mode: +o fell
02:47:40 *** Aussie_matt has joined #gnucash
02:48:03 *** Hamaryns has joined #gnucash
02:48:03 *** ChanServ sets mode: +v Hamaryns
03:14:33 *** bertbob has quit IRC
03:20:10 *** lagash has quit IRC
03:25:12 *** bertbob has joined #gnucash
03:25:12 *** ChanServ sets mode: +v bertbob
03:56:52 *** Gandalf has joined #gnucash
04:04:42 *** Hamaryns has quit IRC
04:52:43 *** Gandalf1 has joined #gnucash
04:53:12 *** Gandalf has quit IRC
04:53:12 *** Gandalf1 is now known as Gandalf
06:04:34 *** storyjesse has quit IRC
06:05:39 *** storyjesse has joined #gnucash
06:12:37 *** tomk_dk has joined #gnucash
06:50:25 *** storyjesse1 has joined #gnucash
06:50:49 *** storyjesse has quit IRC
06:50:50 *** storyjesse1 is now known as storyjesse
07:17:20 *** Yotson has quit IRC
07:19:53 *** Yotson has joined #gnucash
07:43:54 *** Yotson has quit IRC
07:44:46 *** phebus has quit IRC
07:45:56 *** Yotson has joined #gnucash
07:47:44 *** Yotson has quit IRC
07:50:49 *** NoobAlice has joined #gnucash
07:50:49 *** ChanServ sets mode: +v NoobAlice
08:14:34 *** NoobAlice has quit IRC
08:56:19 *** sbluhm has quit IRC
08:57:59 *** David has quit IRC
08:58:25 *** David has joined #gnucash
09:00:58 *** phebus has joined #gnucash
09:00:58 *** ChanServ sets mode: +v phebus
09:07:33 *** sbluhm has joined #gnucash
09:09:19 *** Yotson has joined #gnucash
09:18:49 *** sbluhm has quit IRC
09:31:48 *** tomk_dk has quit IRC
10:08:31 *** sbluhm has joined #gnucash
10:24:17 *** prg has quit IRC
10:28:03 *** prg has joined #gnucash
10:30:25 *** lagash has joined #gnucash
10:32:48 *** tomk_dk has joined #gnucash
10:34:01 *** sbluhm has quit IRC
10:35:17 *** tomk_dk has quit IRC
10:38:50 *** guak has joined #gnucash
10:50:27 *** Aussie_matt has quit IRC
10:54:17 *** Vafa has joined #gnucash
10:54:17 *** ChanServ sets mode: +v Vafa
11:15:44 *** sbluhm has joined #gnucash
11:17:39 *** starman has quit IRC
11:17:55 *** starman has joined #gnucash
11:48:41 *** ArtGravity has joined #gnucash
11:48:41 *** ChanServ sets mode: +v ArtGravity
11:53:14 *** sbluhm has quit IRC
12:07:27 <chris> arch docker failure on #1201 is due to missing libofx
12:23:03 *** storyjesse has quit IRC
12:33:08 *** sergiomiguelrp has joined #gnucash
13:34:23 *** sbluhm has joined #gnucash
13:56:25 *** Hamaryns has joined #gnucash
13:56:26 *** ChanServ sets mode: +v Hamaryns
14:00:02 <fell> Chris, I had no problem 36h ago. Sounds like arch changed something.
14:01:33 *** CWehli has joined #gnucash
14:15:59 *** Gandalf1 has joined #gnucash
14:16:26 *** Gandalf has quit IRC
14:16:26 *** Gandalf1 is now known as Gandalf
14:45:16 <jralls> chris, I'm testing an add of libofx to the arch Dockerfile in https://github.com/jralls/gnucash. We'll see if that's it in a few minutes.
14:47:08 *** sbluhm has quit IRC
14:52:40 <jralls> Needed python2->python3 too. That should have been changed a while ago.
15:04:41 <fell> jralls, how about a section about CI in https://wiki.gnucash.org/wiki/Dependency_Updates?
15:10:13 <jralls> fell, done.
15:10:57 <fell> Thanks!
15:22:22 *** Hamaryns has quit IRC
15:40:20 *** jmdaemon has joined #gnucash
15:43:33 *** jmdaemon has quit IRC
15:44:39 *** jmdaemon has joined #gnucash
15:53:27 *** CWehli has quit IRC
15:55:46 *** NoobAlice has joined #gnucash
16:11:29 *** NoobAlice has quit IRC
16:12:35 *** NoobAlice has joined #gnucash
16:12:35 *** ChanServ sets mode: +v NoobAlice
16:38:16 *** Gandalf has quit IRC
16:42:25 <Simon> I'm trying to add something to the View menu... gnucash/ui/gnc-main-window-ui.xml gnucash/ui/gnc-plugin-basic-commands-ui.xml both appear to do nothing if I reorder some things
16:43:09 <Simon> looks like gnucash/gnome-utils/gnc-main-window.c is what actually affects the View menu
16:45:43 <Simon> although I'm tempted to stick this on the Windows menu to keep it from cluttering up the View menu
16:46:14 <Simon> I want to be able to change the tab position quickly so I'm putting the four options in as radio entries on a menu
17:35:33 *** jmdaemon has quit IRC
17:42:35 <Simon> it looks like gnc_main_window_update_tab_position is being called 4 times every time the tab position changes...
17:43:04 <Simon> well, twice
17:54:51 <Simon> I don't think g_signal_handlers_block_by_func() works as expected for action groups
17:55:05 <Simon> I'm having to block it for all of the options, not just the one that's about to be set
18:06:05 <Simon> it takes twice as long as it should to change the tab position unless it's going to/from "top" because the callbacks happen twice
18:06:33 <Simon> in fact I think even then it sets the tab position twice so it takes longer
18:53:07 <Simon> https://github.com/Gnucash/gnucash/pull/1350
18:53:35 <Simon> there's presumably a better way to do g_signal_handlers_block_by_func() on all of the options?
19:09:44 *** Vafa has quit IRC
19:42:25 *** leozqi has joined #gnucash
19:44:07 *** leozqi has quit IRC
19:53:27 *** bertbob has quit IRC
19:55:16 *** bertbob has joined #gnucash
19:55:16 *** ChanServ sets mode: +v bertbob
20:56:31 *** bertbob has quit IRC
21:07:51 *** bertbob has joined #gnucash
21:07:51 *** ChanServ sets mode: +v bertbob
21:25:22 *** lmat has quit IRC
21:33:47 *** lmat has joined #gnucash
22:14:14 *** guak has quit IRC
22:17:07 *** bertbob has quit IRC
22:18:29 *** bertbob has joined #gnucash
22:18:29 *** ChanServ sets mode: +v bertbob
23:48:29 *** Aussie_matt has joined #gnucash