@xiota After setting the GTK_CSD=0
environment variable, it works. Thank you.
Search Criteria
Package Details: fluffychat 1.26.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat |
Description: | The cutest instant messenger in the [matrix] |
Upstream URL: | https://github.com/krille-chan/fluffychat |
Keywords: | Chat Matrix |
Licenses: | AGPL-3.0-only |
Submitter: | garionion |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 26 |
Popularity: | 0.22 |
First Submitted: | 2020-10-29 10:59 (UTC) |
Last Updated: | 2025-05-12 11:45 (UTC) |
Dependencies (11)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libsecret
- openssl (openssl-gitAUR, openssl-staticAUR)
- clang (llvm-gitAUR, clang17-binAUR, clang-minimal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fvmAUR (fvm-gitAUR, fvm-binAUR, fvm-sourcebuildAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- patchelf (patchelf-gitAUR) (make)
Required by (0)
Sources (1)
zhxqian3 commented on 2025-05-14 08:49 (UTC)
xiota commented on 2025-05-14 07:56 (UTC) (edited on 2025-05-14 08:13 (UTC) by xiota)
@zhxqian3 Try running with GTK_CSD=0
set in environment.
Related issue: fluffychat#1860
zhxqian3 commented on 2025-05-14 05:43 (UTC)
Hi, since version 1.26.0 and later, after building fluffychat, attempting to run fluffychat
results in the following error:
ERROR:/home/user/dir/fluffychat/src/fluffychat-1.26.1/linux/flutter/ephemeral/.plugin_symlinks/handy_window/linux/libhandy/src/src/hdy-main.c:83:hdy_themes_update: assertion failed: (hdy_resource_exists (resource_path))
TipsyTheCat commented on 2024-06-05 23:44 (UTC)
1.21 is out :P
xva commented on 2024-05-03 19:48 (UTC)
still new so dont blame me if i get it wrong but i think the 1.20.0 checksum is c8a0462a1729fc9feb7213af2266cc230dc61fad589b2507cdb4e8144a5fef19
artiom commented on 2023-11-21 23:43 (UTC)
Please also add categories to the Desktop entry.
Categories=Network;InstantMessaging;Chat;IRCClient
kusoneko commented on 2023-09-22 05:28 (UTC)
I made a quick git diff patch for v1.14.1, it compiles fine:
diff --git a/.SRCINFO b/.SRCINFO
index 70e707d..ffc44ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat
pkgdesc = Chat with your friends
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = fluffychat
depends = libolm
provides = fluffychat
conflicts = fluffychat
- source = fluffychat-v1.14.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.0.tar.gz
- sha256sums = e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a
+ source = fluffychat-v1.14.1.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.1.tar.gz
+ sha256sums = 294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa
pkgname = fluffychat
diff --git a/PKGBUILD b/PKGBUILD
index dc85414..5adb77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# thanks to celogeek, sseneca, dr460nf1r3, dr460nf1r3 and AverytheFurry for pointing out multiple things
pkgname=fluffychat
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=('clang'
provides=("$pkgname")
conflicts=("$pkgname")
source=("fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a')
+sha256sums=('294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa')
prepare() {
flutter --no-version-check --suppress-analytics config --enable-linux-desktop
Pinned Comments