1
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?

【解決方法】Wayland環境にでFloorpの最小化・最大化ボタンが無い

Posted at

Wayland環境にでFloorpの最小化・最大化ボタンが無い

KDE Plasma(Wayland)環境でFloorpを実行した際に、最小化・最大化ボタンが無いという問題が発生したのでメモ

解決方法

xdg-desktop-portal-gtkをインストールする。
たったこれだけです。

手段

  1. Ctrl+Alt+Tでターミナルを開きます。
  2. 以下のコマンドを実行します。
    $ sudo pacman -S xdg-desktop-portal-gtk
    
  3. パスワードを入力し、インストール確認でyを入力。
  4. インストールが終わったらシステムを再起動してください。

再起動が終わったら、正常に表示されているはずです。

1
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
1
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?