Ubuntu 17.10 secondary display issue, missing menubar, launcher and bar on top of the screen displays date time and network status missing

57,080

Solution 1

I think its simpler than that. Just set "show on" to "All displays" in the Dock settings on Ubuntu 17.10:

screen

Solution 2

You might try enabling the "multi-monitors-add-on".

Follow the directions given here: https://www.maketecheasier.com/extend-gnome-3-panel-dual-monitors/,

Reproduced Here for convenience:

git clone https://github.com/spin83/multi-monitors-add-on.git
cd multi-monitors-add-on
cp -r multi-monitors-add-on@spin83 ~/.local/share/gnome-shell/extensions

Relaunch Gnome Shell by typing "Alt+F2", then typing "r" and pressing enter

Make sure you have gnome-tweak-tool

sudo apt install gnome-tweak-tool

Then open "tweaks" (gnome-tweak-tool), click on the "extensions", and then enable "Multi monitors add-on"

NB this Also works for Ubuntu 18.04...

Solution 3

I have the same problem. So far I was able to enable the launcher on every screen. To do that you need to go to Settings -> Dock and pick "All displays" for "Show on" setting.

Solution 4

Install the Gnome Tweak Tool:

sudo apt install gnome-tweak-tool

Then launch it

gnome-tweak-tool

Or get to it by searching for "tweak" in the "Show Applications" area.

Bottom left will be a "workspaces" tab where you can tweak your workspaces. I found what I was looking for there.

enter image description here

Solution 5

I am not entirely sure if what I will suggest is helpful for the very specific question, but I hope it is helpful to other users.

After upgrading some pcs from Ubuntu Gnome 17.04 to Ubuntu 17.10 with dual monitors, it occurred to me that the monitor order and the primary monitor gets changed from the first monitor to the second.

This configuration can be found in the new Ubuntu in Settings, Devices, Displays:

Ubuntu 17.10 Monitor settings

You can drag-drop to reorder the displays, and there is a small area below labelled 'Primary Display' which is not very obvious that is clickable.

Share:
57,080

Related videos on Youtube

user3227126
Author by

user3227126

Updated on September 18, 2022

Comments

  • user3227126
    user3227126 over 1 year

    Installed Ubuntu 17.10 today, menubar, launcher and the bar which indicates time/date/network connection status are missing.

    I am using the secondary display and connecting the laptop to the secondary. Even without the secondary display, the top bar on the screen and launcher are missing. When secondary is enabled and laptop display is disabled,there is no menu bar, launcher and bar at the screen top are also missing.

    In Ubuntu 17.04 if we disable built-in-display and enable secondary display it works fine. How can I fix it in Ubuntu 17.10?

  • Leonardo Castro
    Leonardo Castro over 6 years
    Isn't it "https:" instead of "git:"?
  • N.B.
    N.B. over 6 years
    It certainly is. I'm not sure how that happened. Edit: fixed
  • Dan
    Dan over 6 years
    Maybe I have a GNOME extension which disables it, but I don't have the Dock menu item in my settings.
  • fer0x
    fer0x about 6 years
    Hey @Dan try this answer : askubuntu.com/questions/967590/…
  • IanDess
    IanDess about 6 years
    This is only for the "Dock", the top bar (which shows time/date) is still shown on only one display. Any ideas?
  • Oliver Schönrock
    Oliver Schönrock almost 6 years
    just upgraded to ubuntu 18.04. followed above, but extension does not show in tweak tool?
  • Oliver Schönrock
    Oliver Schönrock almost 6 years
    made it work with: gnome-shell-extension-tool -e multi-monitors-add-on@spin83
  • Oliver Schönrock
    Oliver Schönrock almost 6 years
    Also works in combination with: github.com/deadalnix/pixel-saver
  • Henrique Ferrolho
    Henrique Ferrolho almost 6 years
    This works, well, sort of... App-indicators are missing, as well as the Wi-Fi, Volume, Battery, and Login/Logout/Shutdown dropdown menu.
  • Todd
    Todd over 5 years
    confirmed this is still the way to achieve this in 18.04 LTS
  • Abhi
    Abhi almost 5 years
    Exactly what I was looking for. Thanks!!!
  • Shital Shah
    Shital Shah over 4 years
    This doesn't show taskbar on all displays.
  • Jordan
    Jordan over 4 years
    that option is just in a different area. I always configure the taskbar to show on all displays as well.
  • Kareem Jeiroudi
    Kareem Jeiroudi over 3 years
    I think it's called gnome-tweaks now on newer versions, no longer gnome-tweak-tool