LoginSignup
2
1

More than 3 years have passed since last update.

gnome-shellのランチャーにショートカットを登録する

Last updated at Posted at 2020-03-18

対象

Ubuntu: 19.10
Gnome: 3.34.2

結果

下図のeclipseを追加した。
Screenshot from 2020-03-18 23-16-32.png

desktopファイルを作成

以下の内容を適当な名前.desktopとして保存。

適当な名前.desktop
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=eclipse
Comment=Execute eclipse.

# 実行するファイルのパス
Exec=/home/masato/eclipse/java-2019-12/eclipse/eclipse

# アイコンのパス
Icon=/home/masato/eclipse/java-2019-12/eclipse/icon.xpm

Terminal=false

以下のパスにファイルを配置

~/.local/share/applications/
2
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1