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

How do I determine the number of rows and columns in a gnome-terminal window while resizing?

I’m running Fedora 21 which comes with gnome 3.14. In older versions, when I resized a terminal, a little box would appear that showed the dimensions of the terminal (in columns and rows, not pixels; defaulting to 24×80). Now when I resize the terminal, this box doesn’t appear. How do I re-enable this feature, or … Read more