Ubuntu 16.04LTS/15.10でDia 日本語入力
現在のdia 0.97.3 では日本語入力が不可能(fcitx+mozc)だ。 しかし、以下のサイトを参考にしたところ、 可能になったので記しておく。ありがとうございます。 http://blogs.yahoo.co.jp/grandfleet1151/33086031.html キモはdiaインストール時に同時にインストールされるdia-normalを使うこと、 さらにそのためのdesktopファイルを書いておく 以下を... --------------------------------------------------------------------------------------------------- [Desktop Entry] Encoding=UTF-8 Type=Application Version=0.97.3 Name=Dia GenericName=Dia-normal Comment=A program for drawing structured diagrams Type=Application Exec=dia-normal %F Icon=dia Terminal=false Categories=GNOME;Graphics; StartupNotify=true MimeType=application/x-dia-diagram; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=dia X-GNOME-Bugzilla-Component=general X-GNOME-Bugzilla-Version=@0.97.3@ --------------------------------------------------------------------------------------------------- ~/.local/share/applications/dia.desktopへ 保存後、 $ nautilus ~/.local/share/applications をして表示されたDiaのアイコンをUnityにDrag&DropすればOK 尚、オリジナルの...