From 0f88027cbbafea117c3c5dbd8814f00104492905 Mon Sep 17 00:00:00 2001 From: Fabian Bornschein Date: Thu, 30 Jan 2025 21:48:20 +0100 Subject: [PATCH 1/2] Set better permissions 'HighTide' 'r-xr--r--' means that only the owner can run HighTide, this is on a traditional installation most likely the root user. With that change everyone will be able to run it. --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 8bf4713..af5c1e4 100644 --- a/src/meson.build +++ b/src/meson.build @@ -15,7 +15,7 @@ configure_file( configuration: conf, install: true, install_dir: get_option('bindir'), - install_mode: 'r-xr--r--' + install_mode: 'r-xr-xr-x' ) tidal_sources = [ From f7e6456aadcf07191110d6210cfc42b9b9e8e5db Mon Sep 17 00:00:00 2001 From: Fabian Bornschein Date: Thu, 30 Jan 2025 22:06:47 +0100 Subject: [PATCH 2/2] Have working categories in the desktop file Desktop file Categories usually start with an uppercase letter and will create errors if not. I also have set a few more that should work for HighTide --- data/io.github.nokse22.HighTide.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/io.github.nokse22.HighTide.desktop.in b/data/io.github.nokse22.HighTide.desktop.in index c9cae9e..b648ce5 100644 --- a/data/io.github.nokse22.HighTide.desktop.in +++ b/data/io.github.nokse22.HighTide.desktop.in @@ -4,5 +4,5 @@ Exec=HighTide Icon=io.github.nokse22.HighTide Terminal=false Type=Application -Categories=GTK;music;Gnome; +Categories=GNOME;GTK;Music;Audio;AudioVideo; StartupNotify=true