- Made nightcap:
winegcc -O2 nightcap.c -o nightcap.exe -lX11
- Moved nightcap.exe to /usr/local/bin/, automatically on
$PATH.
- Moved Flying Windows.scr to /usr/local/bin/
- Appended the following to ~/.xscreensaver:
"Flying Windows" nightcap.exe "Flying Windows.scr" \n\
- Running
wine /usr/local/bin/Flying\ Windows.scr displays the screensaver settings.
- Running
xscreensaver-settings shows the added screensaver available in the list, but the preview only displays a blank screen.
- The screensaver does not initiate at the specified time, only the blank screen.
- Running
wine /usr/local/bin/nightcap.exe returns the error, error: XSCREENSAVER_WINDOW is not set.
From the README, it's not clear how to run the screensaver successfully.
The How section of the readme is not understandable or easy to follow.
winegcc -O2 nightcap.c -o nightcap.exe -lX11$PATH."Flying Windows" nightcap.exe "Flying Windows.scr" \n\wine /usr/local/bin/Flying\ Windows.scrdisplays the screensaver settings.xscreensaver-settingsshows the added screensaver available in the list, but the preview only displays a blank screen.wine /usr/local/bin/nightcap.exereturns the error,error: XSCREENSAVER_WINDOW is not set.From the README, it's not clear how to run the screensaver successfully.
The How section of the readme is not understandable or easy to follow.