[gnome-build-meta/alatiera/fish-desktop: 1/2] vm/fish: hide the .desktop file
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/fish-desktop: 1/2] vm/fish: hide the .desktop file
- Date: Tue, 13 Jul 2021 08:29:11 +0000 (UTC)
commit 9d8696ddc27eaf8234e60174c9848a439140a61e
Author: Jordan Petridis <jordan centricular com>
Date: Tue Jul 13 11:24:29 2021 +0300
vm/fish: hide the .desktop file
The .desktop file was added for development and appimage builds,
it doesn't need to be there in gnomeos.
https://github.com/fish-shell/fish-shell/commit/eb7172458b628b81a3f70f38a0e58c7c23202f05
elements/vm/fish.bst | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/elements/vm/fish.bst b/elements/vm/fish.bst
index f9429a1f..f6ccbef8 100644
--- a/elements/vm/fish.bst
+++ b/elements/vm/fish.bst
@@ -20,3 +20,12 @@ public:
bst:
integration-commands:
- echo %{bindir}/fish >> /etc/shells
+
+# Do not display the .desktop file in the launcher.
+# The reason it was added was for appimage builds, not cause its a critical part of the software.
+# It doesn't need to be shown in gnome-os.
+# https://github.com/fish-shell/fish-shell/commit/eb7172458b628b81a3f70f38a0e58c7c23202f05
+config:
+ install-commands:
+ (>):
+ - echo "NoDisplay=true" >> "%{install-root}%{datadir}/applications/fish.desktop"
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]