I have re-installed mate desktop environment, but this issue persists. No panels, no menu.Hotkeys are responsive and GUI applications load without issue.
dconf editor browses the panel without complaint.
There is this:
mate-panel --reset
mate-panel: symbol lookup error: mate-panel: undefined symbol: matemenu_tree_unref
And from the journal this:
WARNING: Unable to find provider 'mate-panel' of required component 'panel'
For N0rbert
apt-cache policy mate-panel python-mate-menu libmate-menu2
mate-panel:
Installed: 1.20.1-3ubuntu1
Candidate: 1.20.1-3ubuntu1
Version table:
*** 1.20.1-3ubuntu1 500
500 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
python-mate-menu:
Installed: 1.20.0-2
Candidate: 1.20.0-2
Version table:
*** 1.20.0-2 500
500 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
libmate-menu2:
Installed: 1.20.0-2
Candidate: 1.20.0-2
Version table:
*** 1.20.0-2 500
500 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
After re-installing the packages referenced:
mate-panel --replace
mate-panel: symbol lookup error: mate-panel: undefined symbol matemenu_tree_unref
cat .xsession-errors
I had archived and then emptied .xsession-errors before issuing the replace. After --replace the file is empty.
N0rbert asks is it a python issue? Note that we have mate-menu on board and will not uninstall
pip uninstall mate-menu
Not uninstalling mate-menu at /usr/lib/python2.7/dist-packages, outside
environment /usr
pip list
asn1crypto (0.24.0)
autokey (0.90.4)
backports.functools-lru-cache (1.5)
cajarename (17.3.28)
configobj (5.0.6)
cryptography (2.1.4)
cycler (0.10.0)
duplicity (0.7.17)
enum34 (1.1.6)
fasteners (0.12.0)
folder-color-common (0.0.86)
funcsigs (1.0.2)
idna (2.6)
ipaddress (1.0.17)
keyring (10.6.0)
keyrings.alt (3.0)
kiwisolver (1.0.1)
lockfile (0.12.2)
mate-menu (18.4.3)
mock (2.0.0)
monotonic (1.0)
pbr (3.1.1)
pip (9.0.1)
pycairo (1.16.2)
pycrypto (2.6.1)
pygobject (3.26.1)
pyinotify (0.9.6)
pyparsing (2.2.0)
python-dateutil (2.7.2)
python-xlib (0.20)
pytz (2018.4)
pyxdg (0.25)
SecretStorage (2.3.1)
setproctitle (1.1.10)
setuptools (39.0.1)
simplejson (3.13.2)
six (1.11.0)
subprocess32 (3.2.7)
wheel (0.30.0)
X-Tile (2.5.1)
apt-cache policy mate-panel python-mate-menu libmate-menu2
to the question. – N0rbert Jun 28 '18 at 20:52sudo apt-get install --reinstall mate-panel python-mate-menu libmate-menu2
and then try to relaunch MATE Panel withmate-panel --replace &
and post error output here (look~/.xsession-errors
). – N0rbert Jun 28 '18 at 21:24pip list
to the question. On clean system the output is empty (and does not contain MATE-related components). – N0rbert Jun 28 '18 at 22:15pip list
. So I do not have more ideas. But you can check system integrity withdebsums
. – N0rbert Jun 29 '18 at 10:37