Change the lock screen wallpaper in Kali Sana (Gnome)
I know this may sound bad, but I'm annoyed by the 'lock screen' wallpaper of KALI SANA 2.0. This is the default 'lock screen' wallpaper:
I have seen many tutorials on how to change the 'login screen' wallpaper/background but didn't find any about changing the 'lock screen' wallpaper/background picture.
Is there anyone that can guide me through the process of changing the 'lock screen' wallpaper in KALI Sana 2.0?
kali-linux screen-lock wallpaper
|
show 1 more comment
I know this may sound bad, but I'm annoyed by the 'lock screen' wallpaper of KALI SANA 2.0. This is the default 'lock screen' wallpaper:
I have seen many tutorials on how to change the 'login screen' wallpaper/background but didn't find any about changing the 'lock screen' wallpaper/background picture.
Is there anyone that can guide me through the process of changing the 'lock screen' wallpaper in KALI Sana 2.0?
kali-linux screen-lock wallpaper
2
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
1
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16
|
show 1 more comment
I know this may sound bad, but I'm annoyed by the 'lock screen' wallpaper of KALI SANA 2.0. This is the default 'lock screen' wallpaper:
I have seen many tutorials on how to change the 'login screen' wallpaper/background but didn't find any about changing the 'lock screen' wallpaper/background picture.
Is there anyone that can guide me through the process of changing the 'lock screen' wallpaper in KALI Sana 2.0?
kali-linux screen-lock wallpaper
I know this may sound bad, but I'm annoyed by the 'lock screen' wallpaper of KALI SANA 2.0. This is the default 'lock screen' wallpaper:
I have seen many tutorials on how to change the 'login screen' wallpaper/background but didn't find any about changing the 'lock screen' wallpaper/background picture.
Is there anyone that can guide me through the process of changing the 'lock screen' wallpaper in KALI Sana 2.0?
kali-linux screen-lock wallpaper
kali-linux screen-lock wallpaper
edited Apr 21 '18 at 18:17
cipricus
2,8301252137
2,8301252137
asked Sep 12 '15 at 1:40
dryleaf
361310
361310
2
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
1
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16
|
show 1 more comment
2
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
1
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16
2
2
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
1
1
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16
|
show 1 more comment
4 Answers
4
active
oldest
votes
Try this. Make a file called /usr/share/images/desktop-base/lockscreen.xml
, somewhat like this:
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1920" height="1080">/path/to/wallpaper.jpg</size>
</file>
</static>
</background>
Then link the file like so: ln -sfv /usr/share/images/desktop-base/lockscreen.xml /etc/alternatives/desktop-background.xml
As root, run this: /etc/init.d/gdm3 restart
or just reboot. That should do it. That was the process in older versions of Gnome, so as long as it hasn't changed, you should be good to go.
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
|
show 16 more comments
I also struggled with this for a little while, but what worked for me was annoyingly simple (and it also works for a custom desktop image):
- have your file in a file-explorer window ready to click on.
- right-click on the desktop and select Change Desktop Background
- select the lock-screen to customise (or the desktop) for a list of pictures available
drag the image from the file-explorer window and drop it into to list of pictures shown in the last step (the cursor should change to have a small + visible- the new picture appears in the list and can be selected
I hope this helps somebody!
add a comment |
As root:
nano /etc/alternatives/gdm3.css
When the file opens:
control w Type: lockDialogGroup Press: Enter
To find:
#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }
Change the lines into:
#lockDialogGroup {
background: #2c001e url(file:///SOMEPATHTOSOMEFILE);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
Restart and that should do it!
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
add a comment |
My laptops runs Kali Linux with the Gnome DE. Here's how I just changed the lockscreen & login screen backgrounds:
open terminal, type in
su root
then your password,type in,
cd /usr/share/images/desktop-base
then press enter.type
ls
and find the png file that says kali wallpaper that fits your screen size and type inmv filename.png filename.png.bak
to make a backup file.Then type
ls
to see changed results then put your desired image in that folder, then label it with the same name as original ending with .png ext.then lock the screen, and see results.
Hope this works for you.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f229186%2fchange-the-lock-screen-wallpaper-in-kali-sana-gnome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this. Make a file called /usr/share/images/desktop-base/lockscreen.xml
, somewhat like this:
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1920" height="1080">/path/to/wallpaper.jpg</size>
</file>
</static>
</background>
Then link the file like so: ln -sfv /usr/share/images/desktop-base/lockscreen.xml /etc/alternatives/desktop-background.xml
As root, run this: /etc/init.d/gdm3 restart
or just reboot. That should do it. That was the process in older versions of Gnome, so as long as it hasn't changed, you should be good to go.
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
|
show 16 more comments
Try this. Make a file called /usr/share/images/desktop-base/lockscreen.xml
, somewhat like this:
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1920" height="1080">/path/to/wallpaper.jpg</size>
</file>
</static>
</background>
Then link the file like so: ln -sfv /usr/share/images/desktop-base/lockscreen.xml /etc/alternatives/desktop-background.xml
As root, run this: /etc/init.d/gdm3 restart
or just reboot. That should do it. That was the process in older versions of Gnome, so as long as it hasn't changed, you should be good to go.
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
|
show 16 more comments
Try this. Make a file called /usr/share/images/desktop-base/lockscreen.xml
, somewhat like this:
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1920" height="1080">/path/to/wallpaper.jpg</size>
</file>
</static>
</background>
Then link the file like so: ln -sfv /usr/share/images/desktop-base/lockscreen.xml /etc/alternatives/desktop-background.xml
As root, run this: /etc/init.d/gdm3 restart
or just reboot. That should do it. That was the process in older versions of Gnome, so as long as it hasn't changed, you should be good to go.
Try this. Make a file called /usr/share/images/desktop-base/lockscreen.xml
, somewhat like this:
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1920" height="1080">/path/to/wallpaper.jpg</size>
</file>
</static>
</background>
Then link the file like so: ln -sfv /usr/share/images/desktop-base/lockscreen.xml /etc/alternatives/desktop-background.xml
As root, run this: /etc/init.d/gdm3 restart
or just reboot. That should do it. That was the process in older versions of Gnome, so as long as it hasn't changed, you should be good to go.
answered Sep 12 '15 at 3:28
ryanpcmcquen
1515
1515
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
|
show 16 more comments
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
I've just tried that out and it doesn't work.
– dryleaf
Sep 12 '15 at 3:42
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
@dryleaf, what version of Gnome does that have?
– ryanpcmcquen
Sep 12 '15 at 3:46
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
Gnome Shell 3.14.2
– dryleaf
Sep 12 '15 at 3:49
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
@dryleaf do you have a valid path pointing to your wallpaper? Maybe you could provide that file?
– ryanpcmcquen
Sep 12 '15 at 3:51
1
1
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
Did you check the background menu? Looks like that has a lock screen option in that version of Gnome.
– ryanpcmcquen
Sep 12 '15 at 3:58
|
show 16 more comments
I also struggled with this for a little while, but what worked for me was annoyingly simple (and it also works for a custom desktop image):
- have your file in a file-explorer window ready to click on.
- right-click on the desktop and select Change Desktop Background
- select the lock-screen to customise (or the desktop) for a list of pictures available
drag the image from the file-explorer window and drop it into to list of pictures shown in the last step (the cursor should change to have a small + visible- the new picture appears in the list and can be selected
I hope this helps somebody!
add a comment |
I also struggled with this for a little while, but what worked for me was annoyingly simple (and it also works for a custom desktop image):
- have your file in a file-explorer window ready to click on.
- right-click on the desktop and select Change Desktop Background
- select the lock-screen to customise (or the desktop) for a list of pictures available
drag the image from the file-explorer window and drop it into to list of pictures shown in the last step (the cursor should change to have a small + visible- the new picture appears in the list and can be selected
I hope this helps somebody!
add a comment |
I also struggled with this for a little while, but what worked for me was annoyingly simple (and it also works for a custom desktop image):
- have your file in a file-explorer window ready to click on.
- right-click on the desktop and select Change Desktop Background
- select the lock-screen to customise (or the desktop) for a list of pictures available
drag the image from the file-explorer window and drop it into to list of pictures shown in the last step (the cursor should change to have a small + visible- the new picture appears in the list and can be selected
I hope this helps somebody!
I also struggled with this for a little while, but what worked for me was annoyingly simple (and it also works for a custom desktop image):
- have your file in a file-explorer window ready to click on.
- right-click on the desktop and select Change Desktop Background
- select the lock-screen to customise (or the desktop) for a list of pictures available
drag the image from the file-explorer window and drop it into to list of pictures shown in the last step (the cursor should change to have a small + visible- the new picture appears in the list and can be selected
I hope this helps somebody!
answered Nov 11 '15 at 1:06
n1k31t4
10817
10817
add a comment |
add a comment |
As root:
nano /etc/alternatives/gdm3.css
When the file opens:
control w Type: lockDialogGroup Press: Enter
To find:
#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }
Change the lines into:
#lockDialogGroup {
background: #2c001e url(file:///SOMEPATHTOSOMEFILE);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
Restart and that should do it!
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
add a comment |
As root:
nano /etc/alternatives/gdm3.css
When the file opens:
control w Type: lockDialogGroup Press: Enter
To find:
#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }
Change the lines into:
#lockDialogGroup {
background: #2c001e url(file:///SOMEPATHTOSOMEFILE);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
Restart and that should do it!
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
add a comment |
As root:
nano /etc/alternatives/gdm3.css
When the file opens:
control w Type: lockDialogGroup Press: Enter
To find:
#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }
Change the lines into:
#lockDialogGroup {
background: #2c001e url(file:///SOMEPATHTOSOMEFILE);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
Restart and that should do it!
As root:
nano /etc/alternatives/gdm3.css
When the file opens:
control w Type: lockDialogGroup Press: Enter
To find:
#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }
Change the lines into:
#lockDialogGroup {
background: #2c001e url(file:///SOMEPATHTOSOMEFILE);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
Restart and that should do it!
answered Nov 17 '18 at 18:51
Michael Prokopec
1,022116
1,022116
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
add a comment |
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
1
1
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
I appreciate you reaching out in 2018 but the distribution has changed a lot since 2015 and lots of bugs have been fixed. (Now already using Kali Rolling Kernel 4.18.0, GNOME 3.30.1)
– dryleaf
Nov 17 '18 at 19:57
1
1
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
You're welcome. I used info known to work as of today on gdm3, that is why I just thought why not. Have a great day! :)
– Michael Prokopec
Nov 17 '18 at 20:01
add a comment |
My laptops runs Kali Linux with the Gnome DE. Here's how I just changed the lockscreen & login screen backgrounds:
open terminal, type in
su root
then your password,type in,
cd /usr/share/images/desktop-base
then press enter.type
ls
and find the png file that says kali wallpaper that fits your screen size and type inmv filename.png filename.png.bak
to make a backup file.Then type
ls
to see changed results then put your desired image in that folder, then label it with the same name as original ending with .png ext.then lock the screen, and see results.
Hope this works for you.
add a comment |
My laptops runs Kali Linux with the Gnome DE. Here's how I just changed the lockscreen & login screen backgrounds:
open terminal, type in
su root
then your password,type in,
cd /usr/share/images/desktop-base
then press enter.type
ls
and find the png file that says kali wallpaper that fits your screen size and type inmv filename.png filename.png.bak
to make a backup file.Then type
ls
to see changed results then put your desired image in that folder, then label it with the same name as original ending with .png ext.then lock the screen, and see results.
Hope this works for you.
add a comment |
My laptops runs Kali Linux with the Gnome DE. Here's how I just changed the lockscreen & login screen backgrounds:
open terminal, type in
su root
then your password,type in,
cd /usr/share/images/desktop-base
then press enter.type
ls
and find the png file that says kali wallpaper that fits your screen size and type inmv filename.png filename.png.bak
to make a backup file.Then type
ls
to see changed results then put your desired image in that folder, then label it with the same name as original ending with .png ext.then lock the screen, and see results.
Hope this works for you.
My laptops runs Kali Linux with the Gnome DE. Here's how I just changed the lockscreen & login screen backgrounds:
open terminal, type in
su root
then your password,type in,
cd /usr/share/images/desktop-base
then press enter.type
ls
and find the png file that says kali wallpaper that fits your screen size and type inmv filename.png filename.png.bak
to make a backup file.Then type
ls
to see changed results then put your desired image in that folder, then label it with the same name as original ending with .png ext.then lock the screen, and see results.
Hope this works for you.
edited Nov 25 '16 at 6:12
agc
4,43111036
4,43111036
answered Nov 25 '16 at 4:42
dev-ghosthackers
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f229186%2fchange-the-lock-screen-wallpaper-in-kali-sana-gnome%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
2
Does that use the Gnome desktop environment?
– ryanpcmcquen
Sep 12 '15 at 3:24
Go to System Settings > Personal > Background. You have to options there (and you can't miss them): Background and Lock Screen.
– don_crissti
Sep 12 '15 at 10:02
Please check the comments on the answer below.
– dryleaf
Sep 12 '15 at 10:05
@don_crissti please check the comments on the answer below
– dryleaf
Sep 12 '15 at 10:05
1
Well, per the docs that's how you do it. Now, if you're using a distro that has the habit of customizing/patching/modifying upstream code I don't know what to advise.
– don_crissti
Sep 12 '15 at 10:16