「インストール - クリップボード」の版間の差分

📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

92行目: 92行目:
  </syntaxhighlight>
  </syntaxhighlight>
<br>
<br>
最後に、~/.local/share/applicationsディレクトリにCopyQのデスクトップエントリファイルを作成する。<br>
CopyQのデスクトップエントリファイルを作成する。<br>
  vi ~/.local/share/applications/com.github.hluk.copyq.desktop
  vi ~/.local/share/applications/com.github.hluk.copyq.desktop
<br>  
<br>  
101行目: 101行目:
  GenericName=Clipboard Manager
  GenericName=Clipboard Manager
  Comment=A cut & paste history utility
  Comment=A cut & paste history utility
  Exec=/home/suse/InstallSoftware/CopyQ/bin/copyq.sh --start-server show
  Exec=QT_SCREEN_SCALE_FACTORS=1 /<CopyQのインストールディレクトリ>/bin/copyq.sh --start-server show
  Icon=copyq
  Icon=copyq
   
   
116行目: 116行目:
  X-KDE-StartupNotify=false
  X-KDE-StartupNotify=false
  X-KDE-UniqueApplet=true
  X-KDE-UniqueApplet=true
<br>
CopyQの自動起動ファイルを作成する。<br>
vi ~/.config/autostart/copyq.desktop
<br>
# ~/.config/autostart/copyq.desktopファイル
[Desktop Entry]
Type=Application
Name=CopyQ (User Build)
GenericName=Clipboard Manager
Comment=A cut & paste history utility
Path=
TryExec=/<CopyQのインストールディレクトリ>/bin/copyq.sh
Exec=QT_SCREEN_SCALE_FACTORS=1 /<CopyQのインストールディレクトリ>/bin/copyq.sh --start-server
Icon=copyq
Categories=Qt;KDE;Office;WordProcessor;
MimeType=
StartupNotify=false
Terminal=false
TerminalOptions=
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-GNOME-Autostart-Delay=3
X-KDE-StartupNotify=false
X-KDE-SubstituteUID=false
X-KDE-UniqueApplet=true
X-KDE-Username=
X-KDE-autostart-after=panel
<br>
<br>