[Konsole-devel] [Bug 58296] konsole default.Keytab being ignored?

Greg Ercolano erco at 3dsite.com
Sat May 10 03:25:32 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58296     




------- Additional Comments From erco at 3dsite.com  2003-05-10 05:25 -------
It is possible this is a packaging problem on the part of Redhat 9.0; the file
that comes with is called 'default.Keytab', but when the file is renamed to
'default.keytab', it works.

FYI, the rpm that comes with redhat 9.0 includes a file called 'default.Keymap'
instead of 'default.keymap'. Argh:

---- snip
% uname -a
Linux ontario 2.4.20-6 #1 Thu Feb 27 10:06:59 EST 2003 i686 i686 i386 GNU/Linux

% rpm -ql kdebase | grep konsole | grep -i keytab
/usr/share/apps/konsole/README.KeyTab
/usr/share/apps/konsole/default.Keytab            <-- capital 'K'
/usr/share/apps/konsole/linux.keytab
/usr/share/apps/konsole/vt100.keytab
/usr/share/apps/konsole/vt420pc.keytab
/usr/share/apps/konsole/x11r5.keytab

% cp /usr/share/apps/konsole/default.Keytab /usr/share/apps/konsole/default.keytab

% strace konsole | & grep -i keytab
stat64("/usr/share/apps/konsole/linux.keytab", {st_mode=S_IFREG|0644,
st_size=3306, ...}) = 0
stat64("/usr/share/apps/konsole/vt100.keytab", {st_mode=S_IFREG|0644,
st_size=3276, ...}) = 0
stat64("/usr/share/apps/konsole/vt420pc.keytab", {st_mode=S_IFREG|0644,
st_size=4498, ...}) = 0
stat64("/usr/share/apps/konsole/x11r5.keytab", {st_mode=S_IFREG|0644,
st_size=1824, ...}) = 0
stat64("/usr/share/apps/konsole/default.keytab", {st_mode=S_IFREG|0644,
st_size=1833, ...}) = 0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    OK
---- snip


More information about the konsole-devel mailing list