Closed issue by dm17 on void-packages repository https://github.com/void-linux/void-packages/issues/31501 Description: I didn't have dbus working properly because I wasn't starting my window manager using dbus-launch (I didn't realize that). I had a work around ```TDESKTOP_USE_GTK_FILE_DIALOG=1``` in ```/etc/environment``` to get a proper file dialog in telegram-desktop. When I got dbus working properly this work around stopped working (crapping file dialog without search came back). I also got this warning when launching telegram: ``` Telegram-WARNING ** Unfortunately, GTK integration conflicts with qgtk2 platformtheme and style. Therefore, QT_QPA_PLATFORMTHEME and QT_STYLE_OVERRIDE will be unset. This can be ignored by setting TDESKTOP_I_KNOW_ABOUT_GTK_INCOMPATIBILITY environment variable to any value, however, if qgtk2 theme or style is used, this will lead to a crash.``` So I checked to see which package qgtk2 is provided by and found: ```qt5-styleplugins```. Now that I have installed that telegram-desktop's file dialog works fine again. Perhaps it should be installed automatically? Thanks!