Bug 83000 - Some KeyTab are stored with .keytab, some without .keytab.
Summary: Some KeyTab are stored with .keytab, some without .keytab.
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: CVS
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 18:16 UTC by Kurt Hindenburg
Modified: 2007-07-24 19:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Hindenburg 2004-06-07 18:16:43 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

%cat .kde/share/apps/konsole/linux.desktop | grep KeyTab
KeyTab=none.keytab
%cat /opt/kdecvs/share/apps/konsole/linux.desktop | grep KeyTab
KeyTab=linux

kcmkonsole stores the KeyTab with the .keytab, while konsole does not.  This causes problems such as BR77018.
I've temporary fixed that bug, but the discrepancy needs fixed.
Comment 1 Kurt Hindenburg 2004-09-28 19:01:45 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.
Comment 2 Kurt Hindenburg 2005-05-25 06:29:48 UTC
email test
Comment 3 Kurt Hindenburg 2005-06-06 00:10:27 UTC
email test
Comment 4 Robert Knight 2007-07-24 19:29:22 UTC
KDE 4 - All saving of translators is done from the same place in the code and the .keytab extension is always used.