You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I updated the code of the Vala version, and tried to make it redistributable as a .flatpak file. If you use Flatpak on your system, you might be able to install the Flatpak image of the latest release: https://github.com/Eroica/Paletti/releases/tag/v2024.04a
However, I'm not very familiar with which SDK/Runtime version to use. I chose 45 for now, but if you need some other combination on your Debian system, let me know and I'll look into other options.
Alternatively, if you want to try building Paletti for yourself:
To just get an executable:
cd gtk
meson builddir &&cd builddir
meson compile
# executable is src/Paletti
Make sure to have all dependencies installed, wich are usually found as gtk[-devel], libadwaita, and leptonica[-devel] (or lept[-devel]) in the system's package manager.
I've tried opening the appimage on my debian 12 and it gives me this error and crashes:
symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full
The text was updated successfully, but these errors were encountered: