jszczerbinsky/lwp

Doesn`t work (windows 10)

TedAlter opened this issue · 2 comments

After installation I should immediately get a parallax wallpaper, right? Or do I need to configure something first depending on the screen? Program immediately starts, but without paralax wallpaper

In some configurations Windows uses non-default coordinates for display and that's probably the reason. If that's the case, the wallpaper is there, but it's outside of display bounds.

Click on Layered Wallpaper's tray icon on taskbar to run it with the debug console. The console will tell you what are the positions and resolutions of your monitors, then put those values in the config file and click on the tray icon again to reload the wallpaper.

Reply if it fixed the problem.

Also someone on our Discord said

If lwp won't work for someone with win10/11 try removing all comments and newlines (and changing the lf line breaks to crlf if they aren't yet) from the .cfg files.

so maybe this would help.

I'm going to investigate this bug soon.