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







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.










share|improve this question







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.



























    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.










    share|improve this question







    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.























      0












      0








      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.










      share|improve this question







      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






      share|improve this question







      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.











      share|improve this question







      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.









      share|improve this question




      share|improve this question






      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.






















          2 Answers
          2






          active

          oldest

          votes


















          0














          You can change lockscreen wallpaper by Settings





          share































            0














            in Ubuntu 19.04



            the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.





            share
























              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.










              draft saved

              draft discarded


















              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









              0














              You can change lockscreen wallpaper by Settings





              share




























                0














                You can change lockscreen wallpaper by Settings





                share


























                  0












                  0








                  0







                  You can change lockscreen wallpaper by Settings





                  share













                  You can change lockscreen wallpaper by Settings






                  share











                  share


                  share










                  answered 1 min ago









                  aviral dobhalaviral dobhal

                  114




                  114

























                      0














                      in Ubuntu 19.04



                      the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.





                      share




























                        0














                        in Ubuntu 19.04



                        the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.





                        share


























                          0












                          0








                          0







                          in Ubuntu 19.04



                          the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.





                          share













                          in Ubuntu 19.04



                          the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.






                          share











                          share


                          share










                          answered 1 min ago









                          PRATAPPRATAP

                          3,5802933




                          3,5802933






















                              Mauricio Gtz is a new contributor. Be nice, and check out our Code of Conduct.










                              draft saved

                              draft discarded


















                              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.




                              draft saved


                              draft discarded














                              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





















































                              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

                              Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                              Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                              Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...