You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: