aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk/redshift-gtk.in
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-01-06 11:39:33 -0800
committerJon Lund Steffensen <jonlst@gmail.com>2014-01-06 11:39:33 -0800
commit2c5b79fe24c52eba210f6bfce79ccf565839bef1 (patch)
tree91c2ff70da10a699dacb0cf0f2a831fa298c4ea4 /src/redshift-gtk/redshift-gtk.in
parentMerge pull request #19 from TingPing/patch-1 (diff)
parentFix PyGI deprecated warnings (diff)
downloadredshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.gz
redshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.bz2
redshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.xz
Merge pull request #21 from TingPing/py3k
Add Python 3 support Update icon cache on install Add more files to .gitignore Fix PyGI deprecation warning
Diffstat (limited to '')
-rw-r--r--src/redshift-gtk/redshift-gtk.in (renamed from src/redshift-gtk/redshift-gtk)6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/redshift-gtk/redshift-gtk b/src/redshift-gtk/redshift-gtk.in
index 3ec3010..ba6e1ac 100644
--- a/src/redshift-gtk/redshift-gtk
+++ b/src/redshift-gtk/redshift-gtk.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# redshift-gtk -- GTK+ Redshift launcher script
# This file is part of Redshift.
@@ -17,6 +17,10 @@
# Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
+import sys
+
+# Some non-standard install paths may need to be added
+sys.path.append('@pythondir@')
if __name__ == '__main__':
from redshift_gtk.statusicon import run