Upstream Release 14.1.4
This commit is contained in:
commit
6a5d3a907f
3 changed files with 17 additions and 3 deletions
16
README.md
16
README.md
|
@ -1,7 +1,7 @@
|
||||||
# intellij-idea-community
|
# intellij-idea-community
|
||||||
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
.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
|
## 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 update`
|
||||||
|
|
||||||
`sudo apt-get install intellij-idea-community`
|
`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`
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
intellij-idea-community.desktop /usr/share/applications/
|
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/
|
intellij-idea-community.sh /usr/bin/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Name=IntelliJ IDEA 14 Community Edition
|
Name=IntelliJ IDEA 14 Community Edition
|
||||||
Comment=Intelligent Java IDE
|
Comment=Intelligent Java IDE
|
||||||
Exec=intellij-idea-community %u
|
Exec=intellij-idea-community %u
|
||||||
Icon=intellij-idea-community
|
Icon=intellij-idea
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Development;IDE;Java;
|
Categories=Development;IDE;Java;
|
||||||
|
|
Loading…
Reference in a new issue