Summary: | "New Tab" menu opens a list with only one item | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | David Nemeskey <nemeskey.david> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REOPENED --- | ||
Severity: | normal | CC: | adaptee, francesco.cecconi, kde, rmarbertin, saulotoledo |
Priority: | LO | ||
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: | |||
Attachments: | do not display "Default Profile" or the first user profile |
Description
David Nemeskey
2010-07-22 22:37:46 UTC
Cannot reproduce on trunk. Clicking the "New Tab" button simply opens a new tab. Holding it shows the menu. Ah sorry, you mean the menu item ... I never use those, I just use the button at the left of the tab bar (or double click into empty tab bar area). (In reply to comment #2) > Ah sorry, you mean the menu item ... I never use those, I just use the button > at the left of the tab bar (or double click into empty tab bar area). Can I take that as a confirmation? :) *** Bug 258477 has been marked as a duplicate of this bug. *** Still the same in 4.6 beta 1 :( Actually, if a duplicate of this bug has been filed by someone else, shouldn't that count as a confirmation? *** Bug 264402 has been marked as a duplicate of this bug. *** Created attachment 63749 [details]
do not display "Default Profile" or the first user profile
Hi,
I have created a patch for this bug. :)
Best Regards,
Francesco
Francesco: Great! I'm looking forward to seeing it in action. :) (In reply to comment #8) > Created an attachment (id=63749) [details] > do not display "Default Profile" or the first user profile > > Hi, > I have created a patch for this bug. :) > > Best Regards, > Francesco #8, thanks for the patch - it appears to work as expected. If you have time, can you put patches on https://git.reviewboard.kde.org/dashboard/ w/ konsole group. The one issue I see is that if the user has only a non-default profile selected to show in menu, when clicked/triggered, the default profile is always called. Git commit 127c2b523ee2e75679d066cd8c399774ca37b990 by Kurt Hindenburg. Committed on 24/09/2011 at 22:17. Pushed by hindenburg into branch 'master'. Don't show the default profile in list when no others are listed. When user selects only 1 profile to be listed in menu, it makes the 'New Tab->' list unnecessary. No profile will listed if the only selected profile is the default one. Patch by Francesco Cecconi <francesco.cecconi@gmail.com> BUG: 245478 REVIEW: 102670 FIXED-IN: 4.8 M +34 -14 src/MainWindow.cpp http://commits.kde.org/konsole/127c2b523ee2e75679d066cd8c399774ca37b990 Still (again) an issue in 22.12.3 Now File->NewTab opens a menu with a single item "Built-in" If Built-in is customized by user, it opens a menu with *2* items: the original "Built-in" and a second item with the users' customizations. Both cases are wrong. In the second case, the users' customizations should overwrite and completely hide the original Built-in, and still not cause that submenu to appear. "it's a feature, not a bug". Adding a profile gives the "New Tab" sub-menu the items ["Built-in", "Profile 1"]. This confused me when my assigned new-tab keyboard shortcut wasn't working. It would be nice if "New Tab" wasn't a sub-menu to the actual actionables when this behavior isn't explicitly desired. |