Package Details: dissent-git r466.8d59853-1

Git Clone URL: https://aur.archlinux.org/dissent-git.git (read-only, click to copy)
Package Base: dissent-git
Description: Discord client written in go and gtk4
Upstream URL: https://github.com/diamondburned/dissent
Keywords: discord gtk
Licenses: GPL-3.0-only
Conflicts: dissent
Provides: dissent
Submitter: txtsd
Maintainer: txtsd
Last Packager: txtsd
Votes: 3
Popularity: 0.28
First Submitted: 2024-02-27 15:32 (UTC)
Last Updated: 2024-03-04 17:31 (UTC)

Latest Comments

1 2 3 Next › Last »

txtsd commented on 2024-03-04 17:33 (UTC)

@Bitals That's reasonable, and done!

I saw your upstream PR. Good job!

Bitals commented on 2024-03-01 21:56 (UTC) (edited on 2024-03-02 11:35 (UTC) by Bitals)

@txtsd Done. On that note, a suggestion: patch/sed desktop file in this PKGBUILD to use the so.libdb.Dissent.Devel icon. Devel icon is already packaged.

txtsd commented on 2024-02-29 18:11 (UTC) (edited on 2024-02-29 18:11 (UTC) by txtsd)

@Bitals That's an upstream issue though. We're seeing the rebranding changes before they're fully ready because this is a -git package.

Please report and/or fix at https://github.com/diamondburned/dissent

I recommend switching to gtkcord4 for a stable experience until the rebranding is complete.

ありがとう!

Bitals commented on 2024-02-29 17:53 (UTC)

@txtsd おにいーちゃん Sure

λ find /usr/share/icons/ -type f -name "*Dissent*"
/usr/share/icons/hicolor/scalable/apps/so.libdb.Dissent.Devel.svg
/usr/share/icons/hicolor/scalable/apps/so.libdb.Dissent.svg

But

[Desktop Entry]
Name=Dissent
...
Icon=dissent

txtsd commented on 2024-02-29 17:38 (UTC)

@Bitals マイブラザー

Sure

λ find /usr/share/icons/ -type f -name "*dissent*"
/usr/share/icons/Papirus/22x22/apps/dissenter-browser.svg
/usr/share/icons/Papirus/64x64/apps/dissenter-browser.svg
/usr/share/icons/Papirus/16x16/apps/dissenter-browser.svg
/usr/share/icons/Papirus/48x48/apps/dissenter-browser.svg
/usr/share/icons/Papirus/32x32/apps/dissenter-browser.svg
/usr/share/icons/Papirus/24x24/apps/dissenter-browser.svg

But

λ find /usr/share/icons/ -type f -name "*Dissent*"
/usr/share/icons/hicolor/scalable/apps/so.libdb.Dissent.Devel.svg
/usr/share/icons/hicolor/scalable/apps/so.libdb.Dissent.svg

Bitals commented on 2024-02-29 16:22 (UTC)

> find /usr/share/icons/ -type f -name "*dissent*"
/usr/share/icons/Papirus/16x16/apps/dissenter-browser.svg
/usr/share/icons/Papirus/22x22/apps/dissenter-browser.svg
/usr/share/icons/Papirus/24x24/apps/dissenter-browser.svg
/usr/share/icons/Papirus/32x32/apps/dissenter-browser.svg
/usr/share/icons/Papirus/48x48/apps/dissenter-browser.svg
/usr/share/icons/Papirus/64x64/apps/dissenter-browser.svg

So yeah, no icons.

txtsd commented on 2024-02-27 15:35 (UTC)

@Bitals gtkcord4 is going through a rebrand. This package will be merged into dissent-git soon.

Bitals commented on 2024-02-27 09:18 (UTC)

r465.d5ceba1-1

03:45:28 ==> Starting package()...
03:45:28 install: cannot stat 'gtkcord4': No such file or directory
03:45:28 ==> ERROR: A failure occurred in package().
03:45:28     Aborting...

txtsd commented on 2023-09-13 10:00 (UTC)

@MagnusVesper Could you try a clean build? gtkcord4-git r252.9f035c2-1 built fine for me.

MagnusVesper commented on 2023-09-11 16:40 (UTC) (edited on 2023-09-11 16:43 (UTC) by MagnusVesper)

I'm getting this error on build:

../go/pkg/mod/github.com/diamondburned/gotkit@v0.0.0-20230823074854-3658c907eb6b/gtkutil/imgutil/imgutil.go:20:2: golang.org/x/image@v0.0.0-20220902085622-e7cb96979f69: read "https:/proxy.golang.org/@v/v0.0.0-20220902085622-e7cb96979f69.zip": stream error: stream ID 51; INTERNAL_ERROR; received from peer

When I go to that url in a web browser, it loads a page that just says bad request: missing /@v/ So it looks like the link is broken.