我安装了平板电脑来运行一个应用程序。由于它没有完全工作,所以我使用以下命令删除了它:
sudo apt remove flatpak重新启动时,我将得到下面的错误。有一个OK按钮,但我不能点击它,甚至无法到达桌面。鼠标不工作,键盘也不工作。
我在运行Ubuntu 19.04。以下是错误:
Error found when loading /etc/profile:
/etc/profile.d/flatpak.sh: line25: flatpak: command not found
As a result the session will not be configured correctly.
You should fix the problem as soon as feasibile.发布于 2019-06-01 19:41:17
您可以尝试通过清除再次删除它。
sudo apt-get purge flatpak或删除它的剩菜
sudo rm /etc/profile.d/flatpak.sh
sudo rm /etc/X11/Xsession.d/20flatpak然后重新启动。
https://askubuntu.com/questions/1147920
复制相似问题