[gnome-internet-radio-locator] Fix https://gitlab.gnome.org/GNOME/gnome-internet-radio-locator/-/issues/27



commit a003d445ae7cf589e7c0a342de0bff681a549a4e
Author: Ole Aamot <ole gnome org>
Date:   Sat Jun 26 10:59:41 2021 +0200

    Fix https://gitlab.gnome.org/GNOME/gnome-internet-radio-locator/-/issues/27

 GEOLOCATION                          | 9 +++++++++
 Makefile.am                          | 1 +
 gnome-internet-radio-locator.spec.in | 3 +++
 3 files changed, 13 insertions(+)
---
diff --git a/GEOLOCATION b/GEOLOCATION
new file mode 100644
index 0000000..39989ac
--- /dev/null
+++ b/GEOLOCATION
@@ -0,0 +1,9 @@
+You must enable Location Services to run GNOME Internet Radio Locator.
+
+To enable Location Services in GNOME 40, navigate to the Settings app
+and choose Privacy/Location Services and make sure Location Services
+is checked.
+
+Alternatively, run the following command in a GNOME Terminal Console:
+
+    gsettings set org.gnome.system.location enabled true
diff --git a/Makefile.am b/Makefile.am
index 0c0d089..f91702e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ EXTRA_DIST = m4/ChangeLog  \
        GNU \
        FEDORA \
        HACKING \
+       GEOLOCATION \
        Makefile \
        NEWS \
        README \
diff --git a/gnome-internet-radio-locator.spec.in b/gnome-internet-radio-locator.spec.in
index 7e5e5f4..1604f91 100644
--- a/gnome-internet-radio-locator.spec.in
+++ b/gnome-internet-radio-locator.spec.in
@@ -60,6 +60,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sat Jun 26 2021 Ole Aamot <ole gnome org> - 11.12-1
+- gnome-internet-radio-locator 11.12 build on Fedora Linux 34
+
 * Mon Jun 21 2021 Ole Aamot <ole gnome org> - 11.11-1
 - gnome-internet-radio-locator 11.11 build on Fedora Linux 34
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]