New comment by husio on void-packages repository https://github.com/void-linux/void-packages/issues/32053#issuecomment-884047901 Comment: > It should be created... How are you checking for its presence? Do you have corecollector enabled shoveling core dumps elsewhere? `core` file is not created. I do not know of any collector. I expect this is something I would have to enable via `runit`. ``` % ls /var/service | grep -v tty | xargs acpid alsa bluetoothd dbus dhcpcd mpd openntpd udevd wpa_supplicant ``` > Could you try `unset QT_QPA_PLATFORMTHEME` and then run telegram? It fixed for me. That does not work for me. ``` % unset QT_QPA_PLATFORMTHEME % telegram-desktop (telegram-desktop:2354): Telegram-WARNING **: 11:36:28.093: Application was built without embedded fonts, this may lead to font issues. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) error: : cannot open error: : cannot open error: : cannot open [1] 2354 abort telegram-desktop % env | grep QT % ``` Maybe it really has to do something with fonts? Could you show me your list of installed fonts? ``` % xbps-query -l | grep font ii SDL2_ttf-2.0.15_1 Use TrueType fonts in your SDL 2.x applications ii SDL2_ttf-devel-2.0.15_1 Use TrueType fonts in your SDL 2.x applications - development files ii dejavu-fonts-ttf-2.37_2 DejaVu family of TrueType fonts ii font-adobe-100dpi-1.0.3_7 Standard 100dpi Adobe PCF fonts ii font-adobe-75dpi-1.0.3_7 Standard 75pi Adobe PCF fonts ii font-adobe-utopia-100dpi-1.0.4_7 100dpi Adobe Utopia PCF fonts ii font-adobe-utopia-75dpi-1.0.4_7 100dpi Adobe Utopia PCF fonts ii font-adobe-utopia-type1-1.0.4_7 Adobe Utopia Type1 fonts ii font-alias-1.0.4_2 Standard aliases for X11 PCF fonts ii font-bh-100dpi-1.0.3_6 Standard 100dpi Bigelow and Holmes PCF fonts ii font-bh-75dpi-1.0.3_6 Standard 75dpi Bigelow and Holmes PCF fonts ii font-bh-lucidatypewriter-100dpi-1.0.3_6 100dpi Bigelow and Holmes Lucida Typewriter PCF fonts ii font-bh-lucidatypewriter-75dpi-1.0.3_6 75dpi Bigelow and Holmes Lucida Typewriter PCF fonts ii font-bh-ttf-1.0.3_6 Standard Bigelow and Holmes TrueType fonts ii font-bh-type1-1.0.3_6 Standard Bigelow and Holmes Type1 fonts ii font-bitstream-100dpi-1.0.3_6 Standard 100dpi Bitstream PCF fonts ii font-bitstream-75dpi-1.0.3_6 Standard 100dpi Bitstream PCF fonts ii font-bitstream-type1-1.0.3_6 Standard Type1 Bitstream PCF fonts ii font-cursor-misc-1.0.3_6 Standard X11 cursors in PCF format ii font-daewoo-misc-1.0.3_6 Daewoo Gothic PCF format ii font-dec-misc-1.0.3_6 DEC cursor and session PCF fonts ii font-ibm-type1-1.0.3_6 IBM Courier Type1 fonts ii font-isas-misc-1.0.3_6 72dpi PCF versions of the Chinese Song Ti fonts ii font-jis-misc-1.0.3_5 78dpi PCF versions of the Japanese fixed fonts ii font-misc-misc-1.1.2_7 Standard X11 fixed PCF fonts ii font-mutt-misc-1.0.3_6 100dpi PCF versions of the ClearlyU fonts ii font-util-1.3.2_1 Tools for truncating and subseting of ISO10646-1 BDF fonts ii fontconfig-2.13.1_3 Library for configuring and customizing font access ii fontconfig-devel-2.13.1_3 Library for configuring and customizing font access - development files ii grub-terminus-0.3_1 Terminus bold fonts for GRUB ii gsfonts-8.11_7 Ghostscript standard Type1 fonts ii libXfont2-2.0.4_1 X font 2 Library ii libXfontcache-1.0.5_2 X-TrueType font cache extension client library ii libXft-2.3.3_1 Library for configuring and customizing font access ii libXft-devel-2.3.3_1 Library for configuring and customizing font access - development files ii libfontenc-1.1.4_1 Fontenc Library from X.org ii mkfontscale-1.2.1_2 X11 Scalable Font Index Generator ii terminus-font-4.49.1_1 Clean, fixed width bitmap font ii xlsfonts-1.0.6_1 Server font list displayer for X ii xorg-fonts-7.6_5 Modular Xorg Fonts ```