Summary: | Shortcuts for opening WezTerm no longer work | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | poperigby |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | 5.97.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kglobalshortcutsrc |
Description
poperigby
2022-08-15 20:01:23 UTC
Can you attach your ~/.config/kglobalshortcutsrc file? (In reply to Nate Graham from comment #1) > Can you attach your ~/.config/kglobalshortcutsrc file? Sure! Created attachment 151346 [details]
kglobalshortcutsrc
> [org.wezfurlong.wezterm.desktop]
> _k_friendly_name=WezTerm
> _launch=Meta+Return,none,WezTerm
Ok, so KGlobalAccel has registered the shortcut. A few more questions:
1. Does this shortcut work if you set it as the launch shortcut for any other app?
2. How was WezTerm installed? Distro packaging? Flatpak? Snap? Appimage?
3. Does WezTerm launch if you set any other shortcut for it?
Oh one final question: can you paste the output of `appstreamcli search wezterm` on your machine? (In reply to Nate Graham from comment #4) > Does this shortcut work if you set it as the launch shortcut for any other app? Yes. I tried setting Meta+Return to open Konsole and that worked. > How was WezTerm installed? Distro packaging? Flatpak? Snap? Appimage? I installed it from the Arch Linux repository. > Does WezTerm launch if you set any other shortcut for it? No. I've tried Meta+T, Ctrl+Alt+T, Ctrl+Shift+T, etc. > Oh one final question: can you paste the output of `appstreamcli search wezterm` on your machine? Here you go: Identifier: org.wezfurlong.wezterm.desktop [desktop-application] Name: Wez's Terminal Emulator Summary: A GPU-accelerated cross-platform terminal emulator and multiplexer Package: wezterm Homepage: https://wezfurlong.org/wezterm/ Icon: wezterm_org.wezfurlong.wezterm.png --- Identifier: org.wezfurlong.wezterm [desktop-application] Name: Wez's Terminal Emulator Summary: A GPU-accelerated cross-platform terminal emulator and multiplexer Bundle: flatpak:app/org.wezfurlong.wezterm/x86_64/stable Homepage: https://wezfurlong.org/wezterm/ Icon: org.wezfurlong.wezterm.png Great, thanks. Does /usr/share/applications/org.wezfurlong.wezterm.desktop exist? (In reply to Nate Graham from comment #7) > Great, thanks. Does /usr/share/applications/org.wezfurlong.wezterm.desktop > exist? You're welcome. Yeah, it does. Here's its contents: [Desktop Entry] Name=WezTerm Comment=Wez's Terminal Emulator Keywords=shell;prompt;command;commandline;cmd; Icon=org.wezfurlong.wezterm StartupWMClass=org.wezfurlong.wezterm TryExec=wezterm Exec=wezterm start --cwd . -- Type=Application Categories=System;TerminalEmulator;Utility; Terminal=false A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kglobalaccel/-/merge_requests/50 *** This bug has been marked as a duplicate of bug 440507 *** |