summaryrefslogtreecommitdiff
path: root/x11-terms/terminator/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
commit4650985dd0e898b82e0d2ec225931297d4fadccf (patch)
treeeb0e8002cf3ebf1009110b6fec47fa90f873d824 /x11-terms/terminator/files
parent67f76a858f1ac826bd8a550d756d9ec6e340ed4f (diff)
gentoo resync : 31.01.2018
Diffstat (limited to 'x11-terms/terminator/files')
-rw-r--r--x11-terms/terminator/files/0.94-session.patch13
-rw-r--r--x11-terms/terminator/files/terminator-0.97-brightness.patch35
-rw-r--r--x11-terms/terminator/files/terminator-1.0-desktop.patch11
3 files changed, 0 insertions, 59 deletions
diff --git a/x11-terms/terminator/files/0.94-session.patch b/x11-terms/terminator/files/0.94-session.patch
deleted file mode 100644
index 4583b0cff7b6..000000000000
--- a/x11-terms/terminator/files/0.94-session.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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"""
diff --git a/x11-terms/terminator/files/terminator-0.97-brightness.patch b/x11-terms/terminator/files/terminator-0.97-brightness.patch
deleted file mode 100644
index 9e35d7d593f6..000000000000
--- a/x11-terms/terminator/files/terminator-0.97-brightness.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-=== modified file 'terminatorlib/prefseditor.py'
---- terminatorlib/prefseditor.py 2013-02-16 00:10:45 +0000
-+++ terminatorlib/prefseditor.py 2013-05-11 22:03:46 +0000
-@@ -923,6 +923,8 @@
-
- def on_inactive_color_offset_change_value(self, widget, scroll, value):
- """Inactive color offset setting changed"""
-+ if value > 1.0:
-+ value = 1.0
- self.config['inactive_color_offset'] = round(value, 2)
- self.config.save()
-
-
-=== modified file 'terminatorlib/terminal.py'
---- terminatorlib/terminal.py 2013-02-15 15:10:55 +0000
-+++ terminatorlib/terminal.py 2013-05-11 22:03:46 +0000
-@@ -621,11 +621,17 @@
-
- factor = self.config['inactive_color_offset']
- self.fgcolor_inactive = self.fgcolor_active.copy()
-+ dbg(("fgcolor_inactive set to: RGB(%s,%s,%s)", getattr(self.fgcolor_inactive, "red"),
-+ getattr(self.fgcolor_inactive, "green"),
-+ getattr(self.fgcolor_inactive, "blue")))
-
- for bit in ['red', 'green', 'blue']:
- setattr(self.fgcolor_inactive, bit,
- getattr(self.fgcolor_inactive, bit) * factor)
-
-+ dbg(("fgcolor_inactive set to: RGB(%s,%s,%s)", getattr(self.fgcolor_inactive, "red"),
-+ getattr(self.fgcolor_inactive, "green"),
-+ getattr(self.fgcolor_inactive, "blue")))
- colors = self.config['palette'].split(':')
- self.palette_active = []
- self.palette_inactive = []
-
diff --git a/x11-terms/terminator/files/terminator-1.0-desktop.patch b/x11-terms/terminator/files/terminator-1.0-desktop.patch
deleted file mode 100644
index 2edf260d76b3..000000000000
--- a/x11-terms/terminator/files/terminator-1.0-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/data/terminator.desktop.in
-+++ b/data/terminator.desktop.in
-@@ -9,7 +9,7 @@
- StartupNotify=true
- X-Ubuntu-Gettext-Domain=terminator
- X-Ayatana-Desktop-Shortcuts=NewWindow;
--[NewWindow Shortcut Group]
-+[X-NewWindow Shortcut Group]
- Name=Open a New Window
- Exec=terminator
- TargetEnvironment=Unity