I'm on Xubuntu 14.04.
I ran sudo apt-get install unity
. It ran successfully.
But when I log out, I don't get the option to log in again with Unity. This is what I see:
I have tried rebooting. Did I miss something?
I'm on Xubuntu 14.04.
I ran sudo apt-get install unity
. It ran successfully.
But when I log out, I don't get the option to log in again with Unity. This is what I see:
I have tried rebooting. Did I miss something?
The sessions typically are listed on the login screen if they are read from .desktop
files provided in /usr/share/xsessions
folder.
On my system ( default Unity desktop ) I have the following ubuntu.desktop
file :
[Desktop Entry]
Name=Ubuntu
Comment=This session logs you into Ubuntu
Exec=gnome-session --session=ubuntu
TryExec=unity
Icon=
Type=Application
X-LightDM-DesktopName=Unity
X-Ubuntu-Gettext-Domain=gnome-session-3.0
I suggest you add the following file , but remove the Icon=
part and perhaps X-LightDM-DesktopName=Unity
ubuntu.desktop
in my /usr/share/xsessions
folder and paste that text into it? (except for the lines you mentioned?)
– Fiksdal
May 11 '16 at 09:24
compizconfig-settings-manager
and find the Unity
plugin. click on that, and there will be an option to the left to enable it. Do that. In reality , Unity is just a plugin for compiz
. From time to time it just crashes for whatever reason and you have to reenable that plugin. No more no less - Unity is just a plugin
– Sergiy Kolodyazhnyy
May 11 '16 at 09:49
ubuntu-desktop
instead, and it worked. The thing is, though, I still had to wait for a while in the state where there was just the wallpaper and cursor. This doesn't really surprise me, as the resources of the system are extremely limited. So what I'm thinking is, maybe with the method that you gave the same thing would have happened, if I would have just waited through it instead of doing a restart, it would have worked. So I'm accepting and upvoting this answer. Is that alright? I'm not sure it would have worked.
– Fiksdal
May 11 '16 at 12:25
ubuntu-desktop
basically gives you the same environment as the default Ubuntu , so I see nothing wrong with that if you're not against the boot theme being changed. I'm sure we could have figured it out eventually ,but as long as everything works and everybody is happy - that's all that matters. Enjoy Unity ! :) Let me know if you'd be interested in some of the scripts i wrote for it
– Sergiy Kolodyazhnyy
May 11 '16 at 13:04
Try:
sudo apt-get --purge remove unity
Then reinstall unity BUT THIS TIME WHILE INSTALLING IF A SCREEN POPS UP ASKING YOU TO CHOOSE BETWEEN "LIGHTDM" AND SOMETHING ELSE, CHOOSE "LIGHTDM".
sudo dpkg-reconfigure lightdm
– Sergiy Kolodyazhnyy
May 11 '16 at 09:28
lightdm
, so you won't have other choices there. If you install gnome
, then sure, you will have another option. This however is also pointless because it changes which login screen you see by default, it doesn't affect the session options , AFAIK.
– Sergiy Kolodyazhnyy
May 11 '16 at 09:45
stat /usr/share/xsessions/ubuntu.desktop
andwhich unity
tell you ? – Sergiy Kolodyazhnyy May 11 '16 at 08:38stat: cannot stat ‘/usr/share/xsessions/ubuntu.desktop’: No such file or directory
and/usr/bin/unity
respectively. – Fiksdal May 11 '16 at 08:55