Code: Select all
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: invalid name.
Code: Select all
wine "/home/misha/PlayOnLinux's virtual drives/Nautilus/drive_c/Program Files/Nautilus 3D Screensaver/Nautilus 3D Screensaver.exe"
I created a .desktop application file to launch it and pinned it to favorites on the dock, with no issues when using the favorites button, but I want to set it like a regular screensaver to automatically turn on after a set idle period without manually turning it on each time. It must launch the .exe rather than the .scr file, it's a paid product and running the .scr directly only displays the trial version. This is the .desktop file I created, which does not display any errors and launches perfectly, but fails when using the same path from the Exec= line in xscreensaver:
Code: Select all
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Nautilus Screensaver
Comment=Nautilus Screensaver for Windows
Exec=wine "/home/misha/PlayOnLinux's virtual drives/Nautilus/drive_c/Program Files/Nautilus 3D Screensaver/Nautilus 3D Screensaver.exe"
Icon=ssaver.png
Terminal=false