Package Details: quickgui 1.2.10-1

Git Clone URL: https://aur.archlinux.org/quickgui.git (read-only, click to copy)
Package Base: quickgui
Description: A Flutter frontend for quickget and quickemu
Upstream URL: https://github.com/quickgui/quickgui
Licenses: unknown
Conflicts: quickgui
Provides: quickgui
Submitter: sgnh
Maintainer: sgnh
Last Packager: sgnh
Votes: 8
Popularity: 0.000046
First Submitted: 2021-11-10 13:11 (UTC)
Last Updated: 2024-08-25 17:53 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

sgnh commented on 2021-11-25 23:13 (UTC)

@shayaknyc Yep you're right the package does require manual steps to fully configure flutter.

To get the file permissions right you can add your user to the flutterusers group as mentioned in the terminal and on the flutter page. Changing the permissions directly on /opt/flutter is likely to cause problems with the flutter package in the future.

Alternatively people can use the quickgui-bin package instead if configuring or having the build environment for flutter installed permanently is too much.

sgnh commented on 2021-11-25 23:02 (UTC)

@tiziodcaio Sure it is possible to fully configure flutter while building the package but I don't think it's right to modify the system during the build phase.

tiziodcaio commented on 2021-11-25 09:10 (UTC)

It is possible to add the flutter config --enable-linux-desktop command to the pkgbuild or it doesn't work?

shayaknyc commented on 2021-11-19 17:30 (UTC)

Hi all, not sure if anyone else is having difficulty compiling this with makepkg, but this is what I needed to do to get it to work: 1) After git cloning this AUR repo, and trying to run makepkg -s on it, it will error out. However, it will have downloaded and created the /opt/flutter directory. Run sudo chown -R $UID:$GID /opt/flutter to change ownership of that directory and all its contents to your current user.

2) If this is your first time building with flutter, you will need to run this command: flutter config --enable-linux-desktop

3) Now, you should be able to execute the makepkg -s command without failure, then install the .zst package as per usual.