New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/pull/41561#issuecomment-1425689080 Comment: I tied using xchroot. First running osmin I got ``` This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. Aborted ``` Then I tried with `xvfb-run osmin` and I get ``` QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Signal handler is enabled. User locale setting is C no file found for translations ':/i18n/osmin_ca.qm' (using default). Checking installed assets... Found assets version 1.8.7 Resource directory is /root/osmin/resources Trying to connect to service ... Connect to service succeeded Loading online tile providers from "/root/osmin/resources/online-tile-providers.json" Loading providers from "/root/osmin/resources/map-providers.json" Loading providers from "/root/osmin/resources/voice-providers.json" MapManager ctor Lookup databases Basemap found and loaded from ' "/root/osmin/resources/world" '... Lookup voices at /root/osmin/voices Overlay tile cache: osmscout::TileCache(0x1e276f8) terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted ``` How should I run the graphical application in a chroot?