How to change desktop background via terminal on openSUSE?can i modify an .rpm-based system to use .deb...

When did game consoles begin including FPUs?

How will the lack of ground stations affect navigation?

What do the "optional" resistor and capacitor do in this circuit?

Slice a list based on an index and items behind it in python

What is the effect of the Feeblemind spell on Ability Score Improvements?

Were any of the books mentioned in this scene from the movie Hackers real?

How does Ctrl+c and Ctrl+v work?

the correct order of manual install WP and SSL on server

How to handle professionally if colleagues has referred his relative and asking to take easy while taking interview

Does the Rogue's Reliable Talent feature work for thieves' tools, since the rogue is proficient in them?

Are there microwaves to heat baby food at Brussels airport?

What do you call the hair or body hair you trim off your body?

Why are lawsuits between the President and Congress not automatically sent to the Supreme Court

How could it be that 80% of townspeople were farmers during the Edo period in Japan?

Capital gains on stocks sold to take initial investment off the table

Polynomial division: Is this trick obvious?

Using chord iii in a chord progression (major key)

Could a space colony 1g from the sun work?

How to continually let my readers know what time it is in my story, in an organic way?

​Cuban​ ​Primes

Given 0s on Assignments with suspected and dismissed cheating?

Why are goodwill impairments on the statement of cash-flows of GE?

Why commonly or frequently used fonts sizes are even numbers like 10px, 12px, 16px, 24px, or 32px?

How would you translate "grit" (personality trait) to Chinese?



How to change desktop background via terminal on openSUSE?


can i modify an .rpm-based system to use .deb files, apt-get and debian/ubuntu repositories?How to make GTK application use the theme options configured in the GNOME Tweak Tool (and not the KDE's GTK configuration) when I'm under GNOME?Run script after desktop loadsDistro Customisation And Middleware Software Inclusioncannot change my login screen backgroundAbrupt Loss of Brightness ControlHow to change desktop wallpaper from terminal?Notification progress in tray from command lineOpenSUSE VMware VM not taking space allocated?How to run a Python script on every boot?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I am using SUSE Studio to make a custom version of openSUSE with the KDE 4 desktop. A small problem is that the background is set by default to the chameleon light bulb. I suspect I can fix this manually by adding a line to the script that runs at the end of a build. So, what is this command, if it exists?










share|improve this question














bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    1















    I am using SUSE Studio to make a custom version of openSUSE with the KDE 4 desktop. A small problem is that the background is set by default to the chameleon light bulb. I suspect I can fix this manually by adding a line to the script that runs at the end of a build. So, what is this command, if it exists?










    share|improve this question














    bumped to the homepage by Community 2 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      I am using SUSE Studio to make a custom version of openSUSE with the KDE 4 desktop. A small problem is that the background is set by default to the chameleon light bulb. I suspect I can fix this manually by adding a line to the script that runs at the end of a build. So, what is this command, if it exists?










      share|improve this question














      I am using SUSE Studio to make a custom version of openSUSE with the KDE 4 desktop. A small problem is that the background is set by default to the chameleon light bulb. I suspect I can fix this manually by adding a line to the script that runs at the end of a build. So, what is this command, if it exists?







      opensuse wallpaper susestudio






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 26 '16 at 22:27









      PixelSparkPixelSpark

      62




      62





      bumped to the homepage by Community 2 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          The default wallpaper is automatically configured when the user first logs in. You can change what the default gets set to by editing /usr/share/config/kdesktoprc or some such file (that is the file on my KDE 4 system; it may vary for OpenSUSE). Something like this should work:



          WALLPAPER=/path/to/new/wallpaper
          sed -ir "s:(Wallpaper)=.*:1=$WALLPAPER:" /usr/share/config/kdesktoprc


          If you want to do the same for end-users already configured, change the path of the file to $HOME/.kde/share/config/kdesktoprc (possibly $HOME/.kde4). You'll need to restart plasma-shell after you make that change.



          See also information about setting up a KDE kiosk, which may be of some use.






          share|improve this answer
























          • That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

            – PixelSpark
            Jul 27 '16 at 0:19











          • Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

            – SailorCire
            Jul 27 '16 at 21:08











          • Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

            – SailorCire
            Jul 27 '16 at 21:09











          • @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

            – PixelSpark
            Jul 28 '16 at 13:20











          • @SailorCire Doesn't give me the option. Only on every boot and upon building.

            – PixelSpark
            Jul 28 '16 at 13:21












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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f298494%2fhow-to-change-desktop-background-via-terminal-on-opensuse%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          The default wallpaper is automatically configured when the user first logs in. You can change what the default gets set to by editing /usr/share/config/kdesktoprc or some such file (that is the file on my KDE 4 system; it may vary for OpenSUSE). Something like this should work:



          WALLPAPER=/path/to/new/wallpaper
          sed -ir "s:(Wallpaper)=.*:1=$WALLPAPER:" /usr/share/config/kdesktoprc


          If you want to do the same for end-users already configured, change the path of the file to $HOME/.kde/share/config/kdesktoprc (possibly $HOME/.kde4). You'll need to restart plasma-shell after you make that change.



          See also information about setting up a KDE kiosk, which may be of some use.






          share|improve this answer
























          • That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

            – PixelSpark
            Jul 27 '16 at 0:19











          • Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

            – SailorCire
            Jul 27 '16 at 21:08











          • Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

            – SailorCire
            Jul 27 '16 at 21:09











          • @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

            – PixelSpark
            Jul 28 '16 at 13:20











          • @SailorCire Doesn't give me the option. Only on every boot and upon building.

            – PixelSpark
            Jul 28 '16 at 13:21
















          0














          The default wallpaper is automatically configured when the user first logs in. You can change what the default gets set to by editing /usr/share/config/kdesktoprc or some such file (that is the file on my KDE 4 system; it may vary for OpenSUSE). Something like this should work:



          WALLPAPER=/path/to/new/wallpaper
          sed -ir "s:(Wallpaper)=.*:1=$WALLPAPER:" /usr/share/config/kdesktoprc


          If you want to do the same for end-users already configured, change the path of the file to $HOME/.kde/share/config/kdesktoprc (possibly $HOME/.kde4). You'll need to restart plasma-shell after you make that change.



          See also information about setting up a KDE kiosk, which may be of some use.






          share|improve this answer
























          • That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

            – PixelSpark
            Jul 27 '16 at 0:19











          • Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

            – SailorCire
            Jul 27 '16 at 21:08











          • Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

            – SailorCire
            Jul 27 '16 at 21:09











          • @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

            – PixelSpark
            Jul 28 '16 at 13:20











          • @SailorCire Doesn't give me the option. Only on every boot and upon building.

            – PixelSpark
            Jul 28 '16 at 13:21














          0












          0








          0







          The default wallpaper is automatically configured when the user first logs in. You can change what the default gets set to by editing /usr/share/config/kdesktoprc or some such file (that is the file on my KDE 4 system; it may vary for OpenSUSE). Something like this should work:



          WALLPAPER=/path/to/new/wallpaper
          sed -ir "s:(Wallpaper)=.*:1=$WALLPAPER:" /usr/share/config/kdesktoprc


          If you want to do the same for end-users already configured, change the path of the file to $HOME/.kde/share/config/kdesktoprc (possibly $HOME/.kde4). You'll need to restart plasma-shell after you make that change.



          See also information about setting up a KDE kiosk, which may be of some use.






          share|improve this answer













          The default wallpaper is automatically configured when the user first logs in. You can change what the default gets set to by editing /usr/share/config/kdesktoprc or some such file (that is the file on my KDE 4 system; it may vary for OpenSUSE). Something like this should work:



          WALLPAPER=/path/to/new/wallpaper
          sed -ir "s:(Wallpaper)=.*:1=$WALLPAPER:" /usr/share/config/kdesktoprc


          If you want to do the same for end-users already configured, change the path of the file to $HOME/.kde/share/config/kdesktoprc (possibly $HOME/.kde4). You'll need to restart plasma-shell after you make that change.



          See also information about setting up a KDE kiosk, which may be of some use.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 26 '16 at 22:45









          ElizafoxElizafox

          606513




          606513













          • That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

            – PixelSpark
            Jul 27 '16 at 0:19











          • Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

            – SailorCire
            Jul 27 '16 at 21:08











          • Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

            – SailorCire
            Jul 27 '16 at 21:09











          • @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

            – PixelSpark
            Jul 28 '16 at 13:20











          • @SailorCire Doesn't give me the option. Only on every boot and upon building.

            – PixelSpark
            Jul 28 '16 at 13:21



















          • That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

            – PixelSpark
            Jul 27 '16 at 0:19











          • Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

            – SailorCire
            Jul 27 '16 at 21:08











          • Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

            – SailorCire
            Jul 27 '16 at 21:09











          • @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

            – PixelSpark
            Jul 28 '16 at 13:20











          • @SailorCire Doesn't give me the option. Only on every boot and upon building.

            – PixelSpark
            Jul 28 '16 at 13:21

















          That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

          – PixelSpark
          Jul 27 '16 at 0:19





          That would be good, but how can I do it so that it's pre-packaged? Should I replace the file in the OS itself?

          – PixelSpark
          Jul 27 '16 at 0:19













          Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

          – SailorCire
          Jul 27 '16 at 21:08





          Another way is: dcop kdesktop KBackgroundIface setWallpaper /path/to/mywallpaper.jpg 6 (Taken from LinuxForums)

          – SailorCire
          Jul 27 '16 at 21:08













          Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

          – SailorCire
          Jul 27 '16 at 21:09





          Also @PixelSpark in SuSE Studio, you used to be able to have scripts run during Kiwi, poke around there.

          – SailorCire
          Jul 27 '16 at 21:09













          @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

          – PixelSpark
          Jul 28 '16 at 13:20





          @SailorCire Is that a command to run or a way to edit the file mentioned in the answer?

          – PixelSpark
          Jul 28 '16 at 13:20













          @SailorCire Doesn't give me the option. Only on every boot and upon building.

          – PixelSpark
          Jul 28 '16 at 13:21





          @SailorCire Doesn't give me the option. Only on every boot and upon building.

          – PixelSpark
          Jul 28 '16 at 13:21


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f298494%2fhow-to-change-desktop-background-via-terminal-on-opensuse%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...