Created
January 22, 2019 12:53
-
-
Save YuzuRyo61/67d113768269cfc35ce523a9ecf20c81 to your computer and use it in GitHub Desktop.
Eclipseを公式経由でインストールしたときにデスクトップエントリ(ショートカット)をいつも忘れてしまうので備忘録として。
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] | |
Name=Eclipse | |
Comment=Extensible Tool Platform and Java IDE | |
Exec=/usr/local/eclipse/eclipse | |
Path=/usr/local/eclipse | |
Terminal=false | |
Type=Application | |
StartupNotify=true | |
Icon=/usr/local/eclipse/icon.xpm | |
Categories=Development;TextEditor;Utility; | |
Keywords=Text;Editor;Plaintext;Write;IDE;Eclipse;Java;Python; |
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
特に必要なのはExecとPathあたり。特にPathの設定をしていないと正常にEclipseを起動することができなかったり・・・。 | |
※コメントはほぼ適当です。一応Ubuntuソフトウェアに掲載していた一文を使った。(ってかなくても大丈夫かな) | |
使うときは適宜パス設定忘れずに〜〜〜 | |
GNOME向けです。KDEとかのエントリとか知らない( ˇωˇ ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment