-
Notifications
You must be signed in to change notification settings - Fork 69
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
Can't find app in menus after installing deb package #107
Comments
This is not a bug but mainly a problem with your configuration. This question should be asked in the community forums and not filed as an issue. Nonetheless, here's my answer.
So you will have a conflict when creating a link to the executable. The proper way to fix this is passing An alternative, that it's not recommended since doesn't follow proper Debian naming guides, is to not pass |
Thank you @fcastilloec for the help. That solved it! |
@fcastilloec we should add a |
Thank you @fcastilloec. You answered this not commented problem in every tutorial that i read. |
What version of
electron-installer-debian
are you using?0.6.0
What version of
node
andnpm
are you using?3.10.10
What operating system are you using?
Linux mint
Can you compile the example app successfully?
I can create packages and install the app. And after the app is installed i can find it in the menus.
If not, paste here the output of the following commands:
What did you do? Please include the configuration you are using for
electron-installer-debian
.I ran this after packaging the app into the release-builds folder
electron-installer-debian --src release-builds/Electron\ tutorial\ app-linux-x64/ --arch amd64 --config debian.json
my debian.json looks like this:
What did you expect to happen?
That i could start the app from the menus after installation.
What actually happened?
I'm trying to build a debian package for this application:
https://github.com/crilleengvall/electron-tutorial-app
and write a tutorial about it. The debian package is created and i can install it.
But no app can be found in the menus. But i can start it from:
/usr/lib/electron-tutorial-app by running ./electron-tutorial-app
I have tried the suggestions in this issue but i can't seem to get it to work
#19
The .desktop-file that is generated looks like this:
[Desktop Entry]
Name=Electron tutorial app
Comment=Application for electron tutorials
GenericName=Electron tutorial app
Exec=electron-tutorial-app %U
Icon=electron-tutorial-app
Type=Application
StartupNotify=true
Categories=Utility;
The text was updated successfully, but these errors were encountered: