Control: severity -1 serious Hi,
I can confirm that a simple rebuild fixes the issue. The reason is the following: As Martin mentioned, goldendict-ng was built against Qt 6.6 and is linked against the symbol "close@Qt_6". However, that symbol was removed from Qt 6.7. That is why the app cannot be started any more. But I believe that the linker simply picked up the wrong symbol. After rebuilding goldendict against Qt 6.7, the app can be started again and is linked against the symbol "close@GLIBC_2.2.5" which IMO makes more sense. It seems that there was a name conflict and the linker chose the one from Qt instead of the correct one from glibc. With the symbol gone from Qt, there should be no conflict any more. -- Med vänliga hälsningar Patrick Franz

