Eric Gach
Eric Gach
Hi, sorry for the delay in response. I've made some progress against the rewrite to ES6, so the develop branch should be in a good enough spot to start from....
Thanks for the report @curvatura99! I can confirm this is happening and I think I know why already. I'll have to figure out exactly how to fix it, but it...
@curvatura99 no worries! I took a quick swing at it yesterday while I had some spare time... it wasn't a quick problem 😅 The problem comes because the signal from...
I struggled with this when creating the extension on how to handle this exactly. My only concern was memory related when an unknown amount of images could be added to...
Hi @Chao-zhi, I'll take a look when I can and see if I can get things working. Thanks for the contribution!
Hi @Chao-zhi, I took a look and it seems like you're possibly using an older version of the files, for starters. I recommend coping the latest `desk-changer.pot` file to your...
I think I've looked at this extension before... it works off of several signals. desk-changer could read these signal and force check the interval somehow when the workspace is changed....
Now with gnome 3.24 we have night time mode. This is exposed through D-Bus in the settings daemon by `org.gnome.SettingsDaemon.Color` There are two properties that we can use called `Sunrise`...
There is already an `Hourly` timer that could easily be extended to create this functionality https://github.com/BigE/desk-changer/blob/version-30/[email protected]/daemon/timer.js#L49 All that would have to be done is to add an additional check for...
I've seen this happen myself, but it's very random and I don't have a cause for it yet. I would recommend enabling debugging with `gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas set org.gnome.Shell.Extensions.DeskChanger debug...