Skip to content

Instantly share code, notes, and snippets.

@YuzuRyo61
Created January 22, 2019 12:53
Show Gist options
  • Save YuzuRyo61/67d113768269cfc35ce523a9ecf20c81 to your computer and use it in GitHub Desktop.
Save YuzuRyo61/67d113768269cfc35ce523a9ecf20c81 to your computer and use it in GitHub Desktop.
Eclipseを公式経由でインストールしたときにデスクトップエントリ(ショートカット)をいつも忘れてしまうので備忘録として。
[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;
特に必要なのは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