initial import
This commit is contained in:
23
celestia-legacy/fix-desktop.patch
Normal file
23
celestia-legacy/fix-desktop.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
From 6a4a05730858ecd94db504144b540d7e6f752dc0 Mon Sep 17 00:00:00 2001
|
||||
From: Hleb Valoshka <375gnu@gmail.com>
|
||||
Date: Tue, 30 Mar 2021 14:14:56 +0300
|
||||
Subject: [PATCH] [gtk] Fix executable name in celestia.desktop
|
||||
|
||||
Fixes: #898
|
||||
---
|
||||
src/celestia/gtk/data/celestia.desktop | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/celestia/gtk/data/celestia.desktop b/src/celestia/gtk/data/celestia.desktop
|
||||
index 196ccda692..e2fe44ba08 100644
|
||||
--- a/src/celestia/gtk/data/celestia.desktop
|
||||
+++ b/src/celestia/gtk/data/celestia.desktop
|
||||
@@ -2,7 +2,7 @@
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
-Exec=celestia-gtk
|
||||
+Exec=celestia
|
||||
Icon=celestia
|
||||
X-GNOME-DocPath=
|
||||
Terminal=false
|
||||
Reference in New Issue
Block a user