From 68dd75a47cb03766db51723efcafbd804ba4204b Mon Sep 17 00:00:00 2001 From: Victor Marinsky Date: Fri, 2 Feb 2018 17:11:22 -0500 Subject: Explicitly load using python2 interpreter Prevents dropbox startup crash on systems where 'python' is a link to 'python3' origin commit: https://github.com/dropbox/nautilus-dropbox/commit/69e931b https://github.com/dropbox/nautilus-dropbox/pull/45 --- caja-dropbox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caja-dropbox.in b/caja-dropbox.in index 340a3a3..429bc4d 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) Dropbox, Inc. # -- cgit v1.2.1