nh-server / fusee-interfacee-tk

GNU General Public License v2.0
146 stars 22 forks source link

No text on UI. Errors loading fonts on Arch Linux #19

Closed BurnyBoi closed 2 years ago

BurnyBoi commented 2 years ago

When starting the PayloadInjector on Arch Linux, the UI shows no text: pic-selected-221004-1353-13

This is the output I'm getting from the terminal:

$ sudo ./PayloadInjector
[sudo] password for user: 
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
oreo639 commented 2 years ago

Use this: https://github.com/nh-server/fusee-interfacee-tk/releases/tag/V1.0.0

Or just clone the repo and run the script with python3. pyinstaller bundles libfontconfig which causes incompatibilities.

BurnyBoi commented 2 years ago

Thank you! Yes, running with python3 from the repo worked for me.