| Summary: | Undocumented Session-menu "New..."-shortcuts do not work anymore | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Aapo Rista <kde-bug> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Aapo Rista
2004-03-11 10:16:56 UTC
A few rows in konsole (konsole.cpp, konsole_part.cpp, konsolebookmarkmenu.cpp) source contains a command
.replace('&',"&&")
If you remove this string from the source, the behavior of Session menu turns back what I am looking for.
The solution is not very sophisticated, but works for me. Perhaps something similar could be added in the official konsole?
The replaces are there for a reason, normal Konsole usage. |