An elegant virtual machine manager for the desktop
Go to file
Yannick Mauray 0e082ac402
WIP
2021-10-19 15:13:50 +02:00
.idea Initial commit 2021-10-09 09:20:17 +02:00
assets Updated README.md 2021-10-16 16:48:14 +02:00
lib WIP 2021-10-19 15:13:50 +02:00
linux Initial commit 2021-10-09 09:20:17 +02:00
.gitignore WIP 2021-10-19 15:13:50 +02:00
.metadata Initial commit 2021-10-09 09:20:17 +02:00
BUILDING.md Initial commit 2021-10-09 09:20:17 +02:00
README.md Updated README.md 2021-10-16 16:48:14 +02:00
analysis_options.yaml Initial commit 2021-10-09 09:20:17 +02:00
pubspec.yaml Housekeeping 2021-10-17 01:04:10 +02:00
quickgui.iml Initial commit 2021-10-09 09:20:17 +02:00

README.md

Guickgui

A new Flutter frontend for Quickget.

Build

  • Set up Flutter
  • Clone this repo,
  • Switch to the project's directory,
  • Build the project.
$ git clone https://github.com/ymauray/quickgui.git
$ cd quickgui
$ flutter build linux --release

Run

  • From the project's folder, start the binary with :
$ ./build/linux/x64/release/bundle/quickgui

Alternativelly, use update-alternatives to install quickgui system-wide :

sudo update-alternatives --install /usr/local/bin/quickgui quickgui /opt/flutter-projects/quickgui/build/linux/x64/release/bundle/quickgui 50

Usage

From the main screen, select the operating system you want to use :

Main screen

List of supported operating systems

The Ubuntu flavors

Then, select the version :

Main screen after selection of the operating system

Versions of the selected operating system

Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where quickgui was invoked from. The spinner will tell you where the file is being downloaded.

All set !

Downloading