Skip to content

Commit

Permalink
Allow creation of (broken) desktop shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKinloch committed Jan 17, 2024
1 parent 608cabf commit ebb5a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info.cemu.Cemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ finish-args:
- --share=network
- --env=LC_ALL=C
- --filesystem=host:ro
- --filesystem=home/.local/share/applications:create
- --filesystem=xdg-run/app/com.discordapp.Discord:ro
- --filesystem=xdg-run/app/com.discordapp.DiscordCanary:ro

Expand Down

2 comments on commit ebb5a35

@barthalion
Copy link
Member

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.

@ColinKinloch
Copy link
Collaborator Author

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.

Please sign in to comment.