[Konsole-devel] [Bug 58296] New: konsole default.Keytab being ignored?
Greg Ercolano
erco at 3dsite.com
Sat May 10 03:13:44 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
Summary: konsole default.Keytab being ignored?
Product: konsole
Version: unspecified
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: konsole-devel at kde.org
ReportedBy: erco at 3dsite.com
Version: konsole 1.2 (using KDE KDE 3.1)
Installed from: RedHat RPMs
OS: Linux
Making modifications to the default.Keytab file appears to have no effect on Konsole even after restarting (exiting all instances).
Under Redhat 9.0, I modified the file:
/usr/share/apps/konsole/default.Keytab
..changing these settings such that backspace generates backspace, and delete generates delete:
key Backspace : "\x08"
key Delete : "\x7f"
But these settings do not take effect.
'strace konsole' appears to show the default.Keytab is not even opened; the following shows 'strace konsole' invoked from an xterm:
---- snip
% 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
---- snip
More information about the konsole-devel
mailing list