How do I change the executable name of an app in Flatpak?

I need to change my application’s executable name since it conflicts with a command-line tool. I have tried changing it in meson.build, but it always throws an error: bwrap: execvp random: No such file or directory . I have pinpointed this to be flatpak’s fault, and I cannot figure out why it does this. Any help on this? Thanks in advance.

I found the answer: my flatpak json had the old command. Edit it, and that is how to fix!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.