diff options
Diffstat (limited to 'x11-terms/terminator/files/0.93-session.patch')
-rw-r--r-- | x11-terms/terminator/files/0.93-session.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-terms/terminator/files/0.93-session.patch b/x11-terms/terminator/files/0.93-session.patch new file mode 100644 index 000000000000..c904a8ca494d --- /dev/null +++ b/x11-terms/terminator/files/0.93-session.patch @@ -0,0 +1,13 @@ +diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py +index 34726cb..5adb7e7 100755 +--- a/terminatorlib/terminator.py ++++ b/terminatorlib/terminator.py +@@ -60,8 +60,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 attempt_gnome_client(self): + """Attempt to find a GNOME Session to register with""" |