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

No launcher icon with Linux appimage build (icns errors) #1115

Closed
karljakober opened this issue Jan 14, 2017 · 2 comments
Closed

No launcher icon with Linux appimage build (icns errors) #1115

karljakober opened this issue Jan 14, 2017 · 2 comments

Comments

@karljakober
Copy link

  • Version: next
  • Target: linux

I originally had issues building a linux appimage using an icns files, (same issues others have had, could not detect my 512x512x32 file in the icns file).

Added to ISO image: file '/usr/share/icons/default/128x128/apps/testapp.png'='/tmp/electron-builder-oP7Hww/0-1-linux.iconset/icon_128x128x32.png' xorriso : UPDATE : 1 files added in 1 seconds Added to ISO image: file '/usr/share/icons/default/256x256/apps/testapp.png'='/tmp/electron-builder-oP7Hww/0-1-linux.iconset/icon_256x256x32.png' xorriso : FAILURE : Cannot determine attributes of source file '/tmp/electron-builder-oP7Hww/0-1-linux.iconset/icon_512x512x32.png' : No such file or directory xorriso : aborting : -abort_on 'FAILURE' encountered 'FAILURE'

Ive switched to using png files in my build/icons folder as you do in your onshape app. The appimage builds successfully with no errors, and the installer has an icon, however the launcher does not have an icon. I have included a 48x48.png file in that folder which seems to be the required size for the ubuntu launcher.

screenshot from 2017-01-13 16-45-01

Any advice is greatly appreciated, you do great work develar

@karljakober
Copy link
Author

you mention here
#748 (comment)
that you should not run the app through the appimage. When you first run the appimage it asks to create the icon on your launcher, which creates it with the question mark. there has to be a method around this rather than running it through the launcher

@develar
Copy link
Member

develar commented Jan 14, 2017

Duplicates #748

there has to be a method around this rather than running it through the launcher

Yes, it depends in AppImage. Probably I will find time to fix it this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants