Run an app on Phosh from the CLI
+1
−0
One of the applications on my phone has a field to run a CLI command. I'd like to invoke another application with that property, but I don't know where it lives.
I don't see likely candidates in my PATH, and I'm tearing my hair out trying to find where the application drawer is configured. (I've found circumstantial evidence that the drawer can be appended to or overridden with .desktop files, but I can't find the original ones.)
How can I run one of my Phosh apps from the CLI?
1 answer
+0
−0
I have determined that the specific app I want was installed as a Flatpak, meaning this is the way you open it:
flatpak run com.example.Foo
I'd still be interested in a generic way to determine the CLI for an arbitrary app from the Phosh drawer.

0 comment threads