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

A script for AppImage installation for the Linux environment. #557

Closed
nathanielstenzel opened this issue Nov 14, 2022 · 4 comments
Closed
Labels
inactive: OS issue This issue is about the OS itself instead of the webiste

Comments

@nathanielstenzel
Copy link

There does not seem to be any native handling of AppImage files so I wrote a script to copy the stuff to the /usr/local/bin and put the .desktop file in /usr/share/applications with the Exec line changed to refer to the AppImage line. Please feel free to use my script so that other ChromeOS users do not struggle with this.
https://gist.github.com/nathanielstenzel/4196b877dd1a3159cda69bec4e6d66eb
If you were to make a .desktop file editor/creator of your own, I suppose that would work too.

@nathanielstenzel nathanielstenzel changed the title A script for AppImage handling for the Linux environment. A script for AppImage installation for the Linux environment. Nov 14, 2022
@TomTravis
Copy link

yes cool

@Snugug
Copy link
Collaborator

Snugug commented Nov 28, 2022

Thanks for sharing your script! If you'd like to see better AppImage support, please file an issue on the ChromeOS bug tracker so someone from the engineering team can take a look (this is just for the website).

Thanks!

@Snugug Snugug added the inactive: OS issue This issue is about the OS itself instead of the webiste label Nov 28, 2022
@Snugug Snugug closed this as completed Nov 28, 2022
@nathanielstenzel
Copy link
Author

Wait....you told me to post on a WEB BROWSER's bug tracking? This script is for the CHROME OS. It is NOT for the Chrome BROWSER. It is for making files that need to be in certain places for things to work.

@nathanielstenzel
Copy link
Author

"https://github.com/chromeos/chromeos.dev Public
chromeOS.dev is the digital home for all things ChromeOS. Learn how to adapt and optimize your existing apps to work on ChromeOS, the success other companies have had doing so, how to use ChromeOS as your developer machine, and keep up-to-date with the latest on ChromeOS."

An AppImage is a collection of files (I think it was inside a ZIP file but with a different extension) that runs on a Linux system such as ChromeOS which is basically Android which is a bastardized Linux with a Java stack on top. So, getting an AppImage to work on ChromeOS fits the description of this section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive: OS issue This issue is about the OS itself instead of the webiste
Projects
None yet
Development

No branches or pull requests

3 participants