Linux: Save icons to user data directory, use path to AppImage as executable path in desktop entries #894

Merged
capitalistspz merged 3 commits from main into main 2023-07-09 18:53:01 -04:00
capitalistspz commented 2023-07-09 05:49:46 -04:00 (Migrated from github.com)

Fixes #893

Fixes #893
Squall-Leonhart commented 2023-07-09 06:01:53 -04:00 (Migrated from github.com)

are you handling the case where the directory doesn't exist (for some reason), Wx will not automatically create the folders when creating the file.

You can use Mkdir to make any missing directories.

are you handling the case where the directory doesn't exist (for some reason), Wx will not automatically create the folders when creating the file. You can use [Mkdir ](https://docs.wxwidgets.org/3.0/group__group__funcmacro__file.html)to make any missing directories.
capitalistspz commented 2023-07-09 06:24:21 -04:00 (Migrated from github.com)

are you handling the case where the directory doesn't exist (for some reason), Wx will not automatically create the folders when creating the file.

I believe so

> are you handling the case where the directory doesn't exist (for some reason), Wx will not automatically create the folders when creating the file. [I believe so](https://github.com/capitalistspz/Cemu/blob/27c75cce00ff7303be4f6bc90518726752829eb3/src/gui/components/wxGameList.cpp#L1275)
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#894
No description provided.