Ubuntu idea installation configuration

Ubuntu idea installation configuration

1. Ubuntu IDEA fuzzy fonts

Uninstall two fonts can be realized:

Open the client terminal execute: sudo apt-get remove fonts-arphic-ukai fonts-arphic-uming

2. The shortcut icon

In / usr / share / applications / files created IntelliJ IDEA.desktop contents of a file folder

 [Desktop Entry]
Name=IntelliJ IDEA
Comment=IntelliJ IDEA
Exec=/opt/idea/bin/idea.sh
Icon=/opt/idea/bin/idea.png
Terminal=false
Type=Application
Categories=Developer;
Name[zh_CN]=IntelliJ IDEA

Exec = / opt / idea / bin / idea.sh idea installation path bin folder idea.sh file
Icon = / opt / idea / bin / idea.png idea installation path bin folder under the picture as quickly idea.png icon

3. Modify the plug mounting seat arranged at idea

Idea.properties the file directory modified idea installation bin
1. The value of the modified path /opt/idea/.IntelliJIdea/config idea.config.path custom
value 2. Modify idea.system.path custom path / opt / idea / .IntelliJIdea / system

Published 30 original articles · won praise 0 · Views 6661

Guess you like

Origin blog.csdn.net/qq_37710756/article/details/103208112