From eb8277560fa9dbd29787472721b74a813d29aed8 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 2 Jul 2008 03:44:32 +1000 Subject: [PATCH] RandomBG: Changed default socket --- bin/randombg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.39.2