-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
wrong executable in .desktop #1291
Comments
Is executable app file also named as |
No, precisely it's
|
|
I cannot reproduce — |
Actually I would even prefer "Code Story", which works on Windows. But I wanted to put another possible issue aside |
Yes, in case of prebuilt app directory we must use |
It's an app, not a unix command. In Ubuntu, apps are called "LibreOffice Writer", "LibreOffice Calc", etc.
So apparently |
Ok. So, you worry only about product name. Error is clear — you build app using electron-packager and your app name is |
I'm fine with electron-builder renaming the executable internally as long as it does it in a way that doesn't brake anything :-) |
BTW, if I set |
Will be fixed in 2 days. As workaround, you can currently or use electron-builder to pack, or rename executable manually before build. |
That's weird, even though I renamed my executable manually to
|
Using any "normal" unarchiver. e.g. http://www.iunarchive.com |
well, just ark > 16.0.8 apparently AppImage/AppImageKit#173 |
Isn't supposed the
|
|
thanks ! I could figure out that I probably did a mistake somewhere. Using "codestory" everywhere definitely works. |
Of course, you'll just need to make sure the full real name (with spaces if any) is set in the .desktop file. |
Another way to this : when using a prebuilt app, any key from |
It cannot be overridden because in this case we must modify packed package.json — but as you don't use electron-builder to pack, it is not possible. |
I don't get it. I think it should be the exact opposite : since I'm using a prebuilt app, I should be able package it without relying on package.json, just using the config. This step should even be electron-agnostic. |
To set application name, you can use |
14.3.0 — |
13.11.1
Linux deb
If find this :
Exec="/opt/CodeStory/codestory"
But my executable is
CodeStory
.I set this in my electron-builder.yml.
The text was updated successfully, but these errors were encountered: