Update to 3.47.92
This commit is contained in:
parent
07fad51112
commit
2d0a9dcda9
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@ gnome-terminal-2.31.3.tar.bz2
|
||||
/gnome-terminal-3.44.1.tar.xz
|
||||
/gnome-terminal-3.46.7.tar.bz2
|
||||
/gnome-terminal-3.46.8.tar.bz2
|
||||
/gnome-terminal-3.47.92.tar.bz2
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 73ca5997137f14a01be8a3a369101b8b3d93ca3e Mon Sep 17 00:00:00 2001
|
||||
From 0a63bc191274b2d4f06df7b0f0c1230c652121e5 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/16] Restore transparency
|
||||
@ -25,7 +25,7 @@ Some changes by Peter Weber <peter.weber@mailbox.org>
|
||||
6 files changed, 107 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
|
||||
index a860b73c..cca1aef3 100644
|
||||
index 882b251a..d34e8dc2 100644
|
||||
--- a/src/org.gnome.Terminal.gschema.xml
|
||||
+++ b/src/org.gnome.Terminal.gschema.xml
|
||||
@@ -349,6 +349,16 @@
|
||||
@ -234,10 +234,10 @@ index 36eb7ce7..a41d2de2 100644
|
||||
uuid_unparse (u, uuidstr);
|
||||
priv->uuid = g_strdup (uuidstr);
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 8892f7cf3fc715457bd822f27393b156ef82e3d0 Mon Sep 17 00:00:00 2001
|
||||
From 4033fd2b3fbdd5e197e700d3325cf89c768c1f56 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/16] window: Make the drawing robust across all themes
|
||||
@ -296,10 +296,10 @@ index a41d2de2..11d93419 100644
|
||||
widget_class->screen_changed = terminal_window_screen_changed;
|
||||
widget_class->style_updated = terminal_window_style_updated;
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From d0bdf90b9523b9484ab5425494635323b535ee40 Mon Sep 17 00:00:00 2001
|
||||
From 819e22d216ed594ed52d6a0085663929b9e0ef5c 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/16] screen, window: Extra padding around transparent
|
||||
@ -431,10 +431,10 @@ index 11d93419..61857bfe 100644
|
||||
|
||||
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 9595e1caf59c79d51845ef28683fa8af5ab545a7 Mon Sep 17 00:00:00 2001
|
||||
From 093efaed9204466d4c02400d009ad17ba983eb44 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Fri, 18 May 2018 20:15:34 +0200
|
||||
Subject: [PATCH 04/16] screen: Try harder to find a foreground process group
|
||||
@ -501,10 +501,10 @@ index 51fdc20b..82c607a2 100644
|
||||
#endif
|
||||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 9f2a48802baa0e292b7b717c7acec69213d25b3d Mon Sep 17 00:00:00 2001
|
||||
From baa1850659023ac2d13bdd9c24ace5c0dc87a0cb Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 3 May 2018 16:49:28 +0200
|
||||
Subject: [PATCH 05/16] screen: Track the current foreground process
|
||||
@ -754,10 +754,10 @@ index 82c607a2..5de5ce91 100644
|
||||
return FALSE;
|
||||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 4134bd975de2da24a4cd4428e0d7c82474992fbd Mon Sep 17 00:00:00 2001
|
||||
From ff680abff6432b46761e493fbf37ec7c9f3ba3bf Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 10 May 2018 19:23:16 +0200
|
||||
Subject: [PATCH 06/16] Notify when a long-running foreground process group
|
||||
@ -1070,10 +1070,10 @@ index 91b7e617..37e808a7 100644
|
||||
|
||||
G_END_DECLS
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From dc370338138e1e0c2113aa1c1710706e82168998 Mon Sep 17 00:00:00 2001
|
||||
From 102a06b7e53fdd6cfcf5464a03b75bdc7553948d Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 10 Apr 2018 15:39:35 +0200
|
||||
Subject: [PATCH 07/16] profile: Split the Command tab into two nested GtkGrids
|
||||
@ -1345,10 +1345,10 @@ index f3979307..285a3c61 100644
|
||||
</object>
|
||||
<packing>
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From f2a15a477bd4996d8cf5651019fd39381222c1f7 Mon Sep 17 00:00:00 2001
|
||||
From a327878a30bbe5b0ffd5397ba1eefcb1c050100f Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 10 Apr 2018 16:01:51 +0200
|
||||
Subject: [PATCH 08/16] Revert "profile: Remove the "Command" sub-heading"
|
||||
@ -1638,10 +1638,10 @@ index 285a3c61..5422de71 100644
|
||||
</object>
|
||||
<packing>
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From cece116e954f4b9f908ee39a9c62c358226fcb31 Mon Sep 17 00:00:00 2001
|
||||
From 1fac3aa166c69d7fdcf1b8a4b203952b06edd8a2 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 16:02:13 +0200
|
||||
Subject: [PATCH 09/16] Revert "screen: Remove unused description and
|
||||
@ -1818,10 +1818,10 @@ index ded6b8ca..f4ec9047 100644
|
||||
char *terminal_screen_get_current_dir (TerminalScreen *screen);
|
||||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 2278be9ad1c024fcc6b6f0d5c6f711cae18d46c0 Mon Sep 17 00:00:00 2001
|
||||
From 299c4fd288686feb41bb11353577a6f54553bf33 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 17:39:48 +0200
|
||||
Subject: [PATCH 10/16] Revert "Remove the static title setting from profile
|
||||
@ -1839,7 +1839,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110
|
||||
5 files changed, 92 insertions(+)
|
||||
|
||||
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
|
||||
index cca1aef3..9a41c45f 100644
|
||||
index d34e8dc2..9ba0f3b5 100644
|
||||
--- a/src/org.gnome.Terminal.gschema.xml
|
||||
+++ b/src/org.gnome.Terminal.gschema.xml
|
||||
@@ -209,6 +209,11 @@
|
||||
@ -1998,109 +1998,109 @@ index 8b37de55..506ab66e 100644
|
||||
(!prop_name ||
|
||||
prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) ||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 49963765569cedf8780c829a912bae05e67d7eb0 Mon Sep 17 00:00:00 2001
|
||||
From 8f2b76930db18129f6e295deb1a2a86ad9a51f84 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/16] Restore translations for setting a title and
|
||||
transparency
|
||||
|
||||
---
|
||||
po/am.po | 8 +++---
|
||||
po/an.po | 12 ++++----
|
||||
po/ar.po | 16 +++++------
|
||||
po/as.po | 16 +++++------
|
||||
po/ast.po | 8 +++---
|
||||
po/az.po | 8 +++---
|
||||
po/be.po | 3 ++
|
||||
po/be@latin.po | 8 +++---
|
||||
po/bg.po | 9 ++++++
|
||||
po/bn.po | 8 +++---
|
||||
po/bn_IN.po | 11 +++++---
|
||||
po/br.po | 6 ++--
|
||||
po/bs.po | 10 +++++++
|
||||
po/ca.po | 11 ++++++++
|
||||
po/ca@valencia.po | 12 ++++++++
|
||||
po/cs.po | 12 ++++++++
|
||||
po/cy.po | 8 +++---
|
||||
po/da.po | 12 ++++++++
|
||||
po/de.po | 12 ++++++++
|
||||
po/dz.po | 8 +++---
|
||||
po/el.po | 15 ++++++----
|
||||
po/en@shaw.po | 8 +++---
|
||||
po/en_CA.po | 8 +++---
|
||||
po/en_GB.po | 16 +++++------
|
||||
po/eo.po | 8 +++---
|
||||
po/es.po | 16 +++++------
|
||||
po/et.po | 3 ++
|
||||
po/eu.po | 12 ++++++++
|
||||
po/fa.po | 18 ++++++++----
|
||||
po/fi.po | 12 ++++++++
|
||||
po/fr.po | 24 ++++++++++++++++
|
||||
po/fur.po | 11 ++++++--
|
||||
po/ga.po | 3 ++
|
||||
po/gl.po | 15 ++++++----
|
||||
po/gu.po | 16 +++++------
|
||||
po/he.po | 16 +++++------
|
||||
po/hi.po | 17 ++++++------
|
||||
po/hr.po | 10 +++++++
|
||||
po/hu.po | 12 ++++++++
|
||||
po/hy.po | 8 +++---
|
||||
po/id.po | 12 ++++++++
|
||||
po/it.po | 12 ++++++++
|
||||
po/ja.po | 12 ++++++++
|
||||
po/ka.po | 5 ++++
|
||||
po/kk.po | 12 ++++++++
|
||||
po/km.po | 4 +--
|
||||
po/kn.po | 15 ++++++----
|
||||
po/ko.po | 12 ++++++++
|
||||
po/ku.po | 8 +++---
|
||||
po/lt.po | 12 ++++++++
|
||||
po/lv.po | 16 +++++++++++
|
||||
po/mai.po | 8 +++---
|
||||
po/mg.po | 8 +++---
|
||||
po/mk.po | 8 +++---
|
||||
po/ml.po | 3 ++
|
||||
po/mn.po | 8 +++---
|
||||
po/mr.po | 16 +++++------
|
||||
po/ms.po | 4 +--
|
||||
po/nb.po | 12 ++++++++
|
||||
po/nds.po | 8 +++---
|
||||
po/ne.po | 11 +++++---
|
||||
po/nl.po | 12 ++++++++
|
||||
po/nn.po | 8 +++---
|
||||
po/oc.po | 12 ++++----
|
||||
po/or.po | 4 +--
|
||||
po/pa.po | 23 ++++++++--------
|
||||
po/ps.po | 8 +++---
|
||||
po/pt.po | 16 +++++------
|
||||
po/pt_BR.po | 12 ++++++++
|
||||
po/ro.po | 4 +--
|
||||
po/ru.po | 16 +++++++++++
|
||||
po/rw.po | 3 +-
|
||||
po/si.po | 8 +++---
|
||||
po/sk.po | 12 ++++++++
|
||||
po/sl.po | 12 ++++++++
|
||||
po/sq.po | 8 +++---
|
||||
po/sr.po | 22 ++++++++-------
|
||||
po/sr@latin.po | 22 ++++++++-------
|
||||
po/sv.po | 12 ++++++++
|
||||
po/ta.po | 27 +++++++++---------
|
||||
po/te.po | 27 +++++++++---------
|
||||
po/tg.po | 16 +++++------
|
||||
po/th.po | 20 +++++++-------
|
||||
po/tr.po | 12 ++++++++
|
||||
po/ug.po | 4 +--
|
||||
po/uk.po | 70 +++++++----------------------------------------
|
||||
po/vi.po | 15 ++++++----
|
||||
po/wa.po | 12 ++++----
|
||||
po/xh.po | 12 ++++----
|
||||
po/zh_CN.po | 15 ++++++----
|
||||
po/zh_HK.po | 15 ++++++----
|
||||
po/zh_TW.po | 15 ++++++----
|
||||
92 files changed, 734 insertions(+), 392 deletions(-)
|
||||
po/am.po | 8 ++++----
|
||||
po/an.po | 12 ++++++------
|
||||
po/ar.po | 16 ++++++++--------
|
||||
po/as.po | 16 ++++++++--------
|
||||
po/ast.po | 8 ++++----
|
||||
po/az.po | 8 ++++----
|
||||
po/be.po | 3 +++
|
||||
po/be@latin.po | 8 ++++----
|
||||
po/bg.po | 9 +++++++++
|
||||
po/bn.po | 8 ++++----
|
||||
po/bn_IN.po | 11 +++++++----
|
||||
po/br.po | 6 +++---
|
||||
po/bs.po | 10 ++++++++++
|
||||
po/ca.po | 11 +++++++++++
|
||||
po/ca@valencia.po | 12 ++++++++++++
|
||||
po/cs.po | 12 ++++++++++++
|
||||
po/cy.po | 8 ++++----
|
||||
po/da.po | 12 ++++++++++++
|
||||
po/de.po | 12 ++++++++++++
|
||||
po/dz.po | 8 ++++----
|
||||
po/el.po | 15 +++++++++------
|
||||
po/en@shaw.po | 8 ++++----
|
||||
po/en_CA.po | 8 ++++----
|
||||
po/en_GB.po | 16 ++++++++--------
|
||||
po/eo.po | 8 ++++----
|
||||
po/es.po | 16 ++++++++--------
|
||||
po/et.po | 3 +++
|
||||
po/eu.po | 12 ++++++++++++
|
||||
po/fa.po | 18 ++++++++++++------
|
||||
po/fi.po | 12 ++++++++++++
|
||||
po/fr.po | 24 ++++++++++++++++++++++++
|
||||
po/fur.po | 11 +++++++++--
|
||||
po/ga.po | 3 +++
|
||||
po/gl.po | 15 +++++++++------
|
||||
po/gu.po | 16 ++++++++--------
|
||||
po/he.po | 16 ++++++++--------
|
||||
po/hi.po | 17 ++++++++---------
|
||||
po/hr.po | 10 ++++++++++
|
||||
po/hu.po | 12 ++++++++++++
|
||||
po/hy.po | 8 ++++----
|
||||
po/id.po | 12 ++++++++++++
|
||||
po/it.po | 12 ++++++++++++
|
||||
po/ja.po | 12 ++++++++++++
|
||||
po/ka.po | 5 +++++
|
||||
po/kk.po | 12 ++++++++++++
|
||||
po/km.po | 4 ++--
|
||||
po/kn.po | 15 +++++++++------
|
||||
po/ko.po | 12 ++++++++++++
|
||||
po/ku.po | 8 ++++----
|
||||
po/lt.po | 12 ++++++++++++
|
||||
po/lv.po | 16 ++++++++++++++++
|
||||
po/mai.po | 8 ++++----
|
||||
po/mg.po | 8 ++++----
|
||||
po/mk.po | 8 ++++----
|
||||
po/ml.po | 3 +++
|
||||
po/mn.po | 8 ++++----
|
||||
po/mr.po | 16 ++++++++--------
|
||||
po/ms.po | 4 ++--
|
||||
po/nb.po | 12 ++++++++++++
|
||||
po/nds.po | 8 ++++----
|
||||
po/ne.po | 11 +++++++----
|
||||
po/nl.po | 12 ++++++++++++
|
||||
po/nn.po | 8 ++++----
|
||||
po/oc.po | 12 ++++++------
|
||||
po/or.po | 4 ++--
|
||||
po/pa.po | 23 +++++++++++------------
|
||||
po/ps.po | 8 ++++----
|
||||
po/pt.po | 16 ++++++++--------
|
||||
po/pt_BR.po | 12 ++++++++++++
|
||||
po/ro.po | 4 ++--
|
||||
po/ru.po | 16 ++++++++++++++++
|
||||
po/rw.po | 3 +--
|
||||
po/si.po | 8 ++++----
|
||||
po/sk.po | 12 ++++++++++++
|
||||
po/sl.po | 12 ++++++++++++
|
||||
po/sq.po | 8 ++++----
|
||||
po/sr.po | 22 ++++++++++++----------
|
||||
po/sr@latin.po | 22 ++++++++++++----------
|
||||
po/sv.po | 12 ++++++++++++
|
||||
po/ta.po | 27 +++++++++++++--------------
|
||||
po/te.po | 27 +++++++++++++--------------
|
||||
po/tg.po | 16 ++++++++--------
|
||||
po/th.po | 20 ++++++++++----------
|
||||
po/tr.po | 12 ++++++++++++
|
||||
po/ug.po | 4 ++--
|
||||
po/uk.po | 15 +++++++++++++++
|
||||
po/vi.po | 15 +++++++++------
|
||||
po/wa.po | 12 ++++++------
|
||||
po/xh.po | 12 ++++++------
|
||||
po/zh_CN.po | 15 +++++++++------
|
||||
po/zh_HK.po | 15 +++++++++------
|
||||
po/zh_TW.po | 15 +++++++++------
|
||||
92 files changed, 739 insertions(+), 332 deletions(-)
|
||||
|
||||
diff --git a/po/am.po b/po/am.po
|
||||
index 3445d96d..ee992f07 100644
|
||||
@ -2608,10 +2608,10 @@ index d97e6102..a768fe4a 100644
|
||||
#: ../src/profile-preferences.glade.h:78
|
||||
#, fuzzy
|
||||
diff --git a/po/el.po b/po/el.po
|
||||
index 5fdb4c72..015e397c 100644
|
||||
index 6ec773a0..258c9e84 100644
|
||||
--- a/po/el.po
|
||||
+++ b/po/el.po
|
||||
@@ -2917,17 +2917,17 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
|
||||
@@ -2940,17 +2940,17 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
|
||||
#~ msgid "Default size:"
|
||||
#~ msgstr "Προεπιλεγμένο μέγεθος:"
|
||||
|
||||
@ -2635,7 +2635,7 @@ index 5fdb4c72..015e397c 100644
|
||||
|
||||
#~ msgid "Current Locale"
|
||||
#~ msgstr "Τρέχουσα τοπική ρύθμιση"
|
||||
@@ -2965,3 +2965,6 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
|
||||
@@ -2988,3 +2988,6 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
|
||||
|
||||
#~ msgid "_Input Methods"
|
||||
#~ msgstr "_Μέθοδοι εισαγωγής"
|
||||
@ -2769,10 +2769,10 @@ index 0e83b981..0d98ea57 100644
|
||||
#~ msgid "On the left side"
|
||||
#~ msgstr "Maldekstre"
|
||||
diff --git a/po/es.po b/po/es.po
|
||||
index 3e9b3d37..905a24f5 100644
|
||||
index a90b0963..b5b68985 100644
|
||||
--- a/po/es.po
|
||||
+++ b/po/es.po
|
||||
@@ -2921,17 +2921,17 @@ msgstr "Falló al analizar los argumentos: %s\n"
|
||||
@@ -2952,17 +2952,17 @@ msgstr "Falló al analizar los argumentos: %s\n"
|
||||
#~ msgid "Default size:"
|
||||
#~ msgstr "Tamaño predeterminado:"
|
||||
|
||||
@ -2796,7 +2796,7 @@ index 3e9b3d37..905a24f5 100644
|
||||
|
||||
#~ msgid "Current Locale"
|
||||
#~ msgstr "Configuración regional actual"
|
||||
@@ -3757,8 +3757,8 @@ msgstr "Falló al analizar los argumentos: %s\n"
|
||||
@@ -3788,8 +3788,8 @@ msgstr "Falló al analizar los argumentos: %s\n"
|
||||
#~ msgid "_Solid color"
|
||||
#~ msgstr "Color _sólido"
|
||||
|
||||
@ -2937,10 +2937,10 @@ index 3a9ee71e..64d56414 100644
|
||||
+msgid "Set Title"
|
||||
+msgstr "Définir le titre"
|
||||
diff --git a/po/fur.po b/po/fur.po
|
||||
index 09946141..0f1e81e3 100644
|
||||
index bfcab11d..4a7aed17 100644
|
||||
--- a/po/fur.po
|
||||
+++ b/po/fur.po
|
||||
@@ -483,6 +483,10 @@ msgstr ""
|
||||
@@ -571,6 +571,10 @@ msgstr ""
|
||||
msgid "Which encoding to use"
|
||||
msgstr "Codifiche di doprâ"
|
||||
|
||||
@ -2951,7 +2951,7 @@ index 09946141..0f1e81e3 100644
|
||||
#: src/org.gnome.Terminal.gschema.xml:350
|
||||
msgid ""
|
||||
"Whether ambiguous-width characters are narrow or wide when using UTF-8 "
|
||||
@@ -3588,6 +3592,9 @@ msgstr "Analisi dai argoments falide: %s\n"
|
||||
@@ -3613,6 +3617,9 @@ msgstr "Analisi dai argoments falide: %s\n"
|
||||
#~ 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."
|
||||
|
||||
@ -2961,7 +2961,7 @@ index 09946141..0f1e81e3 100644
|
||||
#~ msgid "Switch to Tab 3"
|
||||
#~ msgstr "Passe a la schede 3"
|
||||
|
||||
@@ -3643,8 +3650,8 @@ msgstr "Analisi dai argoments falide: %s\n"
|
||||
@@ -3668,8 +3675,8 @@ msgstr "Analisi dai argoments falide: %s\n"
|
||||
#~ msgid "_Input Methods"
|
||||
#~ msgstr "_Cemût inserî test"
|
||||
|
||||
@ -3057,10 +3057,10 @@ index 76b459cf..485beeac 100644
|
||||
#~ msgid "No such profile \"%s\", using default profile\n"
|
||||
#~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n"
|
||||
diff --git a/po/he.po b/po/he.po
|
||||
index 5fbb458f..28c6e0cb 100644
|
||||
index 8c1c6012..e198baff 100644
|
||||
--- a/po/he.po
|
||||
+++ b/po/he.po
|
||||
@@ -2797,17 +2797,17 @@ msgstr "Failed to parse arguments: %s\n"
|
||||
@@ -2818,17 +2818,17 @@ msgstr "Failed to parse arguments: %s\n"
|
||||
#~ msgid "Default size:"
|
||||
#~ msgstr "גודל בררת מחדל:"
|
||||
|
||||
@ -3084,7 +3084,7 @@ index 5fbb458f..28c6e0cb 100644
|
||||
|
||||
#~ msgid "Current Locale"
|
||||
#~ msgstr "השפה הנוכחית"
|
||||
@@ -3621,8 +3621,8 @@ msgstr "Failed to parse arguments: %s\n"
|
||||
@@ -3642,8 +3642,8 @@ msgstr "Failed to parse arguments: %s\n"
|
||||
#~ msgid "_Solid color"
|
||||
#~ msgstr "צבע _אחיד"
|
||||
|
||||
@ -3163,10 +3163,10 @@ index aa384812..4a28d9ae 100644
|
||||
+msgid "Set Title"
|
||||
+msgstr "Postavi naslov"
|
||||
diff --git a/po/hu.po b/po/hu.po
|
||||
index d34ab531..0ff0e9e0 100644
|
||||
index d09d6ece..8911e09d 100644
|
||||
--- a/po/hu.po
|
||||
+++ b/po/hu.po
|
||||
@@ -2403,3 +2403,15 @@ msgstr "_Ablak bezárása"
|
||||
@@ -2483,3 +2483,15 @@ msgstr "_Ablak bezárása"
|
||||
#, c-format
|
||||
msgid "Failed to parse arguments: %s\n"
|
||||
msgstr "A paraméterek feldolgozása meghiúsult: %s\n"
|
||||
@ -3209,10 +3209,10 @@ index aaf2d9b2..4d466f16 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 1f906ac1..4fd3f448 100644
|
||||
index 28527487..2cff39a2 100644
|
||||
--- a/po/id.po
|
||||
+++ b/po/id.po
|
||||
@@ -2474,3 +2474,15 @@ msgstr "Gagal mengurai argumen: \"%s\"\n"
|
||||
@@ -2500,3 +2500,15 @@ msgstr "Gagal mengurai argumen: \"%s\"\n"
|
||||
|
||||
#~ msgid "_Detach Tab"
|
||||
#~ msgstr "_Pisahkan Tab"
|
||||
@ -3269,10 +3269,10 @@ index ab72bc42..690281a6 100644
|
||||
+msgid "Set Title"
|
||||
+msgstr "タイトルを設定する"
|
||||
diff --git a/po/ka.po b/po/ka.po
|
||||
index 601364e5..3ceb5c20 100644
|
||||
index 6d5c2b62..a2d0ef3a 100644
|
||||
--- a/po/ka.po
|
||||
+++ b/po/ka.po
|
||||
@@ -90,6 +90,11 @@ msgstr "პროფილის ადამიანისთვის-სა
|
||||
@@ -177,6 +177,11 @@ msgstr "პროფილის ადამიანისთვის-სა
|
||||
msgid "Human-readable name of the profile."
|
||||
msgstr "პროფილის ადამიანისთვის-სასიამოვნო წასაკითხი სახელი."
|
||||
|
||||
@ -3403,10 +3403,10 @@ index bc2bb7f0..d2a83a00 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 59d8bf7a..df3411a0 100644
|
||||
index c2729c2f..55165274 100644
|
||||
--- a/po/lt.po
|
||||
+++ b/po/lt.po
|
||||
@@ -2773,3 +2773,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n"
|
||||
@@ -2770,3 +2770,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n"
|
||||
|
||||
#~ msgid "Whether to use a dark theme variant"
|
||||
#~ msgstr "Ar naudoti tamsų temos variantą"
|
||||
@ -3753,10 +3753,10 @@ index 5aa43b11..f892290c 100644
|
||||
#: ../src/profile-preferences.glade.h:74
|
||||
msgid "_Update login records when command is launched"
|
||||
diff --git a/po/oc.po b/po/oc.po
|
||||
index fff47e6f..67380961 100644
|
||||
index 4563b354..0ecd5919 100644
|
||||
--- a/po/oc.po
|
||||
+++ b/po/oc.po
|
||||
@@ -3034,8 +3034,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
@@ -3057,8 +3057,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
#~ msgid "Save as..."
|
||||
#~ msgstr "Enregistrar jos..."
|
||||
|
||||
@ -3767,7 +3767,7 @@ index fff47e6f..67380961 100644
|
||||
|
||||
#~ msgid "_Detach tab"
|
||||
#~ msgstr "Des_tacar l'onglet"
|
||||
@@ -3495,8 +3495,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
@@ -3518,8 +3518,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
#~ msgid "_Use the system fixed width font"
|
||||
#~ msgstr "_Utilizar la poliça de chassa fixa del sistèma"
|
||||
|
||||
@ -3778,7 +3778,7 @@ index fff47e6f..67380961 100644
|
||||
|
||||
#~ msgid "The shortcut key “%s” is already bound to the “%s” action"
|
||||
#~ msgstr "L'acorchi de clavièr « %s » es ja atribuit a l'accion « %s »"
|
||||
@@ -3810,8 +3810,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
@@ -3833,8 +3833,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
|
||||
#~ msgid "Run;"
|
||||
#~ msgstr "Executar;Consòla;Shell;"
|
||||
|
||||
@ -3887,10 +3887,10 @@ index b25a2cb4..3855b2f3 100644
|
||||
#: ../src/profile-preferences.glade.h:70
|
||||
msgid "_Update login records when command is launched"
|
||||
diff --git a/po/pt.po b/po/pt.po
|
||||
index 1ff7e2f3..6078ee79 100644
|
||||
index f5df7eb5..9728483b 100644
|
||||
--- a/po/pt.po
|
||||
+++ b/po/pt.po
|
||||
@@ -2842,11 +2842,11 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
@@ -2865,11 +2865,11 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
#~ msgid "Default size:"
|
||||
#~ msgstr "Tamanho predefinido:"
|
||||
|
||||
@ -3906,7 +3906,7 @@ index 1ff7e2f3..6078ee79 100644
|
||||
|
||||
#~ msgid "Title and Command"
|
||||
#~ msgstr "Título e comando"
|
||||
@@ -2854,8 +2854,8 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
@@ -2877,8 +2877,8 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
#~ msgid "_Unlimited"
|
||||
#~ msgstr "_Ilimitado"
|
||||
|
||||
@ -3917,7 +3917,7 @@ index 1ff7e2f3..6078ee79 100644
|
||||
|
||||
#~ msgid "Current Locale"
|
||||
#~ msgstr "Configuração Regional Atual"
|
||||
@@ -3610,8 +3610,8 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
@@ -3633,8 +3633,8 @@ msgstr "Falha ao processar argumentos: %s\n"
|
||||
#~ msgid "Background image _scrolls"
|
||||
#~ msgstr "Imagem de fundo _rola"
|
||||
|
||||
@ -3964,10 +3964,10 @@ index 627aea90..14d04172 100644
|
||||
#~ msgid "_Unlimited"
|
||||
#~ msgstr "_Neliminat"
|
||||
diff --git a/po/ru.po b/po/ru.po
|
||||
index bc423106..1d0cf58f 100644
|
||||
index e563cb75..d3fabaca 100644
|
||||
--- a/po/ru.po
|
||||
+++ b/po/ru.po
|
||||
@@ -2749,3 +2749,19 @@ msgstr "Не удалось разобрать аргументы: %s\n"
|
||||
@@ -2771,3 +2771,19 @@ msgstr "Не удалось разобрать аргументы: %s\n"
|
||||
|
||||
#~ msgid "_Add or Remove…"
|
||||
#~ msgstr "_Добавить или удалить…"
|
||||
@ -4441,10 +4441,10 @@ index 63263749..496da331 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 42b3bf22..062debe4 100644
|
||||
index a5024ead..95834a7e 100644
|
||||
--- a/po/tr.po
|
||||
+++ b/po/tr.po
|
||||
@@ -2385,3 +2385,15 @@ msgstr "_Pencereyi Kapat"
|
||||
@@ -2465,3 +2465,15 @@ msgstr "_Pencereyi Kapat"
|
||||
#, c-format
|
||||
msgid "Failed to parse arguments: %s\n"
|
||||
msgstr "Bağımsız değişkenler ayrıştırılamadı: %s\n"
|
||||
@ -4476,85 +4476,26 @@ index 313f76b9..be608976 100644
|
||||
#~ msgid ""
|
||||
#~ "You already have a profile called “%s”. Do you want to create another "
|
||||
diff --git a/po/uk.po b/po/uk.po
|
||||
index 925bc11a..c7ac1919 100644
|
||||
index 74140f17..6dfb6d5f 100644
|
||||
--- a/po/uk.po
|
||||
+++ b/po/uk.po
|
||||
@@ -2392,67 +2392,17 @@ msgstr "Закр_ити вікно"
|
||||
msgid "Failed to parse arguments: %s\n"
|
||||
msgstr "Не вдається визначити аргументи: %s\n"
|
||||
@@ -2481,3 +2481,18 @@ msgstr "Не вдається визначити аргументи: %s\n"
|
||||
|
||||
-#~ msgid "org.gnome.Terminal.Nautilus"
|
||||
-#~ msgstr "org.gnome.Terminal.Nautilus"
|
||||
#~ msgid "Georgian"
|
||||
#~ msgstr "Грузинське"
|
||||
+
|
||||
+msgid "Title"
|
||||
+msgstr "Заголовок"
|
||||
|
||||
-#~ msgid "org.gnome.Nautilus.desktop"
|
||||
-#~ msgstr "org.gnome.Nautilus.desktop"
|
||||
+
|
||||
+msgid "_Title:"
|
||||
+msgstr "За_головок:"
|
||||
|
||||
-#~ msgid "GPL-3.0+ or GFDL-1.3-only"
|
||||
-#~ msgstr "GPL-3.0+ або GFDL-1.3-only"
|
||||
+
|
||||
+msgid "Set Title"
|
||||
+msgstr "Встановлення заголовка"
|
||||
|
||||
-#~ msgid "GPL-3.0+"
|
||||
-#~ msgstr "GPL-3.0+"
|
||||
+
|
||||
+msgid "_Set Title…"
|
||||
+msgstr "_Встановити заголовок…"
|
||||
|
||||
-#~ msgid "https://wiki.gnome.org/Apps/Terminal"
|
||||
-#~ msgstr "https://wiki.gnome.org/Apps/Terminal"
|
||||
-
|
||||
-#~ msgid "https://wiki.gnome.org/Apps/Terminal/ReportingBugs"
|
||||
-#~ msgstr "https://wiki.gnome.org/Apps/Terminal/ReportingBugs"
|
||||
-
|
||||
-#~ msgid "gnome-terminal"
|
||||
-#~ msgstr "gnome-terminal"
|
||||
-
|
||||
-#~ msgid "org.gnome.Terminal"
|
||||
-#~ msgstr "org.gnome.Terminal"
|
||||
-
|
||||
-#~ msgid "org.gnome.Terminal.desktop"
|
||||
-#~ msgstr "org.gnome.Terminal.desktop"
|
||||
-
|
||||
-#~| msgid "Linux console"
|
||||
-#~ msgid "console"
|
||||
-#~ msgstr "консоль"
|
||||
-
|
||||
-#~ msgid "keyboard"
|
||||
-#~ msgstr "клавіатура"
|
||||
-
|
||||
-#~ msgid "pointing"
|
||||
-#~ msgstr "зазначення"
|
||||
-
|
||||
-#~ msgid ""
|
||||
-#~ "https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal."
|
||||
-#~ "png"
|
||||
-#~ msgstr ""
|
||||
-#~ "https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal."
|
||||
-#~ "png"
|
||||
-
|
||||
-#~ msgid "HiDpiIcon"
|
||||
-#~ msgstr "HiDpiIcon"
|
||||
-
|
||||
-#~ msgid "HighContrast"
|
||||
-#~ msgstr "HighContrast"
|
||||
-
|
||||
-#~ msgid "ModernToolkit"
|
||||
-#~ msgstr "ModernToolkit"
|
||||
-
|
||||
-#~ msgid "SearchProvider"
|
||||
-#~ msgstr "SearchProvider"
|
||||
-
|
||||
-#~ msgid "UserDocs"
|
||||
-#~ msgstr "UserDocs"
|
||||
-
|
||||
-#~ msgid "Armenian"
|
||||
-#~ msgstr "Американське"
|
||||
-
|
||||
-#~ msgid "Georgian"
|
||||
-#~ msgstr "Грузинське"
|
||||
+
|
||||
+msgid "Transparent background"
|
||||
+msgstr "Прозоре тло"
|
||||
diff --git a/po/vi.po b/po/vi.po
|
||||
@ -4676,10 +4617,10 @@ index cb78ec67..a4f3b4dd 100644
|
||||
#: ../src/terminal-window.c:986
|
||||
msgid "Set _Character Encoding"
|
||||
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
||||
index 7026cc62..ddf108b4 100644
|
||||
index f68c7ce5..a3be00e1 100644
|
||||
--- a/po/zh_CN.po
|
||||
+++ b/po/zh_CN.po
|
||||
@@ -2784,17 +2784,17 @@ msgstr "无法处理参数:%s\n"
|
||||
@@ -2805,17 +2805,17 @@ msgstr "无法处理参数:%s\n"
|
||||
#~ msgid "Default size:"
|
||||
#~ msgstr "默认大小:"
|
||||
|
||||
@ -4703,7 +4644,7 @@ index 7026cc62..ddf108b4 100644
|
||||
|
||||
#~ msgid "Current Locale"
|
||||
#~ msgstr "当前区域"
|
||||
@@ -2907,3 +2907,6 @@ msgstr "无法处理参数:%s\n"
|
||||
@@ -2928,3 +2928,6 @@ msgstr "无法处理参数:%s\n"
|
||||
|
||||
#~ msgid "_Find..."
|
||||
#~ msgstr "查找(_F)..."
|
||||
@ -4781,10 +4722,10 @@ index 80cb2343..20e2a93c 100644
|
||||
+msgid "Transparent background"
|
||||
+msgstr "透明背景"
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From f147f5e46089985b0d2467c385ebe5357e58ce1b Mon Sep 17 00:00:00 2001
|
||||
From 788e325da850e159d1edbfa173994cab643cc735 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Wed, 25 May 2016 13:47:36 +0200
|
||||
Subject: [PATCH 12/16] Restore the action and shortcut to set a static title
|
||||
@ -4801,7 +4742,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110
|
||||
3 files changed, 82 insertions(+)
|
||||
|
||||
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
|
||||
index 9a41c45f..a8f7f402 100644
|
||||
index 9ba0f3b5..c2b97e8b 100644
|
||||
--- a/src/org.gnome.Terminal.gschema.xml
|
||||
+++ b/src/org.gnome.Terminal.gschema.xml
|
||||
@@ -429,6 +429,10 @@
|
||||
@ -4930,10 +4871,10 @@ index 61857bfe..98332c6d 100644
|
||||
{ "tab-detach", action_tab_detach_cb, nullptr, nullptr, nullptr },
|
||||
{ "tab-move-left", action_tab_move_left_cb, nullptr, nullptr, nullptr },
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From a95c511a3ac41fa979aa6c59ca5ca8e30975d9fd Mon Sep 17 00:00:00 2001
|
||||
From bc7c492ed07bf34c68469b52c3b6514fb5ac15ec Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 18:14:36 +0200
|
||||
Subject: [PATCH 13/16] screen: Style fix
|
||||
@ -4960,10 +4901,10 @@ index 506ab66e..28088a98 100644
|
||||
const char *p;
|
||||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From e81ecefd0aff94d3fbd939c824d7be9bd703a691 Mon Sep 17 00:00:00 2001
|
||||
From 285a8aea0e9d98e4828e9a08e0726079554b674d Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 16:58:15 +0200
|
||||
Subject: [PATCH 14/16] Restore the rest of the title handling options and make
|
||||
@ -4985,7 +4926,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110
|
||||
8 files changed, 264 insertions(+), 75 deletions(-)
|
||||
|
||||
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
|
||||
index a8f7f402..bd08008d 100644
|
||||
index c2b97e8b..60d2e87f 100644
|
||||
--- a/src/org.gnome.Terminal.gschema.xml
|
||||
+++ b/src/org.gnome.Terminal.gschema.xml
|
||||
@@ -24,6 +24,13 @@
|
||||
@ -5579,10 +5520,10 @@ index 98332c6d..389d4d71 100644
|
||||
|
||||
static void
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From 64ed3ae56e93722bf8be306e4afc02f5776145b1 Mon Sep 17 00:00:00 2001
|
||||
From 24ba561fe523c209d5e83171f3cd4c271536ddb1 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Wed, 3 Apr 2019 15:38:09 +0200
|
||||
Subject: [PATCH 15/16] Update the title with the current foreground process
|
||||
@ -5599,7 +5540,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=711060
|
||||
3 files changed, 50 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
|
||||
index bd08008d..e7139454 100644
|
||||
index 60d2e87f..f048c9c5 100644
|
||||
--- a/src/org.gnome.Terminal.gschema.xml
|
||||
+++ b/src/org.gnome.Terminal.gschema.xml
|
||||
@@ -275,6 +275,11 @@
|
||||
@ -5754,10 +5695,10 @@ index 5456839a..177431d0 100644
|
||||
retval = G_SOURCE_REMOVE;
|
||||
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
||||
From bbaedcfdb5006a2f744f97924312fd5e9cba9a0b Mon Sep 17 00:00:00 2001
|
||||
From c6d15ae6c5e14da0fb5e657999ddd32782fc7a03 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 27 Feb 2020 19:32:08 +0100
|
||||
Subject: [PATCH 16/16] screen, window: Preserve current toolbox, if any
|
||||
@ -5879,5 +5820,5 @@ index 389d4d71..d69cf1f0 100644
|
||||
if (mode == TERMINAL_NEW_TERMINAL_MODE_WINDOW)
|
||||
gtk_window_present (GTK_WINDOW (window));
|
||||
--
|
||||
2.39.1
|
||||
2.39.2
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.46.8
|
||||
Version: 3.47.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator for GNOME
|
||||
|
||||
@ -112,6 +112,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.de
|
||||
%{_metainfodir}/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2023 David King <amigadave@amigadave.com> - 3.47.92-1
|
||||
- Update to 3.47.92
|
||||
|
||||
* Thu Feb 16 2023 David King <amigadave@amigadave.com> - 3.46.8-1
|
||||
- Update to 3.46.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-terminal-3.46.8.tar.bz2) = 07b8b9a31d5c1f87ff6d9902b56bfe1eb75b32f25e5b5c97448f990f4c4d6ca73709e5af30e09701d2dc55331a33b6f006fdcc696d5c9ffa83e50919ac74fdfc
|
||||
SHA512 (gnome-terminal-3.47.92.tar.bz2) = 63994546abfddf44875e7eb51760d898efe761f9a05f5e9b3eddfa1d4790702ddf4ba81a63304c9e34340a546ed29aa612780ca0458f9c7f694fe8c9bd99b7cf
|
||||
|
Loading…
Reference in New Issue
Block a user