Skip to content

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

Open
ewlsh wants to merge 1 commit intomasterfrom
ewlsh/gnome-42-show-apps-icon
Open

Draft: Update show apps icon for GNOME 42 changes#1759
ewlsh wants to merge 1 commit intomasterfrom
ewlsh/gnome-42-show-apps-icon

Conversation

@ewlsh
Copy link
Copy Markdown
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.

Comment thread appIconIndicators.js
else
this._source._dot.hide();
// else
// this._source._dot.hide();
Copy link
Copy Markdown

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

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

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