Package Details: notejot 3.5.1-1

Git Clone URL: https://aur.archlinux.org/notejot.git (read-only, click to copy)
Package Base: notejot
Description: A stupidly-simple sticky notes application for any type of short term notes or ideas
Upstream URL: https://github.com/lainsce/notejot
Keywords: ElementaryOS post-it sticky-notes sticky-notes-applet Vala
Licenses: GPL
Conflicts: notejot-git
Submitter: grufo
Maintainer: grufo
Last Packager: grufo
Votes: 7
Popularity: 0.000000
First Submitted: 2018-03-04 14:03 (UTC)
Last Updated: 2023-10-29 00:06 (UTC)

Latest Comments

« First ‹ Previous 1 2

kurtrottmann commented on 2023-06-10 06:06 (UTC) (edited on 2023-06-10 06:07 (UTC) by kurtrottmann)

Hi, I get this error when I try to install:

../src/Views/NoteContentView.vala:250.40-250.157: error: Equality operation: `bool' and `string' are incompatible
  250 |                 back2_button.visible = ((MainWindow)MiscUtils.find_ancestor_of_type<MainWindow>(this)).sgrid.get_visible_child_name () == "notegrid" != false ? true : false;

I solved it with this patch: https://github.com/lainsce/notejot/issues/395#issuecomment-1509402727

solsticedhiver commented on 2022-05-27 08:59 (UTC)

gtksourceview3 does not seem to be needed as dependancy

grufo commented on 2019-08-09 02:17 (UTC)

@PedroHLC Done! Thank you!

PedroHLC commented on 2019-08-05 19:32 (UTC)

Missing "vala" as "makedepends"