Search Criteria
Package Details: door-knocker 0.4.2-2
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: | GPL3 |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-21 20:18 (UTC) |
Last Updated: | 2023-11-27 16:09 (UTC) |
Dependencies (8)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR, glib2-selinuxAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- gtk4 (gtk4-gitAUR, gtk4-paper-planeAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-testingAUR, libadwaita-without-adwaita-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR, blueprint-compiler-healthAUR, blueprint-compiler-health-gitAUR) (make)
- meson (meson-gitAUR, meson-rustAUR) (make)
Latest Comments
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-portal
is a required dependency, absence should not result in segmentation fault. And ifxdg-desktop-portal
is a required dependency, you need to add it to thedepends
array.)A
gdb
backtrace:Regards!