diff --git a/README.md b/README.md index 0830b3f..92be6f0 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 @@ -10,3 +10,17 @@ The latest upstream version is 14.1 which is included in the package version 1.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` diff --git a/intellij-idea-community_14.1.4/debian/install b/intellij-idea-community_14.1.4/debian/install index 986c663..08a7cf2 100644 --- a/intellij-idea-community_14.1.4/debian/install +++ b/intellij-idea-community_14.1.4/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.4/intellij-idea-community.desktop b/intellij-idea-community_14.1.4/intellij-idea-community.desktop index 8d6125e..d1ee41e 100644 --- a/intellij-idea-community_14.1.4/intellij-idea-community.desktop +++ b/intellij-idea-community_14.1.4/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;