_ [comp] uim: Make the GNOME Panel applet compatible with libpanel-applet2

Make the GNOME Panel applet compatible with libpanel-applet2 という pull-req がきた。どうやら GNOME Panel 3.22 になるとパネルアプレットの作りが違うようだ。GNOME Panel 3.20 でも動くみたいなので、試してみる。インストールするファイルが変わっているので、

--- uim/debian/uim-applet-gnome.install	2016-06-22 14:06:35.970499385 +0900
+++ uim/debian/uim-applet-gnome.install	2016-11-05 18:08:13.630753982 +0900
@@ -1,4 +1,3 @@
-usr/lib/*/uim/uim-toolbar-applet-gnome3
-usr/share/dbus-1/services/org.gnome.panel.applet.UimAppletFactory.service
+usr/lib/*/uim/libuim-toolbar-applet-gnome3.so*
 usr/share/gnome-panel/5.0/applets/UimApplet.panel-applet
 usr/share/uim/ui/uim-applet-menu.xml

として uim-applet-gnome パッケージを作成。 task-gnome-desktop gnome-panel gnome-applets をインストールして、.xsession に

exec gnome-shell

とする。でも gnome-panel が起動していないので、ターミナルから

gnome-panel --replace &

として gnome-panel を起動し直す。でも uim-applet-gnome が出てこないのでどうするのかと思ったら、gnome-panel 上で Alt+右クリック でメニューが出てきた。ここで「入力メソッド表示器」を追加できた。 GNOME Panel 3.20 でも動いたので、マージした。これで Transitions: gnome-panel (auto) がきても大丈夫かな。

_ [debian] fbsetbg 変?

前々から fbsetbg で gxmessage が起動して

fbsetbg: Something went wrong while setting the wallpaper.
Run 'display -geometry 1024x768+0+0 -window root /home/XXXX/XXXX/XXXX.jpg' from an xterm to find out what.

のようなメッセージが出るので何だろうと調べてみると、相当古い話題だった。> #569361 feh をインストールしたら解決した。