$USER reference: You cannot use $USER in a PKGBUILD as it's built in a clean chroot environment.
Search Criteria
Package Details: galaxy-flasher 0.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/galaxy-flasher.git (read-only, click to copy) |
|---|---|
| Package Base: | galaxy-flasher |
| Description: | A GUI for Samsung flash-tools |
| Upstream URL: | https://codeberg.org/ethical_haquer/galaxy-flasher |
| Licenses: | GPL-3.0 |
| Submitter: | iamneo |
| Maintainer: | iamneo |
| Last Packager: | iamneo |
| Votes: | 1 |
| Popularity: | 0.153357 |
| First Submitted: | 2025-05-21 19:39 (UTC) |
| Last Updated: | 2025-10-15 19:53 (UTC) |
Dependencies (11)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR, libadwaita-yaru-gitAUR)
- odin4-cliAUR
- python-gobject
- python-i18nAUR
- python-langcodesAUR
- python-language-dataAUR
- python-pexpect
- python3 (python)
- thor-flash-utilityAUR
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
Required by (0)
Sources (1)
Latest Comments
ugsot commented on 2025-10-24 14:11 (UTC)
ethical_haquer commented on 2025-10-16 18:11 (UTC)
Hmm, that shouldn't be happening. Do want to troubleshoot it with me here, on XDA, or somewhere else?
iamneo commented on 2025-10-15 19:55 (UTC)
python-i18nice breaks text even further, every string is "unfound_string"
micwoj92 commented on 2025-10-15 19:17 (UTC)
Please do not download from git HEAD, use tags. Latest pkgver is v0.7.0-alpha
ethical_haquer commented on 2025-10-15 12:15 (UTC)
Thanks for the update! Can you please use python-i18nice instead of python-i18n? Then the app text should display correctly.
python-i18nice: https://aur.archlinux.org/packages/python-i18nice
iamneo commented on 2025-09-14 11:20 (UTC)
I know the source was updated and the build script doesn't work. I am working on it.
ethical_haquer commented on 2025-07-27 22:05 (UTC)
Hey! Thanks for adding this @iamneo, I really appreciate it. Currently, if the user has already used Galaxy Flasher on their system, the build will fail: error: failed to commit transaction (conflicting files) galaxy-flasher: /home/ethical_haquer/.config/galaxy-flasher/settings.json exists in filesystem Errors occurred, no packages were upgraded. I'm not exactly sure what the best solution to this is. Skipping creating the config file if it already exists, I guess. The user would have to manually configure Galaxy Flasher to use those executables in that case. I'd love to hear any ideas you have for how Galaxy Flasher can be made easier to install via the AUR. (aside from adding the AUR as a way to install GF in the docs, that is!) Also, I just re-started development of Galaxy Flasher, and am actively pushing to the main branch - So you probably want to use the v0.6.0-alpha release as the source. Let me know if you have any questions, and thanks again!
workonfire commented on 2025-07-19 23:48 (UTC)
I think this needs python-gobject as a dependency. Without it:
Traceback (most recent call last):
File "/opt/galaxy-flasher/galaxy_flasher_gtk.py", line 36, in <module>
import shared_utils
File "/opt/galaxy-flasher/shared_utils.py", line 34, in <module>
gi.require_version("Gtk", "4.0")
^^^^^^^^^^^^^^^^^^
AttributeError: module 'gi' has no attribute 'require_version'
on KDE
Pinned Comments
ethical_haquer commented on 2025-07-27 22:05 (UTC)
Hey! Thanks for adding this @iamneo, I really appreciate it. Currently, if the user has already used Galaxy Flasher on their system, the build will fail: error: failed to commit transaction (conflicting files) galaxy-flasher: /home/ethical_haquer/.config/galaxy-flasher/settings.json exists in filesystem Errors occurred, no packages were upgraded. I'm not exactly sure what the best solution to this is. Skipping creating the config file if it already exists, I guess. The user would have to manually configure Galaxy Flasher to use those executables in that case. I'd love to hear any ideas you have for how Galaxy Flasher can be made easier to install via the AUR. (aside from adding the AUR as a way to install GF in the docs, that is!) Also, I just re-started development of Galaxy Flasher, and am actively pushing to the main branch - So you probably want to use the v0.6.0-alpha release as the source. Let me know if you have any questions, and thanks again!