Gnome Lock Screen TerminologyUbuntu 11.10 Lock ScreenIs there an alternative to the default...
What is the wife of a henpecked husband called?
Inverse of the covariance matrix of a multivariate normal distribution
Using std::set container for range items
Where is the line between being obedient and getting bullied by a boss
Citing contemporaneous (interlaced?) preprints
What are these green text/line displays shown during the livestream of Crew Dragon's approach to dock with the ISS?
Canadian citizen, on US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
Is it possible to convert a suspension fork to rigid by drilling it?
Second-rate spelling
What is the difference between ashamed and shamed?
Is divide-by-zero a security vulnerability?
Skis versus snow shoes - when to choose which for travelling the backcountry?
How would we write a misogynistic character without offending people?
What is better: yes / no radio, or simple checkbox?
Are small insurances worth it
How can I be pwned if I'm not registered on the compromised site?
What do the pedals on grand pianos do?
What is knowledge and vision?
How to approximate rolls for potions of healing using only d6's?
Test pad's ESD protection
In the comics did Thanos "kill" just sentient beings or all creatures with the snap?
my breadboard simulation doesn't work properly
Where was Karl Mordo in Infinity War?
Sometimes a banana is just a banana
Gnome Lock Screen Terminology
Ubuntu 11.10 Lock ScreenIs there an alternative to the default lock-screen?Screen does not lock when locking is enabledMultimonitor in login screen vs. lock screenPattern Lock ScreensTwo lock screens when unlocking my computerStrange lock screen on Ubuntu 16.04Why does my Ubuntu 17.10 lock screen show “file 2 new notifications”Lock screen curtain in Ubuntu 18.10 won't openUbuntu 18.10: Screen lock options grayed out
There are two lock screens, sort of. One where you can login and one which is just a cover for it.
What are the names of these two screens?
18.10 lock-screen
add a comment |
There are two lock screens, sort of. One where you can login and one which is just a cover for it.
What are the names of these two screens?
18.10 lock-screen
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday
add a comment |
There are two lock screens, sort of. One where you can login and one which is just a cover for it.
What are the names of these two screens?
18.10 lock-screen
There are two lock screens, sort of. One where you can login and one which is just a cover for it.
What are the names of these two screens?
18.10 lock-screen
18.10 lock-screen
asked yesterday
Jason HunterJason Hunter
364
364
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday
add a comment |
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday
add a comment |
2 Answers
2
active
oldest
votes
It is somewhat understood from the gdm3.css style sheet that
the one that shows when the system is boot up -->> login screen
the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen
the one that is visible after swipe up -->> unlock screen
the file /usr/share/gnome-shell/theme/ubuntu.css is the style sheet for 18.04 by default.. and some of it's contents are
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.2);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
when the contents are changed like this
/* our unlock screen isn't fully transparent */
#panel.unlock-screen {
background-color: red;
}
#panel.login-screen{
background-color: cyan;
}
#panel.lock-screen {
background-color: yellow;
}
Panel Color on Lock Screen is Yellow (attached .gif cant show the colors exactly)
Panel Color on Unlock Screen is Red
Panel Color on Login Screen is Cyan (poor camera quality to show cyan color exactly)


add a comment |
It's called
Lock Screen
Unlock Screen
https://www.omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
Guess it makes sense, but what about the word "Login Screen"? Well, that's for another lost soul to answer.
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
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%2f1122938%2fgnome-lock-screen-terminology%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
It is somewhat understood from the gdm3.css style sheet that
the one that shows when the system is boot up -->> login screen
the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen
the one that is visible after swipe up -->> unlock screen
the file /usr/share/gnome-shell/theme/ubuntu.css is the style sheet for 18.04 by default.. and some of it's contents are
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.2);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
when the contents are changed like this
/* our unlock screen isn't fully transparent */
#panel.unlock-screen {
background-color: red;
}
#panel.login-screen{
background-color: cyan;
}
#panel.lock-screen {
background-color: yellow;
}
Panel Color on Lock Screen is Yellow (attached .gif cant show the colors exactly)
Panel Color on Unlock Screen is Red
Panel Color on Login Screen is Cyan (poor camera quality to show cyan color exactly)


add a comment |
It is somewhat understood from the gdm3.css style sheet that
the one that shows when the system is boot up -->> login screen
the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen
the one that is visible after swipe up -->> unlock screen
the file /usr/share/gnome-shell/theme/ubuntu.css is the style sheet for 18.04 by default.. and some of it's contents are
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.2);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
when the contents are changed like this
/* our unlock screen isn't fully transparent */
#panel.unlock-screen {
background-color: red;
}
#panel.login-screen{
background-color: cyan;
}
#panel.lock-screen {
background-color: yellow;
}
Panel Color on Lock Screen is Yellow (attached .gif cant show the colors exactly)
Panel Color on Unlock Screen is Red
Panel Color on Login Screen is Cyan (poor camera quality to show cyan color exactly)


add a comment |
It is somewhat understood from the gdm3.css style sheet that
the one that shows when the system is boot up -->> login screen
the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen
the one that is visible after swipe up -->> unlock screen
the file /usr/share/gnome-shell/theme/ubuntu.css is the style sheet for 18.04 by default.. and some of it's contents are
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.2);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
when the contents are changed like this
/* our unlock screen isn't fully transparent */
#panel.unlock-screen {
background-color: red;
}
#panel.login-screen{
background-color: cyan;
}
#panel.lock-screen {
background-color: yellow;
}
Panel Color on Lock Screen is Yellow (attached .gif cant show the colors exactly)
Panel Color on Unlock Screen is Red
Panel Color on Login Screen is Cyan (poor camera quality to show cyan color exactly)


It is somewhat understood from the gdm3.css style sheet that
the one that shows when the system is boot up -->> login screen
the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen
the one that is visible after swipe up -->> unlock screen
the file /usr/share/gnome-shell/theme/ubuntu.css is the style sheet for 18.04 by default.. and some of it's contents are
/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.2);
/* transition from solid to transparent */
transition-duration: 500ms;
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
when the contents are changed like this
/* our unlock screen isn't fully transparent */
#panel.unlock-screen {
background-color: red;
}
#panel.login-screen{
background-color: cyan;
}
#panel.lock-screen {
background-color: yellow;
}
Panel Color on Lock Screen is Yellow (attached .gif cant show the colors exactly)
Panel Color on Unlock Screen is Red
Panel Color on Login Screen is Cyan (poor camera quality to show cyan color exactly)


answered yesterday
PRATAPPRATAP
2,8882828
2,8882828
add a comment |
add a comment |
It's called
Lock Screen
Unlock Screen
https://www.omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
Guess it makes sense, but what about the word "Login Screen"? Well, that's for another lost soul to answer.
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
add a comment |
It's called
Lock Screen
Unlock Screen
https://www.omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
Guess it makes sense, but what about the word "Login Screen"? Well, that's for another lost soul to answer.
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
add a comment |
It's called
Lock Screen
Unlock Screen
https://www.omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
Guess it makes sense, but what about the word "Login Screen"? Well, that's for another lost soul to answer.
It's called
Lock Screen
Unlock Screen
https://www.omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
Guess it makes sense, but what about the word "Login Screen"? Well, that's for another lost soul to answer.
answered yesterday
Jason HunterJason Hunter
364
364
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
add a comment |
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
login screen is the one that comesup once you start the system.. and while in user session, when you logout..
– PRATAP
yesterday
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%2f1122938%2fgnome-lock-screen-terminology%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
makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign
– Jason Hunter
yesterday