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?

UbuntuでTaskBarHeroをプレイしたい

0
Last updated at Posted at 2026-06-08

なんか放置ゲーが流行っているので、自分も入れてみました。
しかし、LinuxのSteamではうまく動かないようです...

image.png

問題点たち

  • ウィンドウが動かせない
  • キー操作しかできない
  • 黒背景

黒背景は正直プレイに支障はないですが、操作できない上に視界の半分を奪ってくるのは問題です。
慎ましく画面の端にいてほしいのですが...

解決法

  • Compatibilityをいじる
  • キーでウィンドウを動かす
    黒背景が大きい問題は解決できませんでしたが、別デスクトップに飛ばすことで邪魔ではなくせます。

compatibility

properties->Compatibility を GE-Proton10-34に設定。
image.png

これでゲーム内のマウス操作が可能になります。

キーでのウィンドウ操作

GnomeではAlt+F7でのウィンドウ移動が用意されています。
これで位置調整しましょう。

まぁ、位置調整したとて黒背景部分が邪魔なので別デスクトップに飛ばしてしまうのが良いです。

image.png

リサイズはできなさそうでした。
xpropの出力を見るに、970x892固定です

WM_NORMAL_HINTS(WM_SIZE_HINTS):
		program specified location: 37, 96
		program specified minimum size: 970 by 892
		program specified maximum size: 970 by 892
		window gravity: Static

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?