New comment by dm17 on void-packages repository https://github.com/void-linux/void-packages/issues/43786#issuecomment-1537428989 Comment: @Johnnynator I opened this issue here first: https://github.com/telegramdesktop/tdesktop/issues/26264#issuecomment-1537371886 Then I realized it is probably distro-specific, as this tdesktop dev states, if it isn't present in their official static, then it is probably package/distro-specific. So I this seems like the right place for the issue. If I recall correctly, this has existed in my UX for almost a year. I also have these env vars set in order to achieve a file chooser that has a search function, but I've tested without them: ``` TDESKTOP_USE_GTK_FILE_DIALOG=1 TDESKTOP_I_KNOW_ABOUT_GTK_INCOMPATIBILITY=1 QT_QPA_PLATFORMTHEME=gtk3 ```