Changelog - You can now sign in with a WordPress account + bug and security fixes.
Details
- Reviewers
• sunnyflunk JoshStrobl kyrios123 - Group Reviewers
Triage Team - Commits
- R2907:0314eca2c8f1: Update simplenote to 1.1.6 & rebuild for cups 2.2.8
Install package, make a note and ensure that I'm still able to edit text, add tags and that all basic functionality works.
Diff Detail
- Repository
- R2907 simplenote
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
The newer version seems to ship a bunch of crud in /opt/. Did I make a mistake in my package.yml or should this be moved to a different directory?
Main reason for updating this application is because there's a really annoying "A newer version is available" notification whenever you open it.
Link to releases page - https://github.com/Automattic/simplenote-electron/releases
I would suggest shifting /opt/Simplenote to /usr/share/simplenote, testing and confirming that it works (I do expect it to as they release a tarball build which is the same but without set directories).
However, you will likely need to patch the .desktop file to point to just simplenote, as I imagine it is pointing to /opt where it thinks it will be installed.
To confirm specifically after changing the directory:
- simplenote in terminal loads simplenote
- Can be launched from the menu entry
- Simplenote continues to work correctly
package.yml | ||
---|---|---|
34 | Can we make this a full link ln -sv /usr/share/simplenote/simplenote $installdir/usr/bin/simplenote |
Moved everything in /opt/Simplenote to /usr/share/simplenote and patched the .desktop file.
package.yml | ||
---|---|---|
6 | Should be -or-later |