mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #244] .deb package file is broken #84
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @825i on GitHub (Dec 29, 2019).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/244
Originally assigned to: @Rokt33r on GitHub.
Current behavior
After running
I receive the error
Trace/breakpoint trapThe 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
@Rokt33r commented on GitHub (Dec 30, 2019):
@pythonInRelay We are also providing AppImage. https://github.com/BoostIO/BoostNote.next/releases
It might be better than snapcraft. How do you think?
@RyanGreenup commented on GitHub (Dec 30, 2019):
@Rokt33r The advantage to
snap(or any package manager e.g.aptorpacmanis that all packages can be updated with one command, e.g on Ubuntu/Mint/Debian you could update the entire system and all programs with:Moreover, Snap will automatically put the package into a location that is in the path, whereas with a
.appimagethe user needs to edit there~/.profileto add something like~/binto the path.So although an app image is really convenient, snap would be even easier because users wouldn’t need to watch Github for releases.
@Rokt33r commented on GitHub (Jan 3, 2020):
@RyanGreenup Okay, I'll try snap soon. Btw did you also confront this problem?
@Rokt33r commented on GitHub (Jan 4, 2020):
I confirmed the deb package file is broken. I'll replace its link with the AppImage link until I fix this problem
@RyanGreenup commented on GitHub (Jan 5, 2020):
@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.
@Rokt33r commented on GitHub (Jan 14, 2020):
@RyanGreenup I'll change the name in this month. Until I change it, please use AppImage one.
@Rokt33r commented on GitHub (Jan 29, 2020):
@RyanGreenup https://github.com/BoostIO/BoostNote.next/issues/319 Please follow this issue. I'll try to resolve in this week.
@Rokt33r commented on GitHub (Feb 14, 2020):
@RyanGreenup @pythonInRelay
Both of your issues should be fixed in v0.2.1. Please try it and reopen the issue if the problem still exist.
https://github.com/BoostIO/BoostNote.next/releases/tag/v0.2.1
@philippludwig commented on GitHub (May 11, 2020):
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.
@Flexo013 commented on GitHub (May 11, 2020):
@philippludwig What OS are you running on?
@philippludwig commented on GitHub (May 11, 2020):
As I wrote above, I am running Debian. The release is 10.4.
@luoxiao78 commented on GitHub (May 13, 2020):
same here, also using Debian 10.
@Flexo013 commented on GitHub (May 18, 2020):
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)
@philippludwig commented on GitHub (May 18, 2020):
I installed the
boost-note-linux.debpackage from the main page, which carries version 0.4.1 apparently.@myOmikron commented on GitHub (May 29, 2020):
Same here,
running Debian bullseye/sid.
I'm getting following error when executing the binary or the AppImage:
When I'm correcting the Sandbox permissions only the last line appears.
@SamsiFPV commented on GitHub (Jun 12, 2020):
I've got the same problem, also running Debian 10 Buster. Boostnote.next version 0.6.1
@AkhilVinayakp commented on GitHub (Jul 1, 2020):
Getting a trace trap "/opt/Boost Note/boostnote.next" error in parrot linux 4.8
@revive commented on GitHub (Jul 2, 2020):
I got the same issue on Debian 10.4 with the latest deb package.
@Rokt33r commented on GitHub (Jul 21, 2020):
Thanks for the reporting. I'll check again in this week.
@pablodz commented on GitHub (Feb 7, 2021):
Same here, using Debian 10 64bits.


With Boostnote.next version 0.12.4 and
.debpackageAlso with
.AppImagepackageAfter one hour checking for solutions, we need to run


--no-sandboxarg to run the program. See below:In Debian with KDE Plasma you need to add

--no-sandboxlike the image below in properties@Rokt33r commented on GitHub (Feb 22, 2021):
@ZurMaD Thanks for the comment. Apparently we can set the argument by default. I'll try to apply it from the next version. https://github.com/electron-userland/electron-builder/pull/4364
@rome-legacy commented on GitHub (Jul 25, 2021):
had the same problem with latest deb package on debian buster
--no-sandbox flag helped to get app running.
thx
@Rokt33r commented on GitHub (Aug 25, 2021):
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.
["--no-sandbox"]to "build.linux.executableArgs" of package.jsondistdirectory@revive commented on GitHub (Sep 7, 2021):
@Rokt33r I tried with my Debian box, currently with Debian 10.9.
It seems that the additional argments of
"--no-sandbox"in thepackage.jsonfile does not resolve the problem.When I tried to run the generated
boost-note-linux.AppImage, I got following messages@issuehunt-oss[bot] commented on GitHub (Sep 14, 2021):
@boostio has funded $20.00 to this issue.
@exitflynn commented on GitHub (Feb 11, 2023):
is this issue still active?