linuxmint / mint19.3-beta

BETA Bug Squah Rush
10 stars 3 forks source link

Bookmarks reversed in Places section of Cinnamon menu #13

Closed ghost closed 4 years ago

ghost commented 4 years ago

Running the 19.3 Beta of Linux Mint Cinnamon, and the order of the bookmarks etc. is reversed in the Places section of the Menu (see attachment). They are in the correct order in Nemo, and I have not added to or altered them. Places

xenopeek commented 4 years ago

I can confirm that.

Editing the file /usr/share/cinnamon/applets/menu@cinnamon.org/applet.js on my system and on line 2119 replacing: this.applicationsBox.insert_child_below(button.actor, sibling); with this.applicationsBox.insert_child_above(button.actor, sibling); and then restarting Cinnamon fixes the issue.

Looking at the code around line 2119, is the Util.each(Main.placesManager.getAllPlaces() … loop passing the places in reverse order?