Package Details: fluffychat 1.23.0-2

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.33
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2025-01-16 15:07 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

garionion commented on 2020-10-29 13:59 (UTC)

Yes, these are necessary, unfortunatly (https://flutter.dev/desktop)

Also, you need to be part of the flutterusers group for /opt/flutter access

additionally I made a mistake. it needs to be flutter channel dev. i will push an update

MazeChaZer commented on 2020-10-29 13:59 (UTC)

Sorry for the comment spam, but the problem also exists if only flutter build linux --release is executed :(

MazeChaZer commented on 2020-10-29 13:55 (UTC)

I'm just seeing that the reason for this error are these lines:

flutter channel master
flutter upgrade
flutter config --enable-linux-desktop

Are they really necessary? Building a package should NOT change my system :/

MazeChaZer commented on 2020-10-29 13:49 (UTC)

Build fails for me with

==> Starting prepare()...
mkdir: cannot create directory '/opt/flutter/bin/cache': Permission denied

If I create the directory the next error comes up:

==> Starting prepare()...
rm: cannot remove '/opt/flutter/version': Permission denied

Why does this package fiddle with my system during build time? This should be fixed.