Search Criteria
Package Details: door-knocker 0.8.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/door-knocker.git (read-only, click to copy) |
|---|---|
| Package Base: | door-knocker |
| Description: | Check availability of all portals provided by xdg-desktop-portal |
| Upstream URL: | https://codeberg.org/tytan652/door-knocker |
| Licenses: | GPL-3.0-or-later |
| Submitter: | tytan652 |
| Maintainer: | tytan652 |
| Last Packager: | tytan652 |
| Votes: | 2 |
| Popularity: | 0.033433 |
| First Submitted: | 2023-08-21 20:18 (UTC) |
| Last Updated: | 2025-09-30 04:51 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR, libadwaita-yaru-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
snowlire commented on 2024-06-27 06:33 (UTC)
Building fails without
glib2-develdue to missingglib-mkenums. Adding it as a make depend is enough.tytan652 commented on 2023-09-04 15:05 (UTC) (edited on 2023-09-04 15:06 (UTC) by tytan652)
It should be fixed in 0.1.1.
The application does not require xdg-desktop-portal package as a hard dependency. It will normally just indicate in the UI that it was not found and that none of the portal were found.
dreieck commented on 2023-09-04 14:12 (UTC)
It crashes for me with a segmentation fault:
door-knocker:(Even if
xdg-desktop-portalis a required dependency, absence should not result in segmentation fault. And ifxdg-desktop-portalis a required dependency, you need to add it to thedependsarray.)A
gdbbacktrace:Regards!