Ubuntu 19.04 Can't change LockScreen Background Announcing the arrival of Valued Associate...
Trying to understand entropy as a novice in thermodynamics
Why is std::move not [[nodiscard]] in C++20?
Google .dev domain strangely redirects to https
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Is openssl rand command cryptographically secure?
How does TikZ render an arc?
Why is a lens darker than other ones when applying the same settings?
White walkers, cemeteries and wights
What is a more techy Technical Writer job title that isn't cutesy or confusing?
What does 丫 mean? 丫是什么意思?
How to ask rejected full-time candidates to apply to teach individual courses?
Flight departed from the gate 5 min before scheduled departure time. Refund options
Random body shuffle every night—can we still function?
Is there any word for a place full of confusion?
What is the "studentd" process?
What does the writing on Poe's helmet say?
Why not use the yoke to control yaw, as well as pitch and roll?
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
How many time has Arya actually used Needle?
Does silver oxide react with hydrogen sulfide?
How can god fight other gods?
Tannaka duality for semisimple groups
Is multiple magic items in one inherently imbalanced?
Ubuntu 19.04 Can't change LockScreen Background
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Lubuntu 14.04 desktop lockscreen resolutionChange lockscreen in MATE?14.04 Lockscreen show all userscannot change background, no files on desktopHow to change the Unity lockscreen wallpaper?Can't Change User from Lockscreen, Ubuntu 16.10Ubuntu 18.04 Lockscreen background refuses to changeHow do I change lock/login screen background on Ubuntu 18.04 with 2 displaysStuck in Ubuntu booting?Ubuntu 19.04 install problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed the new version on my new computer and I want to change the lockscreen background I have done this before in the 18.04 LTS version by modifying the /usr/share/gnome-shell/theme/ubuntu.css
file but on this new version it has changed to /usr/share/gnome-shell/theme/gnome-shell.css
and I modified the #lockDialogGroup
selector from this:
#lockDialogGroup {
background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat;
to this:
#lockDialogGroup {
background-image: url(file:///home/mauriciogtz/Pictures/Wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;;
background-position: center; }
but I can't get it to work and I have already restarted my computer.
lock-screen ubuntu-gnome
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I installed the new version on my new computer and I want to change the lockscreen background I have done this before in the 18.04 LTS version by modifying the /usr/share/gnome-shell/theme/ubuntu.css
file but on this new version it has changed to /usr/share/gnome-shell/theme/gnome-shell.css
and I modified the #lockDialogGroup
selector from this:
#lockDialogGroup {
background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat;
to this:
#lockDialogGroup {
background-image: url(file:///home/mauriciogtz/Pictures/Wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;;
background-position: center; }
but I can't get it to work and I have already restarted my computer.
lock-screen ubuntu-gnome
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I installed the new version on my new computer and I want to change the lockscreen background I have done this before in the 18.04 LTS version by modifying the /usr/share/gnome-shell/theme/ubuntu.css
file but on this new version it has changed to /usr/share/gnome-shell/theme/gnome-shell.css
and I modified the #lockDialogGroup
selector from this:
#lockDialogGroup {
background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat;
to this:
#lockDialogGroup {
background-image: url(file:///home/mauriciogtz/Pictures/Wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;;
background-position: center; }
but I can't get it to work and I have already restarted my computer.
lock-screen ubuntu-gnome
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I installed the new version on my new computer and I want to change the lockscreen background I have done this before in the 18.04 LTS version by modifying the /usr/share/gnome-shell/theme/ubuntu.css
file but on this new version it has changed to /usr/share/gnome-shell/theme/gnome-shell.css
and I modified the #lockDialogGroup
selector from this:
#lockDialogGroup {
background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat;
to this:
#lockDialogGroup {
background-image: url(file:///home/mauriciogtz/Pictures/Wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;;
background-position: center; }
but I can't get it to work and I have already restarted my computer.
lock-screen ubuntu-gnome
lock-screen ubuntu-gnome
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 12 mins ago
Mauricio GtzMauricio Gtz
1
1
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Mauricio Gtz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can change lockscreen wallpaper by Settings
add a comment |
in Ubuntu 19.04
the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
will do what you are looking for.
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
});
}
});
Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1135694%2fubuntu-19-04-cant-change-lockscreen-background%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
You can change lockscreen wallpaper by Settings
add a comment |
You can change lockscreen wallpaper by Settings
add a comment |
You can change lockscreen wallpaper by Settings
You can change lockscreen wallpaper by Settings
answered 1 min ago
![](https://lh4.googleusercontent.com/--Q7O97CRBxc/AAAAAAAAAAI/AAAAAAAAAAA/ACHi3rffm12L4lCVSNb0suWuxFT93hjaag/mo/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/--Q7O97CRBxc/AAAAAAAAAAI/AAAAAAAAAAA/ACHi3rffm12L4lCVSNb0suWuxFT93hjaag/mo/photo.jpg?sz=32)
aviral dobhalaviral dobhal
114
114
add a comment |
add a comment |
in Ubuntu 19.04
the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
will do what you are looking for.
add a comment |
in Ubuntu 19.04
the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
will do what you are looking for.
add a comment |
in Ubuntu 19.04
the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
will do what you are looking for.
in Ubuntu 19.04
the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
will do what you are looking for.
answered 1 min ago
![](https://i.stack.imgur.com/9mZJV.png?s=32&g=1)
![](https://i.stack.imgur.com/9mZJV.png?s=32&g=1)
PRATAPPRATAP
3,5802933
3,5802933
add a comment |
add a comment |
Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.
Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.
Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.
Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1135694%2fubuntu-19-04-cant-change-lockscreen-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