Package Details: fluffychat 1.22.1-1

Git Clone URL: https://aur.archlinux.org/fluffychat.git (read-only, click to copy)
Package Base: fluffychat
Description: Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
Upstream URL: https://fluffychat.im/
Keywords: Chat Matrix
Licenses: AGPL3
Conflicts: fluffychat
Provides: fluffychat
Submitter: garionion
Maintainer: garionion (WithTheBraid)
Last Packager: WithTheBraid
Votes: 26
Popularity: 1.34
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2024-09-02 12:14 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

sseneca commented on 2021-02-25 08:34 (UTC) (edited on 2021-02-26 11:05 (UTC) by sseneca)

Two questions:

I'm having an issue with Fluffychat where the insert cursor never updates. I explained it more in this issue: https://gitlab.com/famedly/fluffychat/-/issues/317. Is anyone having anything like this? Fluffychat does run, but it spits out this error:

flutter: ┌───────────────────────────────────────────────────────────────────────────────────────────────────
flutter: │ MissingPluginException(No implementation found for method listen on channel flutter_keyboard_visibility)
flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
flutter: │ #0   MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156)
flutter: │ #1   <asynchronous suspension>
flutter: │ #2   EventChannel.receiveBroadcastStream.<anonymous closure> (package:flutter/src/services/platform_channel.dart:545)
flutter: │ #3   <asynchronous suspension>
flutter: │ #4   
flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
flutter: │ ⛔ Capture exception
flutter: └───────────────────────────────────────────────────────────────────────────────────────────────────

Second, pantalaimon is listed as an optional dependency for e2ee, but for me e2ee works without it installed.

garionion commented on 2021-01-29 10:22 (UTC)

thanks @sseneca, added while updated to 0.26.1

sseneca commented on 2021-01-29 00:13 (UTC)

Why not add one line to disable Flutter analytics while you're at it?

diff --git a/PKGBUILD b/PKGBUILD
index 00469e6..d7e3f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ sha256sums=('fa2ba98775f65c9bd151881696b9d2d5672bb260ed24d83184010a0d436e140a'

 prepare() {
   export PATH="${srcdir}/flutter/bin:$PATH"
+  flutter config --no-analytics
   flutter config --enable-linux-desktop
   cd ${pkgname}-v$pkgver
   echo "dependency_overrides:\n  intl: 0.17.0-nullsafety.2" >> pubspec.yaml

garionion commented on 2021-01-28 22:41 (UTC)

@SeerLite @nobodywasishere this issue probably was that you were not part of the flutterusers group. thanks to celogeek (https://aur.archlinux.org/packages/fluffychat-web/) this issues should be no more. (i've shamelessly stolen his part of the PKGBUILD were he downloads flutter and sets the PATH)

nobodywasishere commented on 2021-01-28 18:48 (UTC)

The line flutter config --enable-linux-desktop is giving issues (as well as with all other flutter packages) as it tries to do stuff outside of the srcdir or pkgdir. Gives the error:

  -> Extracting fluffychat-v0.25.1.tar.gz with bsdtar
==> Starting prepare()...
mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied
==> ERROR: A failure occurred in prepare().
    Aborting...

I tried adding --build-dir=${pkgdir} to the end of the command but it had no effect.

SeerLite commented on 2021-01-19 15:09 (UTC)

Tries to create /opt/flutter/bin/cache during package creation. Is there any way to do it in a under current directory?

garionion commented on 2021-01-17 11:07 (UTC)

it did use flutter channel dev and since i did not want to just change your channel i used flutter-dev. but since fluffychat now uses channel master, i switched to flutter-git

JuniorJPDJ commented on 2021-01-14 01:26 (UTC)

It depends on flutter-dev which is now orphaned. Does it really need any -dev things?

garionion commented on 2020-12-05 21:44 (UTC)

as long as I don't get complaints, that it wont always build, i have no problem with a -git packet ^^

also, I'm waiting for their download server for a -bin packet

JuniorJPDJ commented on 2020-12-05 20:58 (UTC)

What do you think about creating also a -git package?