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

--- Comment #6 from EpicTux123 <epictux...@proton.me> ---
Thanks for re-opening!

I have created an issue on the steam-for-linux issue tracker too. See
https://github.com/ValveSoftware/steam-for-linux/issues/11282.

On Windows, I believe they detect game and apps shortcuts as links with one of
two ways:
1. They are ".url" files (handled by Internet Explorer), which open some kind
of URL protocol (such as "steam://rungameid/123"). Therefore, they detect it
due to the file extension.
2. They directly analyze the "Target" and see that it is some kind of URL
protocol (such as "steam://rungameid/123"). Therefore, they detect it due to
where the Target parameter points.

I think it's more likely that they detect using the file extension.

One way to do something similar on KDE would be to detect URL protocols (such
as "steam://rungameid/123") in the "Exec" entry of .desktop files and then
treat them automatically as links.

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

Reply via email to