Kubuntuでは、ホームフォルダでDolphinウィンドウを開いていると、タイトルバーに「Home--Dolphin」と表示されます。これを「ホーム」だけを読むように変更できますか?
イルカのオプション
:~$ dolphin --help
Usage: dolphin [Qt-options] [KDE-options] [options] [Url]
File Manager
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--select The files and directories passed as arguments will be selected.
--split Dolphin will get started with a split view.
Arguments:
Url Document to open
Qtオプションには次のものがあります。
--titleはアプリケーションのタイトルを設定します(キャプション)
KDEメニューエディタを使用すると、Dolphin開始コマンドを設定できます http://docs.kde.org/stable/en/kde-workspace/kmenuedit/
----編集----
KDE 4.10以降は、スクリプト化されたタイトル操作/ストリッピングをサポートしています。
機能リクエスト: http://forum.kde.org/viewtopic.php?f=111&t=11011 。バグ/ウィッシュ: https://bugs.kde.org/show_bug.cgi?id=308995
KDE 4.11でテスト済み:
編集する前にファイルをバックアップしてください;)
/usr/share/kde4/apps/kwin/stripTitle.jsを編集し、Dolphinをリストに追加します。
コマンドを実行してタイトル操作を有効にする:
kwriteconfig --file kwinrc --group Windows --key CondensedTitle true
Kwinrcに行を追加します
Kwriteconfigの詳細:
:~$ kwriteconfig --help
Usage: kwriteconfig [Qt-options] [KDE-options] [options] value
Write KConfig entries - for use in Shell scripts
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--file <file> Use <file> instead of global config
--group <group> Group to look in. Use repeatedly for nested groups. [KDE]
--key <key> Key to look for
--type <type> Type of variable. Use "bool" for a boolean, otherwise it is treated as a string
Arguments:
value The value to write. Mandatory, on a Shell use '' for empty
再起動-ここでは、イルカのタイトルはディレクトリ情報のみを表示しています。