rishuinfinity / WallpaperSwitcher

Gnome Extension to switch wallpaper after a given interval
GNU General Public License v3.0
33 stars 6 forks source link

'wallpaperOverlaySetting is undefined' #8

Closed ForteDexe closed 2 years ago

ForteDexe commented 2 years ago

Happen frequently, logout and login just temporary solution. Or alt+f2 -> r

rishuinfinity commented 2 years ago

Ok, working on fix, would release soon

rishuinfinity commented 2 years ago

Hey, I've uploaded the modified version on github. I wasn't able to replicate the error on my system, so would you be willing to install the github version of the extension and see if the problem persists in the near future. If error doesn't occur again then I would upload it on gnome-extensions website.

To install git version:

git clone https://github.com/rishuinfinity/WallpaperSwitcher.git
cd WallpaperSwitcher
./install.sh

Thanks

ForteDexe commented 2 years ago

It happens when you lock your system, or after wake up. I will test your new update, and confirm if it fixes the issue. Thank you for the quick update.

ForteDexe commented 2 years ago

The issue still exists. wallpaperOverlaySetting is null

rishuinfinity commented 2 years ago

nvm. I've replicated the issue, working on the fix

rishuinfinity commented 2 years ago

Haash, Finally fixed in #11 Can't believe the actual problem was missing brackets after if statement. :rofl:

I am confident with this solution, I am also putting an update request on the extension website. The github version has been updated, If you wanna test out the github version. I am keeping this issue chat open for some time in case you find the bug still exists in your case.

ForteDexe commented 2 years ago

Haha, it happens to me sometimes, and makes me wonder where did I wrong. The issue is fixed. thank you very much ^^.