| Summary: | Menu bar disappears if another konsole is started --hide-menubar | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Luke Elliott <luke.b.elliott> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arjunak234, chaofeng111, lukester_null |
| Priority: | NOR | ||
| Version First Reported In: | 2.14.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/08eb4c07c7ec6b443f20793d21ac6c0cacdf876e | Version Fixed/Implemented In: | 4.14.1 |
| Sentry Crash Report: | |||
|
Description
Luke Elliott
2014-08-01 12:17:00 UTC
Confirm in konsole frameworks branch. Since this issue is only duplicated when konsole is started in krunner. It should be krunner bug. If it helps, I didn't trip over this using krunner - originally it was happening using the CodeLite IDE to launch a bash script which itself runs "konsole --hide-menubar". CodeLite appears to be using wxWidget's wxExecute(). Regards Luke. Patch to fix this: https://git.reviewboard.kde.org/r/119865/ Git commit 08eb4c07c7ec6b443f20793d21ac6c0cacdf876e by Kurt Hindenburg. Committed on 29/08/2014 at 02:30. Pushed by hindenburg into branch 'KDE/4.14'. Fix visibility of menubar when other konsoles are started --hide-menubar When a konsole with more than 1 tab open, start another via runner using --hide-menubar; the first konsole's menubar will go hidden. Thanks Arjun Ak for patch. FIXED-IN: 4.14.1 REVIEW: 119865 M +3 -0 src/MainWindow.cpp http://commits.kde.org/konsole/08eb4c07c7ec6b443f20793d21ac6c0cacdf876e |