Search code examples
gtkgtkbuilder

How can I prevent the menu bar delay?


In every GTK 3 application I have seen there is a delay of about one second before the menu bar appears when an application is launched. I also have this problem with the application I'm currently working on. Is there a way to prevent this delay?


Solution

  • This is (was) apparently a bug in GTK 3 previous to version 3.4 as it does not show up in the last version.