smolBlackCat / progress-tracker

Simple kanban-style task organiser
https://flathub.org/apps/io.github.smolblackcat.Progress
MIT License
25 stars 7 forks source link

Linux Mint 21.2 Victoria - Progress won't start from Start-Menu -> Office -> Progress #28

Open joachimrs opened 1 month ago

joachimrs commented 1 month ago

After installing the flatpak with the "Software" application on Linux Mint, a new entry is made in the Startmenu -> Office -> Progress. However: It won't start progress.

Problem tracked down in file /var/lib/flatpak/exports/share/applications/io.github.smolblackcat.Progress.desktop

Original: Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=progress io.github.smolblackcat.Progress Corrected: Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 io.github.smolblackcat.Progress

You might want to re-login for the Cinnamon menu to be rebuild with the now working command. I don't know if that can be done hot (it should be possible, it's just that I don't know how).

Trying the Original command on the commandline yields: $ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=progress io.github.smolblackcat.Progress bwrap: execvp progress: No such file or directory

Maybe that can be remedied by giving execvp some hints about the "progress" command but I don't know how, so I went for the simple solution above.

smolBlackCat commented 1 month ago

Interesting, I'll take a look at ASAP

smolBlackCat commented 1 month ago

Oh my god. I can't believe I totally forgot to update the flatpak manifest after some project settings commits. The hot fix will come right away

joachimrs commented 1 month ago

Oh my god. I can't believe I totally forgot to update the flatpak manifest after some project settings commits. The hot fix will come right away

Chill man :D Those things happen - Unfortunately xD But you're here to fix it, so everything is cool :)

smolBlackCat commented 1 month ago

Just updated the flatpak package here, I believe it should be working by now

smolBlackCat commented 1 month ago

@joachimrs, is the problem still up?