How can I add an application to the Favorites section of the Applications menu in CentOS 7?

I have created a custom application entry in the applications menu for Eclipse as follows in a file /usr/share/applications/eclipse.desktop as follows [Desktop Entry] Version=1.0 Name=Eclipse Exec=/usr/local/eclipse/eclipse Terminal=false Type=Application StartupNotify=true Categories=X-Red-Hat-Extra;Application;Development; X-Desktop-File-Install-Version=0.15 Icon=/usr/local/eclipse/icon.xpm This now appears fine in the Programming section of the Applications menu. How can I add it to the Favorites section? Answers: Thank … Read more