使用 xrdp 和 mate 时面板加载时遇到问题“IndicatorAppletCompleteFactory::IndicatorAppletComplete”错误

使用 xrdp 和 mate 时面板加载时遇到问题“IndicatorAppletCompleteFactory::IndicatorAppletComplete”错误

我正在运行来自 AWS 的 Ubuntu 20.04 映像:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:        20.04
Codename:       focal

我已经在这个实例上安装了 xrdp 和 mate:

# Install xrdp
sudo apt-get install xrdp=0.9.12-1 -y

# Install mate
sudo apt-get install mate-desktop-environment=1.24.0+1 -y

# Configure xrdp to use mate
echo "mate-session" > $HOME/.xsession

当我登录时,我看到这个窗口:

在此处输入图片描述

我该如何修复这个错误?

答案1

我通过安装解决了这个问题mate-desktop-environment-extras

$ sudo apt-get install mate-desktop-environment-extras=1.24.0+1 -y

相关内容