2

I have installed the latest Ubuntu version obtained on the website. but when using it i have notice that in the file explorer the menu and title bar are not visible.

is this because they have been removed or is there anyway to get them back???

  • 1
    Please be specific when asking questions; the site offers the latest release which currently is Ubuntu 21.10 (2021-October release); also the latest LTS which is four releases ago and currently Ubuntu 20.04.3 LTS (ie. a re-spin of the 2020-April release), but also many other products (including latest daily products of 20.04.4, jammy & more). The term latest is rather vague. – guiverc Dec 30 '21 at 21:15
  • valid question for ubuntu mate 20.04! – centurian Feb 28 '23 at 11:15

2 Answers2

4

Yes, they have been removed. Gnome has moved to a different look, without title and menu bars. The main menu is now hidden under the button with the "hamburger" .

No, there is no way of returning to the old paradigm less than changing desktop environments and/or applications. Many other graphical file managers maintain the traditional menu bars and legacy title bars, e.g. thunar, caja. Forks of core gnome applications exist with the aim to preserve these, e.g. the Mate desktop has Pluma, forked from the text editor Gedit, Atril, forked from PDF viewer Evince, "Eye of Mate" forked from the photo viewer "Eye of Gnome"... Also the people over at Linux Mint foster legacy title and menu bars in forks of these applications under the project XApps. They have "xed" as editor, "xreader" as PDF viewer, "xviewer" as photo viewer, ...

These applications can be installed in the default Ubuntu desktop, although fully integrating a different file manager is quite a challenge. If you value the legacy menu bars and title bars, moving to Mate desktop probably makes most sense within the Ubuntu ecosystem.

vanadium
  • 88,010
-1

You can install Cinnamon's nemo which is a much better file manager.

Feature-rich, easy to customise, plenty of plugins around, nice bulk rename, split client area, tabs, etc...

The installation is as easy as

sudo apt install nemo

enter image description here

Delete
  • 718