Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Blur is reset. #25

Open
webmastak opened this issue Apr 14, 2019 · 9 comments
Open

Blur is reset. #25

webmastak opened this issue Apr 14, 2019 · 9 comments

Comments

@webmastak
Copy link

webmastak commented Apr 14, 2019

Blur is reset if you are in a review when the desktop wallpaper changes.
Or when changing the time at the clock of the program Variety -> every minute there is a change of the desktop image. Is there an opportunity to fix this?
https://i.imgur.com/jcCGzSf.jpg
https://i.imgur.com/8T5jDnQ.jpg

And when rebooting the system, the background becomes gray before restarting Gnome Shell.
https://i.imgur.com/fwplFE8.png

Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to explicitly call ByteArray.toString(array).
(Note that array.toString() may have been called implicitly.)
0 _readShaderFile() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/effect.js":95]
1 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
2 _init() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/effect.js":59]
3 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
4 _applyTwoPassBlur() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":343]
5 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
6 _createOverviewBackgrounds/<() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":451]
7 () ["self-hosted":981]
8 forEach() ["self-hosted":261]
9 _createOverviewBackgrounds() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":435]
10 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
11 _startup() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":115]
12 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
13 _init() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":95]
14 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
15 _Base.prototype._construct() ["resource:///org/gnome/gjs/modules/_legacy.js":18]
16 newClass() ["resource:///org/gnome/gjs/modules/_legacy.js":114]
17 enable() ["/home/andrew/.local/share/gnome-shell/extensions/[email protected]/extension.js":583]
18 enableExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":135]
19 loadExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":181]
20 _loadExtensions/<() ["resource:///org/gnome/shell/ui/extensionSystem.js":328]
21 _emit() ["resource:///org/gnome/gjs/modules/signals.js":128]
22 _loadExtension() ["resource:///org/gnome/shell/misc/extensionUtils.js":186]
23 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
24 scanExtensions/<() ["resource:///org/gnome/shell/misc/extensionUtils.js":192]
25 collectFromDatadirs() ["resource:///org/gnome/shell/misc/fileUtils.js":28]
26 scanExtensions() ["resource:///org/gnome/shell/misc/extensionUtils.js":191]
27 wrapper() ["resource:///org/gnome/gjs/modules/_legacy.js":82]
28 _loadExtensions() ["resource:///org/gnome/shell/ui/extensionSystem.js":330]
29 enableAllExtensions() ["resource:///org/gnome/shell/ui/extensionSystem.js":338]
30 _sessionUpdated() ["resource:///org/gnome/shell/ui/extensionSystem.js":369]
31 init() ["resource:///org/gnome/shell/ui/extensionSystem.js":377]
32 _initializeUI() ["resource:///org/gnome/shell/ui/main.js":229]
33 start() ["resource:///org/gnome/shell/ui/main.js":133]
34 <TOP LEVEL> ["<main>":1]
@yozoon
Copy link
Owner

yozoon commented Apr 15, 2019

Hm, I think this issue is similar to the one reported in #18
It seems to be caused by these wallpaper change programs/extensions not emitting the same signals as changing the wallpaper with gnome-settings does. Even though I tried different mechanisms of triggering the blur update routines in my extension I still haven't found a reliable solution.

@yozoon yozoon added the bug label Apr 15, 2019
@yozoon yozoon added this to the Dynamic Wallpaper Support milestone Apr 26, 2019
yozoon added a commit that referenced this issue Jul 9, 2019
@yozoon
Copy link
Owner

yozoon commented Jul 14, 2019

Did my changes to the extension fix the problem with Variety @webmastak? My changes are currently pushed to the master branch, so you can test them by manually installing the extension ;)

@webmastak
Copy link
Author

webmastak commented Sep 25, 2019

I installed the master from the branch, writes to the log that the functions worked without errors, but all the same problems with the reset blyr when changing the wallpaper!
https://i.imgur.com/5222r1N.png
I can’t understand why this is happening. 😟

@webmastak
Copy link
Author

webmastak commented Oct 15, 2019

Blur is reset if you are in a review when the desktop wallpaper changes.
Changing the time at the clock of the program Variety every minute there is a change of the desktop image and blur is reset if you are in a review. 😟 Nothing helps, even your support for dynamic wallpapers!

@webmastak
Copy link
Author

webmastak commented Oct 26, 2019

The developer ignores my questions, he doesn’t care how his product works. 😡

@yozoon
Copy link
Owner

yozoon commented Oct 26, 2019

Are you using the Xorg or Wayland session?

@webmastak
Copy link
Author

Xorg

@webmastak
Copy link
Author

webmastak commented Aug 3, 2020

GNOME Shell 3.36
It's been almost a year since the issue was filed.
Blur is still reset if you are in a review when the desktop wallpaper changes!!!!!! 😡

@webmastak
Copy link
Author

webmastak commented Oct 22, 2020

The author didn't give a damn about this problem 😡

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants