From f28a91f01edc221f5ccc0826d1bc57d496771b08 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 17 May 2015 11:51:27 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0830b3f..96e2d52 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # intellij-idea-community .deb Packages of IntelliJ IDEA Community Edition for Ubuntu -The latest upstream version is 14.1 which is included in the package version 1.1 +The latest upstream version is 14.1.3 which is included in the package version 14.1.3 ## Adding the ppa to Ubuntu From e5f3fe3ce224bb676ca2b2e1120a497e3435a23f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 17 May 2015 12:33:13 +0200 Subject: [PATCH 2/3] Update README.md Added FAQ about HiDPI --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 96e2d52..92be6f0 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,17 @@ The latest upstream version is 14.1.3 which is included in the package version 1 `sudo apt-get update` `sudo apt-get install intellij-idea-community` + +## FAQ + +**Q:** How do I enable HiDPI support? + +**A:** You have to add + +`-Dhidpi=true` + +to these files: + +`/opt/intellij-idea-community/bin/idea.vmoptions` + +`/opt/intellij-idea-community/bin/idea64.vmoptions` From 1d60535b2f13f063683a714d88e24d1d4905cea9 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Mon, 1 Jun 2015 19:54:07 +0200 Subject: [PATCH 3/3] 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