/usr/share/kde4/config.kcfg/fileviewgitpluginsettings.kcfg is in kdesdk-dolphin-plugins 4:4.8.2-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0">
<kcfgfile name="fileviewgitpluginrc"/>
<group name="CommitDialogSettings">
<entry name="commitDialogHeight" type="Int">
<label>Dialog height</label>
<default>300</default>
<min>50</min>
</entry>
<entry name="commitDialogWidth" type="Int">
<label>Dialog width</label>
<default>500</default>
<min>50</min>
</entry>
</group>
</kcfg>
|