Skip to content

Conversation

@ewlsh
Copy link
Collaborator

@ewlsh ewlsh commented May 28, 2022

Since https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/49b9ae08d81345e17b7b7794709a374d5d57e058, our show apps icon implementation has been triggering errors due to a missing forcedHighlight implementation, this is a refactor to better align show apps with upstream code.

else
this._source._dot.hide();
// else
// this._source._dot.hide();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block makes the dot always visible, seems like debug leftover

showLabel: false,
createIcon: this._createIcon.bind(this),
});
this.icon.y_align = Clutter.ActorAlign.CENTER;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have my dock in left panel mode, and I believe this CENTER change is the reason my icon is no longer at the end (bottom). Could that orientation be detected here?

(I'm here because Fedora applied your patch to its package.)

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.

4 participants