X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 16 Aug 2021 07:36:10 +0000 From: "Branko Badrljica (brankob AT s5tehnika DOT net) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: [geda-user] pcb modules - are they actually used ? Message-ID: <20210816073610.314c0e9f@(none)brane_wrks> Organization: S5 X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com I'm browsing through PCB's code, trying to modify it, so that it would, amongst other things, use GTK4 and thus work on wayland etc. I've noticed that idurirng initialization it runs hid_init, which runs hid_load_dir and that one looks in couple of maps and tries to dlopen whatever it finds there ( /usr/lib/pcb/plugins, ~/.pcb/plugins). I don't have anything similar there, nor I remeber ever seeing this. Is anyone using this and what is it used for ? Regards, Branko