Ubuntu 18.04 won't boot after changing login screen backgroundCannot login to Gnome Shell after random lockup on 15.10Ubuntu Gnome 3 Shell custom themeHow to customize GDM Login Screen on Ubuntu 17.04 Zesty ubuntu-gnomeWhy does Ubuntu 18.04 LTS load default wallpapers before user set wallpaper?Won't boot after upgrade from 16.04 to 18.04 (xubuntu)Ubuntu 18.04 - “All shell packages missing” after botched file copyBoot hangs before login screen only with monitors connected to laptopUbuntu 19.04 stuck at boot after installing legacy nvidia 340 driverVirtualbox Ubuntu 18.04 wont boot, gets stuck in [OK] Started GNOME Display Managerchanging the login screen background crashes login screen after rebooting
How to avoid offending original culture when making conculture inspired from original
Converting 3x7 to a 1x7. Is it possible with only existing parts?
How can I ping multiple IP addresses at the same time?
Digital signature that is only verifiable by one specific person
How to ask if I can mow my neighbor's lawn
On George Box, Galit Shmueli and the scientific method?
At what temperature should the earth be cooked to prevent human infection?
Why do you need to heat the pan before heating the olive oil?
My husband's visa refused but mine wasn't -- can I travel?
How can the US president give an order to a civilian?
What are the mechanical differences between Adapt and Monstrosity?
Is my research statement supposed to lead to papers in top journals?
Lead the way to this Literary Knight to its final “DESTINATION”
Manager wants to hire me; HR does not. How to proceed?
Why can't I craft scaffolding in Minecraft 1.14?
Is it possible for underground bunkers on different continents to be connected?
Print the phrase "And she said, 'But that's his.'" using only the alphabet
Have Steve Rogers (Captain America) and a young Erik Lehnsherr (Magneto) interacted during WWII?
Does knowing the surface area of all faces uniquely determine a tetrahedron?
Why can't we feel the Earth's revolution?
Numerical second order differentiation
Is there a risk to write an invitation letter for a stranger to obtain a Czech (Schengen) visa?
Is swap gate equivalent to just exchanging the wire of the two qubits?
Redirecting output only on a successful command call
Ubuntu 18.04 won't boot after changing login screen background
Cannot login to Gnome Shell after random lockup on 15.10Ubuntu Gnome 3 Shell custom themeHow to customize GDM Login Screen on Ubuntu 17.04 Zesty ubuntu-gnomeWhy does Ubuntu 18.04 LTS load default wallpapers before user set wallpaper?Won't boot after upgrade from 16.04 to 18.04 (xubuntu)Ubuntu 18.04 - “All shell packages missing” after botched file copyBoot hangs before login screen only with monitors connected to laptopUbuntu 19.04 stuck at boot after installing legacy nvidia 340 driverVirtualbox Ubuntu 18.04 wont boot, gets stuck in [OK] Started GNOME Display Managerchanging the login screen background crashes login screen after rebooting
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I tried to change my login screen background via modifying /usr/share/gnome-shell/theme/ubuntu.css file mistakes were made. So my boot process stuck at "started gnome display manager... and deal with any system changes" line.
Any chances to restore?
boot gnome
add a comment |
I tried to change my login screen background via modifying /usr/share/gnome-shell/theme/ubuntu.css file mistakes were made. So my boot process stuck at "started gnome display manager... and deal with any system changes" line.
Any chances to restore?
boot gnome
1
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in yourhistory, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.
– guiverc
Apr 15 at 1:55
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33
add a comment |
I tried to change my login screen background via modifying /usr/share/gnome-shell/theme/ubuntu.css file mistakes were made. So my boot process stuck at "started gnome display manager... and deal with any system changes" line.
Any chances to restore?
boot gnome
I tried to change my login screen background via modifying /usr/share/gnome-shell/theme/ubuntu.css file mistakes were made. So my boot process stuck at "started gnome display manager... and deal with any system changes" line.
Any chances to restore?
boot gnome
boot gnome
asked Apr 14 at 21:34
beeteekabeeteeka
61
61
1
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in yourhistory, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.
– guiverc
Apr 15 at 1:55
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33
add a comment |
1
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in yourhistory, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.
– guiverc
Apr 15 at 1:55
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33
1
1
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in your
history, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.– guiverc
Apr 15 at 1:55
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in your
history, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.– guiverc
Apr 15 at 1:55
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33
add a comment |
0
active
oldest
votes
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%2f1133913%2fubuntu-18-04-wont-boot-after-changing-login-screen-background%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1133913%2fubuntu-18-04-wont-boot-after-changing-login-screen-background%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
Have you tried switching to a text terminal (ctrl+alt+f4 etc) and correcting your mistake(s)? then either rebooting or restarting your gui/dm?
– guiverc
Apr 14 at 22:04
To be fair i'm a Linux noob. I've been trying single user/multi user emergency/recovery modes for days. Somehow I was able to run vi commands and revert the change i made (editing css file line as its original state) but didn't work out. I cannot open the tty terminal while last booting commands flow, everything is tagged as [OK] but it won't open after waiting more than an hour. And i couldn't understand exactly how to restart gui/dm or how to get there.
– beeteeka
Apr 14 at 22:39
If you just changed something related to gnome or a gui theme I cannot see how text terminals were disabled unless you also disabled them. If you used commands to make changes, the commands will show in your
history, and if you're like me as for edits - I leave plenty of comments esp. if I'm testing/experimenting so boo-boos are easy to reverse. Changes to packages can be viewed in /var/log/apt/history* log files. If it's a user config you messed up you can reset to config by creating a new user & copying from there, but system configs may mean re-install is easiest unless you have backups.– guiverc
Apr 15 at 1:55
If you go the re-install route, I would suggest using 'something else' where you can select your existing partitions and select 'no-format'. This will cause system directories to be erased, re-install occurs, and added programs (if from Ubuntu repos) to be re-added to your system thus fixing system directory (ie. global) issues - but this will not fix any user-config issues as it won't touch user directories. Backup of course data that is valued before you do it, but for user-level changes my prior comment already indicated how I'd fix those (ie. copy configs from another created/good user)
– guiverc
Apr 15 at 1:58
Thank you sir, i'm gonna re-install and give it a try. I just changed "resource: org/..." Line to "file:". How did it can mess up with entire interface, kinda frustrating, i can't get it. And yeah, i'll do daily backup once i made it through.
– beeteeka
Apr 15 at 21:33