You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cjs-Message: 16:11:26.985: JS LOG: [LookingGlass/warning] Invalid or null signal handler id used when attempting to .disconnect from an object.
overrideDumpStack/global.dump_gjs_stack@/usr/share/cinnamon/js/ui/overrides.js:99:42
overrideGObject/GObject.Object.prototype.disconnect@/usr/share/cinnamon/js/ui/overrides.js:121:20
set@/home/william/.local/share/cinnamon/extensions/slider@mohammad-sn/extension.js:260:27
_get_detail_then_set@/home/william/.local/share/cinnamon/extensions/slider@mohammad-sn/extension.js:227:26
Issue
The extension does not seem to be executing properly once loaded. The workspaces indeed switch, but there is no animation.
All open windows are on the same workspace, but only the group of windows associated with a given workspace are focusable (i.e. All the windows are on the same desktop, but I can only click the windows "in" workspace 1 if I'm also "in" workspace 1 , in 2 I can only click the ones in 2, etc. When I try to switch to another workspace, there's no animation, but I can select and interact with a different group of open windows. The previous group of open windows -though still open and visible- stop registering clicks, like they're just part of the wallpaper.)
Steps to reproduce
This happens whenever I try turning on the extension. It may be something about my own setup, if this isn't happening for anyone else then I'm not sure what steps might be taken.
Other information
Seems like it's grabbing images of the windows, throwing them up on the screen to animate them, but then something causes the animation to fail, and the screen-grab images remain up in the background even after arriving in the new workspace.
(Hopefully that's useful, but may be redundant/obvious)
The text was updated successfully, but these errors were encountered:
Version: 0.7
Build date: 2021-04-12 15:23:19
Cinnamon version: 4.8.6
Distribution: Linux Mint 20.1
Graphics Card: NVIDIA Corporation GM206 [GeForce GTX 950]
Driver: nvidia-driver-450 (version 450.119.03-0ubuntu0.20.04.1)
potentially relevant excerpts from ~/.xsession-errors: (just from ctrl-F "slider")
(also appearing, but probably not related: )
Notify author of extension
@mohammad-sn
Issue
The extension does not seem to be executing properly once loaded. The workspaces indeed switch, but there is no animation.
All open windows are on the same workspace, but only the group of windows associated with a given workspace are focusable (i.e. All the windows are on the same desktop, but I can only click the windows "in" workspace 1 if I'm also "in" workspace 1 , in 2 I can only click the ones in 2, etc. When I try to switch to another workspace, there's no animation, but I can select and interact with a different group of open windows. The previous group of open windows -though still open and visible- stop registering clicks, like they're just part of the wallpaper.)
Steps to reproduce
This happens whenever I try turning on the extension. It may be something about my own setup, if this isn't happening for anyone else then I'm not sure what steps might be taken.
Other information
Seems like it's grabbing images of the windows, throwing them up on the screen to animate them, but then something causes the animation to fail, and the screen-grab images remain up in the background even after arriving in the new workspace.
(Hopefully that's useful, but may be redundant/obvious)
The text was updated successfully, but these errors were encountered: