diff --git a/README.md b/README.md index 975c2dc..cc4e962 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Once the container is running, you can launch the app: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install --user flathub org.gnome.Sdk//3.38 org.gnome.Platform//3.38 -flatpak-builder --repo=repo --force-clean build-dir/ org.gnome.siglo.json -flatpak build-bundle ./repo/ siglo.flatpak org.gnome.siglo +flatpak-builder --repo=repo --force-clean build-dir/ com.github.alexr4535.siglo.json +flatpak build-bundle ./repo/ siglo.flatpak com.github.alexr4535.siglo flatpak install --user ./siglo.flatpak ``` @@ -79,8 +79,8 @@ sudo dnf install qemu-system-arm qemu-user-static flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install --user flathub org.gnome.Sdk/aarch64/3.38 org.gnome.Platform/aarch64/3.38 -flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir org.gnome.siglo.json -flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak org.gnome.siglo +flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir com.github.alexr4535.siglo.json +flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak com.github.alexr4535.siglo ``` Transfer the `siglo.flatpak` file on the PinePhone and install it with the following command: diff --git a/data/org.gnome.siglo.appdata.xml.in b/data/com.github.alexr4535.siglo.appdata.xml.in similarity index 86% rename from data/org.gnome.siglo.appdata.xml.in rename to data/com.github.alexr4535.siglo.appdata.xml.in index b49ce47..ec172d0 100644 --- a/data/org.gnome.siglo.appdata.xml.in +++ b/data/com.github.alexr4535.siglo.appdata.xml.in @@ -1,6 +1,6 @@ - org.gnome.siglo.desktop + com.github.alexr4535.siglo.desktop CC0-1.0 LicenseRef-proprietary diff --git a/data/org.gnome.siglo.desktop.in b/data/com.github.alexr4535.siglo.desktop.in similarity index 76% rename from data/org.gnome.siglo.desktop.in rename to data/com.github.alexr4535.siglo.desktop.in index 5dc8a1a..78eb4ae 100644 --- a/data/org.gnome.siglo.desktop.in +++ b/data/com.github.alexr4535.siglo.desktop.in @@ -5,4 +5,4 @@ Terminal=false Type=Application Categories=GTK; StartupNotify=true -Icon=org.gnome.siglo +Icon=com.github.alexr4535.siglo diff --git a/data/org.gnome.siglo.gschema.xml b/data/com.github.alexr4535.siglo.gschema.xml similarity index 56% rename from data/org.gnome.siglo.gschema.xml rename to data/com.github.alexr4535.siglo.gschema.xml index 891bcc7..a799786 100644 --- a/data/org.gnome.siglo.gschema.xml +++ b/data/com.github.alexr4535.siglo.gschema.xml @@ -1,5 +1,5 @@ - + diff --git a/data/icons/org.gnome.siglo.svg b/data/icons/com.github.alexr4535.siglo.svg similarity index 99% rename from data/icons/org.gnome.siglo.svg rename to data/icons/com.github.alexr4535.siglo.svg index 81b14c7..0042e77 100644 --- a/data/icons/org.gnome.siglo.svg +++ b/data/icons/com.github.alexr4535.siglo.svg @@ -17,7 +17,7 @@ xml:space="preserve" width="512" height="512" - sodipodi:docname="org.gnome.siglo.svg" + sodipodi:docname="com.github.alexr4535.siglo.svg" inkscape:version="1.0.2 (e86c870879, 2021-01-15)">image/svg+xml - + window.ui watch.svg watch-icon.svg diff --git a/src/window.py b/src/window.py index c73aec6..8255460 100644 --- a/src/window.py +++ b/src/window.py @@ -39,7 +39,7 @@ def data_received(self): GLib.idle_add(self.callback, [firmware, battery]) -@Gtk.Template(resource_path="/org/gnome/siglo/window.ui") +@Gtk.Template(resource_path="/com/github/alexr4535/siglo/window.ui") class SigloWindow(Gtk.ApplicationWindow): __gtype_name__ = "SigloWindow" # Navigation @@ -117,7 +117,7 @@ def make_watch_row(self, name, mac): grid.set_margin_right(8) row.add(grid) - icon = Gtk.Image.new_from_resource("/org/gnome/siglo/watch-icon.svg") + icon = Gtk.Image.new_from_resource("/com/github/alexr4535/siglo/watch-icon.svg") grid.attach(icon, 0, 0, 1, 2) label_alias = Gtk.Label(label="Name", xalign=1.0) diff --git a/src/window.ui b/src/window.ui index 9065ed9..1a2aff7 100644 --- a/src/window.ui +++ b/src/window.ui @@ -72,7 +72,7 @@ True False - /org/gnome/siglo/watch.svg + /com/github/alexr4535/siglo/watch.svg True @@ -130,7 +130,7 @@ True False - /org/gnome/siglo/watch-error.svg + /com/github/alexr4535/siglo/watch-error.svg True @@ -348,7 +348,7 @@ True False - /org/gnome/siglo/watch-icon.svg + /com/github/alexr4535/siglo/watch-icon.svg 0 @@ -787,7 +787,7 @@ True False - /org/gnome/siglo/watch-error.svg + /com/github/alexr4535/siglo/watch-error.svg True @@ -840,7 +840,7 @@ True False - /org/gnome/siglo/watch-progress.svg + /com/github/alexr4535/siglo/watch-progress.svg True @@ -906,7 +906,7 @@ True False - /org/gnome/siglo/watch-check.svg + /com/github/alexr4535/siglo/watch-check.svg True