CentOS 6 does not show any desktop icons or anything in the panel
I was using CentOS 6 in VirtualBox fine for a couple of days. Now, when I login via the GUI user prompt, all I get is the background screen, no icons, no menubar, nothing. I am not terribly familiar with UNIX, but have used it in the past. That being said, if you need me to locate error messages to help diagnose this, please be specific as to where to locate files or specific commands that you would like me to execute, if possible. I have gotten to the GRUB prompt, but don't know what to do from there.
I am reposting this question as the one for CentOS 5 had no visible answers.
linux virtualbox centos
add a comment |
I was using CentOS 6 in VirtualBox fine for a couple of days. Now, when I login via the GUI user prompt, all I get is the background screen, no icons, no menubar, nothing. I am not terribly familiar with UNIX, but have used it in the past. That being said, if you need me to locate error messages to help diagnose this, please be specific as to where to locate files or specific commands that you would like me to execute, if possible. I have gotten to the GRUB prompt, but don't know what to do from there.
I am reposting this question as the one for CentOS 5 had no visible answers.
linux virtualbox centos
1
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47
add a comment |
I was using CentOS 6 in VirtualBox fine for a couple of days. Now, when I login via the GUI user prompt, all I get is the background screen, no icons, no menubar, nothing. I am not terribly familiar with UNIX, but have used it in the past. That being said, if you need me to locate error messages to help diagnose this, please be specific as to where to locate files or specific commands that you would like me to execute, if possible. I have gotten to the GRUB prompt, but don't know what to do from there.
I am reposting this question as the one for CentOS 5 had no visible answers.
linux virtualbox centos
I was using CentOS 6 in VirtualBox fine for a couple of days. Now, when I login via the GUI user prompt, all I get is the background screen, no icons, no menubar, nothing. I am not terribly familiar with UNIX, but have used it in the past. That being said, if you need me to locate error messages to help diagnose this, please be specific as to where to locate files or specific commands that you would like me to execute, if possible. I have gotten to the GRUB prompt, but don't know what to do from there.
I am reposting this question as the one for CentOS 5 had no visible answers.
linux virtualbox centos
linux virtualbox centos
asked May 8 '13 at 14:19
JustWantToWorkAgain
111
111
1
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47
add a comment |
1
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47
1
1
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47
add a comment |
1 Answer
1
active
oldest
votes
At the screen with nothing on it, hit Alt+F1 (Or possibly Ctrl+Alt+F1), which should take you to a login console. Login with your credentials, then run 'sudo dmesg > dmesg.out'. Look through dmesg.out for errors related to gnome and post any you find here...
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f593093%2fcentos-6-does-not-show-any-desktop-icons-or-anything-in-the-panel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
At the screen with nothing on it, hit Alt+F1 (Or possibly Ctrl+Alt+F1), which should take you to a login console. Login with your credentials, then run 'sudo dmesg > dmesg.out'. Look through dmesg.out for errors related to gnome and post any you find here...
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
add a comment |
At the screen with nothing on it, hit Alt+F1 (Or possibly Ctrl+Alt+F1), which should take you to a login console. Login with your credentials, then run 'sudo dmesg > dmesg.out'. Look through dmesg.out for errors related to gnome and post any you find here...
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
add a comment |
At the screen with nothing on it, hit Alt+F1 (Or possibly Ctrl+Alt+F1), which should take you to a login console. Login with your credentials, then run 'sudo dmesg > dmesg.out'. Look through dmesg.out for errors related to gnome and post any you find here...
At the screen with nothing on it, hit Alt+F1 (Or possibly Ctrl+Alt+F1), which should take you to a login console. Login with your credentials, then run 'sudo dmesg > dmesg.out'. Look through dmesg.out for errors related to gnome and post any you find here...
edited Apr 23 '17 at 7:31
phuclv
8,94563789
8,94563789
answered May 8 '13 at 14:41
tdk2fe
1092
1092
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
add a comment |
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
Thanks for the response. I have edited my question with the solution I found, since I am disallowed from answering my own question for 8 hours.
– JustWantToWorkAgain
May 8 '13 at 14:48
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f593093%2fcentos-6-does-not-show-any-desktop-icons-or-anything-in-the-panel%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
I realized that I could login as root from the GUI prompt. When I did, everything worked as expected. This let me know that there was a problem with the user account. So, as root, I disabled the scripts in the user .cshrc. Once the scripts were disabled, I logged into the user account. Everything came up as expected. Now, I just need to debug the scripts that were being run via the .cshrc.
– JustWantToWorkAgain
May 8 '13 at 14:47