From 1d60535b2f13f063683a714d88e24d1d4905cea9 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Mon, 1 Jun 2015 19:54:07 +0200 Subject: [PATCH] Icon was not showing fix --- intellij-idea-community_14.1.3/debian/install | 2 +- .../intellij-idea-community.desktop | 2 +- ...ntellij-idea-community.png => intellij-idea.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename intellij-idea-community_14.1.3/{intellij-idea-community.png => intellij-idea.png} (100%) diff --git a/intellij-idea-community_14.1.3/debian/install b/intellij-idea-community_14.1.3/debian/install index 986c663..08a7cf2 100644 --- a/intellij-idea-community_14.1.3/debian/install +++ b/intellij-idea-community_14.1.3/debian/install @@ -1,3 +1,3 @@ intellij-idea-community.desktop /usr/share/applications/ -intellij-idea-community.png /usr/share/icons/pixmaps +intellij-idea.png /usr/share/icons/pixmaps intellij-idea-community.sh /usr/bin/ diff --git a/intellij-idea-community_14.1.3/intellij-idea-community.desktop b/intellij-idea-community_14.1.3/intellij-idea-community.desktop index 8d6125e..d1ee41e 100644 --- a/intellij-idea-community_14.1.3/intellij-idea-community.desktop +++ b/intellij-idea-community_14.1.3/intellij-idea-community.desktop @@ -2,7 +2,7 @@ Name=IntelliJ IDEA 14 Community Edition Comment=Intelligent Java IDE Exec=intellij-idea-community %u -Icon=intellij-idea-community +Icon=intellij-idea Terminal=false Type=Application Categories=Development;IDE;Java; diff --git a/intellij-idea-community_14.1.3/intellij-idea-community.png b/intellij-idea-community_14.1.3/intellij-idea.png similarity index 100% rename from intellij-idea-community_14.1.3/intellij-idea-community.png rename to intellij-idea-community_14.1.3/intellij-idea.png