You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Someone reported that Cemu was creating desktop files with Exec="/app/bin/Cemu_relwithdebinfo" wondering why it wasn't working.
I hadn't considered that this flatpak would need access to ~/.local/share/applications so this commit was my first step in fixing it, hence the commit title.
Digging deeper lead to fixing the desktop file creation for flatpak (cemu-project/Cemu#1068) then fixing those not working in wayland (cemu-project/Cemu#1067).
So as of now this feature is broken in this flatpak, should be fixed when v2.0-66 drops.
ebb5a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the story behind this? Especially given the "broken" remark.
ebb5a35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone reported that Cemu was creating desktop files with
Exec="/app/bin/Cemu_relwithdebinfo"
wondering why it wasn't working.I hadn't considered that this flatpak would need access to
~/.local/share/applications
so this commit was my first step in fixing it, hence the commit title.Digging deeper lead to fixing the desktop file creation for flatpak (cemu-project/Cemu#1068) then fixing those not working in wayland (cemu-project/Cemu#1067).
So as of now this feature is broken in this flatpak, should be fixed when
v2.0-66
drops.