Skip to content

Commit

Permalink
force launch with python2
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <[email protected]>
  • Loading branch information
gsemet committed Nov 5, 2014
1 parent 3e9c734 commit d4b1cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA

PYTHON="/usr/bin/env python"
PYTHON="/usr/bin/env python2"

exec $PYTHON -m guake.guake "$@"
2 changes: 1 addition & 1 deletion src/guake-prefs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA

PYTHON="/usr/bin/env python"
PYTHON="/usr/bin/env python2"

exec $PYTHON -m guake.prefs $@

0 comments on commit d4b1cee

Please sign in to comment.