lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
804 stars 131 forks source link

1.15.x "New Subscription" -> "Advanced" stopped working, dialog doesn't show #1328

Closed lwindolf closed 5 months ago

sunwire commented 6 months ago

Strange, it works for me. (Commit 13d2d197e0dc52fc71970ebd7d863cf5b2aeff77) 2023-12-30_07-28

lwindolf commented 6 months ago

@sunwire Must be a race condition or memory corruption of some kind. For me the GUI partially freezes up when it happens and I have to kill the application.

lwindolf commented 5 months ago

Launching the dialog with g_idle_add() solved the problem. But honestly I do not know the exact reason.