Skip to content

Conversation

collinss
Copy link
Member

This fixes a bug in which disabling an applet with a uuid that is a sub-string of another uuid will cause both to be disabled. For example, disabling window-list@cinnamon.org will incorrectly cause any instances of grouped-window-list@cinnamon.org to also be removed.

Fixes #8282

This fixes a bug in which disabling an applet with a uuid that is a
sub-string of another uuid will cause both to be disabled. For
example, disabling window-list@cinnamon.org will incorrectly cause
any instances of grouped-window-list@cinnamon.org to also be removed.
@clefebvre clefebvre merged commit 6707d8d into linuxmint:master Mar 11, 2019
@collinss collinss deleted the fix-gwl-removal branch March 11, 2019 16:16
collinss added a commit to collinss/cinnamon that referenced this pull request Mar 20, 2019
This was broken by linuxmint#8309 which fixed an issue with applets but the
fix didn't consider that desklets and extensions use a slightly
different format for the gsettings key. This commit adds handling
for all extension types.
clefebvre pushed a commit that referenced this pull request Mar 20, 2019
This was broken by #8309 which fixed an issue with applets but the
fix didn't consider that desklets and extensions use a slightly
different format for the gsettings key. This commit adds handling
for all extension types.
clefebvre pushed a commit that referenced this pull request Jun 5, 2019
…8309)

This fixes a bug in which disabling an applet with a uuid that is a
sub-string of another uuid will cause both to be disabled. For
example, disabling window-list@cinnamon.org will incorrectly cause
any instances of grouped-window-list@cinnamon.org to also be removed.
clefebvre pushed a commit that referenced this pull request Jun 5, 2019
This was broken by #8309 which fixed an issue with applets but the
fix didn't consider that desklets and extensions use a slightly
different format for the gsettings key. This commit adds handling
for all extension types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing Window-List applet via Applet Settings GUI also removes all instances of the Grouped-Window-List
2 participants