libgtop依存関係の問題?

下記のようなエラーが頻発する問題
gnome-session[xxxx]: (gnome-shell:xxxx): St-CRITICAL **: st_widget_get_theme_node called on the widget

libgtop依存関係の問題?
libgtop2-dev開発パッケージをインストールした後、拡張機能が起動して正常に動作する?
sudo apt install libgtop2-dev

参考
https://github.com/elvetemedve/gnome-shell-extension-system-monitor/issues/6

臨時サーバーメンテナンス 終了

以下の内容の臨時メンテナンスが終了しました。
このメンテナンスにより、サーバーのphp同時処理性能が70~80%向上しました。

・電源の交換
・サーバー機の調整
・サーバーソフトの調整

ab -c 1020 -n 10200
Before
top php 143.81s 70.92req/s
test php 449.74s 22.68req/s

After
top php 79.69s 127.99req/s
test php 263.02s 38.78req/s

どどんとふ スキン変更

src/config_local.rb
-165 $skinImage = nil;
+165 $skinImage = http//dona.dip.jp/images/skin.gif;

・画像はサーバー内ならどこでも良い。URLは””で囲むこと。
・URLを間違えたり””で囲っていないとスキンは適用されない。
・変更可能な範囲はウィンドウ内の背景のみ。
・画像は一枚絵が拡大/縮小表示される。
・mp4等の動画は貼り付けられない。
・アニメgifはアニメーションしない。

参考:https://twitter.com/grrr813/status/948174548003848194