-
Notifications
You must be signed in to change notification settings - Fork 213
Issue with GoogleEarth Appimage creation #167
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
Comments
Strange, just tried it again, works for me on Which language is your system set to? |
It is the same output. System is set to swedish. Ubuntu 16.04 amd64 (Unity). |
Nevermind, I was creating the appimage in a folder with swedish characters in the foldername thereof the error. I moved to a folder with usual characters, and now it works. Thanks anyway! |
Thanks for checking! Possibly we need to add quotes to some paths in the script? |
Yes maybe changing a little bit in the script to allow appimage creation in paths with unusual characters, for nonenglish speaking people it would be surely good if they could create the appimage in whatever directory they select. |
I have a similar problem but the script exits with the error "stat: No such file or directory"
|
Please ask Google to provide an AppImage of Google Earth. We are happy to help them, should they have questions. AppImageKit is a set of tools to make it easy for application authors to distribute their software to end uses. We don't generally encourage third-party re-packaging. |
Hi, i'm using the script "run_this_script_to_generate_the_AppImage.sh" to create the Google Earth appimage but running it stops with:
['/tmp/.mount_N5I91O/package', './GoogleEarth.AppDir/', '../out/GoogleEarth-7.1.7.2606-x86_64.AppImage']
/tmp/.mount_N5I91O/xdg/IconTheme.py:344: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if iconname + "." + extension in values[1]:
/tmp/.mount_N5I91O/xdg/IconTheme.py:353: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if iconname + "." + extension in values[1]:
Icon could not be found based on information in desktop file, aborting
I'm on Ubuntu 16.04. The AppDir is created as it should and the application is executable through the "GoogleEarth.AppDir" but the appimage is never created.
Wanted to inform about this.
The text was updated successfully, but these errors were encountered: