From 855e573a2be90f69bb4bac16e45c6afb0040463e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 1 Dec 2015 19:17:00 -0500 Subject: [PATCH] add local/share/applications with a couple .desktop files --- local/share/applications/Minecraft.desktop | 8 ++++++++ local/share/applications/ut2004.desktop | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100755 local/share/applications/Minecraft.desktop create mode 100755 local/share/applications/ut2004.desktop diff --git a/local/share/applications/Minecraft.desktop b/local/share/applications/Minecraft.desktop new file mode 100755 index 0000000..1ca9286 --- /dev/null +++ b/local/share/applications/Minecraft.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Minecraft +Comment=Play Minecraft +Exec=/home/josh/bin/minecraft +Icon=/home/josh/.minecraft/MineCraft.png +Terminal=false +Type=Application +Categories=Game; diff --git a/local/share/applications/ut2004.desktop b/local/share/applications/ut2004.desktop new file mode 100755 index 0000000..5831836 --- /dev/null +++ b/local/share/applications/ut2004.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Unreal Tournament 2004 +Comment=Play Unreal Tournament 2004 +Exec=/home/josh/bin/ut2004 +Icon=/home/josh/ut2004/ut2004.xpm +Terminal=false +Type=Application +Categories=Game;