0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

opencode GUIでコピーした内容をWindowsにペーストできない問題の解決方法

0
Posted at

環境:Windows10 + WSL(Ubuntu) + opencode GUI

cmd

ubuntu実行

opencode GUI

opencode GUIで文字列をマウスドラッグ(コピー)すると、
「copied to clipboard」と表示されるものの、
Windows側で Ctrl + v をしても
ペーストできない問題にハマりました。。

原因

WSL(Ubuntu) 側で clipboard utility が不足していることが原因でした。

解決方法

Ubuntu(WSL)で以下コマンドを実行。

sudo apt install wl-clipboard xclip

インストール後、opencode GUI を再起動すると、
Windows側でも正常に Ctrl + v でペーストできるようになりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?