From a42c5b4025abfb0113af8c51c096795d47ef0802 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Wed, 29 Jan 2025 18:48:48 +1030 Subject: [PATCH] Remove fish.desktop file as it was only needed for AppImages which were decided against. --- cmake/Install.cmake | 1 - fish.desktop | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 fish.desktop diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 158a84b42..5f762664a 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -165,7 +165,6 @@ if(GETTEXT_FOUND) endif() if (NOT APPLE) - install(FILES fish.desktop DESTINATION ${rel_datadir}/applications) install(FILES ${SPHINX_SRC_DIR}/python_docs_theme/static/fish.png DESTINATION ${rel_datadir}/pixmaps) endif() diff --git a/fish.desktop b/fish.desktop deleted file mode 100644 index 865653724..000000000 --- a/fish.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Terminal=true -# This file is for use in appimages, which rewrite the path. -# Other uses would have to replace these with the correct path. -Exec=fish -Name=fish -Comment=The user-friendly command line shell -Icon=fish -# "Shell" would be the proper category, but it's reserved so we can't use it. -Categories=ConsoleOnly;System;