App not appearing in installed applications after .deb installation
See original GitHub issueWhat version of electron-installer-debian
are you using?
0.3.0
What version of node
and npm
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:
$ git clone https://github.com/unindented/electron-installer-debian.git
$ cd electron-installer-debian/example
$ DEBUG='electron-installer-debian' npm run build
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
Issue Analytics
- State:
- Created 7 years ago
- Comments:14
Top Results From Across the Web
20.04 - Software app is not showing installed ... - Ask Ubuntu
Earlier my software store was not showing installed software, but I referred to this answer, but still it's not running the .deb package....
Read more >Install Apps - Zorin Help
After downloading the .AppImage file; open the Files app and navigate to your “Downloads” folder. Double-click on the .AppImage file to run the ......
Read more >Install Android Studio - Android Developers
Set up and install Android Studio on Windows, macOS, or Linux. ... Open the Files app and locate the DEB package in the...
Read more >Troubleshooting tips for installing and updating Microsoft Edge
If you run into problems downloading, installing, or updating the new Microsoft Edge , here are a few things you can try. The...
Read more >How to Install a DEB File in Linux - How-To Geek
If for some reason the software manager doesn't open, you can install a package using GDebi or the dpkg command. If you don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@randoms instead of changing the source of the extension, what you should be doing is passing the
bin
option set to whatever you want:I have the same issue. @jaypanares did you solve the problem?