LeSnake

Results 147 comments of LeSnake

@psymin Do you happen to know where the steam deck mounts the sd card? According to the internet its /run/media/mmcblk0p1 can you confirm?

I restricted the flatpak to the home directory and /run/media/. Interestingly I just realised, that when I click an folder Icon, it opens the desktop-portal file chooser. Seems like Iced...

can you please test again with this version? ```flatpak uninstall com.github.mtkennerly.ludusavi && flatpak install --user https://dl.flathub.org/build-repo/102371/com.github.mtkennerly.ludusavi.flatpakref```

As of android 11 the old file api got severely limited and is considered depricated. Apps should use SAF instead.This should be a high priority task IMO since this makes...

Its pretty common to store music and audio books on the sd card for easy transfer when switching phones or for easy transfer between pc + phone Unless your phone...

I tried adding it as gog / epic but it dint work. Seems like they have their own file structure. I can send a file tree or a zip without...

also note heroic will often be used as flatpak

I found a likely relevant file: `/home/lesnake/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/installed.json` ```json { "installed": [ { "appName": "1207666873", "install_path": "/data/gog/This War of Mine", "executable": "", "install_size": "3.19 GB", "is_dlc": false, "version": "6.0.8 (A)", "platform":...

This will have to be combined with the file `/home/lesnake/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/APPNAME_OF_GAME.json` Example: `/home/lesnake/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/1942942943.json` ```json { "1942942943": { "altLegendaryBin": "", "altGogdlBin": "", "addDesktopShortcuts": false, "addStartMenuShortcuts": false, "autoInstallDxvk": false, "autoInstallVkd3d": false, "checkForUpdatesOnStartup": false,...

Draft for getting save files: 1. Read game list from : `~/.var/app/com.heroicgameslauncher.hgl/config/heroic/gog_store/installed.json` 2. get the appName 3. Read game config from `/home/lesnake/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig/${appName}.json` 4. get winePrefix 5. get save from wineprefix