Package Details: qownnotes 25.6.1-1

Git Clone URL: https://aur.archlinux.org/qownnotes.git (read-only, click to copy)
Package Base: qownnotes
Description: Plain-text file markdown note taking with Nextcloud/ownCloud integration. This package is the "official" release of QOwnNotes on AUR.
Upstream URL: https://www.qownnotes.org/
Keywords: markdown Nextcloud note-taking notepad ownCloud qt5 todo-list
Licenses: GPL2
Submitter: Midov
Maintainer: pbek
Last Packager: pbek
Votes: 137
Popularity: 0.115041
First Submitted: 2015-11-07 14:02 (UTC)
Last Updated: 2025-06-09 12:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 18 Next › Last »

albron commented on 2021-08-20 08:54 (UTC)

Hi Patrizio,

First of all thanks for this wonderful piece of software.

I have one criticism related to packaging: as a user, having to recompile this 5-10 times per month is way too much. I am not sure how versions coming two times per week can really bring significant bugfixes or improvements...

I certainly don't want to feel ungrateful about your hard work as a developer, but this extreme update rate has pushed me to put qownnotes in the IgnorePkg section in /etc/pacman.conf, for the time being.

Would you consider pushing to AUR just with major versioning? Other package maintainers often choose to have package and package-git for stable and bleeding-edge respectively. At the moment qownnotes really behaves like qownnotes-git.

bartus commented on 2021-07-16 13:40 (UTC)

Build error in qsharedpointer resolved in qt5-base:r210 https://bugs.archlinux.org/task/71493

danievdm commented on 2021-07-15 09:40 (UTC)

There is one thing that I did change my side in the last week or so and that was switching to KDE Plasma 5.22 Beta. That may have affected the dependencies in some way on the KDE side. I'd not had issues with other apps but maybe Qownnotes was affected with the build.

pbek commented on 2021-07-15 09:17 (UTC)

Nothing changed in the dependencies or the AUR build process for a long time.

danievdm commented on 2021-07-15 09:12 (UTC) (edited on 2021-07-15 09:29 (UTC) by danievdm)

I also tried with pamac from CLI but identical error, then tried uninstalling and installing again from AUR. Had no more Qownnotes as would not install. So now have installed the Appimage from https://appimage.github.io/QOwnNotes/ which did install and works fine, but it is a few versions older now at v21.1.1. I'm going to maybe try the Flatpak version which I see is 21.7.5.

pbek commented on 2021-07-14 20:37 (UTC)

I just built QOwnNotes 21.7.5 on Manjaro KDE with no issues.

danievdm commented on 2021-07-14 17:17 (UTC)

I've been getting identical error last two or three days on Manjaro KDE. All my other packages are up to date and this one has been updating nearly daily without issues the past two years or so.

pbek commented on 2021-07-13 12:29 (UTC)

I haven't seen that so far in Manjaro, can you please open an issue on https://github.com/pbek/QOwnNotes/issues.

MigueldeCarvalho commented on 2021-07-13 11:49 (UTC)

I'm experiencing exactly the same @bartus

bartus commented on 2021-07-13 07:40 (UTC)

Won't build agasint qt5-base:5.15.2+kde+r209-1

qmake configured c++ standard to low: gnu++11 where minimum is c++2a

In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
                 from /usr/include/qt/QtGui/qpagelayout.h:44,
                 from /usr/include/qt/QtGui/qpagedpaintdevice.h:45,
                 from /usr/include/qt/QtPrintSupport/qprinter.h:46,
                 from /usr/include/qt/QtPrintSupport/QPrinter:1,
                 from ./utils/misc.h:18,
                 from main.cpp:4:
/usr/include/qt/QtCore/qsharedpointer_impl.h: In function ‘std::shared_ptr<_Tp> qobject_pointer_cast(std::shared_ptr<_Tp>&&)’:
/usr/include/qt/QtCore/qsharedpointer_impl.h:1019:40: error: ‘exchange’ is not a member of ‘std’
 1019 |         return std::shared_ptr<X>(std::exchange(src, nullptr), castResult);
      |                                        ^~~~~~~~
make: *** [Makefile:2409: main.o] Error 1

Hasty solution, as passing -std=c++2a in CXXFLAGS won't work. http://ix.io/3sPf/diff

Don't know qt qrc files to fix this properly.