https://bugs.kde.org/show_bug.cgi?id=431266

--- Comment #1 from Nigel <nigelwestl...@gmail.com> ---
I fixed the Konsole problem by adding Konsole through (Add Application)

I fixed the launching Spotify (flatpak) through a hotkey by myself. 
So when you add the Spotify Flatpak through 'Add applications' it creates a
entry in the shortcuts file in the .config folder kglobalshortcutsrc
The entry is called: 

[com.spotify.client.desktop]
_k_friendly_name=Spotify
_launch=Meta+E,,

The problem is that to run spotify trough flatpak you have to do flatpak run
com.spotify.Client

In the shortcuts file the entry is missing the capitical C. So when I changed
the entry in the file to 

[com.spotify.Client.desktop] // See the capital C in client
_k_friendly_name=Spotify
_launch=Meta+E,,

and rebooted, now the flatpak launches when I press Meta + E

It is a quick fix, but not really user-friendly if a person want to start a
flatpak through a keybinding

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to