Summary: | konsole fails to correctly parse profile files with an additional period e.g. "hostname.somedomain.org" | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | fred <fdruec1> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | junior-jobs |
Priority: | NOR | ||
Version: | 2.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.3 | |
Sentry Crash Report: |
Description
fred
2010-09-06 23:13:50 UTC
Konsole profiles have to end in ".profile". However, "hostname.somedomain.org.profile" should work. Should be easy to fix. Git commit 23062bcc0d8ce2b4d7ebfd52c650c9ef0ecacde3 by Kurt Hindenburg. Committed on 24/04/2011 at 06:06. Pushed by hindenburg into branch 'master'. Allow profile filenames to have multiple '.'s. After this hostname.local.profile will work with --profile and --list-profiles. Also, the profile path file is checked if it is a directory. BUG: 250399 FIXED-IN: 4.6.3 M +1 -1 src/Application.cpp M +5 -1 src/SessionManager.cpp http://commits.kde.org/konsole/23062bcc0d8ce2b4d7ebfd52c650c9ef0ecacde3 Git commit 74c3ea27cc00b9469375c5bc3f800298cc3db254 by Kurt Hindenburg. Committed on 24/04/2011 at 06:06. Pushed by hindenburg into branch 'KDE/4.6'. Allow profile filenames to have multiple '.'s. After this hostname.local.profile will work with --profile and --list-profiles. Also, the profile path file is checked if it is a directory. CCBUG: 250399 (cherry picked from commit 23062bcc0d8ce2b4d7ebfd52c650c9ef0ecacde3) M +1 -1 src/Application.cpp M +5 -1 src/SessionManager.cpp http://commits.kde.org/konsole/74c3ea27cc00b9469375c5bc3f800298cc3db254 |