Search Criteria
Package Details: notable-bin 1.8.4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/notable-bin.git (read-only, click to copy) |
---|---|
Package Base: | notable-bin |
Description: | The markdown-based note-taking app that doesnt suck |
Upstream URL: | https://github.com/notable/notable |
Licenses: | Freeware |
Provides: | notable |
Submitter: | Thrilleratplay |
Maintainer: | fabiospampinato |
Last Packager: | kugland |
Votes: | 28 |
Popularity: | 0.000000 |
First Submitted: | 2018-12-30 02:13 (UTC) |
Last Updated: | 2020-02-03 20:09 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
Thrilleratplay commented on 2019-07-09 12:34 (UTC)
@badluck This appears to be a known issue with Electron and Arch https://github.com/electron/electron/issues/17972. I'm not sure why I am not seeing this error but hopefully 1.6.0-3 fixes this for everyone.
badluck commented on 2019-07-09 07:48 (UTC)
Getting the following error after updating to 1.6.0-2:
[5909:0709/093729.807536:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Notable/chrome-sandbox is owned by root and has mode 4755.
chmod 4755 /opt/Notable/chrome-sandbox did the trick.
Thrilleratplay commented on 2019-07-09 03:38 (UTC)
@budui Sorry, I pushed notable-bin 1.6.0-2 shortly after. The hacky fix from v1.5.1 overwrote the executable for v1.6.0. If you update once more it should work.
budui commented on 2019-07-09 03:16 (UTC)
Notable won't run with following error:
I noticed @hg8's comments, but I can't find notable.bin in /opt/Notable/.
which one is Executable?
hg8 commented on 2019-05-31 12:15 (UTC) (edited on 2019-05-31 12:18 (UTC) by hg8)
@Thrilleratplay It's indeed working with the last update. Thanks for your work.
Thrilleratplay commented on 2019-05-28 12:41 (UTC)
@hg8 It looks like the latest update created a symlink to the binary to work around Electron's sandboxing issue. I created a link in my task bar which works but did not try from the command line. Yes, adding that symlink will probably work I would prefer to fix
/opt/Notable/notable
bash_source not resolving the link properly.@noraj You are more than welcome to create your own Notable AUR package from source if this not enough to your standards. Better yet, create a AUR package linter so people who are creating their first package do not have to wade through pedantic comments.
hg8 commented on 2019-05-28 07:32 (UTC) (edited on 2019-05-28 07:35 (UTC) by hg8)
Notable won't run with following error:
Can be fixed by adding
ln -s /opt/Notable/notable.bin /usr/bin/notable.bin
to the PKGBUILD.noraj commented on 2019-05-15 18:45 (UTC) (edited on 2019-05-15 18:54 (UTC) by noraj)
Should be:
provides=('notable')
install
, creating a menu entry, etc.TL;DR: building a true PKGBUILD
Tio commented on 2019-01-23 00:54 (UTC)
@Thrilleratplay Ah I see thanks!
« First ‹ Previous 1 2 3 Next › Last »