From 560c040416156ddbd090b8a635a5a52f01e74abe Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 17 Dec 2021 19:22:03 -0500 Subject: [PATCH] Fix Desktop File --- .../applications/minecraft-pi-reborn-client.desktop | 4 ++-- .../minecraft-pi-reborn-client.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename launcher/client-data/share/{pixmaps => icons}/minecraft-pi-reborn-client.png (100%) diff --git a/launcher/client-data/share/applications/minecraft-pi-reborn-client.desktop b/launcher/client-data/share/applications/minecraft-pi-reborn-client.desktop index dfec412..2a809da 100755 --- a/launcher/client-data/share/applications/minecraft-pi-reborn-client.desktop +++ b/launcher/client-data/share/applications/minecraft-pi-reborn-client.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Name=Minecraft: Pi Edition: Reborn Comment=Fun with Blocks -Icon=/usr/share/pixmaps/minecraft-pi-reborn-client.png +Icon=minecraft-pi-reborn-client StartupNotify=false StartupWMClass=Minecraft: Pi Edition: Reborn -Exec=/usr/bin/minecraft-pi-reborn-client +Exec=minecraft-pi-reborn-client Terminal=false Type=Application Categories=Application;Game; diff --git a/launcher/client-data/share/pixmaps/minecraft-pi-reborn-client.png b/launcher/client-data/share/icons/minecraft-pi-reborn-client.png similarity index 100% rename from launcher/client-data/share/pixmaps/minecraft-pi-reborn-client.png rename to launcher/client-data/share/icons/minecraft-pi-reborn-client.png