Diamond
Diamond
The client is completely open source, so yes.
Seems like your distro is too old. Which, by the way, if you could figure out AppImage building, that would be gold. This issue and several others would be fixed...
Try upgrading your Ubuntu version to 20.04.
You could try compiling libhandy there; it doesn't have to be installed from the distribution. But unfortunately, there's not a way of making libhandy an optional dependency.
Upstream libhandy seems to be 1: https://github.com/diamondburned/handy/blob/master/handy_generated.go You can PR a change to fix that.
This is a hard one. Currently, the back button on that screen is the hamburger menu button. I'm not aware of any libhandy widget that allows something like Discord Mobile...
PRs are welcomed.
`com.github.diamondburned.gtkcord3` should work.
> I created desktop and appstream metadata files, should I dump everything inside root directory? I'm not sure what you should do, honestly. I haven't successfully packaged Flatpaks before. >...
The chat width is narrow because GtkTextView can't resize properly due to [a certain bugs](https://gitlab.gnome.org/GNOME/gtk/issues/2519). The current workaround is to have a HdyColumn to limit the width. As a workaround,...