-
Notifications
You must be signed in to change notification settings - Fork 372
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
.deb package file is broken #244
Comments
@pythonInRelay We are also providing AppImage. https://github.com/BoostIO/BoostNote.next/releases |
@Rokt33r The advantage to sudo apt update
sudo apt upgrade
sudo snap refresh Moreover, Snap will automatically put the package into a location that is in the path, whereas with a So although an app image is really convenient, snap would be even easier because users wouldn’t need to watch Github for releases. |
@RyanGreenup Okay, I'll try snap soon. Btw did you also confront this problem? |
I confirmed the deb package file is broken. I'll replace its link with the AppImage link until I fix this problem |
@Rokt33r I have not actually encountered this problem with v 0.1.1, although I install the new version over the old version so maybe that's why, it might be nice to give the binary a slightly different name so the old version and new version can be run concurrently. udo dpkg -i boost-note-linux.deb
dpkg: warning: downgrading boostnote from 0.14.0-0-1 to 0.1.1
(Reading database ... 853268 files and directories currently installed.)
Preparing to unpack boost-note-linux.deb ...
Unpacking boostnote (0.1.1) over (0.14.0-0-1) ...
Setting up boostnote (0.1.1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
Processing triggers for mime-support (3.63ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ... |
@RyanGreenup I'll change the name in this month. Until I change it, please use AppImage one. |
@RyanGreenup #319 Please follow this issue. I'll try to resolve in this week. |
@RyanGreenup @pythonInRelay |
Sadly this issue still occurs, at least for me on Debian. However, this is not unique to the .deb package; the AppImage does not work either. |
@philippludwig What OS are you running on? |
As I wrote above, I am running Debian. The release is 10.4. |
same here, also using Debian 10. |
Reopening this as it still seems to be an issue with the latest version. @philippludwig @luoxiao78 Do either of you have Boostnote and BoostNote.next installed? What version are you trying to install? (Probs 0.4.1) |
I installed the |
Same here,
When I'm correcting the Sandbox permissions only the last line appears. |
I've got the same problem, also running Debian 10 Buster. Boostnote.next version 0.6.1 |
Getting a trace trap "/opt/Boost Note/boostnote.next" error in parrot linux 4.8 |
I got the same issue on Debian 10.4 with the latest deb package. |
Thanks for the reporting. I'll check again in this week. |
@ZurMaD Thanks for the comment. Apparently we can set the argument by default. I'll try to apply it from the next version. electron-userland/electron-builder#4364 |
had the same problem with latest deb package on debian buster |
Is there anyone able to try the steps below? I don't have a device using Debian so it is a bit difficult for me to test the solution.
"linux": {
"icon": "static/icon.icns",
"target": [
"deb",
"rpm",
"AppImage"
],
// Add the below
"executableArgs": [
"--no-sandbox"
]
},
|
@Rokt33r I tried with my Debian box, currently with Debian 10.9.
|
@boostio has funded $20.00 to this issue.
|
is this issue still active? |
Current behavior
After running
I receive the error
Trace/breakpoint trap
The software does not run.
Expected behavior
Boostnote should open.
Steps to reproduce
Environment
Snapcraft
P.S. I know it is not related but please consider adding this software to the Snapcraft Library to make the installation and update process MUCH easier on Linux: https://snapcraft.io/first-snap
IssueHunt Summary
Backers (Total: $20.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
The text was updated successfully, but these errors were encountered: