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

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

Open
joachimrs opened this issue Jul 17, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@joachimrs
Copy link

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
Copy link
Owner

Interesting, I'll take a look at ASAP

@smolBlackCat smolBlackCat self-assigned this Jul 17, 2024
@smolBlackCat smolBlackCat added the bug Something isn't working label Jul 17, 2024
@smolBlackCat
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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

@smolBlackCat
Copy link
Owner

@joachimrs, is the problem still up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants