when the windowmanager not starting you can use: sudo startdde The Command in the Post from Fauzan is not right. (sudo dpkg --reconfigure -a) https://sourceforge.net/p/ubuntudde/discussion/bugs/thread/4efbd89a66/#2bf7 sudo dpkg-reconfigure <package> Reconfigured a installed not configured package</package> sudo dpkg --configure -a fixes errors with interrupted installation processes sudo apt install -f fixes minor dependency issues
you can hide the .desktop file in autostart to fix the Problem.
the text.so is a broken package. you can make this to fix it: sudo apt purge --no-install-suggests ubuntudde-icon-theme && sudo apt purge --no-install-suggests ubuntudde-plymouth-logo && sudo apt purge --no-install-suggests ubuntudde-plymouth-text && sudo apt install -f --fix-missing --fix-broken --fix-policy ubuntudde-dde && sudo apt install -f --fix-missing --fix-broken --fix-policy ubuntudde-dde-extras && sudo apt install -f --fix-missing --fix-broken --fix-policy ubuntudde-desktop && sudo apt...