helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Add like MidnightBSD Application Store #182

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

https://github.com/MidnightBSD/mport-manager (Specially to replace the terminal installation that is easy to get lost), maybe we can use this without creating another manager.

probonopd commented 1 year ago

At this point it is not decided yet whether we want non-technical (non-terminal) users to interact with pkg.

Qt is the native toolkit for helloDesktop. In case we want that, we will go for a Qt based tool like OctoPkg or write a simpler one. But we won't include a Gtk based tool.

louies0623 commented 1 year ago

Otherwise, I'm actually thinking, maybe use a web application store, and then the applications inside are processed with Qt simple Browser, like as ubports open store web app.