Hi,
I'd like to try and enhance the experience using my Linux desktop software inside Chrome OS, by detecting that condition & following some better-integrated Chrome OS specific code paths.
I'm sure I'll run into more of these over time, but for now:
* How can I properly detect that I'm running inside the container? For example, with Flatpak, I get a file - /.flatpak-info, which not only lets me know I'm in that environment by existing, but also tells me some information I can make use of (such as whether certain developer features are enabled in the sandbox or not). Is there any equivalent?
* How can I launch a Terminal window from inside the sandbox? For example, in an IDE, if using "run on external console", I'd rather use the native Chrome OS terminal app rather than spawn off a different terminal emulator. Extra points if I can just pass a flag (like XTerm's -e) to run the named command inside the same container instance, which would allow for seamless "run on external console" style behaviour in an IDE.
* How can I add an app to the Chrome OS launcher menu? Is there somewhere I can put a .desktop file, for cleaner integration? e.g. to have a clickable icon to launch Android Studio