Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8458787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:10:25+00:00 2026-06-10T13:10:25+00:00

I am currently writing a script to change my desktop background every one minute,

  • 0

I am currently writing a script to change my desktop background every one minute, however when I pipe the output to a file I get:

** (process:22375): WARNING **: Command line `dbus-launch --autolaunch=134db3df26c562acad27e9cf00000009 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n

The python script is as follows:

#!/usr/bin/env python

import os, random

def main():

    files =  os.listdir("/home/benkaiser/scripts/XKCD_IMAGES");
    nameOfImg = random.choice(files)

    os.system("gsettings set org.gnome.desktop.background picture-uri file:///home/benkaiser/scripts/XKCD_IMAGES/" + nameOfImg)

    print "Finished Fine!";

    return 0

if __name__ == '__main__':
    main()

And the crontab command is:
* * * * * /home/benkaiser/scripts/changeDesktop.py

I have already made sure the file is executable so that is not the problem. It seems to be to do with the os.system call that gives the error

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:10:27+00:00Added an answer on June 10, 2026 at 1:10 pm

    The problem is that gsettings needs to know what screen to run on. If you run it in a terminal, it will run on the screen the terminal is on, but if you run it in crontab, it doesn’t have any screen in its context.

    You might be able to do this by adding a switch to the gsettings command, or an environment variable, to specify the display. It depends on whether gsettings was ever written to work in a situation where the display couldn’t be inferred.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background : I'm currently writing a greasemonkey script that embeds/modifies a specific page's html.
I am currently writing an awk script within a bash script. One of my
I am currently writing a script which parses the ServiceTage, Computername and Username from
I'm currently writing a script editing app in c# to edit game scripts. I
well i am currently writing a script that is meant to check the logs
I'm currently writing a Powershell script that's used to select a user from Active
I'm currently writing a PHP script for a guestbook in PHP where people can
I'm currently writing a ToDo-Script for a project i have running. Now there is
I am currently re-writing my functions script (PHP) for my login system. Is the
Hello Im currently writing a product syncronisation script for magento. I know how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.