Package Details: pixelorama-bin 1.0.5-2

Git Clone URL: https://aur.archlinux.org/pixelorama-bin.git (read-only, click to copy)
Package Base: pixelorama-bin
Description: A free & open-source 2D sprite editor, made with the Godot Engine
Upstream URL: https://orama-interactive.itch.io/pixelorama
Keywords: animation art editor graphics image pixel sprites
Licenses: MIT
Conflicts: pixelorama
Provides: pixelorama
Submitter: hilton
Maintainer: hilton
Last Packager: hilton
Votes: 19
Popularity: 0.003136
First Submitted: 2020-05-24 14:34 (UTC)
Last Updated: 2025-02-01 00:59 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

hilton commented on 2020-12-15 13:20 (UTC)

Thanks for the flag, updated it and added some keywords I forgot to add.

hilton commented on 2020-10-06 10:55 (UTC)

Wow, I actually only saw your comment now 1ace. Sorry for that, I need to see where the notification mails are going on my email. Thanks anyways!

1ace commented on 2020-09-24 19:06 (UTC)

This patch does all the necessary modifications for v0.8 :)

hilton commented on 2020-05-30 10:56 (UTC)

Cool, it was an unfortunate mistake I'm still not sure why it happened since you are just using bash but thanks for helping out with debugging this. Cheers!

Schweini commented on 2020-05-30 06:19 (UTC)

It works!

And I use bash as the shell.

hilton commented on 2020-05-28 18:15 (UTC)

I see, we found the issue. I used a wildcard expansion that I thought would work everywhere but it is not working on your end. So I tried a quick fix for it. Can you try installing with the new 0.7-2 pkgbuild?

Also, just so I know. Are you using a shell other than bash like zsh or fish?

Schweini commented on 2020-05-28 17:35 (UTC)

The output of the first one is: lrwxrwxrwx 1 root root 35 26. Mai 11:03 /usr/bin/pixelorama -> '/opt/pixelorama-bin/Pixelorama.x86*'

The other 2 don't work.

ldd /usr/bin/pixelorama puts out: ldd: /usr/bin/pixelorama: Datei oder Verzeichnis nicht gefunden, so the directory couldn't be found in German.

hilton commented on 2020-05-28 16:59 (UTC) (edited on 2020-05-28 16:59 (UTC) by hilton)

It seems the package is installing correctly, have no idea what is happenning. What do you mean by not working? What is the output for these commands that didn't work?

What is the output for these too:

ls -l /usr/bin/pixelorama
ldd /usr/bin/pixelorama

Also try:

xdg-desktop-menu forceupdate

Schweini commented on 2020-05-28 15:56 (UTC)

pacman -Ql: https://paste.ubuntu.com/p/dvqRNKySG3/

pixelorama as a command does not work

sudo update-desktop-database does also not work

hilton commented on 2020-05-28 12:34 (UTC)

It should be pacman -Ql pixelorama-bin

It will show only the installed files from this package. You can paste the result here: https://paste.ubuntu.com/

Did you try launching it with "pixelorama" on the command line? Try this too:

$ sudo update-desktop-database

But pacman already runs this AFAIK when packages have a .desktop file.