Search Criteria
Package Details: gotify-desktop 1.4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gotify-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | gotify-desktop |
| Description: | Small Gotify daemon to send messages as desktop notifications |
| Upstream URL: | https://github.com/desbma/gotify-desktop |
| Licenses: | GPL3 |
| Submitter: | desbma |
| Maintainer: | desbma |
| Last Packager: | desbma |
| Votes: | 5 |
| Popularity: | 0.87 |
| First Submitted: | 2021-04-07 21:05 (UTC) |
| Last Updated: | 2025-11-15 21:11 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- oxipng (oxipng-gitAUR) (make)
- scour (scour-gitAUR) (make)
Latest Comments
desbma commented on 2022-11-21 19:49 (UTC)
@tom_archorg I just did, but since this is an AUR package you are expected to rebuild packages yourself in this case. Bumping pkgrel is not a reliable way to fix the dependency since the openssl and AUR packages will not be updated together. I recommend my check-broken-packages-pacman-hook hook to detect broken packages after an upgrade.
tom_archorg commented on 2022-11-21 15:24 (UTC)
Hello desbma,
please bump
pkgrelto rebuild against newopenssl.Thank you!
desbma commented on 2021-10-20 11:53 (UTC) (edited on 2021-10-20 11:55 (UTC) by desbma)
@hall I agree that would be useful, and I wrote one for myself, but it is difficult to make it portable across desktop environments and windows managers. A naive service with
WantedBy=default.targetcan start too early, before notification service is ready, so messages will be lost. Systemd hasgraphical-session.targetfor that purpose I think, but it is not widely used. Ideally we should have a standard likedesktop-notification.servicethat we can depend on, but we don't so I don't see a way to make a service that works out of the box for most people.<deleted-account> commented on 2021-10-20 00:22 (UTC)
Hey desbma, can we get a systemd service installed with this package?