summaryrefslogtreecommitdiff
blob: 4583b0cff7b68f0c1b721c4d6fcbc17ab9642ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py
index 1686006..960e53d 100755
--- a/terminatorlib/terminator.py
+++ b/terminatorlib/terminator.py
@@ -61,8 +61,6 @@ class Terminator(Borg):
             self.doing_layout = False
         if not self.pid_cwd:
             self.pid_cwd = get_pid_cwd()
-        if self.gnome_client is None:
-            self.attempt_gnome_client()
 
     def set_origcwd(self, cwd):
         """Store the original cwd our process inherits"""