Last active
May 3, 2022 15:14
-
-
Save ecormaksin/b721516e418de5a8ae74807740d9c5ab to your computer and use it in GitHub Desktop.
UbuntuでIntelli IDEAのデスクトップショートカットを作成する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Categories=TextEditor;Development;IDE; | |
Type=Application | |
Terminal=false | |
Icon[ja]=/opt/idea/bin/idea.png | |
Name[ja]=IntelliJ IDEA | |
Exec=/opt/idea/bin/idea.sh | |
Icon=/opt/idea/bin/idea.png | |
# save as '/usr/share/applications/intellij-idea.desktop' | |
# sudo chmod 644 /usr/share/applications/intellij-idea.desktop | |
# sudo chown root:root /usr/share/applications/intellij-idea.desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment