Ubuntu 16.04 - Unity doesn't load - no Launcher or Dash appears
UPDATE: None of the provided answer to this date (2017.10.16) have helped me solve the problem, so in a fair world no one should get the bounty. I should emphasis that the provided answer were either not in the direction of answering the question (like those who suggested installing Gnome) or their suggestion didn't work on the computer that I have this issue on. Nevertheless i appreciate the time and effort they have put into this.
This might look like a duplicate post but IT'S NOT since none of the suggestions and solutions in other posts worked in my case.
Problem description:
Everything was going fine but I faces some sort of lags, so I rebooted the computer and after logging in to my account, Unity didn't load properly. I rebooted multiple times and ... Nothing.
What I did:
I tried all the solutions and suggestion out there an none of the solutions out there worked. Things like:
the top 10 suggestions here:
Unity doesn't load, no Launcher, no Dash appears
or
unity-tweak-tool --reset-unity
or
unity --reset-icons
or
unity --reset
or
gconftool --shutdown
sudo killall -r -I gconf
sudo killall -r -I dconf
rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*
My Idea and question:
Based on a suggestion of my friend, I tried to login with another user and it worked! everything was fine, which narrowed down that some settings in my account is corrupted!
The question is, Which files should I transfer from the other account that Unity works fine on to my own account?
When I try to run Unity from terminal I get the following:
$unity
unity-panel-service stop/waiting
unity7 stop/waiting
unity-panel-service start/running, process 6549
unity7 start/running, process 6648
16.04 unity launcher unity-dash
add a comment |
UPDATE: None of the provided answer to this date (2017.10.16) have helped me solve the problem, so in a fair world no one should get the bounty. I should emphasis that the provided answer were either not in the direction of answering the question (like those who suggested installing Gnome) or their suggestion didn't work on the computer that I have this issue on. Nevertheless i appreciate the time and effort they have put into this.
This might look like a duplicate post but IT'S NOT since none of the suggestions and solutions in other posts worked in my case.
Problem description:
Everything was going fine but I faces some sort of lags, so I rebooted the computer and after logging in to my account, Unity didn't load properly. I rebooted multiple times and ... Nothing.
What I did:
I tried all the solutions and suggestion out there an none of the solutions out there worked. Things like:
the top 10 suggestions here:
Unity doesn't load, no Launcher, no Dash appears
or
unity-tweak-tool --reset-unity
or
unity --reset-icons
or
unity --reset
or
gconftool --shutdown
sudo killall -r -I gconf
sudo killall -r -I dconf
rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*
My Idea and question:
Based on a suggestion of my friend, I tried to login with another user and it worked! everything was fine, which narrowed down that some settings in my account is corrupted!
The question is, Which files should I transfer from the other account that Unity works fine on to my own account?
When I try to run Unity from terminal I get the following:
$unity
unity-panel-service stop/waiting
unity7 stop/waiting
unity-panel-service start/running, process 6549
unity7 start/running, process 6648
16.04 unity launcher unity-dash
1
Which files should you transfer? no idea, but try resetting dconf. First backup withdconf dump / > dconf.bak
. Then reset withdconf reset -f /
if it didn't worked, you can restore it withdconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).
– eridani
Oct 13 '17 at 21:28
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05
add a comment |
UPDATE: None of the provided answer to this date (2017.10.16) have helped me solve the problem, so in a fair world no one should get the bounty. I should emphasis that the provided answer were either not in the direction of answering the question (like those who suggested installing Gnome) or their suggestion didn't work on the computer that I have this issue on. Nevertheless i appreciate the time and effort they have put into this.
This might look like a duplicate post but IT'S NOT since none of the suggestions and solutions in other posts worked in my case.
Problem description:
Everything was going fine but I faces some sort of lags, so I rebooted the computer and after logging in to my account, Unity didn't load properly. I rebooted multiple times and ... Nothing.
What I did:
I tried all the solutions and suggestion out there an none of the solutions out there worked. Things like:
the top 10 suggestions here:
Unity doesn't load, no Launcher, no Dash appears
or
unity-tweak-tool --reset-unity
or
unity --reset-icons
or
unity --reset
or
gconftool --shutdown
sudo killall -r -I gconf
sudo killall -r -I dconf
rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*
My Idea and question:
Based on a suggestion of my friend, I tried to login with another user and it worked! everything was fine, which narrowed down that some settings in my account is corrupted!
The question is, Which files should I transfer from the other account that Unity works fine on to my own account?
When I try to run Unity from terminal I get the following:
$unity
unity-panel-service stop/waiting
unity7 stop/waiting
unity-panel-service start/running, process 6549
unity7 start/running, process 6648
16.04 unity launcher unity-dash
UPDATE: None of the provided answer to this date (2017.10.16) have helped me solve the problem, so in a fair world no one should get the bounty. I should emphasis that the provided answer were either not in the direction of answering the question (like those who suggested installing Gnome) or their suggestion didn't work on the computer that I have this issue on. Nevertheless i appreciate the time and effort they have put into this.
This might look like a duplicate post but IT'S NOT since none of the suggestions and solutions in other posts worked in my case.
Problem description:
Everything was going fine but I faces some sort of lags, so I rebooted the computer and after logging in to my account, Unity didn't load properly. I rebooted multiple times and ... Nothing.
What I did:
I tried all the solutions and suggestion out there an none of the solutions out there worked. Things like:
the top 10 suggestions here:
Unity doesn't load, no Launcher, no Dash appears
or
unity-tweak-tool --reset-unity
or
unity --reset-icons
or
unity --reset
or
gconftool --shutdown
sudo killall -r -I gconf
sudo killall -r -I dconf
rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*
My Idea and question:
Based on a suggestion of my friend, I tried to login with another user and it worked! everything was fine, which narrowed down that some settings in my account is corrupted!
The question is, Which files should I transfer from the other account that Unity works fine on to my own account?
When I try to run Unity from terminal I get the following:
$unity
unity-panel-service stop/waiting
unity7 stop/waiting
unity-panel-service start/running, process 6549
unity7 start/running, process 6648
16.04 unity launcher unity-dash
16.04 unity launcher unity-dash
edited Jan 23 '18 at 9:43
Mehrad Mahmoudian
asked Oct 6 '17 at 11:04
Mehrad MahmoudianMehrad Mahmoudian
240415
240415
1
Which files should you transfer? no idea, but try resetting dconf. First backup withdconf dump / > dconf.bak
. Then reset withdconf reset -f /
if it didn't worked, you can restore it withdconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).
– eridani
Oct 13 '17 at 21:28
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05
add a comment |
1
Which files should you transfer? no idea, but try resetting dconf. First backup withdconf dump / > dconf.bak
. Then reset withdconf reset -f /
if it didn't worked, you can restore it withdconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).
– eridani
Oct 13 '17 at 21:28
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05
1
1
Which files should you transfer? no idea, but try resetting dconf. First backup with
dconf dump / > dconf.bak
. Then reset with dconf reset -f /
if it didn't worked, you can restore it with dconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).– eridani
Oct 13 '17 at 21:28
Which files should you transfer? no idea, but try resetting dconf. First backup with
dconf dump / > dconf.bak
. Then reset with dconf reset -f /
if it didn't worked, you can restore it with dconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).– eridani
Oct 13 '17 at 21:28
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05
add a comment |
3 Answers
3
active
oldest
votes
Assuming you can access the terminal, have you considered downloading and switching to another desktop environment? Recently I had a very similar problem with compiz/unity and the only solution was switching to GNOME 3. If you don't really care that much about the GUI, maybe that's the way to go.
So you can access your account and you can log into other accounts without any problem. I'm just guessing but maybe it's worth a try.
sudo apt-get install ubuntu-gnome-desktop
By the way, It can be a great moment to getting to know GNOME because the next LTS Ubuntu release will have it as default, from what I've heard.
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
add a comment |
Probably a disabled installation here at your desktop.
You could try to solve this with:
sudo apt-get update
then
sudo apt-get install --reinstall lightdm ubuntu-desktop
It can happen that there appears a query, which display-manager you want to set as main display-manager ---> so simply choose then lightdm.
Hope this helps. Here you can find more explanations about lightdm:
https://wiki.ubuntu.com/LightDM
And here more explanations about unity:
https://wiki.ubuntu.com/unity
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
add a comment |
This just happens on my 16.04. These steps worked for me (credit to It's FOSS):
- Press Ctrl+Alt+F1 to access the command.
- Use your normal username and password to login.
- Type
sudo apt update
- Type
sudo apt install --reinstall ubuntu-desktop
- Type
sudo shutdown -r now
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f962497%2fubuntu-16-04-unity-doesnt-load-no-launcher-or-dash-appears%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Assuming you can access the terminal, have you considered downloading and switching to another desktop environment? Recently I had a very similar problem with compiz/unity and the only solution was switching to GNOME 3. If you don't really care that much about the GUI, maybe that's the way to go.
So you can access your account and you can log into other accounts without any problem. I'm just guessing but maybe it's worth a try.
sudo apt-get install ubuntu-gnome-desktop
By the way, It can be a great moment to getting to know GNOME because the next LTS Ubuntu release will have it as default, from what I've heard.
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
add a comment |
Assuming you can access the terminal, have you considered downloading and switching to another desktop environment? Recently I had a very similar problem with compiz/unity and the only solution was switching to GNOME 3. If you don't really care that much about the GUI, maybe that's the way to go.
So you can access your account and you can log into other accounts without any problem. I'm just guessing but maybe it's worth a try.
sudo apt-get install ubuntu-gnome-desktop
By the way, It can be a great moment to getting to know GNOME because the next LTS Ubuntu release will have it as default, from what I've heard.
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
add a comment |
Assuming you can access the terminal, have you considered downloading and switching to another desktop environment? Recently I had a very similar problem with compiz/unity and the only solution was switching to GNOME 3. If you don't really care that much about the GUI, maybe that's the way to go.
So you can access your account and you can log into other accounts without any problem. I'm just guessing but maybe it's worth a try.
sudo apt-get install ubuntu-gnome-desktop
By the way, It can be a great moment to getting to know GNOME because the next LTS Ubuntu release will have it as default, from what I've heard.
Assuming you can access the terminal, have you considered downloading and switching to another desktop environment? Recently I had a very similar problem with compiz/unity and the only solution was switching to GNOME 3. If you don't really care that much about the GUI, maybe that's the way to go.
So you can access your account and you can log into other accounts without any problem. I'm just guessing but maybe it's worth a try.
sudo apt-get install ubuntu-gnome-desktop
By the way, It can be a great moment to getting to know GNOME because the next LTS Ubuntu release will have it as default, from what I've heard.
answered Oct 12 '17 at 21:56
pvaesrtdoepvaesrtdoe
414213
414213
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
add a comment |
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
I already did that, but that does not return my precious unity and is not an answer to my question which is which files I should copy from a healthy account. (since you mention it, I used moved from Fedora to Ubuntu because of Gnome3 back in the day. from the next LTS I will move to something else unless they get rid of all the terrible awful ugliness and roughness of Gnome3, probably KDE or Pantheon or worst case to MATE)
– Mehrad Mahmoudian
Oct 13 '17 at 11:57
1
1
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
I know it was not an answer to your question, I was just making sure you had considered other options. I don't know what " terrible awful ugliness and roughness of Gnome3" you are talking about, though.
– pvaesrtdoe
Oct 13 '17 at 14:55
1
1
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
Thank you @pvaesrtdoe, I was in crunchtime today and Ubuntu Unity, for no reasonable explanation borked completely as described by the OP. I tried many of the suggestions and none worked so I took your suggestion. I was fine with Unity, but in this case necessity is the motivator for me learning a new desktop environment. It's been very easy so far.
– Shai
Mar 8 '18 at 22:59
add a comment |
Probably a disabled installation here at your desktop.
You could try to solve this with:
sudo apt-get update
then
sudo apt-get install --reinstall lightdm ubuntu-desktop
It can happen that there appears a query, which display-manager you want to set as main display-manager ---> so simply choose then lightdm.
Hope this helps. Here you can find more explanations about lightdm:
https://wiki.ubuntu.com/LightDM
And here more explanations about unity:
https://wiki.ubuntu.com/unity
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
add a comment |
Probably a disabled installation here at your desktop.
You could try to solve this with:
sudo apt-get update
then
sudo apt-get install --reinstall lightdm ubuntu-desktop
It can happen that there appears a query, which display-manager you want to set as main display-manager ---> so simply choose then lightdm.
Hope this helps. Here you can find more explanations about lightdm:
https://wiki.ubuntu.com/LightDM
And here more explanations about unity:
https://wiki.ubuntu.com/unity
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
add a comment |
Probably a disabled installation here at your desktop.
You could try to solve this with:
sudo apt-get update
then
sudo apt-get install --reinstall lightdm ubuntu-desktop
It can happen that there appears a query, which display-manager you want to set as main display-manager ---> so simply choose then lightdm.
Hope this helps. Here you can find more explanations about lightdm:
https://wiki.ubuntu.com/LightDM
And here more explanations about unity:
https://wiki.ubuntu.com/unity
Probably a disabled installation here at your desktop.
You could try to solve this with:
sudo apt-get update
then
sudo apt-get install --reinstall lightdm ubuntu-desktop
It can happen that there appears a query, which display-manager you want to set as main display-manager ---> so simply choose then lightdm.
Hope this helps. Here you can find more explanations about lightdm:
https://wiki.ubuntu.com/LightDM
And here more explanations about unity:
https://wiki.ubuntu.com/unity
answered Oct 13 '17 at 19:35
dschinn1001dschinn1001
2,25931735
2,25931735
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
add a comment |
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
After many attempts, this answer solved the issue for my laptop: it was probably the lightdm package, since I had tried to reinstall ubuntu-desktop before to no avail. Thanks a lot!
– Erwan
Mar 12 '18 at 14:30
add a comment |
This just happens on my 16.04. These steps worked for me (credit to It's FOSS):
- Press Ctrl+Alt+F1 to access the command.
- Use your normal username and password to login.
- Type
sudo apt update
- Type
sudo apt install --reinstall ubuntu-desktop
- Type
sudo shutdown -r now
add a comment |
This just happens on my 16.04. These steps worked for me (credit to It's FOSS):
- Press Ctrl+Alt+F1 to access the command.
- Use your normal username and password to login.
- Type
sudo apt update
- Type
sudo apt install --reinstall ubuntu-desktop
- Type
sudo shutdown -r now
add a comment |
This just happens on my 16.04. These steps worked for me (credit to It's FOSS):
- Press Ctrl+Alt+F1 to access the command.
- Use your normal username and password to login.
- Type
sudo apt update
- Type
sudo apt install --reinstall ubuntu-desktop
- Type
sudo shutdown -r now
This just happens on my 16.04. These steps worked for me (credit to It's FOSS):
- Press Ctrl+Alt+F1 to access the command.
- Use your normal username and password to login.
- Type
sudo apt update
- Type
sudo apt install --reinstall ubuntu-desktop
- Type
sudo shutdown -r now
answered Jan 12 at 3:17
JayDinJayDin
118111
118111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f962497%2fubuntu-16-04-unity-doesnt-load-no-launcher-or-dash-appears%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Which files should you transfer? no idea, but try resetting dconf. First backup with
dconf dump / > dconf.bak
. Then reset withdconf reset -f /
if it didn't worked, you can restore it withdconf load / < dconf.bak
. You can also create a temporary admin acc, backup your account, delete it, recreate your account and retrieve from the backup only the things you need (some programs conf files and personal stuff).– eridani
Oct 13 '17 at 21:28
I bow to your wisdom: answer deleted...
– Fabby
Oct 17 '17 at 21:45
I just had the same problem and the only solution that did it for me was this: <p> itsfoss.com/… <p> To answer you question "Which files..." it seems core.pb is the one.
– leo277
Mar 7 '18 at 18:05