Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.9k stars 378 forks source link

app not opening from store download on ubuntu 22.04 #1071

Closed a-krum-of-bread closed 1 month ago

a-krum-of-bread commented 1 month ago

Pixelorama version: 1.0.1 os ubuntu 22.04

I was unable to open the app after an update to the app and after deleting and reinstalling it still will not open at all nor would it open when reinstalling from the terminal. then I later opened the file directory to find that there were missing files that were supposed to be referred I am not sure if this is an issue with the store or the app

Variable-ind commented 1 month ago

Hy, there was a similar issue on GitHub

Good tool! Although after the update to Ubuntu 20 it stopped working. But I have already solved this issue. And so thanks for the tool.

Here's how he solved it:

I removed the Pixelorama program installed via snap because the new version requires the GLIBC_2.28 library, which I don’t have. The error looked like this: /snap/pixelorama/199/Pixelorama.x86_64: /lib/x86_64-linux-gnu/libc.so.6: version ‘GLIBC_2.28’ not found (required by /snap/pixelorama/199/Pixelorama.x86_64) After removing the snap version, I went to itch.io, downloaded Pixelorama from your page, extracted the archive, and ran it through the terminal using the command ./Pixelorama.x86. Everything works, and I am using the program now.

a-krum-of-bread commented 1 month ago

I don't like fixing it this way as it is more of a workaround to the problem and using the terminal for everything is something i'd like to avoid if I'm going to be using it I think it also limits the ability to have addons (not sure)

OverloadedOrama commented 1 month ago

Duplicate of #1062