| Summary: | Some KeyTab are stored with .keytab, some without .keytab. | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Kurt Hindenburg <khindenburg> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | CVS | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kurt Hindenburg
2004-06-07 18:16:43 UTC
1. Filenames for keytabs are <keytab>.keytab
2. In keytrans.cpp, the keytabs are stored by the filename w/o extenstion.
3. linux.desktop has KeyTab=linux
4. Saving as Default; $KDEHOME/share/config/konsolerc stores it w/o extension:
keytab=default
keytab=vt100
5. Saving Session stores it w/ extension:
% grep -i keytab $KDEHOME/share/apps/konsole/shell.desktop
KeyTab=vt100.keytab
Currently, it works as is; I would suggest having the extension for all the keytab/KeyTab entries would be more consistent.
email test email test KDE 4 - All saving of translators is done from the same place in the code and the .keytab extension is always used. |