How do I change lock/login screen background on Ubuntu 18.04 with 2 displays
I just installed Ubuntu 18.04 and I wanted to change lock/login screen background. I have 2 screens with different resolution and I want to have the same picture on both of them.
I changed regular wallpaper and lock screen via system settings, But when I lock the computer and the I want to unlock it, the login screen has just default purple color as background.
I tried to set it up by changing /usr/share/gnome-shell/theme/ubuntu.css, but I don't know which parameters and values to use, because whatever I try, the result is messed up every time (screen) - wallpaper is being cut randomly etc.
I have lockDialogGroup set like this right now
#lockDialogGroup {
background: #2c001e
url(file:///home/user/Pictures/Wallpapers/wallhaven-157848.jpg);
background-repeat: repeat;
background-size: cover;
background-position: center;
}
This is how the login screen looks right now
18.04 multiple-monitors lock-screen background
add a comment |
I just installed Ubuntu 18.04 and I wanted to change lock/login screen background. I have 2 screens with different resolution and I want to have the same picture on both of them.
I changed regular wallpaper and lock screen via system settings, But when I lock the computer and the I want to unlock it, the login screen has just default purple color as background.
I tried to set it up by changing /usr/share/gnome-shell/theme/ubuntu.css, but I don't know which parameters and values to use, because whatever I try, the result is messed up every time (screen) - wallpaper is being cut randomly etc.
I have lockDialogGroup set like this right now
#lockDialogGroup {
background: #2c001e
url(file:///home/user/Pictures/Wallpapers/wallhaven-157848.jpg);
background-repeat: repeat;
background-size: cover;
background-position: center;
}
This is how the login screen looks right now
18.04 multiple-monitors lock-screen background
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46
add a comment |
I just installed Ubuntu 18.04 and I wanted to change lock/login screen background. I have 2 screens with different resolution and I want to have the same picture on both of them.
I changed regular wallpaper and lock screen via system settings, But when I lock the computer and the I want to unlock it, the login screen has just default purple color as background.
I tried to set it up by changing /usr/share/gnome-shell/theme/ubuntu.css, but I don't know which parameters and values to use, because whatever I try, the result is messed up every time (screen) - wallpaper is being cut randomly etc.
I have lockDialogGroup set like this right now
#lockDialogGroup {
background: #2c001e
url(file:///home/user/Pictures/Wallpapers/wallhaven-157848.jpg);
background-repeat: repeat;
background-size: cover;
background-position: center;
}
This is how the login screen looks right now
18.04 multiple-monitors lock-screen background
I just installed Ubuntu 18.04 and I wanted to change lock/login screen background. I have 2 screens with different resolution and I want to have the same picture on both of them.
I changed regular wallpaper and lock screen via system settings, But when I lock the computer and the I want to unlock it, the login screen has just default purple color as background.
I tried to set it up by changing /usr/share/gnome-shell/theme/ubuntu.css, but I don't know which parameters and values to use, because whatever I try, the result is messed up every time (screen) - wallpaper is being cut randomly etc.
I have lockDialogGroup set like this right now
#lockDialogGroup {
background: #2c001e
url(file:///home/user/Pictures/Wallpapers/wallhaven-157848.jpg);
background-repeat: repeat;
background-size: cover;
background-position: center;
}
This is how the login screen looks right now
18.04 multiple-monitors lock-screen background
18.04 multiple-monitors lock-screen background
edited Dec 10 '18 at 17:50
Tomica
asked Dec 10 '18 at 17:08
TomicaTomica
62
62
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46
add a comment |
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46
add a comment |
1 Answer
1
active
oldest
votes
OK, I solved it with a little workaround... Just edited the wallpaper in gimp (created 1 large picture so when it's spread across both screens, it fits)
enter image description here
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%2f1099842%2fhow-do-i-change-lock-login-screen-background-on-ubuntu-18-04-with-2-displays%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
OK, I solved it with a little workaround... Just edited the wallpaper in gimp (created 1 large picture so when it's spread across both screens, it fits)
enter image description here
add a comment |
OK, I solved it with a little workaround... Just edited the wallpaper in gimp (created 1 large picture so when it's spread across both screens, it fits)
enter image description here
add a comment |
OK, I solved it with a little workaround... Just edited the wallpaper in gimp (created 1 large picture so when it's spread across both screens, it fits)
enter image description here
OK, I solved it with a little workaround... Just edited the wallpaper in gimp (created 1 large picture so when it's spread across both screens, it fits)
enter image description here
answered Dec 11 '18 at 10:12
TomicaTomica
62
62
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%2f1099842%2fhow-do-i-change-lock-login-screen-background-on-ubuntu-18-04-with-2-displays%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
yes it is correct, I can see the walllpaper that I set up, but it's always somehow shifted, stretched or there is edge between repeated picture (as one edge is somewhere in the middle of the screen and the picture is repeated so you can see it continuing)
– Tomica
Dec 10 '18 at 17:36
I highly doubt that this will help with scaling and positioning of the wallpaper... I will edit the post and add photo of it
– Tomica
Dec 10 '18 at 17:46