アプリケーションを実行するにはダブルクリックします。

アプリケーションを実行するにはダブルクリックします。

code blocksバイナリからインストールしているので、クリックして/opt/cb アプリケーションを実行できるリンクを作成する方法を知りたいです。

以下から始めることができます。

$ /opt/cb/bin/codeblocks

ただし、ファイル/opt/cb/bin/codeblocks自体ではワンクリックで実行することはできません。

を選んだがうまくAllow executing file as programいかなかった。

どうすればいいですか?

ベストアンサー1

~/.local/share/applications//usr/share/applications/次の行を含む .desktop ファイルを生成します。

例:

nano ~/.local/share/applications/codeblocks.desktop

[Desktop Entry]
Name=Code::Blocks
Type=Application
Comment=The open source, cross platform, free C, C++ and Fortran IDE
Exec=/opt/cb/bin/codeblocks
Icon=codeblocks
Categories=Development;IDE;

その後、メニューの他のプログラムランチャーの中から見つけることができます。

おすすめ記事