-
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
App not appearing in installed applications after .deb installation #19
Comments
Thanks for reporting @jaypanares. Are you sure the app installed without issues? Maybe Ubuntu errored silently... Try executing the following from a command line:
Did it complain about missing dependencies, like I tend to use
|
I got your example working using |
The only thing the example app does is point to a PNG image to be used as icon: https://github.com/unindented/electron-installer-debian/blob/master/example/config.json#L3 Can you paste the contents of |
Hmm.. The app appears in |
I tried creating an installer with Electron's quick start app: I am also unable to run the app when I open it in |
So only my example app works? That's weird... What differences have you noticed between your app and the example? |
The only difference I noticed was that you app's structure is different from my app, but I think that that shouldn't be the case because there isn't any installer specific code in your app. |
I experienced the same problem. Here is my desktop file
I think the Exec path is wrong. The right one is |
I found that a symbol link was created at
the right address should be
|
I have the same issue. |
change src/installer.js L237 from
to
|
@randoms instead of changing the source of the extension, what you should be doing is passing the {
"bin": "app"
} |
Unfortunately, the bin parameter method does not work for me when i added the correct string location for the application to execute. :(. The desktop file still points to the wrong path. |
I tried that, but it keeps saying "file not found" even though I typed the right characters, the exact characters. |
What version of
electron-installer-debian
are you using?0.3.0
What version of
node
andnpm
are you using?Node - v6.1.0
npm - 3.8.6
What operating system are you using?
Ubuntu 16.04 (VirtualBox VM)
Can you compile the example app successfully?
Yes
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
.Followed readme,
npm install && npm run build
What did you expect to happen?
App to appear in installed applications in Ubuntu
What actually happened?
.deb was built with no errors and app was installed without issues, but can't find the app in the installed applications menu
The text was updated successfully, but these errors were encountered: