As a .py file (currently not complete)¶
Prerequisites¶
Gtk4
Adw 1
i18nice[yaml]
langcodes
pexpect
pygobject
glib-compile-resources
vte4 (optional, for the terminal pane)
Installation¶
First of all, make sure you have the above prerequisites. Currently they are pretty vague; If you can’t figure out what to install just let me know and I’ll be glad to help!
Download the latest “Source code (ZIP)” or “Source code (TAR.GZ)” file from the Codeberg Releases page. It is a good idea to make a new directory and save the file there, to keep it more contained.
Once the file is downloaded, extract it.
Move into the newly extracted directory. It should be named the same as the file, minus the “.zip” or “.tar.gz” part.
Move into the “src/resouces” directory:
$ cd src/resources
Run this command:
$ glib-compile-resources ./resources.gresource.xml --target=resources.gresource
Move into the “src/galaxy_flasher” directory:
$ cd ../galaxy_flasher/
Run this command:
$ python3 galaxy_flasher_gtk.py
If Galaxy Flasher starts up, then you’re done. Congratulations! If you instead get errors, just let me know. Thanks!