Search Criteria
Package Details: standardnotes-desktop 3.6.7-1
Git Clone URL: | https://aur.archlinux.org/standardnotes-desktop.git (read-only, click to copy) |
---|---|
Package Base: | standardnotes-desktop |
Description: | A standard notes app with an un-standard focus on longevity, portability, and privacy. |
Upstream URL: | https://standardnotes.org/ |
Keywords: | notes |
Licenses: | |
Conflicts: | |
Submitter: | FillFeile |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 44 |
Popularity: | 0.160882 |
First Submitted: | 2017-06-04 13:58 |
Last Updated: | 2021-04-15 08:50 |
Dependencies (8)
- electron (electron-ozone, electron-beta-bin, electron-nightly-npm)
- git (git-git) (make)
- jq (jq-git) (make)
- node-gyp (make)
- npm (nodejs6-bin, nodejs-nightly, npm6) (make)
- nvm (nvm-git) (make)
- python2 (make)
- yarn (yarn-nightly) (make)
Required by (0)
Sources (7)
- git://github.com/sn-extensions/batch-manager.git#commit=2d1ba6ac9f09193e40c4241a70605ecb3c15d3c7
- git://github.com/sn-extensions/extensions-manager.git#commit=c8a614bf093a3d6ab95ea8eb5e7507b152ed49e2
- git://github.com/standardnotes/desktop.git
- git://github.com/standardnotes/web.git#commit=cba4a4f6415ac9ce423a0fdc14b9426a10337512
- standardnotes-desktop.desktop
- standardnotes-desktop.js
- webpack.patch
Latest Comments
1 2 3 4 5 6 ... Next › Last »
lsf commented on 2021-02-28 15:24
Oh dear, what have I gotten myself into ;)
But I totally understand you @FillFeile – building and packaging NodeJS/Electron based packages is (imho) really a terrible experience, and it's even more complicated with this package than with many others (I'm currently unable to build the -git version of it anymore, for example… hope this will improve before the next release is made).
Anyway, I'll try to keep maintaining it a bit – but I can't make any promises and might not spot any issues, as I'm not using it at the moment myself.
FillFeile commented on 2021-02-28 15:10
Hi all, Hi @randomguy343,
I just decided to disown this package as I'm currently not able to properly maintain it anymore. At the moment I do not find the time to cope with the frequent build system changes on upstream which have been challenging for me to keep up with as I'm not very experienced with the NodeJS and Electron build/package frameworks.
Thank you all for the feedback over the last years which have been a great opportunity for me to learn how to maintain a package. I hope someone (maybe @lsf) will pick this one up and keep it alive.
Cheers, FillFeile
randomguy343 commented on 2021-02-28 11:58
Thanks, works fine so far but needs yarn as an dependency. I rarely use Standard Notes myself, but I'll report any issues nonetheless.
lsf commented on 2021-02-27 13:16
@randomguy343
I have a seemingly working PKGBUILD over at https://gitlab.com/ohfp/pinebookpro-things/-/tree/master/standardnotes-desktop
You could give it a try, if you wish – it's only barely tested, though; I'm not using standardnotes myself at the moment.
randomguy343 commented on 2021-02-27 11:59
Is this package still actively maintained and will be updated soon or what's the current status?
PrzemekS commented on 2020-12-01 08:31
Hello, recently I noticed top bar is not working. Cannot minimize, close etc. In terminal I see:
Regards, Przemek
jackyzy823 commented on 2020-11-21 15:30
Here's my working version which tested under electron 10. just for your reference.
Note: 1. python2 is required to an old-version node-gyp to build node-sass which can't found a ABI-matched prebuilt binary from it's github releases because of nodejs ABI bumping to 88 .
FillFeile commented on 2020-10-30 14:09
I recognized the comments and will dry to address the issues and feedback as soon as possible.
lsf commented on 2020-10-30 09:37
If the patching/workaround is simple enough (as in this case with a one-line-fix), I'd find that more attractive – but that's probably because for my specific case (a separate repo), maintaining different electron versions as well is just way more of a hassle.
So yeah, both solutions should be fine, I guess ^^
FiveYellowMice commented on 2020-10-30 06:27
Launching with
electron9 /usr/bin/standardnotes-desktop
works.I guess issue #620 (on extensions not loading) is just due to upstream not supporting Electron 10 yet? If that's the case, just changing the shebang in
standardnotes-desktop.js
toelectron9
and makeelectron9
the dependency is probably an easier solution to patching.