13,230
回編集
| 238行目: | 238行目: | ||
libcurl-devel avahi-compat-mDNSResponder-devel libX11-devel libxkbcommon-devel libXtst-devel libXext-devel \ | libcurl-devel avahi-compat-mDNSResponder-devel libX11-devel libxkbcommon-devel libXtst-devel libXext-devel \ | ||
libXinerama-devel libXrandr-devel libXi-devel Mesa-devel libICE-devel libSM-devel libdrm-devel libglvnd-devel \ | libXinerama-devel libXrandr-devel libXi-devel Mesa-devel libICE-devel libSM-devel libdrm-devel libglvnd-devel \ | ||
qt6-core-devel qt6- | qt6-core-devel qt6-widgets-devel qt6-network-devel qt6-linguist-devel | ||
# OpenSSL 1.1を使用する場合 | # OpenSSL 1.1を使用する場合 | ||
| 261行目: | 261行目: | ||
<br> | <br> | ||
InputLeapのデスクトップエントリファイルを、~/.local/share/applicationsディレクトリに作成する。<br> | InputLeapのデスクトップエントリファイルを、~/.local/share/applicationsディレクトリに作成する。<br> | ||
<syntaxhighlight lang="ini"> | |||
# ~/.local/share/applications/InputLeap.desktop | # ~/.local/share/applications/InputLeap.desktop | ||
[Desktop Entry] | [Desktop Entry] | ||
Type=Application | Type=Application | ||
Name= | Name=Input Leap | ||
Comment=Keyboard and mouse sharing solution | Comment=Keyboard and mouse sharing solution | ||
Exec=/<InputLeapのインストールディレクトリ>/bin/ | Exec=/<InputLeapのインストールディレクトリ>/bin/input-leap | ||
Icon=/<InputLeapのインストールディレクトリ>/ | Icon=/<InputLeapのインストールディレクトリ>/share/icons/io.github.input_leap.InputLeap | ||
Terminal=false | Terminal=false | ||
Categories= | Categories=Network | ||
Keywords=keyboard;mouse;sharing;network;share; | Keywords=keyboard;mouse;sharing;network;share; | ||
</syntaxhighlight> | |||
<br><br> | <br><br> | ||