ivan-hc / ArchImage

Build AppImage packages for all distributions but including Arch Linux packages. Powered by JuNest.
GNU General Public License v3.0
106 stars 1 forks source link

i use ArchImage to success build copyq , but copyq not show china font #5

Closed newyorkthink closed 11 months ago

newyorkthink commented 11 months ago

image image

how can when i use ArchImage to build Appimage file , merge china font or i have idea, copy local system font.

this is my local system font, how can copy it Appimage file when i build it

❯ ls /usr/share/fonts/
cmap/  cMap/  FontAwesome/  JetBrainsMono/  MonoLisa-Trial-2.008-ttf/  opentype/  truetype/  type1/  X11/  霞鹜文楷/
ivan-hc commented 11 months ago

We have already faced this issue https://github.com/ivan-hc/OBS-Studio-appimage/issues/3#issuecomment-1635923915

You should add --bind=/usr/share/fonts in the AppRun to see the fonts from the host

Maybe you should also add --bind=/usr/share/fontconfig if something doesn't works. Just in case.

Anyway, this is not a default option because sometime the app does not recognize it.

Optionally, add fonts for your language as a dependence (search the package/packages from Arch Linux repositories), this will take more space, but the app should work the way you desire.