The top panel and Unity
launcher have disappeared in Ubuntu 14.04. Also cannot access the terminal via Ctrl+Alt+T.
I have tried every solution for this issue that I can find, from re-installing unity and compiz to resetting Unity and everything. I've gone into the compiz manager and reactivated Unity.
Nothing has worked.
When trying to reset Unity, or do anything with it really, I get this message
(process:6332): dconf-WARNING **: failed to commit changes to dconf: Could not connect: Connection refused
EDIT:
Installed 14.04 a day ago. The issue happened after a reboot. After installing virtual Box
export DISPLAY=:0
on a separate tty, following the procedure outlined in http://askubuntu.com/questions/457016/how-to-change-gsettings-via-remote-shell to set theDBUS_SESSION_BUS_ADDRESS
variable and finally runningdconf reset -f /org/compiz/
did the trick for me. – Janaka Bandara Nov 27 '14 at 01:13sudo
group. I've now logged into the new account (where the GUI is fine) and have usedsu
to get into my original account. I'm wondering if its possible to copy the GUI setup from the new user to my old one? If so, what should I copy? – gone Jul 31 '15 at 17:18export DISPLAY=:0
sudo dconf reset -f /org/compiz/
setsid unity
– Djomla Oct 19 '15 at 09:39source
do I have to specify? – Arch Stanton Dec 24 '15 at 12:40source ./filename.sh
from http://askubuntu.com/questions/457016/how-to-change-gsettings-via-remote-shell ? I can't remember exactly, but probably I just copied and pasted the content in a tty rather than creating a new file to besource
d :) – Janaka Bandara Dec 25 '15 at 02:52monitors.xml
in/home/user_name/.config/
. Happy holydays! :-) – Arch Stanton Dec 25 '15 at 18:12sudo apt-get -f upgrade
– collimarco May 14 '16 at 09:15