Kicad 9.0.x git integration, freezing menu

I am using KiCad 9.0.x on the latest Kubuntu (an Ubuntu-based distribution with KDE). When I enable Git integration in kicad_common.json by setting "enableGit": true,, KiCad freezes for approximately 40 seconds every time I right-click on any file in the project file list.

Could you please advise on how I can trace this “freezing” issue so that I can provide useful information when reporting it? I searched forums and the internet for similar behavior but couldn’t find anything relevant.

I don’t want to create a vague issue in gitlab like, “Hey, my KiCad freezes when Git is enabled, and I right-click on a menu.” That feels like a dumb and useless complaint. Instead, I’d like to gather logs or other diagnostic information, but I’ve run out of ideas on how to do so.Is there a way to enable extensive logging for kicad ?

Thanks in advance for any suggestions!

Could you confirm exactly which version you’re using? There were various git integration performance issues that were fixed for 9.0.1, which was released yesterday.

Hi,
version 9.0.1-rc2 release build
wxWidgets 3.2.7 unicode and boost 1.87.0
Platform Linux 6.8.0-56-genericx86_64 64 bit

updated trough flatpack

uncheck this, if some of you git remote can not be connected from time to time.

1 Like

thank you! This removed the version popup submenu in the project files for me. And yes, I was probably playing around and set a wrong or non-working remote. I tried opening a new project in a new folder, and when I right-click in the project files, I see the menu pop up immediately, and it also offers the option to add to a remote. Thanks!

Sorry, the correct way is disabling the remote tracking by setting interval to 0:

I tried it now, and decreasing it to 0 didn’t help. Only disabling git tracking helped. However, this probably disables versioning completely.