Package Details: dissent 0.0.31-1

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)

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 about so.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.