So I want to try Gnome Environment and XFCE Environment, So I installed Both of them But I Did Disable Unity Plug-ings. But some How I managed to Uninstalled Both Environment and Got back my Unity. But
There is Still Gnome Logo loading when ubuntu Boots up.
after Sufering In desktop and opening apps it's goes ok but after few minutes when I Minimize or try to close some process suddenly My Ubuntu Freezes Until I Press CTRL+ALT+DEL it gets normal again.
Please Need Smooth Running for my Ubuntu HELP.
dpkg -l | grep plymouth
to list currently installed plymouth related applications. usesudo apt-get remove
orsudo apt-get purge
followed by the app to uninstall to get rid of whatever it is you want to uninstall. – mchid Dec 10 '14 at 15:38sudo update-alternatives --config default.plymouth
make your selection and then runsudo update-initramfs -u
the changes will show next boot. – mchid Dec 10 '14 at 15:49