Skip to content

WIP: Fix errors and unstability when using --replace

Rastersoft requested to merge fix_error_with_replace into master

When the user calls "gnome-shell --replace", the system shows several errors and become unstable. This seems to be because there remains a signal connected to desktopManager ("selected" signal).

This patch fixes this by disconnecting that signal when the desktopManager object is destroyed.

Fixes #47 (closed)

Edited by Rastersoft

Merge request reports