Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Running on my Debian 12 #7

Open
dCo3lh0 opened this issue Feb 26, 2024 · 2 comments
Open

Not Running on my Debian 12 #7

dCo3lh0 opened this issue Feb 26, 2024 · 2 comments

Comments

@dCo3lh0
Copy link

dCo3lh0 commented Feb 26, 2024

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

@Eroica
Copy link
Owner

Eroica commented Apr 2, 2024

Hi,

thanks for letting me know, I'll need to take a look at the Vala version, and will try to rebuild it (either as an AppImage or Flatpak).

@Eroica
Copy link
Owner

Eroica commented Apr 19, 2024

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.

To build a Flatpak image:

cd gtk
make
# Flatpak is in dist/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants