「インストール - テキストエディタ」の版間の差分

ナビゲーションに移動 検索に移動
175行目: 175行目:
  make -j $(nproc)
  make -j $(nproc)
  make install
  make install
<br>
FeatherPadのデスクトップエントリファイルを作成する。<br>
[Desktop Entry]
Type=Application
Name=FeatherPad
GenericName=Text Editor
Comment=Lightweight Qt text editor
TryExec=/<FeatherPadのインストールディレクトリ>/bin/featherpad
Exec=/<FeatherPadのインストールディレクトリ>/bin/featherpad %U
Icon=/<FeatherPadのインストールディレクトリ>/share/icons/hicolor/scalable/apps/featherpad
Categories=Qt;Utility;TextEditor;
Keywords=Text;Editor;Plaintext;
MimeType=text/plain;
Terminal=false
X-KDE-StartupNotify=false;
Actions=new-window;standalone-window;
[Desktop Action new-window]
Name=New Window
Exec=/<FeatherPadのインストールディレクトリ>/bin/featherpad --win
[Desktop Action standalone-window]
Name=Standalone Window
Exec=/<FeatherPadのインストールディレクトリ>/bin/featherpad --standalone
<br><br>
<br><br>


案内メニュー