13,010
回編集
| 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> | ||