Search Criteria
Package Details: door-knocker 0.3.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: | GPL3 |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-21 20:18 (UTC) |
Last Updated: | 2023-09-19 06:42 (UTC) |
Dependencies (8)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- gtk4 (gtk4-git, gtk4-paper-plane)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libadwaita (libadwaita-without-adwaita-git, libadwaita-git, libadwaita-testing)
- blueprint-compiler (blueprint-compiler-git, blueprint-compiler-health, blueprint-compiler-health-git) (make)
- meson (meson-git) (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!