Skip to content

Commit 25bccf6

Browse files
committed
Menu applet: Don't use start-here icon
It's branded with the distribution logo in many icon themes. Instead, ship the symbolic ourselves and refer to it. linuxmint/mint21.1-beta#84
1 parent 6399136 commit 25bccf6

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed
Lines changed: 39 additions & 0 deletions
Loading

files/usr/share/cinnamon/applets/[email protected]/applet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {
26642664
this._applicationsButtons = [];
26652665

26662666
if (!this._allAppsCategoryButton) {
2667-
this._allAppsCategoryButton = new CategoryButton(this, null, _("All Applications"), "start-here", true);
2667+
this._allAppsCategoryButton = new CategoryButton(this, null, _("All Applications"), "cinnamon-all-applications", true);
26682668
this.categoriesBox.add_actor(this._allAppsCategoryButton.actor);
26692669
this._categoryButtons.push(this._allAppsCategoryButton);
26702670
}

0 commit comments

Comments
 (0)