Skip to content

Unofficial Desktop Client for Flathub; Forked from Jean28518's repo.

License

Notifications You must be signed in to change notification settings

27nb/flathub-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE:

This is a fork from Jean28518's repo. This is just to make some slight adjustments and send a pull-request that will hopefully be accepted.

Flathub Desktop

Unofficial Desktop Client for Flathub

Bildschirmfoto vom 2022-02-04 17-04-28

How to build and run:

  • You need flutter, gtk, curl, python3 and pip3 (and git) installed on linux
    • Ubuntu based systems: sudo apt install snapd python3 python3-pip curl git && sudo snap install flutter
  • pip3 install flask flask_cors importlib-metadata waitress
  • git clone https://github.com/Jean28518/flathub-desktop.git
  • cd flathub-desktop
  • mkdir deploy/frontend
  • cd flutter
  • flutter config --enable-linux-desktop
  • flutter build linux
  • cd ..
  • cp -r flutter/build/linux/x64/release/bundle/* deploy/frontend/
  • ./deploy/flathub_manager

About

Unofficial Desktop Client for Flathub; Forked from Jean28518's repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 40.9%
  • Python 28.4%
  • CMake 18.2%
  • C++ 10.8%
  • C 1.7%