As a follow up from Zenity Dialogs take 30 seconds to show on a non Gnome system. (#64) · Issues · GNOME / zenity · GitLab on my non Gnome system zenity dialogs and even zenity --help
takes 30 seconds to output. Other then the fact that timeout is probably too long does anyone have any thoughts on what is not running on my system that’s causing the issue?
Hi @simotek! Install gdb
and do the following:
gdb --args zenity --help
- Type
run
- After about 10 seconds, press Ctrl+C
- Type
thread apply all bt
- Post the output here
Note that for best results you should have debuginfod support enabled in your system. Otherwise you can install debug packages for GLib and GTK.
1 Like
As a wild guess, it may be GTK programs hang on startup when xdg-desktop-prortal cannot be started (#4830) · Issues · GNOME / gtk · GitLab
1 Like
Thanks, looks like it is, now I guess we need to see if they will reopen the ticket, given applications like zenity seem to run fine without those gtk connections.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.