Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Update show apps icon for GNOME 42 changes #1759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

3 participants