1
0
mirror of synced 2025-01-25 15:53:43 +01:00

git: Added note about launching assertion failures when launching the AppImage (#2038)

This commit is contained in:
Nik 2024-12-28 22:31:34 +01:00 committed by GitHub
parent 1298f2b688
commit ec4ee3132b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,11 @@ chmod +x imhex-*.AppImage
./imhex-*.AppImage
```
If you're experiencing glib / libgtk assertion failures, you might need to setup your `XDG_DATA_DIRS` env var correctly. In this case, run the following command before executing the AppImage. (See issue [ImHex/#2038](https://github.com/WerWolv/ImHex/issues/2038))
```bash
export XDG_DATA_DIRS="/usr/local/share:/usr/share"
```
#### Flatpak
To install the Flatpak, make sure you have the Flathub repository added to your system. Then simply run the following command: