summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--package.changelog4
-rw-r--r--transparency.patch229
4 files changed, 130 insertions, 123 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e2217102d4..4ac72baa6db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-terminal-transparency
pkgdesc = The GNOME Terminal Emulator, with background transparency
- pkgver = 3.32.2
+ pkgver = 3.34.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Terminal
changelog = package.changelog
@@ -15,14 +15,14 @@ pkgbase = gnome-terminal-transparency
makedepends = gnome-shell
makedepends = vala
makedepends = yelp-tools
- depends = vte3>=0.56.2
+ depends = vte3>=0.58.0
depends = gsettings-desktop-schemas
- provides = gnome-terminal=3.32.2
+ provides = gnome-terminal=3.34.0
conflicts = gnome-terminal
- source = https://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-3.32.2.tar.xz
+ source = https://download.gnome.org/sources/gnome-terminal/3.34/gnome-terminal-3.34.0.tar.xz
source = transparency.patch
- sha256sums = 759a2b093ca606107eb8fb53e407cdf9adce76ccee33f9fa0cd76bf594bd106a
- sha256sums = 2adce1298846fc11b4a9dadbe60eb4a7e93b885c05c654e5ad277cf53c50178c
+ sha256sums = 85a60f8344118669396504e28245e7e03bc7d80e6749367148266b7763de8a71
+ sha256sums = 58455416db457c5e19798c5355e6fefb77a24d8c8d75a59cbdb735f1d78f1a61
pkgname = gnome-terminal-transparency
diff --git a/PKGBUILD b/PKGBUILD
index 0b4ff592a774..4d28c752d319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=gnome-terminal-transparency
_pkgname=gnome-terminal
-pkgver=3.32.2
+pkgver=3.34.0
pkgrel=1
pkgdesc="The GNOME Terminal Emulator, with background transparency"
url="https://wiki.gnome.org/Apps/Terminal"
arch=(x86_64)
license=(GPL)
-depends=('vte3>=0.56.2' gsettings-desktop-schemas)
+depends=('vte3>=0.58.0' gsettings-desktop-schemas)
makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
gnome-shell vala yelp-tools)
provides=("$_pkgname=$pkgver")
@@ -21,8 +21,8 @@ groups=(gnome)
changelog=package.changelog
source=(https://download.gnome.org/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz
transparency.patch)
-sha256sums=('759a2b093ca606107eb8fb53e407cdf9adce76ccee33f9fa0cd76bf594bd106a'
- '2adce1298846fc11b4a9dadbe60eb4a7e93b885c05c654e5ad277cf53c50178c')
+sha256sums=('85a60f8344118669396504e28245e7e03bc7d80e6749367148266b7763de8a71'
+ '58455416db457c5e19798c5355e6fefb77a24d8c8d75a59cbdb735f1d78f1a61')
prepare() {
cd $_pkgname-$pkgver
diff --git a/package.changelog b/package.changelog
index b5d776223388..4385878ae218 100644
--- a/package.changelog
+++ b/package.changelog
@@ -1,3 +1,7 @@
+2019-09-23
+ upstream upgrade: 3.32.2 -> 3.34.0
+ requires vte3 >= 0.58.0
+
2019-05-08
upstream update: 3.32.1 -> 3.32.2
requires vte3 >= 0.56.2
diff --git a/transparency.patch b/transparency.patch
index 151448c9dec1..9f3374e53f15 100644
--- a/transparency.patch
+++ b/transparency.patch
@@ -1,7 +1,7 @@
-From 11e93e5ab28efacd58cd9364a5090d4a483d0fdb Mon Sep 17 00:00:00 2001
+From 0c9e53b5ad462bd25bd245495567b6eb4ece7c70 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Mon, 12 May 2014 14:57:18 +0200
-Subject: [PATCH 01/14] Restore transparency
+Subject: [PATCH 01/18] Restore transparency
The transparency settings were removed as a side effect of
2bff4b63ed3ceef6055e35563e9b0b33ad57349d
@@ -25,10 +25,10 @@ Some changes by Peter Weber <peter.weber@mailbox.org>
6 files changed, 104 insertions(+), 1 deletion(-)
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
-index e4e0c003b281..1b0fb22b7d46 100644
+index b9e7d741ee5c..cd64124c1a6e 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
-@@ -395,6 +395,16 @@
+@@ -405,6 +405,16 @@
<default>'narrow'</default>
<summary>Whether ambiguous-width characters are narrow or wide when using UTF-8 encoding</summary>
</key>
@@ -46,7 +46,7 @@ index e4e0c003b281..1b0fb22b7d46 100644
<!-- Keybinding settings -->
diff --git a/src/preferences.ui b/src/preferences.ui
-index 4788959aeec0..47f1cf8abce2 100644
+index f42b652c586b..60ab5b253876 100644
--- a/src/preferences.ui
+++ b/src/preferences.ui
@@ -77,6 +77,11 @@
@@ -61,7 +61,7 @@ index 4788959aeec0..47f1cf8abce2 100644
<object class="GtkListStore" id="cjk-ambiguous-width-model">
<columns>
<!-- column-name gchararray -->
-@@ -1317,6 +1322,48 @@
+@@ -1316,6 +1321,48 @@
<property name="position">1</property>
</packing>
</child>
@@ -138,10 +138,10 @@ index 1912c8cf2431..a0081e23a1c5 100644
/* Called once per Preferences window, to destroy stuff that doesn't depend on the profile being edited */
diff --git a/src/terminal-schemas.h b/src/terminal-schemas.h
-index ef30bd595374..a386938b64c5 100644
+index bd2fa8c5a857..82bbe45ade96 100644
--- a/src/terminal-schemas.h
+++ b/src/terminal-schemas.h
-@@ -73,6 +73,9 @@ G_BEGIN_DECLS
+@@ -75,6 +75,9 @@ G_BEGIN_DECLS
#define TERMINAL_PROFILE_VISIBLE_NAME_KEY "visible-name"
#define TERMINAL_PROFILE_WORD_CHAR_EXCEPTIONS_KEY "word-char-exceptions"
@@ -152,7 +152,7 @@ index ef30bd595374..a386938b64c5 100644
#define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY "default-show-menubar"
#define TERMINAL_SETTING_ENABLE_MENU_BAR_ACCEL_KEY "menu-accelerator-enabled"
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index a85fcefd40e1..26202e4555ea 100644
+index 684da49afeb9..00aed8f53b78 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -800,7 +800,9 @@ terminal_screen_profile_changed_cb (GSettings *profile,
@@ -166,7 +166,7 @@ index a85fcefd40e1..26202e4555ea 100644
update_color_scheme (screen);
if (!prop_name || prop_name == I_(TERMINAL_PROFILE_AUDIBLE_BELL_KEY))
-@@ -877,6 +879,8 @@ update_color_scheme (TerminalScreen *screen)
+@@ -884,6 +886,8 @@ update_color_scheme (TerminalScreen *screen)
GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
GtkStyleContext *context;
@@ -175,7 +175,7 @@ index a85fcefd40e1..26202e4555ea 100644
gboolean use_theme_colors;
context = gtk_widget_get_style_context (widget);
-@@ -918,6 +922,18 @@ update_color_scheme (TerminalScreen *screen)
+@@ -925,6 +929,18 @@ update_color_scheme (TerminalScreen *screen)
}
colors = terminal_g_settings_get_rgba_palette (priv->profile, TERMINAL_PROFILE_PALETTE_KEY, &n_colors);
@@ -194,7 +194,7 @@ index a85fcefd40e1..26202e4555ea 100644
vte_terminal_set_colors (VTE_TERMINAL (screen), &fg, &bg,
colors, n_colors);
vte_terminal_set_color_bold (VTE_TERMINAL (screen), boldp);
-@@ -925,6 +941,10 @@ update_color_scheme (TerminalScreen *screen)
+@@ -932,6 +948,10 @@ update_color_scheme (TerminalScreen *screen)
vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen), cursor_fgp);
vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
@@ -231,13 +231,13 @@ index 19198f49f7b5..5ba767c5fc87 100644
uuid_unparse (u, uuidstr);
priv->uuid = g_strdup (uuidstr);
--
-2.21.0
+2.23.0
-From 7e96a519635ef03820d0fb1d57d48890ba2cbcdb Mon Sep 17 00:00:00 2001
+From 1ace3ae8beb3a72d70fefe2eaf83500c9747c49c Mon Sep 17 00:00:00 2001
From: Lars Uebernickel <lars.uebernickel@canonical.com>
Date: Wed, 28 May 2014 14:11:02 +0200
-Subject: [PATCH 02/14] window: Make the drawing robust across all themes
+Subject: [PATCH 02/18] window: Make the drawing robust across all themes
There are lots of themes out there in the wild that do not specify a
background-color for all widgets and the default is transparent. This
@@ -293,13 +293,13 @@ index 5ba767c5fc87..cdd69f9f4f52 100644
widget_class->screen_changed = terminal_window_screen_changed;
widget_class->style_updated = terminal_window_style_updated;
--
-2.21.0
+2.23.0
-From 6219b224223d70a52567e71c10567ff787405dcd Mon Sep 17 00:00:00 2001
+From dc0922ed8ad2111977efe2580890cbf42b51abb6 Mon Sep 17 00:00:00 2001
From: "Owen W. Taylor" <otaylor@fishsoup.net>
Date: Fri, 13 Nov 2015 15:16:42 +0100
-Subject: [PATCH 03/14] screen, window: Extra padding around transparent
+Subject: [PATCH 03/18] screen, window: Extra padding around transparent
terminals in Wayland
https://bugzilla.redhat.com/show_bug.cgi?id=1207943
@@ -309,7 +309,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1207943
2 files changed, 49 insertions(+), 9 deletions(-)
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index 26202e4555ea..c0ce8a89126c 100644
+index 00aed8f53b78..ffa7b3239cae 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -139,6 +139,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *,
@@ -329,7 +329,7 @@ index 26202e4555ea..c0ce8a89126c 100644
terminal_class->child_exited = terminal_screen_child_exited;
-@@ -864,6 +867,32 @@ terminal_screen_profile_changed_cb (GSettings *profile,
+@@ -871,6 +874,32 @@ terminal_screen_profile_changed_cb (GSettings *profile,
g_object_thaw_notify (object);
}
@@ -362,7 +362,7 @@ index 26202e4555ea..c0ce8a89126c 100644
static void
update_color_scheme (TerminalScreen *screen)
{
-@@ -942,9 +971,7 @@ update_color_scheme (TerminalScreen *screen)
+@@ -949,9 +978,7 @@ update_color_scheme (TerminalScreen *screen)
vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
@@ -373,7 +373,7 @@ index 26202e4555ea..c0ce8a89126c 100644
}
static void
-@@ -1549,6 +1576,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
+@@ -1556,6 +1583,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
terminal_screen_popup_info_unref (info);
}
@@ -420,13 +420,13 @@ index cdd69f9f4f52..6028ca8700d7 100644
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
--
-2.21.0
+2.23.0
-From a07c8ba6fabacd5b7875c3c22c40d9eca2903503 Mon Sep 17 00:00:00 2001
+From 4d9ce084d8c99c3e2eda24f21d0b8d23ded14206 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Mon, 27 Feb 2017 16:53:51 +0100
-Subject: [PATCH 04/14] screen: Silence -Wunused variable
+Subject: [PATCH 04/18] screen: Silence -Wunused variable
https://bugzilla.redhat.com/show_bug.cgi?id=1207943
---
@@ -434,10 +434,10 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1207943
1 file changed, 1 deletion(-)
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index c0ce8a89126c..1b763a3890dd 100644
+index ffa7b3239cae..6cb3e20c4f42 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
-@@ -908,7 +908,6 @@ update_color_scheme (TerminalScreen *screen)
+@@ -915,7 +915,6 @@ update_color_scheme (TerminalScreen *screen)
GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
GtkStyleContext *context;
@@ -446,13 +446,13 @@ index c0ce8a89126c..1b763a3890dd 100644
gboolean use_theme_colors;
--
-2.21.0
+2.23.0
-From 481bbcb4548a73e03d88952f7011df5126726e4e Mon Sep 17 00:00:00 2001
+From 14e4f8e7126f22c014a79dc4889ed7a484c53c95 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Tue, 17 Feb 2015 17:06:17 +0100
-Subject: [PATCH 11/14] Restore translations for setting a title and
+Subject: [PATCH 13/18] Restore translations for setting a title and
transparency
---
@@ -473,7 +473,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
po/ca@valencia.po | 12 ++++++++++++
po/cs.po | 12 ++++++++++++
po/cy.po | 8 ++++----
- po/da.po | 11 +++++++++++
+ po/da.po | 12 ++++++++++++
po/de.po | 12 ++++++++++++
po/dz.po | 8 ++++----
po/el.po | 15 +++++++++------
@@ -483,7 +483,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
po/eo.po | 8 ++++----
po/es.po | 16 ++++++++--------
po/et.po | 3 +++
- po/eu.po | 11 +++++++++++
+ po/eu.po | 12 ++++++++++++
po/fa.po | 15 +++++++++------
po/fi.po | 12 ++++++++++++
po/fr.po | 12 ++++++++++++
@@ -494,7 +494,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
po/he.po | 16 ++++++++--------
po/hi.po | 17 ++++++++---------
po/hr.po | 10 ++++++++++
- po/hu.po | 11 +++++++++++
+ po/hu.po | 12 ++++++++++++
po/hy.po | 8 ++++----
po/id.po | 12 ++++++++++++
po/it.po | 12 ++++++++++++
@@ -548,7 +548,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
po/zh_CN.po | 15 +++++++++------
po/zh_HK.po | 15 +++++++++------
po/zh_TW.po | 15 +++++++++------
- 92 files changed, 709 insertions(+), 363 deletions(-)
+ 92 files changed, 712 insertions(+), 363 deletions(-)
diff --git a/po/am.po b/po/am.po
index 3445d96da657..ee992f0712a5 100644
@@ -905,11 +905,11 @@ index 49e710859ac9..8703552984b1 100644
+msgid "Set Title"
+msgstr "Postavi naslov"
diff --git a/po/ca.po b/po/ca.po
-index bd77fe3bea60..371fa1180d08 100644
+index 0d8fb4a47b52..a0c408a3b1df 100644
--- a/po/ca.po
+++ b/po/ca.po
-@@ -2315,3 +2315,15 @@ msgstr ""
- #: ../src/terminal-window.c:3246
+@@ -2332,3 +2332,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3256
msgid "C_lose Window"
msgstr "Tanca la _finestra"
+
@@ -945,11 +945,11 @@ index a6e8fb4250dc..c9ed8508228d 100644
+msgid "Set Title"
+msgstr "Estableix el títol"
diff --git a/po/cs.po b/po/cs.po
-index ee7b75f7d037..7c3390493d8f 100644
+index f6b903b04c75..4aeeb060bd23 100644
--- a/po/cs.po
+++ b/po/cs.po
-@@ -2287,3 +2287,15 @@ msgstr ""
- #: ../src/terminal-window.c:3246
+@@ -2307,3 +2307,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3256
msgid "C_lose Window"
msgstr "_Zavřít okno"
+
@@ -991,13 +991,14 @@ index 644df82363f1..cd862feb50c0 100644
#: ../src/profile-preferences.glade.h:74
msgid "_Update login records when command is launched"
diff --git a/po/da.po b/po/da.po
-index b9e57183b071..1d00234c0fb5 100644
+index 26947a7a6fa1..441bb5ce0e73 100644
--- a/po/da.po
+++ b/po/da.po
-@@ -2337,3 +2337,14 @@ msgstr "_Luk vindue"
- #~ msgid "Open the terminal file manager Midnight Commander"
- #~ msgstr "Åbn terminalfilhåndteringen Midnight Commander"
-
+@@ -2298,3 +2298,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3256
+ msgid "C_lose Window"
+ msgstr "_Luk vindue"
++
+msgid "Title"
+msgstr "Titel"
+
@@ -1010,10 +1011,10 @@ index b9e57183b071..1d00234c0fb5 100644
+msgid "Transparent background"
+msgstr "Gennemsigtig baggrund"
diff --git a/po/de.po b/po/de.po
-index a7fd71fe9f96..da704eb7fbef 100644
+index 4d5852c2f0b1..868326bba955 100644
--- a/po/de.po
+++ b/po/de.po
-@@ -2364,3 +2364,15 @@ msgstr "Fenster _schließen"
+@@ -2384,3 +2384,15 @@ msgstr "Fenster _schließen"
#~ msgid "_Quit"
#~ msgstr "_Beenden"
@@ -1217,10 +1218,10 @@ index 2956aa8c3f6d..a91669d7a5e0 100644
#~ msgid "On the left side"
#~ msgstr "Maldekstre"
diff --git a/po/es.po b/po/es.po
-index b54ad88fa136..1205b871d122 100644
+index 26401a60f509..f44295c5d113 100644
--- a/po/es.po
+++ b/po/es.po
-@@ -2738,17 +2738,17 @@ msgstr "_Cerrar ventana"
+@@ -2750,17 +2750,17 @@ msgstr "_Cerrar ventana"
#~ msgid "Default size:"
#~ msgstr "Tamaño predeterminado:"
@@ -1244,7 +1245,7 @@ index b54ad88fa136..1205b871d122 100644
#~ msgid "Current Locale"
#~ msgstr "Configuración regional actual"
-@@ -3574,8 +3574,8 @@ msgstr "_Cerrar ventana"
+@@ -3586,8 +3586,8 @@ msgstr "_Cerrar ventana"
#~ msgid "_Solid color"
#~ msgstr "Color _sólido"
@@ -1267,13 +1268,14 @@ index 4b1c2a7c67e4..770761168806 100644
+msgid "Transparent background"
+msgstr "Läbipaistev taust"
diff --git a/po/eu.po b/po/eu.po
-index c475344c165b..26d74747ad6a 100644
+index 6d71f53e5005..2ef191d5d6e3 100644
--- a/po/eu.po
+++ b/po/eu.po
-@@ -2172,3 +2172,14 @@ msgstr "Oraindik prozesu bat exekutatzen ari da terminal honetan. Terminal hau i
+@@ -2188,3 +2188,15 @@ msgstr "Oraindik prozesu bat exekutatzen ari da terminal honetan. Terminal hau i
+ #: ../src/terminal-window.c:3256
msgid "C_lose Window"
msgstr "It_xi leihoa"
-
++
+msgid "Title"
+msgstr "Titulua"
+
@@ -1286,10 +1288,10 @@ index c475344c165b..26d74747ad6a 100644
+msgid "Transparent background"
+msgstr "Atzeko plano gardena"
diff --git a/po/fa.po b/po/fa.po
-index 8b0ca26eebe5..6079d0c40a1d 100644
+index 1b88db42b00d..3c549a41bec6 100644
--- a/po/fa.po
+++ b/po/fa.po
-@@ -2402,8 +2402,8 @@ msgstr "_بستن پنجره"
+@@ -2658,8 +2658,8 @@ msgstr "_بستن پنجره"
#~ msgid "Use custom default terminal si_ze"
#~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض"
@@ -1300,18 +1302,18 @@ index 8b0ca26eebe5..6079d0c40a1d 100644
#~ msgid "When terminal commands set their o_wn titles:"
#~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:"
-@@ -2426,8 +2426,8 @@ msgstr "_بستن پنجره"
- #~ msgid "Close Window"
- #~ msgstr "بستن پنجره"
+@@ -2673,8 +2673,8 @@ msgstr "_بستن پنجره"
+ #~ msgid "_Unlimited"
+ #~ msgstr "_نامحدود"
-#~ msgid "Set Title"
-#~ msgstr "تنظیم عنوان"
+msgid "Set Title"
+msgstr "تنظیم عنوان"
- #~ msgid "Switch to Tab 2"
- #~ msgstr "تعویض به زبانه‌ی ۲"
-@@ -2486,5 +2486,8 @@ msgstr "_بستن پنجره"
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "تعویض به زبانه‌ی ۳"
+@@ -2715,5 +2715,8 @@ msgstr "_بستن پنجره"
#~ msgid "_Input Methods"
#~ msgstr "روش‌های _ورودی"
@@ -1349,13 +1351,13 @@ index 1d341ed83115..7ab745dafa50 100644
+msgid "Set Title"
+msgstr "Aseta otsikko"
diff --git a/po/fr.po b/po/fr.po
-index 927c1dd5d3af..a539d62c2646 100644
+index 6cd261bd12e8..2d653ab35141 100644
--- a/po/fr.po
+++ b/po/fr.po
-@@ -2607,3 +2607,15 @@ msgstr "Fermer _la fenêtre"
-
- #~ msgid "_Same as text color"
- #~ msgstr "_Même couleur que le texte"
+@@ -2359,3 +2359,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3256
+ msgid "C_lose Window"
+ msgstr "Fermer _la fenêtre"
+
+msgid "Transparent background"
+msgstr "Arrière-plan transparent"
@@ -1369,10 +1371,10 @@ index 927c1dd5d3af..a539d62c2646 100644
+msgid "Set Title"
+msgstr "Définir le titre"
diff --git a/po/fur.po b/po/fur.po
-index d4a67b1cbcd0..81841080e39e 100644
+index 9749184f89b9..a000152a6164 100644
--- a/po/fur.po
+++ b/po/fur.po
-@@ -445,6 +445,10 @@ msgstr ""
+@@ -461,6 +461,10 @@ msgstr ""
msgid "Which encoding to use"
msgstr "Codifiche di doprâ"
@@ -1380,10 +1382,10 @@ index d4a67b1cbcd0..81841080e39e 100644
+msgid "Transparent background"
+msgstr "Fondâl trasparent"
+
- #: ../src/org.gnome.Terminal.gschema.xml.h:66
+ #: ../src/org.gnome.Terminal.gschema.xml.h:70
msgid ""
"Whether ambiguous-width characters are narrow or wide when using UTF-8 "
-@@ -3384,6 +3388,9 @@ msgstr "_Siere barcon"
+@@ -3401,6 +3405,9 @@ msgstr "_Siere barcon"
#~ msgid "The text you clicked on doesn't seem to be a valid OTP challenge."
#~ msgstr "Il test fracât nol samee jessi un OTP challenge."
@@ -1393,7 +1395,7 @@ index d4a67b1cbcd0..81841080e39e 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Passe a la schede 3"
-@@ -3439,8 +3446,8 @@ msgstr "_Siere barcon"
+@@ -3456,8 +3463,8 @@ msgstr "_Siere barcon"
#~ msgid "_Input Methods"
#~ msgstr "_Cemût inserî test"
@@ -1416,10 +1418,10 @@ index 93d5fa9d1481..feb87dce3d6b 100644
+msgid "Transparent background"
+msgstr "Cúlra trédhearcach"
diff --git a/po/gl.po b/po/gl.po
-index f0ddeac3b6bf..e774d9dcf429 100644
+index 602a307a5ea8..f8584aa98f36 100644
--- a/po/gl.po
+++ b/po/gl.po
-@@ -2696,17 +2696,17 @@ msgstr "P_echar a xanela"
+@@ -2709,17 +2709,17 @@ msgstr "P_echar a xanela"
#~ msgid "Default size:"
#~ msgstr "Tamaño predeterminado:"
@@ -1443,7 +1445,7 @@ index f0ddeac3b6bf..e774d9dcf429 100644
#~ msgid "Current Locale"
#~ msgstr "Configuración rexional actual"
-@@ -3520,8 +3520,8 @@ msgstr "P_echar a xanela"
+@@ -3533,8 +3533,8 @@ msgstr "P_echar a xanela"
#~ msgid "Background image _scrolls"
#~ msgstr "A imaxe de fondo _desprázase"
@@ -1591,10 +1593,10 @@ index 2d7dc5b14008..8d3d0529df61 100644
#~ msgid "S/Key Challenge Response"
#~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
diff --git a/po/hr.po b/po/hr.po
-index 9722611b3bca..28c07301cb7e 100644
+index 0b617d94ebd6..5f5bfd52514d 100644
--- a/po/hr.po
+++ b/po/hr.po
-@@ -2574,3 +2574,13 @@ msgstr "_Zatvori prozor"
+@@ -2591,3 +2591,13 @@ msgstr "_Zatvori prozor"
#~ msgid "Use transparency from system theme"
#~ msgstr "Koristi prozirnost iz teme sustava"
@@ -1609,13 +1611,14 @@ index 9722611b3bca..28c07301cb7e 100644
+msgid "Set Title"
+msgstr "Postavi naslov"
diff --git a/po/hu.po b/po/hu.po
-index 113e71b3411c..767144eb6cc7 100644
+index 0d5c12c66841..a8bc2d979218 100644
--- a/po/hu.po
+++ b/po/hu.po
-@@ -2302,3 +2302,14 @@ msgstr ""
+@@ -2318,3 +2318,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3256
msgid "C_lose Window"
msgstr "_Ablak bezárása"
-
++
+msgid "Title"
+msgstr "Cím"
+
@@ -1654,10 +1657,10 @@ index aaf2d9b292da..4d466f164420 100644
#: ../src/profile-preferences.glade.h:74
msgid "_Update login records when command is launched"
diff --git a/po/id.po b/po/id.po
-index ce49d31f1348..b47b9656a834 100644
+index 41bbbe3f1eb6..4b89d0f76328 100644
--- a/po/id.po
+++ b/po/id.po
-@@ -2559,3 +2559,15 @@ msgstr "Tutup Jende_la"
+@@ -2576,3 +2576,15 @@ msgstr "Tutup Jende_la"
#~ msgid "_Add or Remove…"
#~ msgstr "T_ambah atau Hapus…"
@@ -1810,10 +1813,10 @@ index c887f88a2c87..0fc1c3139258 100644
+msgid "Transparent background"
+msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ"
diff --git a/po/ko.po b/po/ko.po
-index 7aed718403be..eb0863216276 100644
+index 21c29a9d10a1..5b283fec04f7 100644
--- a/po/ko.po
+++ b/po/ko.po
-@@ -2306,3 +2306,15 @@ msgstr "창 닫기(_L)"
+@@ -2323,3 +2323,15 @@ msgstr "창 닫기(_L)"
#~ msgid "Verbose output"
#~ msgstr "많이 출력"
@@ -1856,10 +1859,10 @@ index bc2bb7f03de4..d2a83a007097 100644
#: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched"
diff --git a/po/lt.po b/po/lt.po
-index b5b20eeaaf41..849bd76f52c4 100644
+index de548da98463..1177bd8f0f8c 100644
--- a/po/lt.po
+++ b/po/lt.po
-@@ -2589,3 +2589,15 @@ msgstr "_Užverti langą"
+@@ -2601,3 +2601,15 @@ msgstr "_Užverti langą"
#~ msgid "Whether to use a dark theme variant"
#~ msgstr "Ar naudoti tamsų temos variantą"
@@ -1876,10 +1879,10 @@ index b5b20eeaaf41..849bd76f52c4 100644
+msgid "Set Title"
+msgstr "Nustatyti pavadinimą"
diff --git a/po/lv.po b/po/lv.po
-index d7ba841bd82e..cdd1ebec10b5 100644
+index 8c9c00c87fd2..87aecdde0dba 100644
--- a/po/lv.po
+++ b/po/lv.po
-@@ -2527,3 +2527,19 @@ msgstr "Aizvērt _logu"
+@@ -2539,3 +2539,19 @@ msgstr "Aizvērt _logu"
#~ msgid "_Add or Remove…"
#~ msgstr "_Pievienot vai izņemt…"
@@ -2394,10 +2397,10 @@ index 5181419ad973..3df37f6d5bc7 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "Transparente som_breado ou imagem de fundo:"
diff --git a/po/pt_BR.po b/po/pt_BR.po
-index fc9eb831d667..153a1f3d8bee 100644
+index 6e438ba8699f..c76df0b991a4 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
-@@ -2705,17 +2705,17 @@ msgstr "_Fechar janela"
+@@ -2717,17 +2717,17 @@ msgstr "_Fechar janela"
#~ msgid "Default size:"
#~ msgstr "Tamanho padrão:"
@@ -2421,7 +2424,7 @@ index fc9eb831d667..153a1f3d8bee 100644
#~ msgid "Current Locale"
#~ msgstr "Codificação atual"
-@@ -3341,3 +3341,6 @@ msgstr "_Fechar janela"
+@@ -3353,3 +3353,6 @@ msgstr "_Fechar janela"
#~ "terminal poderão usar. Essa é a paleta, na forma de uma lista de nomes de "
#~ "cores separada por dois pontos. Os nomes de cores devem estar no formato "
#~ "hexadecimal. Exemplo: \"#FF00FF\""
@@ -2429,10 +2432,10 @@ index fc9eb831d667..153a1f3d8bee 100644
+msgid "Transparent background"
+msgstr "Fundo transparente"
diff --git a/po/ro.po b/po/ro.po
-index b7ec580b8d4f..9440c93c2f26 100644
+index 6fcd5af03629..cdf6100c8dd3 100644
--- a/po/ro.po
+++ b/po/ro.po
-@@ -3358,8 +3358,8 @@ msgstr "Î_nchide fereastra"
+@@ -3376,8 +3376,8 @@ msgstr "Î_nchide fereastra"
#~ msgid "_Solid color"
#~ msgstr "Culoare _solidă"
@@ -2535,10 +2538,10 @@ index d0282159b459..01dd96a06939 100644
+msgid "Set Title"
+msgstr "Nastaviť titulok"
diff --git a/po/sl.po b/po/sl.po
-index 09e7f51e707c..b00813d45d58 100644
+index 2335257b8cf4..417872b90c2c 100644
--- a/po/sl.po
+++ b/po/sl.po
-@@ -2680,17 +2680,17 @@ msgstr "_Zapri okno"
+@@ -2699,17 +2699,17 @@ msgstr "_Zapri okno"
#~ msgid "Default size:"
#~ msgstr "Privzeta velikost:"
@@ -2562,7 +2565,7 @@ index 09e7f51e707c..b00813d45d58 100644
#~ msgid "Current Locale"
#~ msgstr "Trenutne jezikovne nastavitve"
-@@ -2805,3 +2805,6 @@ msgstr "_Zapri okno"
+@@ -2824,3 +2824,6 @@ msgstr "_Zapri okno"
#~ msgid "_Profile Preferences…"
#~ msgstr "Možnosti _profila ..."
@@ -2596,10 +2599,10 @@ index 158f6cb167cc..a3494fb70bd6 100644
#: ../src/gnome-terminal.glade2.h:86
msgid "_Update login records when command is launched"
diff --git a/po/sr.po b/po/sr.po
-index de0dea5a7859..c9603a3406a8 100644
+index 9481a154a62f..2cd9d05e49ac 100644
--- a/po/sr.po
+++ b/po/sr.po
-@@ -2590,10 +2590,9 @@ msgstr "_Затвори прозор"
+@@ -2607,10 +2607,9 @@ msgstr "_Затвори прозор"
#~ msgid "GNOME Terminal Client"
#~ msgstr "Клијент Гномовог терминала"
@@ -2613,7 +2616,7 @@ index de0dea5a7859..c9603a3406a8 100644
#~ msgid "Title for terminal"
#~ msgstr "Наслов за терминал"
-@@ -2639,11 +2638,11 @@ msgstr "_Затвори прозор"
+@@ -2656,11 +2655,11 @@ msgstr "_Затвори прозор"
#~ msgid "Default size:"
#~ msgstr "Основна величина:"
@@ -2629,7 +2632,7 @@ index de0dea5a7859..c9603a3406a8 100644
#~ msgid "Title and Command"
#~ msgstr "Наслов и наредба"
-@@ -2651,8 +2650,8 @@ msgstr "_Затвори прозор"
+@@ -2668,8 +2667,8 @@ msgstr "_Затвори прозор"
#~ msgid "_Unlimited"
#~ msgstr "_Неограничено"
@@ -2640,7 +2643,7 @@ index de0dea5a7859..c9603a3406a8 100644
#~ msgid "Current Locale"
#~ msgstr "Текући локалитет"
-@@ -2662,3 +2661,6 @@ msgstr "_Затвори прозор"
+@@ -2679,3 +2678,6 @@ msgstr "_Затвори прозор"
#~ msgid "Hidden"
#~ msgstr "Скривен"
@@ -2700,10 +2703,10 @@ index 45dbad07fba7..852c47cc6ee5 100644
+msgid "Transparent background"
+msgstr "Providna pozadina"
diff --git a/po/sv.po b/po/sv.po
-index 25bfb732780c..18269e4130cb 100644
+index c2b8a29948bd..ad0df4601a7c 100644
--- a/po/sv.po
+++ b/po/sv.po
-@@ -2582,5 +2582,17 @@ msgstr "Stän_g fönster"
+@@ -2599,5 +2599,17 @@ msgstr "Stän_g fönster"
#~ msgid "Unknown completion request for \"%s\""
#~ msgstr "Okänd kompletteringsbegäran för \"%s\""
@@ -2936,10 +2939,10 @@ index 63263749655c..496da331bbf9 100644
#~ msgid ""
#~ "You already have a profile called “%s”. Do you want to create another "
diff --git a/po/tr.po b/po/tr.po
-index 7d0aad5eb97e..faf16bac15ce 100644
+index 30a9fbec7c8b..dec58d0391ca 100644
--- a/po/tr.po
+++ b/po/tr.po
-@@ -2570,3 +2570,15 @@ msgstr "_Pencereyi Kapat"
+@@ -2587,3 +2587,15 @@ msgstr "_Pencereyi Kapat"
#~ msgid "_Same as text color"
#~ msgstr "_Metin rengiyle aynı"
@@ -3021,10 +3024,10 @@ index a08f25914d12..a4fbcbe6e474 100644
#~ msgid "Switch to Tab 2"
#~ msgstr "До вкладки 2"
diff --git a/po/vi.po b/po/vi.po
-index 49dede2f5f1c..07362526f2ae 100644
+index d5f27612f4be..8bb576b6d875 100644
--- a/po/vi.po
+++ b/po/vi.po
-@@ -2686,8 +2686,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2703,8 +2703,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "Default size:"
#~ msgstr "Cỡ mặc định:"
@@ -3035,7 +3038,7 @@ index 49dede2f5f1c..07362526f2ae 100644
#~ msgid "When terminal commands set their o_wn titles:"
#~ msgstr "Khi câu lệnh thiết bị cuối tự đặt tựa đề _mình:"
-@@ -2698,8 +2698,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2715,8 +2715,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "_Unlimited"
#~ msgstr "_Không hạn chế"
@@ -3046,7 +3049,7 @@ index 49dede2f5f1c..07362526f2ae 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Chuyển sang Thanh 3"
-@@ -2740,8 +2740,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2757,8 +2757,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "_Input Methods"
#~ msgstr "K_iểu gõ"
@@ -3057,7 +3060,7 @@ index 49dede2f5f1c..07362526f2ae 100644
#~ msgid "Disable connection to session manager"
#~ msgstr "Tắt kết nối đến trình quản lý phiên làm việc"
-@@ -3126,3 +3126,6 @@ msgstr "Đón_g cửa sổ"
+@@ -3143,3 +3143,6 @@ msgstr "Đón_g cửa sổ"
#~ "Phím tắt để đặt lại thiết bị cuối. Dùng dạng chuỗi có cùng một khuôn dạng "
#~ "với tập tin tài nguyên GTK+. Nếu bạn đặt tùy chọn là chuỗi “disabled” (bị "
#~ "tắt), nghĩa là không có phím tắt cho hành động này."
@@ -3139,10 +3142,10 @@ index 44a8e21c7842..12aa6d190d99 100644
#: ../src/terminal-window.c:986
msgid "Set _Character Encoding"
diff --git a/po/zh_CN.po b/po/zh_CN.po
-index 6c80dcd1231a..51e5f9999176 100644
+index 76110839f611..c2fd7ce5fd50 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
-@@ -2580,17 +2580,17 @@ msgstr "关闭窗口(_L)"
+@@ -2599,17 +2599,17 @@ msgstr "关闭窗口(_L)"
#~ msgid "Default size:"
#~ msgstr "默认大小:"
@@ -3166,7 +3169,7 @@ index 6c80dcd1231a..51e5f9999176 100644
#~ msgid "Current Locale"
#~ msgstr "当前区域"
-@@ -2703,3 +2703,6 @@ msgstr "关闭窗口(_L)"
+@@ -2722,3 +2722,6 @@ msgstr "关闭窗口(_L)"
#~ msgid "_Find..."
#~ msgstr "查找(_F)..."
@@ -3244,4 +3247,4 @@ index e740ebc6df0b..2fa8c3236b8f 100644
+msgid "Transparent background"
+msgstr "透明背景"
--
-2.21.0
+2.23.0