From: James Bunton Date: Tue, 1 Jul 2008 17:44:32 +0000 (+1000) Subject: RandomBG: Changed default socket X-Git-Url: https://code.delx.au/bg-scripts/commitdiff_plain/eb8277560fa9dbd29787472721b74a813d29aed8 RandomBG: Changed default socket --- diff --git a/bin/randombg.py b/bin/randombg.py index 8e57f54..29dcc20 100755 --- a/bin/randombg.py +++ b/bin/randombg.py @@ -368,7 +368,7 @@ def build_parser(): action="store", type="int", default=1800, dest="cycle_time", help="Cause the image to cycle every X seconds") parser.add_option("--socket", - action="store", type="string", dest="socket_filename", default=os.path.expanduser('~/tmp/tmp_socket'), + action="store", type="string", dest="socket_filename", default=os.path.expanduser('~/.randombg_socket'), help="Location of the command/control socket.") parser.add_option("--history-file", action="store", type="string", dest="history_filename", default=os.path.expanduser('~/.randombg_historyfile'),