Created attachment 166854 [details] Crow Translate SUMMARY *** After update to 6 keyboard shortcuts not work for third-party apps, like Crow Translate, NekoRay. *** SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.5.0-25-generic (64-bit)
Are you using Wayland or X11?
(In reply to Nicolas Fella from comment #1) > Are you using Wayland or X11? wayland
yes i can confirm that issue for third-partie apps like crow-translate. SUMMARY: 1) select the app keyboard shortcuts settings via the select box application. 2) validate 3) play with the shortcut of the third-party app 4) reboot the system 5) look for the third-partie apps in the keyboard shortcuts settings section: missing SOFTWARE/OS VERSIONS: Linux/KDE Plasma: KDE 6.0 Qt Version: 6.5.0-25-generic (64-bit) Operating System: EndeavourOS KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.9-arch1-1 (64-bit) Graphics Platform: Wayland
These applications need to be adjusted to support global shortcuts on Wayland. Please contact the application's author and ask them to implement the Global Shortcuts portal: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.GlobalShortcuts.html
(In reply to Nicolas Fella from comment #4) > These applications need to be adjusted to support global shortcuts on > Wayland. > > Please contact the application's author and ask them to implement the Global > Shortcuts portal: > https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal. > GlobalShortcuts.html Shortcuts do work. but looks like global shortcuts registered by .desktop files like this: ``` crow-translate/data/io.crow_translate.CrowTranslate.desktop [Desktop Action TranslateSelectedText] Exec=qdbus io.crow_translate.CrowTranslate /io/crow_translate/CrowTranslate/MainWindow translateSelection Name=Translate selected text Name[fi_FI]=Käännä valittu teksti Name[pt_PT]=Traduzir o texto selecionado Name[ru_RU]=Перевести выделенный текст X-KDE-Shortcuts=Ctrl+Alt+E ``` doesn't persist after reboot. that's the bug. ref. https://github.com/crow-translate/crow-translate/issues/661
This is a separate issue. Please create a new report