Search Criteria
Package Details: dissent 0.0.31-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dissent.git (read-only, click to copy) |
---|---|
Package Base: | dissent |
Description: | Discord client written in go and gtk4 |
Upstream URL: | https://github.com/diamondburned/dissent |
Keywords: | discord gtk |
Licenses: | GPL-3.0-only |
Submitter: | txtsd |
Maintainer: | txtsd |
Last Packager: | txtsd |
Votes: | 4 |
Popularity: | 0.014003 |
First Submitted: | 2024-03-04 11:58 (UTC) |
Last Updated: | 2024-11-28 03:34 (UTC) |
Dependencies (15)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gobject-introspection
- graphene (graphene-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libspelling (libspelling-gitAUR)
- pango (pango-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2
wonn commented on 2023-10-21 16:47 (UTC)
@txtsd No error, but it nonetheless fails to load. Running from the terminal still works fine, though.
txtsd commented on 2023-10-21 16:17 (UTC)
@wonn I don't use Plasma so I can't test it appropriately. Could you try renaming
/usr/share/applications/so.libdb.gtkcord4.desktop
to/usr/share/applications/gtkcord4.desktop
and see if it spits the same error?wonn commented on 2023-10-21 15:26 (UTC)
@txtsd That worked, thanks! Now I'm having the same issue as the first comment on
gtkcord4-git
, where I get an error aboutso.libdb.gtkcord4
not being provided by any .service files, unless I run it from the command line. Any solutions?txtsd commented on 2023-10-21 03:31 (UTC)
@wonn cmd/cgo is notoriously slow at building gotk4. It's a known issue.
https://github.com/diamondburned/gtkcord4/issues/60#issuecomment-1229557424
It takes ~20 minutes to build on CI, and I've seen it take anywhere from 20-40 minutes on my desktop when doing a clean build. Subsequent compilations are faster on dirty builds because the compiled object exists.
wonn commented on 2023-10-21 03:21 (UTC)
Having some trouble building this package - the process hangs on Go downloading github.com/dlclark/regexp2. Same behaviour on gtkcord4-git.
« First ‹ Previous 1 2