Summary: | "Ambiguous shortcut detected" when trying to paste after splitting terminal | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | Martin C. <martincigorraga> |
Component: | general | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | justin.zobel, justin, m.mairleitner, mail, nicolas.fella, tsweet64 |
Priority: | NOR | ||
Version: | 23.04.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/yakuake/-/commit/197b1a5f0fb422a40193707e7338219c6c12818c | Version Fixed In: | 25.04.0 |
Sentry Crash Report: | |||
Attachments: | Yakuake shortcut error message |
Description
Martin C.
2023-06-05 03:14:54 UTC
I've just tried this on Fedora 38 KDE and I can't reproduce it, I get the text pasted into Yakuake. Is Yakuake installed as a Flatpak or overlayed onto the ostree image? Hi Justin 👋, Thank you so much for your prompt reply. "Is Yakuake installed as a Flatpak or overlayed onto the ostree image?" - No, I couldn't find a Yakuake Flatpak - I checked both Flathub and KDEApps (https://userbase.kde.org/Tutorials/Flatpak) -, so I overlayed it. After checking your comment, I removed the overlayed package without touching the configuration files, then re-installed it, and now it is working as you describe (as expected!). I should have taken a screenshot of the error message when it popped up before uninstalling Yakuake the first time; I'll make sure to do so next time if I see it again. Thanks again! -Martín Created attachment 159618 [details]
Yakuake shortcut error message
"Ambiguous shortcut detected" notice is shown when trying to paste text on the pane created with the shortcut [ Ctrl+Shift+8 ]
Hi all, It turned out I wasn't crazy after all (at least not that crazy); I hit this issue again today, check the attached screenshot. The interesting thing here is that this issue only occurs when trying to paste text on a pane created with the shortcut Ctrl+Shift+8, which I use a lot in Konsole to create dynamic panes (with 0 and 9 it works well). I understand that there might be something else going on here because when creating a pane using Ctrl+Shift+8 I also can't switch to/from it using Ctrl + Tab. Yakuake version is: `yakuake 23.04.2` Reproducibility: always Thanks Hello, Since the Plasma 6 update, attempting to paste into Yakuake with "Ctrl+Shift+V" results in the "Ambiguous shortcut detected" error described in this issue. However, the Yakuake settings do not list any other shortcut other than paste mapped to this key combination. I tested locally and the bug was caused by conflicting Konsole KPart shortcuts interfering within Yakuake's own shortcuts. I fixed with this PR here: https://invent.kde.org/utilities/yakuake/-/merge_requests/128 MR created but the bug bot hasn't moved it to assigned, fixing. Git commit 197b1a5f0fb422a40193707e7338219c6c12818c by Nicolas Fella, on behalf of Francisco Fernandes. Committed on 21/12/2024 at 13:33. Pushed by nicolasfella into branch 'master'. Override split-auto action from Konsole Like we do for other split actions. This fixes an issue where after the split we would get conflicting shortcuts with Konsole M +10 -0 app/mainwindow.cpp M +20 -0 app/session.cpp M +1 -0 app/session.h M +11 -0 app/sessionstack.cpp M +1 -0 app/sessionstack.h M +4 -0 app/terminal.cpp https://invent.kde.org/utilities/yakuake/-/commit/197b1a5f0fb422a40193707e7338219c6c12818c *** Bug 500168 has been marked as a duplicate of this bug. *** |