4

I am running Ubuntu 20.04, I followed the instructions of how to install Vnc via page below: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04

Everything is working fine except I am missing my minimize/maximize/close buttons.

enter image description here

I've followed many threads that suggest using the Gnome Tweak tool and even running the command below through terminal

gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"

Nothing seems to work.

Note: that this only occurs while I am remotely accessing my computer through VNC. My actual Ubuntu desktop does not have this problem.

Lorenz Keel
  • 9,511
Mike
  • 41

1 Answers1

7

This has been fixed in groovy.

Download xfwm4_4.14.5-1_amd64.deb from https://launchpad.net/ubuntu/groovy/amd64/xfwm4/4.14.5-1

sudo dpkg -i xfwm4_4.14.5-1_amd64.deb

reboot

Andrew Cox
  • 71
  • 2