Use a symbolic new tab icon
This commit is contained in:
parent
ebf2ad9ec8
commit
b9fd94585a
27
gnome-terminal-symbolic-new-tab-icon.patch
Normal file
27
gnome-terminal-symbolic-new-tab-icon.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 08405736ab32161a003a891a11efc0820245b4e5 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Catanzaro <mcatanzaro@gnome.org>
|
||||
Date: Tue, 29 Sep 2015 23:42:53 -0500
|
||||
Subject: [PATCH] window: Use a symbolic new tab icon
|
||||
|
||||
https://developer.gnome.org/hig/3.18/icons-and-artwork.html.en
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=755825
|
||||
---
|
||||
src/terminal-window.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/terminal-window.c b/src/terminal-window.c
|
||||
index f673e99..6567196 100644
|
||||
--- a/src/terminal-window.c
|
||||
+++ b/src/terminal-window.c
|
||||
@@ -2195,7 +2195,7 @@ terminal_window_fill_notebook_action_box (TerminalWindow *window)
|
||||
/* Create the NewTerminal button */
|
||||
action = gtk_action_group_get_action (priv->action_group, "FileNewTab");
|
||||
|
||||
- button = terminal_icon_button_new ("list-add");
|
||||
+ button = terminal_icon_button_new ("list-add-symbolic");
|
||||
gtk_activatable_set_related_action (GTK_ACTIVATABLE (button), action);
|
||||
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
|
||||
gtk_widget_show (button);
|
||||
--
|
||||
2.4.3
|
@ -8,7 +8,7 @@
|
||||
Summary: Terminal emulator for GNOME
|
||||
Name: gnome-terminal
|
||||
Version: 3.17.91
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+ and GFDL
|
||||
Group: User Interface/Desktops
|
||||
URL: http://www.gnome.org/
|
||||
@ -17,6 +17,8 @@ Source0: http://download.gnome.org/sources/gnome-terminal/3.16/gnome-terminal-%{
|
||||
Source1: org.gnome.Terminal.gschema.override
|
||||
|
||||
Patch0: 0001-build-Don-t-treat-warnings-as-errors.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=755825
|
||||
Patch1: gnome-terminal-symbolic-new-tab-icon.patch
|
||||
|
||||
Patch100: gnome-terminal-restore-dark-transparency.patch
|
||||
Patch101: gnome-terminal-command-notify.patch
|
||||
@ -61,6 +63,7 @@ option to the right-click context menu in Nautilus.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .warnings
|
||||
%patch1 -p1 -b .new-tab-icon
|
||||
%patch100 -p1 -b .dark-transparency
|
||||
%patch101 -p1 -b .command-notify
|
||||
|
||||
@ -108,6 +111,9 @@ fi
|
||||
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
|
||||
|
||||
%changelog
|
||||
* Thu Oct 01 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.91-2
|
||||
- Use a symbolic new tab icon
|
||||
|
||||
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
|
||||
- Update to 3.17.91
|
||||
- Restore translations for dark variant strings
|
||||
|
Loading…
Reference in New Issue
Block a user