How restore Xubuntu desktop to default
Before I was using Gnome desktop on Ubuntu 14.04 , then I installed Xubuntu desktop and just these days when I login it doesnot work..I dont know what's wrong when I drag something it repeat many times and stay on desktop and nothing work!...but gnome still ok...how can I restore Xubuntu desktop?
xubuntu desktop-environments
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Before I was using Gnome desktop on Ubuntu 14.04 , then I installed Xubuntu desktop and just these days when I login it doesnot work..I dont know what's wrong when I drag something it repeat many times and stay on desktop and nothing work!...but gnome still ok...how can I restore Xubuntu desktop?
xubuntu desktop-environments
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56
add a comment |
Before I was using Gnome desktop on Ubuntu 14.04 , then I installed Xubuntu desktop and just these days when I login it doesnot work..I dont know what's wrong when I drag something it repeat many times and stay on desktop and nothing work!...but gnome still ok...how can I restore Xubuntu desktop?
xubuntu desktop-environments
Before I was using Gnome desktop on Ubuntu 14.04 , then I installed Xubuntu desktop and just these days when I login it doesnot work..I dont know what's wrong when I drag something it repeat many times and stay on desktop and nothing work!...but gnome still ok...how can I restore Xubuntu desktop?
xubuntu desktop-environments
xubuntu desktop-environments
edited Nov 21 '14 at 8:16
asked Nov 21 '14 at 7:54
Deniz
792619
792619
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56
add a comment |
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56
add a comment |
2 Answers
2
active
oldest
votes
If you want to revert back to Gnome, then you should first remove XFCE desktop then reinstall Gnome desktop.
Removing XFCE:
sudo apt-get purge xfce4
sudo apt-get autoclean
sudo apt-get autoremove
reinstalling Gnome desktop:
sudo apt-get install --reinstall gnome-shell
sudo dpkg-reconfigure gdm
sudo apt-get update && sudo apt-get upgrade
add a comment |
sudo apt-get autoremove --purge xubuntu-* xfce*
sudo apt-get install xfce4
installing xubuntu-desktop may create duplication.
That won't result in anything useful, becausexubuntu-desktop
is just a meta-package andxfce4
is (most likely) already installed.
– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the packagexubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.
– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
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%2f552127%2fhow-restore-xubuntu-desktop-to-default%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you want to revert back to Gnome, then you should first remove XFCE desktop then reinstall Gnome desktop.
Removing XFCE:
sudo apt-get purge xfce4
sudo apt-get autoclean
sudo apt-get autoremove
reinstalling Gnome desktop:
sudo apt-get install --reinstall gnome-shell
sudo dpkg-reconfigure gdm
sudo apt-get update && sudo apt-get upgrade
add a comment |
If you want to revert back to Gnome, then you should first remove XFCE desktop then reinstall Gnome desktop.
Removing XFCE:
sudo apt-get purge xfce4
sudo apt-get autoclean
sudo apt-get autoremove
reinstalling Gnome desktop:
sudo apt-get install --reinstall gnome-shell
sudo dpkg-reconfigure gdm
sudo apt-get update && sudo apt-get upgrade
add a comment |
If you want to revert back to Gnome, then you should first remove XFCE desktop then reinstall Gnome desktop.
Removing XFCE:
sudo apt-get purge xfce4
sudo apt-get autoclean
sudo apt-get autoremove
reinstalling Gnome desktop:
sudo apt-get install --reinstall gnome-shell
sudo dpkg-reconfigure gdm
sudo apt-get update && sudo apt-get upgrade
If you want to revert back to Gnome, then you should first remove XFCE desktop then reinstall Gnome desktop.
Removing XFCE:
sudo apt-get purge xfce4
sudo apt-get autoclean
sudo apt-get autoremove
reinstalling Gnome desktop:
sudo apt-get install --reinstall gnome-shell
sudo dpkg-reconfigure gdm
sudo apt-get update && sudo apt-get upgrade
edited Nov 21 '14 at 11:04
David Foerster
27.7k1364109
27.7k1364109
answered Nov 21 '14 at 9:06
Edward Torvalds
5,03774079
5,03774079
add a comment |
add a comment |
sudo apt-get autoremove --purge xubuntu-* xfce*
sudo apt-get install xfce4
installing xubuntu-desktop may create duplication.
That won't result in anything useful, becausexubuntu-desktop
is just a meta-package andxfce4
is (most likely) already installed.
– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the packagexubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.
– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
add a comment |
sudo apt-get autoremove --purge xubuntu-* xfce*
sudo apt-get install xfce4
installing xubuntu-desktop may create duplication.
That won't result in anything useful, becausexubuntu-desktop
is just a meta-package andxfce4
is (most likely) already installed.
– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the packagexubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.
– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
add a comment |
sudo apt-get autoremove --purge xubuntu-* xfce*
sudo apt-get install xfce4
installing xubuntu-desktop may create duplication.
sudo apt-get autoremove --purge xubuntu-* xfce*
sudo apt-get install xfce4
installing xubuntu-desktop may create duplication.
edited Nov 21 '14 at 12:13
David Foerster
27.7k1364109
27.7k1364109
answered Nov 21 '14 at 8:30
Anıl Karaağaç
2,170167
2,170167
That won't result in anything useful, becausexubuntu-desktop
is just a meta-package andxfce4
is (most likely) already installed.
– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the packagexubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.
– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
add a comment |
That won't result in anything useful, becausexubuntu-desktop
is just a meta-package andxfce4
is (most likely) already installed.
– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the packagexubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.
– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
That won't result in anything useful, because
xubuntu-desktop
is just a meta-package and xfce4
is (most likely) already installed.– David Foerster
Nov 21 '14 at 11:05
That won't result in anything useful, because
xubuntu-desktop
is just a meta-package and xfce4
is (most likely) already installed.– David Foerster
Nov 21 '14 at 11:05
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
ubuntuforums.org/…
– Anıl Karaağaç
Nov 21 '14 at 11:15
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the package
xubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.– David Foerster
Nov 21 '14 at 11:47
So your proposal would remove the Xubuntu desktop, while OP is asking how to restore it. How does that fit? I would like to point out again, that removing the package
xubuntu-desktop
does not remove the Xubuntu desktop environment, because it's just a meta-package depending on the actual packages that make out the desktop environment.– David Foerster
Nov 21 '14 at 11:47
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
of course xubuntu-desktop has xfce4 but there are also other packages may break something. you're right. i edited my answer
– Anıl Karaağaç
Nov 21 '14 at 12:06
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f552127%2fhow-restore-xubuntu-desktop-to-default%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
you mean to say that you had Xubuntu then you installed Gnome and now you are getting this problem ?
– Edward Torvalds
Nov 21 '14 at 8:27
no I installed xubuntu desktop after Gnome desktop and I was using Gnome before
– Deniz
Nov 21 '14 at 8:29
Has Xubuntu desktop ever worked in your case? Do you want to remove or repair it? The term restore is a bit unclear in this context.
– Melebius
Mar 28 at 7:56