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?

軽量でシンプルなドックアプリ Plank Reloaded

Last updated at Posted at 2025-10-14

Plank Reloaded とは

Plank Reloaded は、Plank プロジェクトのフォークです。オリジナルの Plank と同様、X11 デスクトップ環境用の軽量でシンプルなドックアプリです。Plank に、いくつかのテーマとドックレットが追加されています。複数の Linux デスクトップ環境で利用できます(下記サイト参照)。

インストール

今回は、Debian13(デスクトップ環境なし、ウィンドウマネージャー OpenBox 使用)に、上記サイトの Debian 用の推奨手順でインストールしました。

# Add the repository
curl -fsSL https://zquestz.github.io/ppa/debian/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/zquestz-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/zquestz-archive-keyring.gpg] https://zquestz.github.io/ppa/debian ./" | sudo tee /etc/apt/sources.list.d/zquestz.list
sudo apt update

# Install Plank Reloaded
sudo apt install plank-reloaded

この後、ターミナルにおいて、plankで起動しようとしましたが、libdbusmenu-gliblibdbusmenu-gtk3が無いと怒られ起動できませんでした。そこで、その2つを

sudo apt install libdbusmenu-gtk3-4

で、インストールしました。

Battery ドックレットの使用

Battery ドックレットが正常に動作しなかったので、

sudo apt install upower

で、upowerをインストールすることで使えるようになりました。

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?