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













5















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?










share|improve this question























  • makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign

    – Jason Hunter
    yesterday


















5















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?










share|improve this question























  • makes sense and I also found reference to it here;). Thanks omgubuntu.co.uk/2018/05/gnome-shell-lock-screen-redesign

    – Jason Hunter
    yesterday
















5












5








5








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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





















  • 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












2 Answers
2






active

oldest

votes


















4














It is somewhat understood from the gdm3.css style sheet that




  1. the one that shows when the system is boot up -->> login screen


  2. the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen


  3. 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)



enter image description here



enter image description here






share|improve this answer































    1














    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.






    share|improve this answer
























    • login screen is the one that comesup once you start the system.. and while in user session, when you logout..

      – PRATAP
      yesterday













    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    4














    It is somewhat understood from the gdm3.css style sheet that




    1. the one that shows when the system is boot up -->> login screen


    2. the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen


    3. 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)



    enter image description here



    enter image description here






    share|improve this answer




























      4














      It is somewhat understood from the gdm3.css style sheet that




      1. the one that shows when the system is boot up -->> login screen


      2. the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen


      3. 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)



      enter image description here



      enter image description here






      share|improve this answer


























        4












        4








        4







        It is somewhat understood from the gdm3.css style sheet that




        1. the one that shows when the system is boot up -->> login screen


        2. the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen


        3. 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)



        enter image description here



        enter image description here






        share|improve this answer













        It is somewhat understood from the gdm3.css style sheet that




        1. the one that shows when the system is boot up -->> login screen


        2. the one that shows when the system is locked automatically or manually and where the 3 swipe up arrows are visible -->> lock screen


        3. 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)



        enter image description here



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        PRATAPPRATAP

        2,8882828




        2,8882828

























            1














            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.






            share|improve this answer
























            • login screen is the one that comesup once you start the system.. and while in user session, when you logout..

              – PRATAP
              yesterday


















            1














            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.






            share|improve this answer
























            • login screen is the one that comesup once you start the system.. and while in user session, when you logout..

              – PRATAP
              yesterday
















            1












            1








            1







            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.






            share|improve this 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.







            share|improve this answer












            share|improve this answer



            share|improve this 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





















            • 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




















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

            (1602) Indiana Índice Designación y nombre Características orbitales Véase...

            Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...