Ubuntu Mate 18.04 build.
Posted: Sat Dec 15, 2018 11:27 am
So friends ... let's talk about Ubuntu 18.04 "Core" and its further transformation into Mate.
Next, I will point out all the steps to get a normally functioning (of course, this is quite a bold expression) PC with the "Mate" desktop. So start:
$ sudo apt-get update
$ sudo apt-get install bash-completion
$ sudo reboot
$ sudo service hostapd stop
$ sudo apt-get autoremove hostapd
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
At this stage, we updated the system and removed the buggy HOSAPD, which in future will bring only disappointment)
Let's start installing the MATE working environment:
$ sudo apt-get install ubuntu-mate-desktop
$ sudo reboot
After a reboot, we will encounter some errors, they are easily corrected:
"org.freedesktop.DBus.Error.Spawn.ExecFailed" - ERROR 1
$ sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
$ sudo chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper
$ sudo reboot
"org.freedesktop.DBus.Error.Spawn.PermissionsInvalid" - ERROR 2
$ sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
And there seems to be no more errors, but shortcuts or folders are not displayed on the desktop, this is treated by installing the following packages:
$ sudo apt-get install xserver-common
$ sudo apt-get install xserver-xorg-core
$ sudo apt-get install xserver-xorg-legacy
$ sudo reboot
Next you need to remove or add the necessary software, just for you.
Sincerely, Pavel.
Next, I will point out all the steps to get a normally functioning (of course, this is quite a bold expression) PC with the "Mate" desktop. So start:
$ sudo apt-get update
$ sudo apt-get install bash-completion
$ sudo reboot
$ sudo service hostapd stop
$ sudo apt-get autoremove hostapd
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
At this stage, we updated the system and removed the buggy HOSAPD, which in future will bring only disappointment)
Let's start installing the MATE working environment:
$ sudo apt-get install ubuntu-mate-desktop
$ sudo reboot
After a reboot, we will encounter some errors, they are easily corrected:
"org.freedesktop.DBus.Error.Spawn.ExecFailed" - ERROR 1
$ sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
$ sudo chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper
$ sudo reboot
"org.freedesktop.DBus.Error.Spawn.PermissionsInvalid" - ERROR 2
$ sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
And there seems to be no more errors, but shortcuts or folders are not displayed on the desktop, this is treated by installing the following packages:
$ sudo apt-get install xserver-common
$ sudo apt-get install xserver-xorg-core
$ sudo apt-get install xserver-xorg-legacy
$ sudo reboot
Next you need to remove or add the necessary software, just for you.
Sincerely, Pavel.