Some Questions about NixOS

Found it… getting to work now… :slight_smile:

@Prince213 I did some more checking on the ShadowDrive AppImage. The image starts and then in ~/.cache/appimage-runner a cache file for this is created… when the app is stopped or the system rebooted, the cached folder remains there. However, with the cached folder being there, the AppImage does no longer start, neither using the AppImage in the directory, nor one of the executables in the .cache directory. I have to manually remove the cached files and then the AppImage starts again.

I have no idea, if that’s related to this particular appimage in particular or a general issue with NixOS. I don’t run any other appimages, so I can’t try. I know you are not using appimages yourself, but I think a solution would be to empty the ~/.cache/shadowdrive directory on reboot / shutdown / startup. Is there any not too complicated way, to achieve that? Maybe using a cron?

You might be able to use wrapProgram, which has this flag:

1 Like

Cool! Once again, thanks. This worked.