Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/org.sugarlabs.helloworld
https://github.com/tchx84/org.sugarlabs.helloworld
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tchx84/org.sugarlabs.helloworld
- Owner: tchx84
- Created: 2020-08-10T21:54:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T13:13:31.000Z (6 months ago)
- Last Synced: 2024-10-15T23:35:12.272Z (3 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloWorld Activity Flatpak
This is an example Sugar Desktop Activity, that follows the "Hello World" tradition of being a small and simple demonstration of a complete program for a system.
## How To Build
```
git clone https://github.com/tchx84/org.sugarlabs.HelloWorld.git
cd org.sugarlabs.HelloWorld
flatpak -y --user install flathub org.gnome.{Platform,Sdk}//46
flatpak -y --user install org.sugarlabs.BaseApp//24.04
flatpak-builder --user --force-clean --install build org.sugarlabs.HelloWorld.json
```## Check For Updates
Install the flatpak external data checker
```
flatpak --user install org.flathub.flatpak-external-data-checker
```Now to update every single module to the latest stable version use
```
cd org.sugarlabs.HelloWorld
flatpak run --filesystem=$PWD org.flathub.flatpak-external-data-checker org.sugarlabs.HelloWorld.json
```