1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Mbed Studioをデスクトップアイコンから!

Posted at

はじめに

こんにちは、kazuです。
今回は前の記事の続きとしてデスクトップアイコンから引数付きでアプリケーションを起動できるようにしたいと思います

やりかた

mbed-studio --no-sandboxを一発で起動できるようにします

  1. desktopに mbed-studio.desktopを作成します
  2. 以下をコピペします
    [Desktop Entry]
    Type=Application
    Version=1.0
    Name=Mbed Stuio
    Comment=Mbed Studio
    Exec=mbed-studio --no-sandbox
    Terminal=false
    
  3. デスクトップに生成されたやつを右クリックし、実行を許可を押します

かんせい!!

デスクトップのアイコンをクリックしたらmbed studioが起動すると思います。

アイコンを変更

  1. 右クリックー>プロパティでプロパティを開きます
  2. アイコンをクリックします
  3. 隠しファイル表示をオフにしている場合はファイルアプリで有効にします
  4. 通常は ~/.local/share/icons/hicolor/1024x1024/apps/mbed-studio.pngにあります

最後に

jarの引数もりもり起動とかが楽にできそうだなと思いました。

1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?