Search Criteria
Package Details: notepadqq 2.0.0beta-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/notepadqq.git (read-only, click to copy) |
|---|---|
| Package Base: | notepadqq |
| Description: | Notepad++-like text editor for Linux |
| Upstream URL: | https://notepadqq.com/ |
| Licenses: | GPL3 |
| Submitter: | City-busz |
| Maintainer: | mhdi |
| Last Packager: | City-busz |
| Votes: | 1 |
| Popularity: | 0.53 |
| First Submitted: | 2025-09-01 16:04 (UTC) |
| Last Updated: | 2025-09-01 16:04 (UTC) |
Dependencies (8)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengineAUR
- qt5-websocketsAUR (qt5-websockets-gitAUR)
- uchardet (uchardet-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- mathjax2 (optional) – Math rendering
Latest Comments
bezerkk commented on 2025-11-28 20:40 (UTC)
I downloaded a pre-compiled qt5-webengine from https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ And then "sudo pacman -U qt5-webengine-5.15.19-4-x86_64.pkg.tar.zst"
Then the notepadqq did compile without errors.
xunil64 commented on 2025-11-20 12:13 (UTC)
tried to rebuild qt5-webengine (see patch in qt5-webengine too: https:// vs git://), but notepadqq has then (with libicu 78) segmentation fault
Nov 20 13:09:53 arch systemd-coredump[3563251]: [🡕] Process 3563098 (notepadqq-bin) of user 1026 dumped core.
[...]
bezerkk commented on 2025-11-19 14:46 (UTC) (edited on 2025-11-19 14:49 (UTC) by bezerkk)
..... /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toicu_76::LocaleBuilder::setLanguageTag(icu_76::StringPiece)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toicu_76::UnicodeString::toLower()' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toicu_76::DateTimePatternGenerator::createInstance(UErrorCode&)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toicu_76::Normalizer::normalize(icu_76::UnicodeString const&, UNormalizationMode, int, icu_76::UnicodeString&, UErrorCode&)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toucnv_open_76' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference toicu_76::UnicodeString::UnicodeString(char16_t const*, int)' /usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `uloc_openAvailableByType_76' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:578: ../../out/release/lib/notepadqq-bin] Error 1 make[1]: Leaving directory '/home/carl/.cache/yay/notepadqq/src/notepadqq/src/ui' make: *** [Makefile:48: sub-src-ui-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: notepadqq-exit status 4 -> Failed to install the following packages. Manual intervention is required: notepadqq - exit status 4So it will not compile... (all other my other software is pacman up-to-date).
Maybe it's an icu/libicui18n version problem as the icu package was recently updated from v76 to v78.