diff options
Diffstat (limited to 'src/gtk-redshift/statusicon.py')
-rw-r--r-- | src/gtk-redshift/statusicon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-redshift/statusicon.py b/src/gtk-redshift/statusicon.py index ae05b5c..9925c35 100644 --- a/src/gtk-redshift/statusicon.py +++ b/src/gtk-redshift/statusicon.py @@ -38,7 +38,7 @@ def run_statusicon(): # Start redshift with arguments from the command line args = sys.argv[1:] - args.insert(0, 'redshift') + args.insert(0, os.path.join(defs.BINDIR, 'redshift')) process = subprocess.Popen(args) try: |