Net label editor dialog and some other likes pop out quite slow

kicad_change_label_popup_slow
Hi, the version info of KiCad is below, and I’m use XFCE4 as desktop.
Kicad start is very fast, but when I try to edit label of ‘net name’ or ‘reference’ or ‘value’, the dialog pop out is quite slow, about 3 seconds. Is it normal?

Application: KiCad x86_64 on x86_64

Version: 7.0.1-3b83917a11~172~ubuntu22.04.1, release build

Libraries:
wxWidgets 3.2.1
FreeType 2.11.1
HarfBuzz 6.0.0
FontConfig 2.13.1
libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.14

Platform: Ubuntu 22.04.2 LTS, 64 bit, Little endian, wxGTK, xfce, x11

Build Info:
Date: Mar 15 2023 03:29:40
wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.5.2
Curl: 7.87.0
ngspice: 38
Compiler: GCC 11.3.0 with C++ ABI 1016

Build settings:
KICAD_SPICE=ON

Originally, I have the strace kicad log, but new user is not allowed to upload attachment.

If you only see this in dialogs with font picker drop downs, it’s a known issue with the GTK font picker widget where the time for the widget to build the list of fonts is quadratic in the number of fonts you have installed, every time a dialog with that widget is used.

The devs are trying to work around the issue. There’s an issue tracking it on gitlab.

1 Like

Thanks for your reply. it seems is something with the font loading. If I change the name of pin in symbol editor, the dialog pop out is fast.

Link for reference:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.