[Konsole-devel] [Bug 80226] PATCH: Allow full paths when specifying --keytab=
Waldo Bastian
bastian at kde.org
Wed May 26 20:57:45 UTC 2004
------- 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=80226
------- Additional Comments From bastian kde org 2004-05-26 22:57 -------
The two "QString keytab = QFile::encodeName(keyTab);" lines are wrong and not needed at all. Instead, the line
keytab = args->getOption("keytab");
should read:
keytab = QFile::decodeName(args->getOption("keytab"));
default.Keytab is a compiled-in default, it isn't actually read from disk and default.Keytab is only added for documentation purposes. Maybe it should be renamed to "default.keytab.readme" to make that more clear.
I suggest to list it as "default", without .keytab or .Keytab
More information about the konsole-devel
mailing list