Currently trying to package Release v0.4.2 · korcankaraokcu/PINCE · GitHub but can’t even run it with appimage-run. It sounds like I lack libgirepository, does anyone know where to find this library in nixpkgs?
┌ 12:22 [0s] <notroot@nixos-pc> [~/Downloads]
└─ sudo -E appimage-run ./PINCE-x86_64.AppImage
[sudo] password for notroot:
Sorry, try again.
[sudo] password for notroot:
PINCE-x86_64.AppImage installed in /home/notroot/.cache/appimage-run/7f71fbbb65b5a8e8e543df51a25dfb572062d7bca90f2d70764d36ea34c46b11
Traceback (most recent call last):
File "/home/notroot/.cache/appimage-run/7f71fbbb65b5a8e8e543df51a25dfb572062d7bca90f2d70764d36ea34c46b11/opt/PINCE/PINCE.py", line 21, in <module>
import gi
File "/home/notroot/.cache/appimage-run/7f71fbbb65b5a8e8e543df51a25dfb572062d7bca90f2d70764d36ea34c46b11/usr/conda/lib/python3.12/site-packages/gi/__init__.py", line 40, in <module>
from . import _gi
ImportError: libgirepository-1.0.so.1: cannot open shared object file: No such file or directory
Thanks, I just added the library and it’s still not giving a different error. I even tried to hook LD_LIBRARY_PATH in shell and it still didn’t find the library.
Still doesn’t work for now . I have searched appimage installation on nixpkgs, got nothing. I think I’ll have a better luck on building the package from the ground-up instead.
For anyone that wants to try cheat engine like programs on linux, try installing scanmem on nixpkgs. It will give the user a program called “GameConqueror”. It’s definitely has fewer feature, but sometimes a simple program is more than you need.