答え1
最新バージョンはKate 17.08.3です。検索ダイアログボックスには大文字と小文字の区別を設定するスイッチがあります。更新する必要があります
答え2
それで、PiedPiperの多くの助けを借りて(ありがとう!)問題に対する答えを見つけました。私が使用しているKateバージョンでは、私が望む機能は利用できません。だから私をアップグレードしました。システム全体Ubuntu 17.10にアップグレードすると、最新のKateを入手できます。
そのバージョンのKateには大文字と小文字を区別するボタンがありますが、何らかの理由で表示されません。その位置にカーソルを合わせると、「大文字と小文字の一致」と書かれた小さなタイトルボックスが表示されます。見えないボタンは次のとおりです。
したがって、機能があるので、見えないボタンがどこにあるかを知るだけです。
答え3
インストールunity-tweak-tool
してコマンドラインから実行するoxygen-icon-theme
と、次の結果が表示されます。unity-tweak-tool
terry@inspiron:~$ unity-tweak-tool
** (unity-tweak-tool:18598): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
/usr/lib/python3/dist-packages/UnityTweakTool/__init__.py:40: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Error: schema com.canonical.notify-osd not installed
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Synapticを介してcom.canonical.notify-osdをインストールしようとしましたが、そのパッケージが見つかりませんでした。これで必要な情報が得られたので、この質問は省略します。さらに助けてくれてありがとう!