diff --git a/allow-non-UTF8-locale.patch b/allow-non-UTF8-locale.patch index a76479e94c9216d2ccd08dc689e01a8aa12fb27d..786b8e992a6eca00241f07fcbcabd6a674ddec4c 100644 --- a/allow-non-UTF8-locale.patch +++ b/allow-non-UTF8-locale.patch @@ -8,19 +8,19 @@ Subject: [PATCH] allow non-UTF8 locale 1 file changed, 5 deletions(-) diff --git a/src/server.cc b/src/server.cc -index 48c09f3..429424f 100644 +index 199df22..cbbb711 100644 --- a/src/server.cc +++ b/src/server.cc -@@ -122,11 +122,6 @@ init_server (int argc, - terminal_i18n_init (TRUE); - +@@ -123,11 +123,6 @@ init_server (int argc, + g_unsetenv ("CHARSET"); + g_unsetenv ("OUTPUT_CHARSET"); - const char *charset; - if (!g_get_charset (&charset)) { - g_printerr ("Non UTF-8 locale (%s) is not supported!\n", charset); - return _EXIT_FAILURE_NO_UTF8; - } - + /* Sanitise environment */ g_unsetenv ("DBUS_STARTER_BUS_TYPE"); -- diff --git a/gnome-terminal-3.46.7.tar.bz2 b/gnome-terminal-3.46.7.tar.bz2 deleted file mode 100644 index 46450bbc2b6e67ebd1c372d1333802ef32bf8a42..0000000000000000000000000000000000000000 Binary files a/gnome-terminal-3.46.7.tar.bz2 and /dev/null differ diff --git a/gnome-terminal-3.48.1.tar.bz2 b/gnome-terminal-3.48.1.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..113d5611b38b3761d8d7d14567f28d99fa707c85 Binary files /dev/null and b/gnome-terminal-3.48.1.tar.bz2 differ diff --git a/gnome-terminal-cntr-ntfy-autottl-ts.patch b/gnome-terminal-cntr-ntfy-autottl-ts.patch index d95686e4ea39ab638875f929b2602b4621f44fa3..a2b8abc181278af94b8b44f7c18b1de3050560cf 100644 --- a/gnome-terminal-cntr-ntfy-autottl-ts.patch +++ b/gnome-terminal-cntr-ntfy-autottl-ts.patch @@ -1,4 +1,4 @@ -From b258ef0bdc4f1ea8dc9d8bf0b47a14d0b17d4473 Mon Sep 17 00:00:00 2001 +From 83c3321d9df4c571ff1a8a7aea3d61190e2a342a Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 12 May 2014 14:57:18 +0200 Subject: [PATCH 01/16] Restore transparency @@ -25,7 +25,7 @@ Some changes by Peter Weber 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 @@ @@ -155,7 +155,7 @@ index 61f1305e..c33723bf 100644 #define TERMINAL_SETTING_CONTEXT_INFO_KEY "context-info" #define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY "default-show-menubar" diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index 54e10223..bae9c0cf 100644 +index a559f7f9..16f98c9d 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -1059,7 +1059,9 @@ terminal_screen_profile_changed_cb (GSettings *profile, @@ -234,10 +234,10 @@ index 36eb7ce7..a41d2de2 100644 uuid_unparse (u, uuidstr); priv->uuid = g_strdup (uuidstr); -- -2.39.1 +2.40.1 -From 0ab778ac032b1b5bc938dc73b11c2b58271b8567 Mon Sep 17 00:00:00 2001 +From 29759ac03fe09c82d65aac2d28d174ed75df7637 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel 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.40.1 -From 893b1b1ffba63bcaa78a29a127b5787325abc8cb Mon Sep 17 00:00:00 2001 +From b86eb377db75fa04417f46dc037eaaa45e8dcdec Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 13 Nov 2015 15:16:42 +0100 Subject: [PATCH 03/16] screen, window: Extra padding around transparent @@ -312,7 +312,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1207943 2 files changed, 49 insertions(+), 10 deletions(-) diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index bae9c0cf..85f0fbcf 100644 +index 16f98c9d..51fdc20b 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -156,6 +156,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *, @@ -384,7 +384,7 @@ index bae9c0cf..85f0fbcf 100644 } static void -@@ -1752,6 +1778,13 @@ terminal_screen_do_popup (TerminalScreen *screen, +@@ -1755,6 +1781,13 @@ terminal_screen_do_popup (TerminalScreen *screen, terminal_screen_popup_info_unref (info); } @@ -431,10 +431,10 @@ index 11d93419..61857bfe 100644 return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr); -- -2.39.1 +2.40.1 -From 65f3ece2a95a9ec950d7be7b63cd1a5acc2731b7 Mon Sep 17 00:00:00 2001 +From 8e92d96543a2f8b343bde1d7060064bc8da1dfee Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 18 May 2018 20:15:34 +0200 Subject: [PATCH 04/16] screen: Try harder to find a foreground process group @@ -460,10 +460,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=711059 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index 85f0fbcf..a973aa87 100644 +index 51fdc20b..82c607a2 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc -@@ -2343,7 +2343,35 @@ terminal_screen_has_foreground_process (TerminalScreen *screen, +@@ -2346,7 +2346,35 @@ terminal_screen_has_foreground_process (TerminalScreen *screen, #else g_snprintf (filename, sizeof (filename), "/proc/%d/cmdline", fgpid); if (!g_file_get_contents (filename, &data_buf, &len, nullptr)) @@ -501,10 +501,10 @@ index 85f0fbcf..a973aa87 100644 #endif -- -2.39.1 +2.40.1 -From a80239410e4baf22ee57857d77ec469cbd2921dd Mon Sep 17 00:00:00 2001 +From 0a6a5448ca292032f3b5daf9a9e772a6fe64f811 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 3 May 2018 16:49:28 +0200 Subject: [PATCH 05/16] screen: Track the current foreground process @@ -550,7 +550,7 @@ index fedc9e4d..94f0e30b 100644 void _terminal_debug_init(void); diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index a973aa87..e5400940 100644 +index 82c607a2..5de5ce91 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -112,6 +112,11 @@ struct _TerminalScreenPrivate @@ -615,7 +615,7 @@ index a973aa87..e5400940 100644 G_OBJECT_CLASS (terminal_screen_parent_class)->finalize (object); } -@@ -1966,6 +1993,125 @@ terminal_screen_child_exited (VteTerminal *terminal, +@@ -1969,6 +1996,125 @@ terminal_screen_child_exited (VteTerminal *terminal, } } @@ -741,7 +741,7 @@ index a973aa87..e5400940 100644 static void terminal_screen_drag_data_received (GtkWidget *widget, GdkDragContext *context, -@@ -2312,7 +2458,11 @@ terminal_screen_has_foreground_process (TerminalScreen *screen, +@@ -2315,7 +2461,11 @@ terminal_screen_has_foreground_process (TerminalScreen *screen, if (fd == -1) return FALSE; @@ -754,10 +754,10 @@ index a973aa87..e5400940 100644 return FALSE; -- -2.39.1 +2.40.1 -From 5de49ccd79b557223f0cbbfb8254ec9319502f18 Mon Sep 17 00:00:00 2001 +From af10b8861e565ee92ae42ee3e894440989189951 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 10 May 2018 19:23:16 +0200 Subject: [PATCH 06/16] Notify when a long-running foreground process group @@ -778,10 +778,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=711059 4 files changed, 174 insertions(+), 1 deletion(-) diff --git a/src/terminal-app.cc b/src/terminal-app.cc -index 70933a68..1f90a66b 100644 +index b6740e3c..f8ea76fe 100644 --- a/src/terminal-app.cc +++ b/src/terminal-app.cc -@@ -848,6 +848,31 @@ app_menu_quit_cb (GSimpleAction *action, +@@ -850,6 +850,31 @@ app_menu_quit_cb (GSimpleAction *action, gtk_widget_destroy (GTK_WIDGET (window)); } @@ -813,7 +813,7 @@ index 70933a68..1f90a66b 100644 #endif /* TERMINAL_SERVER */ /* Class implementation */ -@@ -890,9 +915,16 @@ terminal_app_startup (GApplication *application) +@@ -892,9 +917,16 @@ terminal_app_startup (GApplication *application) { "quit", app_menu_quit_cb, nullptr, nullptr, nullptr } }; @@ -831,7 +831,7 @@ index 70933a68..1f90a66b 100644 /* Figure out whether the shell shows the menubar */ gboolean shell_shows_menubar; diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index e5400940..219c051a 100644 +index 5de5ce91..4d610170 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -55,6 +55,7 @@ @@ -872,7 +872,7 @@ index e5400940..219c051a 100644 /* Unset child PID so that when an eventual child-exited signal arrives, * we don't emit "close". -@@ -1897,6 +1907,45 @@ terminal_screen_button_press (GtkWidget *widget, +@@ -1900,6 +1910,45 @@ terminal_screen_button_press (GtkWidget *widget, return FALSE; } @@ -918,7 +918,7 @@ index e5400940..219c051a 100644 /** * terminal_screen_get_current_dir: * @screen: -@@ -2042,6 +2091,63 @@ terminal_screen_contents_changed (VteTerminal *terminal) +@@ -2045,6 +2094,63 @@ terminal_screen_contents_changed (VteTerminal *terminal) screen); } @@ -982,7 +982,7 @@ index e5400940..219c051a 100644 static void terminal_screen_shell_precmd (VteTerminal *terminal) { -@@ -2064,6 +2170,9 @@ terminal_screen_shell_precmd (VteTerminal *terminal) +@@ -2067,6 +2173,9 @@ terminal_screen_shell_precmd (VteTerminal *terminal) priv->shell_preexec_source_id = 0; } @@ -1070,10 +1070,10 @@ index 91b7e617..37e808a7 100644 G_END_DECLS -- -2.39.1 +2.40.1 -From f17dfaef169d3563ff62f4e0e41483c316040982 Mon Sep 17 00:00:00 2001 +From 8fe4f430026f28ac0067b22983beb69ff903fd86 Mon Sep 17 00:00:00 2001 From: Debarshi Ray 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 -- -2.39.1 +2.40.1 -From 020367f3110a0c8fe513b562aae43aea98a1264e Mon Sep 17 00:00:00 2001 +From 434a35e941965b363fce6f1205aece9a28e93434 Mon Sep 17 00:00:00 2001 From: Debarshi Ray 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 -- -2.39.1 +2.40.1 -From 052881d7c856ecfd4397ffd26db064b83cc1d9ac Mon Sep 17 00:00:00 2001 +From 774c4e3f0ae5da786a2792a27ac5244d2f310d30 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 16:02:13 +0200 Subject: [PATCH 09/16] Revert "screen: Remove unused description and @@ -1656,7 +1656,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110 2 files changed, 69 insertions(+) diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index 219c051a..f22bcf65 100644 +index 4d610170..8b37de55 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -116,6 +116,7 @@ struct _TerminalScreenPrivate @@ -1746,7 +1746,7 @@ index 219c051a..f22bcf65 100644 } GSettings* -@@ -1655,6 +1686,8 @@ spawn_result_cb (VteTerminal *terminal, +@@ -1658,6 +1689,8 @@ spawn_result_cb (VteTerminal *terminal, priv->child_pid = pid; @@ -1755,7 +1755,7 @@ index 219c051a..f22bcf65 100644 if (error) { // FIXMEchpe should be unnecessary, vte already does this internally vte_terminal_set_pty (terminal, nullptr); -@@ -1946,6 +1979,35 @@ terminal_screen_focus_in (GtkWidget *widget, +@@ -1949,6 +1982,35 @@ terminal_screen_focus_in (GtkWidget *widget, return GTK_WIDGET_CLASS (terminal_screen_parent_class)->focus_in_event (widget, event); } @@ -1791,7 +1791,7 @@ index 219c051a..f22bcf65 100644 /** * terminal_screen_get_current_dir: * @screen: -@@ -1999,6 +2061,8 @@ terminal_screen_child_exited (VteTerminal *terminal, +@@ -2002,6 +2064,8 @@ terminal_screen_child_exited (VteTerminal *terminal, priv->child_pid = -1; @@ -1818,10 +1818,10 @@ index ded6b8ca..f4ec9047 100644 char *terminal_screen_get_current_dir (TerminalScreen *screen); -- -2.39.1 +2.40.1 -From b51278e3fefc940b75e2b7581638f93efcf9f32b Mon Sep 17 00:00:00 2001 +From 4c0ac030a8667debd3175de0f57579e6c672eb9e Mon Sep 17 00:00:00 2001 From: Debarshi Ray 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 @@ @@ -1966,7 +1966,7 @@ index c33723bf..d0f111a0 100644 #define TERMINAL_PROFILE_USE_SKEY_KEY "use-skey" #define TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY "use-system-font" diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index f22bcf65..8949d135 100644 +index 8b37de55..506ab66e 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -1059,11 +1059,14 @@ char * @@ -1998,109 +1998,109 @@ index f22bcf65..8949d135 100644 (!prop_name || prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) || -- -2.39.1 +2.40.1 -From 06df6eeaf16709f235d9eeb49a1be9ed606aa3f7 Mon Sep 17 00:00:00 2001 +From 210b3de7896fe3a03f9fa14ce60d436f3c09aa3b Mon Sep 17 00:00:00 2001 From: Debarshi Ray 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 | 15 ++++++---- - po/fi.po | 12 ++++++++ - po/fr.po | 24 ++++++++++++++++ - po/fur.po | 11 ++++++-- - po/ga.po | 3 ++ - po/gl.po | 12 ++++++++ - 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(+), 386 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 | 12 + + po/ca@valencia.po | 12 + + po/cs.po | 14 +- + 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 | 559 +--------------------------------------------- + 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, 734 insertions(+), 887 deletions(-) diff --git a/po/am.po b/po/am.po index 3445d96d..ee992f07 100644 @@ -2339,10 +2339,10 @@ index 82ef0664..27e9877f 100644 #: ../src/profile-preferences.glade.h:74 msgid "_Update login records when command is launched" diff --git a/po/bg.po b/po/bg.po -index 920deb57..ceecc323 100644 +index b2c4e9d5..83ad8e14 100644 --- a/po/bg.po +++ b/po/bg.po -@@ -2459,3 +2459,12 @@ msgstr "_Затваряне на този прозорец" +@@ -2480,3 +2480,12 @@ msgstr "_Затваряне на този прозорец" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Аргументите не могат да бъдат анализирани: %s\n" @@ -2457,13 +2457,14 @@ index 49e71085..87035529 100644 +msgid "Set Title" +msgstr "Postavi naslov" diff --git a/po/ca.po b/po/ca.po -index 6db2cd03..4315b2fb 100644 +index 17de40fa..7661e3da 100644 --- a/po/ca.po +++ b/po/ca.po -@@ -2428,3 +2428,14 @@ msgstr "Tanca la _finestra" +@@ -2510,3 +2510,15 @@ msgstr "Tanca la _finestra" + #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Ha fallat l'anàlisi dels arguments: %s\n" - ++ +msgid "Transparent background" +msgstr "Fons transparent" + @@ -2496,17 +2497,20 @@ index a6e8fb42..c9ed8508 100644 +msgid "Set Title" +msgstr "Estableix el títol" diff --git a/po/cs.po b/po/cs.po -index 1beaf216..f27be077 100644 +index 723fd2c4..39d9bdfd 100644 --- a/po/cs.po +++ b/po/cs.po -@@ -2452,3 +2452,15 @@ msgstr "_Zavřít okno" - #, c-format +@@ -2473,8 +2473,14 @@ msgstr "_Zavřít okno" msgid "Failed to parse arguments: %s\n" msgstr "Selhala analýza argumentů: %s\n" -+ + +-#~ msgid "Armenian" +-#~ msgstr "Arménské" +msgid "Transparent background" +msgstr "Průsvitné pozadí" -+ + +-#~ msgid "Georgian" +-#~ msgstr "Gruzínské" +msgid "Title" +msgstr "Záhlaví" + @@ -2542,10 +2546,10 @@ index 644df823..cd862feb 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 8ca75914..a27a354f 100644 +index f3fbaec7..352fcf1c 100644 --- a/po/da.po +++ b/po/da.po -@@ -2488,3 +2488,15 @@ msgstr "Kunne ikke fortolke argumenter: %s\n" +@@ -2517,3 +2517,15 @@ msgstr "Kunne ikke fortolke argumenter: %s\n" #~ msgid "_Detach Tab" #~ msgstr "_Løsriv faneblad" @@ -2562,10 +2566,10 @@ index 8ca75914..a27a354f 100644 +msgid "Transparent background" +msgstr "Gennemsigtig baggrund" diff --git a/po/de.po b/po/de.po -index 4b88ee94..62067cd2 100644 +index 988a392b..6a82f915 100644 --- a/po/de.po +++ b/po/de.po -@@ -2578,3 +2578,15 @@ msgstr "Einlesen der Argumente schlug fehl: %s\n" +@@ -2604,3 +2604,15 @@ msgstr "Einlesen der Argumente schlug fehl: %s\n" #~ msgid "_Quit" #~ msgstr "_Beenden" @@ -2608,10 +2612,10 @@ index d97e6102..a768fe4a 100644 #: ../src/profile-preferences.glade.h:78 #, fuzzy diff --git a/po/el.po b/po/el.po -index a82659e6..d814147c 100644 +index 6ec773a0..258c9e84 100644 --- a/po/el.po +++ b/po/el.po -@@ -2915,17 +2915,17 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n" +@@ -2940,17 +2940,17 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n" #~ msgid "Default size:" #~ msgstr "Προεπιλεγμένο μέγεθος:" @@ -2635,7 +2639,7 @@ index a82659e6..d814147c 100644 #~ msgid "Current Locale" #~ msgstr "Τρέχουσα τοπική ρύθμιση" -@@ -2963,3 +2963,6 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n" +@@ -2988,3 +2988,6 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n" #~ msgid "_Input Methods" #~ msgstr "_Μέθοδοι εισαγωγής" @@ -2769,10 +2773,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 fefea713..1cef08bf 100644 --- a/po/es.po +++ b/po/es.po -@@ -2921,17 +2921,17 @@ msgstr "Falló al analizar los argumentos: %s\n" +@@ -2946,17 +2946,17 @@ msgstr "Falló al analizar los argumentos: %s\n" #~ msgid "Default size:" #~ msgstr "Tamaño predeterminado:" @@ -2796,7 +2800,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" +@@ -3783,8 +3783,8 @@ msgstr "Falló al analizar los argumentos: %s\n" #~ msgid "_Solid color" #~ msgstr "Color _sólido" @@ -2819,10 +2823,10 @@ index 4b1c2a7c..77076116 100644 +msgid "Transparent background" +msgstr "Läbipaistev taust" diff --git a/po/eu.po b/po/eu.po -index 56f3f1df..6d9680dc 100644 +index 05484111..7f93de46 100644 --- a/po/eu.po +++ b/po/eu.po -@@ -2366,3 +2366,15 @@ msgstr "Huts egin du argumentuak analizatzean: %s\n" +@@ -2391,3 +2391,15 @@ msgstr "Huts egin du argumentuak analizatzean: %s\n" #~ msgid "_Detach Tab" #~ msgstr "_Desuztartu fitxa" @@ -2839,21 +2843,24 @@ index 56f3f1df..6d9680dc 100644 +msgid "Transparent background" +msgstr "Atzeko plano gardena" diff --git a/po/fa.po b/po/fa.po -index 70ffa07d..8b746710 100644 +index bf738bca..352d7365 100644 --- a/po/fa.po +++ b/po/fa.po -@@ -2793,8 +2793,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" - #~ msgid "Use custom default terminal si_ze" - #~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض" +@@ -2818,8 +2818,11 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" + #~ msgid "_Font:" + #~ msgstr "_قلم:" -#~ msgid "Title" -#~ msgstr "عنوان" ++#~ msgid "Use custom default terminal si_ze" ++#~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض" ++ +msgid "Title" +msgstr "عنوان" #~ msgid "When terminal commands set their o_wn titles:" #~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:" -@@ -2808,8 +2808,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" +@@ -2833,8 +2836,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" #~ msgid "_Unlimited" #~ msgstr "_نامحدود" @@ -2864,7 +2871,7 @@ index 70ffa07d..8b746710 100644 #~ msgid "Switch to Tab 3" #~ msgstr "تعویض به زبانه‌ی ۳" -@@ -2850,5 +2850,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" +@@ -2875,5 +2878,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" #~ msgid "_Input Methods" #~ msgstr "روش‌های _ورودی" @@ -2902,10 +2909,10 @@ index 28f05dbd..ba5995c9 100644 +msgid "Set Title" +msgstr "Aseta otsikko" diff --git a/po/fr.po b/po/fr.po -index 3a9ee71e..64d56414 100644 +index 60db7700..71628caa 100644 --- a/po/fr.po +++ b/po/fr.po -@@ -2533,3 +2533,27 @@ msgstr "Impossible d’analyser les paramètres : %s\n" +@@ -2569,3 +2569,27 @@ msgstr "Impossible d’analyser les paramètres : %s\n" #~ msgid "Icelandic" #~ msgstr "Islandais" @@ -2934,10 +2941,10 @@ index 3a9ee71e..64d56414 100644 +msgid "Set Title" +msgstr "Définir le titre" diff --git a/po/fur.po b/po/fur.po -index edbba329..87755fc1 100644 +index bfcab11d..4a7aed17 100644 --- a/po/fur.po +++ b/po/fur.po -@@ -557,6 +557,10 @@ msgstr "" +@@ -571,6 +571,10 @@ msgstr "" msgid "Which encoding to use" msgstr "Codifiche di doprâ" @@ -2948,7 +2955,7 @@ index edbba329..87755fc1 100644 #: src/org.gnome.Terminal.gschema.xml:350 msgid "" "Whether ambiguous-width characters are narrow or wide when using UTF-8 " -@@ -3576,6 +3580,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." @@ -2958,7 +2965,7 @@ index edbba329..87755fc1 100644 #~ msgid "Switch to Tab 3" #~ msgstr "Passe a la schede 3" -@@ -3631,8 +3638,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" @@ -2967,8 +2974,8 @@ index edbba329..87755fc1 100644 +msgid "_Title:" +msgstr "_Titul:" - #~ msgid "" - #~ "text/plain dropped on terminal had wrong format (%d) or length (%d)\n" + #~ msgid "text/plain dropped on terminal had wrong format (%d) or length (%d)\n" + #~ msgstr "" diff --git a/po/ga.po b/po/ga.po index 93d5fa9d..feb87dce 100644 --- a/po/ga.po @@ -2981,20 +2988,25 @@ index 93d5fa9d..feb87dce 100644 +msgid "Transparent background" +msgstr "Cúlra trédhearcach" diff --git a/po/gl.po b/po/gl.po -index 00325496..8c6f3472 100644 +index c0dc3349..adea6024 100644 --- a/po/gl.po +++ b/po/gl.po -@@ -2480,3 +2480,15 @@ msgstr "P_echar a xanela" - #, c-format +@@ -2500,11 +2500,14 @@ msgstr "P_echar a xanela" msgid "Failed to parse arguments: %s\n" msgstr "Produciuse un erro ao analizar os argumentos: %s\n" -+ + +-#~ msgid "org.gnome.Terminal" +-#~ msgstr "org.gnome.Terminal" +msgid "Title" +msgstr "Título" -+ + +-#~ msgid "Armenian" +-#~ msgstr "Armenio" +msgid "_Title:" +msgstr "_Título:" -+ + +-#~ msgid "Georgian" +-#~ msgstr "Xeorxiano" +msgid "Set Title" +msgstr "Definir o título" + @@ -3049,10 +3061,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 "גודל בררת מחדל:" @@ -3076,7 +3088,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 "צבע _אחיד" @@ -3137,10 +3149,10 @@ index 2d7dc5b1..8d3d0529 100644 #~ msgid "S/Key Challenge Response" #~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया" diff --git a/po/hr.po b/po/hr.po -index 0c65eca2..1472cbb1 100644 +index aa384812..4a28d9ae 100644 --- a/po/hr.po +++ b/po/hr.po -@@ -2763,3 +2763,13 @@ msgstr "Greška u obradi argumenata: %s\n" +@@ -2771,3 +2771,13 @@ msgstr "Greška u obradi argumenata: %s\n" #~ msgid "Use transparency from system theme" #~ msgstr "Koristi prozirnost iz teme sustava" @@ -3155,10 +3167,10 @@ index 0c65eca2..1472cbb1 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" @@ -3201,10 +3213,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" @@ -3261,10 +3273,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 "პროფილის ადამიანისთვის-სასიამოვნო წასაკითხი სახელი." @@ -3349,10 +3361,10 @@ index c887f88a..0fc1c313 100644 +msgid "Transparent background" +msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ" diff --git a/po/ko.po b/po/ko.po -index 69cb4516..b9b7d7de 100644 +index d30b5fd7..627ca437 100644 --- a/po/ko.po +++ b/po/ko.po -@@ -2508,3 +2508,15 @@ msgstr "인자 파싱에 실패했습니다: %s\n" +@@ -2537,3 +2537,15 @@ msgstr "인자 파싱에 실패했습니다: %s\n" #~ msgid "Verbose output" #~ msgstr "많이 출력" @@ -3395,10 +3407,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 c2729c2f..55165274 100644 +index 20f4a6c1..ace70da0 100644 --- a/po/lt.po +++ b/po/lt.po -@@ -2770,3 +2770,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n" +@@ -2795,3 +2795,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n" #~ msgid "Whether to use a dark theme variant" #~ msgstr "Ar naudoti tamsų temos variantą" @@ -3699,10 +3711,10 @@ index 992d7bad..7c560b83 100644 #~ msgid "text/plain dropped on terminal had wrong format (%d) or length (%d)\n" #~ msgstr "टर्मिनलमा छोडिएको पाठ/सादा गलत ढाँचा (%d) वा लम्बाइ (%d)को थियो\n" diff --git a/po/nl.po b/po/nl.po -index cb6a5d2a..81f17d0f 100644 +index 91320a33..38a58507 100644 --- a/po/nl.po +++ b/po/nl.po -@@ -2808,3 +2808,15 @@ msgstr "Argumenten ontleden is mislukt: %s\n" +@@ -2831,3 +2831,15 @@ msgstr "Argumenten ontleden is mislukt: %s\n" #~ msgid "_Add or Remove…" #~ msgstr "_Toevoegen of verwijderen…" @@ -3745,10 +3757,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 d7cddaec..7eab4a47 100644 +index 4563b354..0ecd5919 100644 --- a/po/oc.po +++ b/po/oc.po -@@ -3031,8 +3031,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..." @@ -3759,7 +3771,7 @@ index d7cddaec..7eab4a47 100644 #~ msgid "_Detach tab" #~ msgstr "Des_tacar l'onglet" -@@ -3492,8 +3492,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" @@ -3770,7 +3782,7 @@ index d7cddaec..7eab4a47 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;" @@ -3879,10 +3891,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:" @@ -3898,7 +3910,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" @@ -3909,7 +3921,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" @@ -3921,10 +3933,10 @@ index 1ff7e2f3..6078ee79 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 dbdfda9e..f44ff3e7 100644 +index 4fac562a..117f63bb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po -@@ -2482,3 +2482,15 @@ msgstr "_Fechar janela" +@@ -2423,3 +2423,15 @@ msgstr "_Fechar janela" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Falha ao analisar os argumentos: %s\n" @@ -3956,10 +3968,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 "_Добавить или удалить…" @@ -4047,23 +4059,573 @@ index e6745075..20d303c8 100644 +msgid "Set Title" +msgstr "Nastaviť titulok" diff --git a/po/sl.po b/po/sl.po -index ae803d9a..27a30070 100644 +index 796c3a09..a8344029 100644 --- a/po/sl.po +++ b/po/sl.po -@@ -2378,3 +2378,15 @@ msgstr "_Zapri okno" - #, c-format +@@ -2461,557 +2461,14 @@ msgstr "_Zapri okno" msgid "Failed to parse arguments: %s\n" msgstr "Napaka med razčlenjevanjem argumentov: %s\n" -+ + +-#~ msgid "org.gnome.Terminal" +-#~ msgstr "org.gnome.Terminal" +msgid "Title" +msgstr "Naslov" -+ + +-#~ msgid "Armenian" +-#~ msgstr "Armenski" +msgid "_Title:" +msgstr "_Naziv:" -+ + +-#~ msgid "Georgian" +-#~ msgstr "Gruzijski" +msgid "Set Title" +msgstr "Določitev naziva okna" -+ + +-#~ msgid "Whether to allow bold text" +-#~ msgstr "Ali naj se dovoli krepko besedilo" +- +-#~ msgid "If true, allow applications in the terminal to make text boldface." +-#~ msgstr "" +-#~ "Izbrana možnost omogoča, da programi izpišejo krepko oblikovano besedilo" +- +-#~ msgid "Hindi" +-#~ msgstr "Hindujski" +- +-#~ msgid "Persian" +-#~ msgstr "Perzijski" +- +-#~ msgid "Gujarati" +-#~ msgstr "Gujaratski" +- +-#~ msgid "Gurmukhi" +-#~ msgstr "Gurmukijski" +- +-#~ msgid "Icelandic" +-#~ msgstr "Islandski" +- +-#~ msgid "Set _Character Encoding" +-#~ msgstr "Določi nabor _znakov" +- +-#~ msgid "Move Tab _Left" +-#~ msgstr "Premakni zavihek _levo" +- +-#~ msgid "Move Tab _Right" +-#~ msgstr "Premakni zavihek _desno" +- +-#~ msgid "_Detach Tab" +-#~ msgstr "_Odpni zavihek" +- +-#~ msgid "Whether to show menubar in new windows/tabs" +-#~ msgstr "Ali naj bo v novih oknih ali zavihkih vidna menijska vrstica" +- +-#~ msgid "True if the menubar should be shown in new window" +-#~ msgstr "" +-#~ "Izbrana možnost določa, da bo v novih oknih prikazana menijska vrstica" +- +-#~ msgid "_Quit" +-#~ msgstr "_Končaj" +- +-#~ msgid "Unnamed" +-#~ msgstr "Neimenovan" +- +-#~ msgid "Open in _Midnight Commander" +-#~ msgstr "Odpri s programom _Midnight Commander" +- +-#~ msgid "" +-#~ "Open the currently selected folder in the terminal file manager Midnight " +-#~ "Commander" +-#~ msgstr "" +-#~ "Odpri trenutno izbrano mapo v terminalu s programom Midnight Commander" +- +-#~ msgid "" +-#~ "Open the currently open folder in the terminal file manager Midnight " +-#~ "Commander" +-#~ msgstr "" +-#~ "Odpri trenutno odprto mapo v terminalu s programom Midnight Commander" +- +-#~ msgid "Open _Midnight Commander" +-#~ msgstr "Odpri program _Midnight Commander" +- +-#~ msgid "Open the terminal file manager Midnight Commander" +-#~ msgstr "V terminalu odpri program Midnight Commander" +- +-#~ msgid "Verbose output" +-#~ msgstr "Podroben izpis" +- +-#~ msgid "Output options:" +-#~ msgstr "Možnosti izpisa:" +- +-#~ msgid "Show output options" +-#~ msgstr "Prikaže možnosti odvoda" +- +-#~ msgid "“%s” is not a valid application ID" +-#~ msgstr "»%s« ni veljaven ID programa" +- +-#~ msgid "Server application ID" +-#~ msgstr "ID programa strežnika" +- +-#~ msgid "ID" +-#~ msgstr "ID" +- +-#~ msgid "Show completions" +-#~ msgstr "Pokaži dopolnjevanje" +- +-#~ msgid "Global options:" +-#~ msgstr "Splošne možnosti:" +- +-#~ msgid "Show global options" +-#~ msgstr "Pokaže splošne možnosti" +- +-#~ msgid "FD passing of stdin is not supported" +-#~ msgstr "Sklic FD na standardni vhod ni podprt" +- +-#~ msgid "FD passing of stdout is not supported" +-#~ msgstr "Sklic FD na standardni izhod ni podprt" +- +-#~ msgid "FD passing of stderr is not supported" +-#~ msgstr "Sklic FD na standardno napako ni podprt" +- +-#~ msgid "Invalid argument “%s” to --fd option" +-#~ msgstr "Neveljaven argument »%s« za možnost --fd" +- +-#~ msgid "Forward stdin" +-#~ msgstr "Posreduj standardni vhod" +- +-#~ msgid "Forward stdout" +-#~ msgstr "Posreduj standardni izhod" +- +-#~ msgid "Forward stderr" +-#~ msgstr "Posreduj standardno napako" +- +-#~ msgid "Exec options:" +-#~ msgstr "Možnosti izvajanja:" +- +-#~ msgid "Show exec options" +-#~ msgstr "Prikaže možnosti izvajanja" +- +-#~ msgid "Maximise the window" +-#~ msgstr "Razpni okno" +- +-#~ msgid "Window options:" +-#~ msgstr "Možnosti okna:" +- +-#~ msgid "Show window options" +-#~ msgstr "Pokaži možnosti okna" +- +-#~ msgid "Zoom value “%s” is outside allowed range" +-#~ msgstr "Vrednost približanja »%s« je izven veljavnega območja" +- +-#~ msgid "UUID" +-#~ msgstr "UUID" +- +-#~ msgid "Terminal options:" +-#~ msgstr "Možnosti terminala:" +- +-#~ msgid "Processing options:" +-#~ msgstr "Možnosti opravil:" +- +-#~ msgid "Show processing options" +-#~ msgstr "Prikaže možnosti opravil" +- +-#~ msgid "Missing argument" +-#~ msgstr "Manjka argument" +- +-#~ msgid "Unknown command “%s”" +-#~ msgstr "Neznan ukaz »%s«" +- +-#~ msgid "“%s” needs the command to run as arguments after “--”" +-#~ msgstr "»%s« zahteva ukaz za zagon ukaza kot argument za '--'" +- +-#~ msgid "Extraneous arguments after “--”" +-#~ msgstr "Dodatni argument za » -- «" +- +-#~ msgid "GTerminal" +-#~ msgstr "GTerminal" +- +-#~ msgid "Error processing arguments: %s\n" +-#~ msgstr "Napaka med obdelavo argumentov: %s\n" +- +-#~ msgid "Keyboard shortcut to create a new profile" +-#~ msgstr "Tipkovna bližnjica za ustvarjanje novega profila" +- +-#~ msgid "Keyboard shortcut to open the current profile’s Preferences dialog" +-#~ msgstr "Tipkovna bližnjica za odpiranje pogovornega okna lastnosti profila" +- +-#~ msgid "List of available encodings" +-#~ msgstr "Seznam razpoložljivih znakovnih naborov" +- +-#~ msgid "" +-#~ "A subset of possible encodings are presented in the Encoding submenu. " +-#~ "This is a list of encodings to appear there." +-#~ msgstr "" +-#~ "Podrejeni izbor razpoložljivih naborov znakov je prikazan v podmeniju " +-#~ "kodiranja. Seznam je prikazan spodaj." +- +-#~ msgid "_Profile used when launching a new terminal:" +-#~ msgstr "Profil, ki naj se _uporabi ob zagonu novega terminala:" +- +-#~ msgid "E_ncodings shown in menu:" +-#~ msgstr "Nabori _prikazani v meniju:" +- +-#~ msgid "Profile Editor" +-#~ msgstr "Urejevalnik profilov" +- +-#~ msgid "_Profile name:" +-#~ msgstr "Ime _profila:" +- +-#~ msgid "_Rewrap on resize" +-#~ msgstr "_Samodejno prelomi" +- +-#~ msgid "" +-#~ "Note: Terminal applications have these colors available to them." +-#~ msgstr "Opomba: programi terminala imajo na voljo te barve." +- +-#~ msgid "" +-#~ "Note: These options may cause some applications to behave " +-#~ "incorrectly. They are only here to allow you to work around certain " +-#~ "applications and operating systems that expect different terminal " +-#~ "behavior." +-#~ msgstr "" +-#~ "Opomba: Te možnosti lahko vplivajo na nepravilno delovanje " +-#~ "nekaterih programov. Tu so le zato, da lahko delate z določenimi programi " +-#~ "in operacijskimi sistemi, ki pričakujejo drugačno delovanje terminala." +- +-#~ msgid "New Terminal in New Tab" +-#~ msgstr "Nov terminal v novem zavihku" +- +-#~ msgid "New Terminal in New Window" +-#~ msgstr "Nov terminal v novem oknu" +- +-#~ msgid "Close All Terminals" +-#~ msgstr "Zapri vsa okna terminala" +- +-#~ msgid "Clear Find Highlight" +-#~ msgstr "Počisti poudarjanje iskanja" +- +-#~ msgid "Detach Terminal" +-#~ msgstr "Odpni terminal" +- +-#~ msgid "User Defined" +-#~ msgstr "Prikrojeno" +- +-#~ msgid "Click button to choose profile" +-#~ msgstr "Kliknite gumb za izbiro profila" +- +-#~ msgid "Profile list" +-#~ msgstr "Seznam profilov" +- +-#~ msgid "Show" +-#~ msgstr "Pokaži" +- +-#~ msgid "_Encoding" +-#~ msgstr "_Nabor znakov" +- +-#~ msgid "_Profile Preferences" +-#~ msgstr "_Možnosti profila" +- +-#~ msgid "Switch to this tab" +-#~ msgstr "Preklopi na ta zavihek" +- +-#~ msgid "_%u. %s" +-#~ msgstr "_%u. %s" +- +-#~ msgid "_%c. %s" +-#~ msgstr "_%c. %s" +- +-#~ msgid "Open _Terminal" +-#~ msgstr "Odpri _terminal" +- +-#~ msgid "Open Ta_b" +-#~ msgstr "Odpri za_vihek" +- +-#~ msgid "New _Profile" +-#~ msgstr "Nov _profil" +- +-#~ msgid "_Close All Terminals" +-#~ msgstr "_Zapri vsa okna terminala" +- +-#~ msgid "Pre_ferences" +-#~ msgstr "_Možnosti" +- +-#~ msgid "Find Ne_xt" +-#~ msgstr "Najdi _naslednje" +- +-#~ msgid "Find Pre_vious" +-#~ msgstr "Najdi _predhodne" +- +-#~ msgid "Go to _Line…" +-#~ msgstr "Skoči v _vrstico ..." +- +-#~ msgid "_Incremental Search…" +-#~ msgstr "_Postopno iskanje ..." +- +-#~ msgid "_Add or Remove…" +-#~ msgstr "_Dodaj ali odstrani ..." +- +-#~ msgid "_Next Terminal" +-#~ msgstr "_Naslednji terminal" +- +-#~ msgid "" +-#~ "Default color of bold text in the terminal, as a color specification (can " +-#~ "be HTML-style hex digits, or a color name such as \"red\"). This is " +-#~ "ignored if bold_color_same_as_fg is true." +-#~ msgstr "" +-#~ "Privzeta barva krepkega besedila terminala. Določena je lahko kot HTML, " +-#~ "šestnajstiško ali pa z imenom (\"red\" za rdečo). Možnost je prezrta " +-#~ "kadar barva krepkega besedila enaka običajnemu besedilu." +- +-#~ msgid "_Custom font" +-#~ msgstr "Pisava po _meri" +- +-#~ msgid "_Text color:" +-#~ msgstr "Barva _besedila:" +- +-#~ msgid "_Background color:" +-#~ msgstr "Barva _ozadja:" +- +-#~ msgid "_Same as text color" +-#~ msgstr "Enako barvi _besedila" +- +-#~ msgid "Bol_d color:" +-#~ msgstr "Barva krepkega besedila:" +- +-#~ msgid "Search _backwards" +-#~ msgstr "Poišči _nazaj" +- +-#~ msgid "" +-#~ "Possible values are \"close\" to close the terminal, and \"restart\" to " +-#~ "restart the command." +-#~ msgstr "" +-#~ "Mogoče vrednosti so \"close\" (zapri) za zapiranje terminala in " +-#~ "\"restart\" (ponovni zagon) za vnovičen zagon ukaza." +- +-#~ msgid "shell;prompt;command;commandline;" +-#~ msgstr "lupina;ukaz;ukazna vrstica;terminal;" +- +-#~ msgid "" +-#~ "If true, the system login records utmp and wtmp will be updated when the " +-#~ "command inside the terminal is launched." +-#~ msgstr "" +-#~ "Izbrana možnost omogoča, da bosta prijavna zapisa utmp in wtmp " +-#~ "posodobljena, ko se bo zagnal ukaz znotraj terminala." +- +-#~ msgid "_Update login records when command is launched" +-#~ msgstr "Posodobi prijavne zapise, ko je _ukaz zagnan" +- +-#~ msgid "Unknown completion request for \"%s\"" +-#~ msgstr "Neznana zahteva za dokončanje \"%s\"" +- +-#~ msgid "Missing command" +-#~ msgstr "Manjka ukaz" +- +-#~ msgid "Whether to use a dark theme variant" +-#~ msgstr "Ali naj se uporabi temna tema okna" +- +-#~ msgid "Use _dark theme variant" +-#~ msgstr "Uporabi _temno temo" +- +-#~ msgid "Set the terminal title" +-#~ msgstr "Nastavi naziv terminala" +- +-#~ msgid "_Use the system fixed width font" +-#~ msgstr "_Uporabi sistemsko pisavo določene širine" +- +-#~ msgid "_Font:" +-#~ msgstr "_Pisava:" +- +-#~ msgid "_Unlimited" +-#~ msgstr "_Neomejeno" +- +-#~ msgid "" +-#~ "Commands:\n" +-#~ " help Shows this information\n" +-#~ " run Create a new terminal running the specified command\n" +-#~ " shell Create a new terminal running the user shell\n" +-#~ "\n" +-#~ "Use \"%s COMMAND --help\" to get help on each command.\n" +-#~ msgstr "" +-#~ "Ukazi:\n" +-#~ " help Pokaže podrobnosti pomoči\n" +-#~ " run Ustvari nov terminalno okno z izvedenim določenim ukazom\n" +-#~ " shell Ustvari nov terminalno okno z uporabniško lupino\n" +-#~ "\n" +-#~ "Uporaba \"%s UKAZ --help\" za več podrobnosti o ukazu.\n" +- +-#~ msgid "Be quiet" +-#~ msgstr "Brez sporočanja" +- +-#~ msgid "GNOME Terminal Client" +-#~ msgstr "Terminalski odjemalec GNOME" +- +-#~ msgid "Show server options" +-#~ msgstr "Pokaže možnosti strežnika" +- +-#~ msgctxt "title" +-#~ msgid "'Terminal'" +-#~ msgstr "'Terminal'" +- +-#~ msgid "Title for terminal" +-#~ msgstr "Naziv terminala" +- +-#~ msgid "" +-#~ "Title to display for the terminal window or tab. This title may be " +-#~ "replaced by or combined with the title set by the application inside the " +-#~ "terminal, depending on the title_mode setting." +-#~ msgstr "" +-#~ "Naziv, ki naj bo prikazan v zavihku ali oknu terminala. Naziv lahko " +-#~ "spremeni program zagnan znotraj terminala, to pa določa ključ title_mode." +- +-#~ msgid "Characters that are considered \"part of a word\"" +-#~ msgstr "Znaki, ki pripadajo besedam" +- +-#~ msgid "" +-#~ "When selecting text by word, sequences of these characters are considered " +-#~ "single words. Ranges can be given as \"A-Z\". Literal hyphen (not " +-#~ "expressing a range) should be the first character given." +-#~ msgstr "" +-#~ "Kadar se izbira besedilo po besedi, se nize teh znakov obravnava kot dele " +-#~ "besede. Lahko so podani intervali v obliki \"A-Z\". Pomišljaj, ki ne " +-#~ "predstavlja intervala, mora biti prvi podani znak." +- +-#~ msgid "Whether to use custom terminal size for new windows" +-#~ msgstr "Ali naj se za nova okna uporabi privzeta velikost terminalnega okna" +- +-#~ msgid "" +-#~ "If true, newly created terminal windows will have custom size specified " +-#~ "by default_size_columns and default_size_rows." +-#~ msgstr "" +-#~ "Izbrana možnost omogoča, da bo pri novo ustvarjenem terminalu privzeto " +-#~ "uporabljena velikost po meri s podatki privzete velikosti stolpcev in " +-#~ "vrstic." +- +-#~ msgid "Default size:" +-#~ msgstr "Privzeta velikost:" +- +-#~ msgid "Title" +-#~ msgstr "Naslov" +- +-#~ msgid "_Title:" +-#~ msgstr "_Naziv:" +- +-#~ msgid "Title and Command" +-#~ msgstr "Naziv in ukaz" +- +-#~ msgid "Set Title" +-#~ msgstr "Določitev naziva okna" +- +-#~ msgid "Current Locale" +-#~ msgstr "Trenutne jezikovne nastavitve" +- +-#~ msgid "Visible only when necessary" +-#~ msgstr "Vidno po potrebi" +- +-#~ msgid "Hidden" +-#~ msgstr "Skrito" +- +-#~ msgid "_About Terminal" +-#~ msgstr "_O programu" +- +-#~ msgid "What to do with dynamic title" +-#~ msgstr "Kaj narediti z dinamičnim nazivom" +- +-#~ msgid "" +-#~ "If the application in the terminal sets the title (most typically people " +-#~ "have their shell set up to do this), the dynamically-set title can erase " +-#~ "the configured title, go before it, go after it, or replace it. The " +-#~ "possible values are \"replace\", \"before\", \"after\", and \"ignore\"." +-#~ msgstr "" +-#~ "V primeru, da program nastavi naziv terminala (to je običajna nastavitev) " +-#~ "lahko dinamično izbran naziv izbriše prej določeno nastavitev naziva, je " +-#~ "postavljen pred njim, za njim, ali pa ga zamenja. Možne vrednosti so " +-#~ "\"replace\" (zamenjaj), \"before\" (pred), \"after\" (za) in " +-#~ "\"ignore\" (prezri)." +- +-#~ msgid "When terminal commands set their o_wn titles:" +-#~ msgstr "Ko terminalski ukazi določajo lastne naslove:" +- +-#~ msgid "The shortcut key “%s” is already bound to the “%s” action" +-#~ msgstr "Tipkovna bližnjica “%s” je že povezana z dejanjem “%s”" +- +-#~ msgid "_Input Methods" +-#~ msgstr "_Načini vnosa" +- +-#~ msgid "Keyboard shortcut to switch to tab 1" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 1" +- +-#~ msgid "Keyboard shortcut to switch to tab 2" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 2" +- +-#~ msgid "Keyboard shortcut to switch to tab 3" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 3" +- +-#~ msgid "Keyboard shortcut to switch to tab 4" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 4" +- +-#~ msgid "Keyboard shortcut to switch to tab 5" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 5" +- +-#~ msgid "Keyboard shortcut to switch to tab 6" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 6" +- +-#~ msgid "Keyboard shortcut to switch to tab 7" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 7" +- +-#~ msgid "Keyboard shortcut to switch to tab 8" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 8" +- +-#~ msgid "Keyboard shortcut to switch to tab 9" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 9" +- +-#~ msgid "Keyboard shortcut to switch to tab 10" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 10" +- +-#~ msgid "Keyboard shortcut to switch to tab 11" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 11" +- +-#~ msgid "Keyboard shortcut to switch to tab 12" +-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 12" +- +-#~ msgid "Switch to Tab 3" +-#~ msgstr "Preklopi na zavihek 3" +- +-#~ msgid "Switch to Tab 4" +-#~ msgstr "Preklopi na zavihek 4" +- +-#~ msgid "Switch to Tab 5" +-#~ msgstr "Preklopi na zavihek 5" +- +-#~ msgid "Switch to Tab 6" +-#~ msgstr "Preklopi na zavihek 6" +- +-#~ msgid "Switch to Tab 7" +-#~ msgstr "Preklopi na zavihek 7" +- +-#~ msgid "Switch to Tab 8" +-#~ msgstr "Preklopi na zavihek 8" +- +-#~ msgid "Switch to Tab 9" +-#~ msgstr "Preklopi na zavihek 9" +- +-#~ msgid "Switch to Tab 10" +-#~ msgstr "Preklopi na zavihek 10" +- +-#~ msgid "Switch to Tab 11" +-#~ msgstr "Preklopi na zavihek 11" +- +-#~ msgid "Switch to Tab 12" +-#~ msgstr "Preklopi na zavihek 12" +- +-#~ msgid "Keybindings" +-#~ msgstr "Tipkovne bližnjice" +- +-#~ msgid "Foreground, Background, Bold and Underline" +-#~ msgstr "Pisava, ozadje, krepko in podčrtano besedilo" +- +-#~ msgid "New _Profile…" +-#~ msgstr "Nov _profil ..." +- +-#~ msgid "_Profile Preferences…" +-#~ msgstr "Možnosti _profila ..." +msgid "Transparent background" +msgstr "Prosojno ozadje" diff --git a/po/sq.po b/po/sq.po @@ -4197,10 +4759,10 @@ index 45dbad07..852c47cc 100644 +msgid "Transparent background" +msgstr "Providna pozadina" diff --git a/po/sv.po b/po/sv.po -index d0c3c812..6f4ec4f0 100644 +index 74890c35..5abf9fa1 100644 --- a/po/sv.po +++ b/po/sv.po -@@ -2778,5 +2778,17 @@ msgstr "Misslyckades med att tolka argument: %s\n" +@@ -2800,5 +2800,17 @@ msgstr "Misslyckades med att tolka argument: %s\n" #~ msgid "Unknown completion request for \"%s\"" #~ msgstr "Okänd kompletteringsbegäran för \"%s\"" @@ -4433,10 +4995,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" @@ -4468,85 +5030,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 @@ -4668,10 +5171,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 "默认大小:" @@ -4695,7 +5198,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)..." @@ -4773,10 +5276,10 @@ index 80cb2343..20e2a93c 100644 +msgid "Transparent background" +msgstr "透明背景" -- -2.39.1 +2.40.1 -From 2d149670cb2c6c123081622193a7eb4c93a66f05 Mon Sep 17 00:00:00 2001 +From 544248595a55c6aa76d53ff620806e92497d3a32 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 25 May 2016 13:47:36 +0200 Subject: [PATCH 12/16] Restore the action and shortcut to set a static title @@ -4793,7 +5296,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 @@ @@ -4922,10 +5425,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.40.1 -From 7a827a8ee62d97a871d2f0e17dd3ea2ee8e6f716 Mon Sep 17 00:00:00 2001 +From fa8333d5ffcd5c4db77a06128a7c928bd81183e2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 18:14:36 +0200 Subject: [PATCH 13/16] screen: Style fix @@ -4939,7 +5442,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index 8949d135..c48b5875 100644 +index 506ab66e..28088a98 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -819,7 +819,7 @@ terminal_screen_new (GSettings *profile, @@ -4952,10 +5455,10 @@ index 8949d135..c48b5875 100644 const char *p; -- -2.39.1 +2.40.1 -From 857f6b73bfb6f479dd42369c5554497cf0b8eb45 Mon Sep 17 00:00:00 2001 +From 4260e6c04d0b718d825e3f80da80060faf9a3055 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 16:58:15 +0200 Subject: [PATCH 14/16] Restore the rest of the title handling options and make @@ -4977,7 +5480,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 @@ @@ -5110,7 +5613,7 @@ index d0f111a0..1c67e55d 100644 #define TERMINAL_PROFILE_USE_CUSTOM_COMMAND_KEY "use-custom-command" #define TERMINAL_PROFILE_USE_SKEY_KEY "use-skey" diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index c48b5875..547ec12e 100644 +index 28088a98..5456839a 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -115,8 +115,11 @@ struct _TerminalScreenPrivate @@ -5406,7 +5909,7 @@ index c48b5875..547ec12e 100644 } GSettings* -@@ -1695,8 +1786,6 @@ spawn_result_cb (VteTerminal *terminal, +@@ -1698,8 +1789,6 @@ spawn_result_cb (VteTerminal *terminal, priv->child_pid = pid; @@ -5415,7 +5918,7 @@ index c48b5875..547ec12e 100644 if (error) { // FIXMEchpe should be unnecessary, vte already does this internally vte_terminal_set_pty (terminal, nullptr); -@@ -1988,33 +2077,45 @@ terminal_screen_focus_in (GtkWidget *widget, +@@ -1991,33 +2080,45 @@ terminal_screen_focus_in (GtkWidget *widget, return GTK_WIDGET_CLASS (terminal_screen_parent_class)->focus_in_event (widget, event); } @@ -5475,7 +5978,7 @@ index c48b5875..547ec12e 100644 } /** -@@ -2047,7 +2148,9 @@ static void +@@ -2050,7 +2151,9 @@ static void terminal_screen_window_title_changed (VteTerminal *vte_terminal, TerminalScreen *screen) { @@ -5486,7 +5989,7 @@ index c48b5875..547ec12e 100644 } static void -@@ -2070,8 +2173,6 @@ terminal_screen_child_exited (VteTerminal *terminal, +@@ -2073,8 +2176,6 @@ terminal_screen_child_exited (VteTerminal *terminal, priv->child_pid = -1; @@ -5495,7 +5998,7 @@ index c48b5875..547ec12e 100644 action = TerminalExitAction(g_settings_get_enum (priv->profile, TERMINAL_PROFILE_EXIT_ACTION_KEY)); switch (action) -@@ -2115,6 +2216,23 @@ terminal_screen_child_exited (VteTerminal *terminal, +@@ -2118,6 +2219,23 @@ terminal_screen_child_exited (VteTerminal *terminal, } } @@ -5571,10 +6074,10 @@ index 98332c6d..389d4d71 100644 static void -- -2.39.1 +2.40.1 -From e509ea2cab9463dd391836db3937ef0503c8652c Mon Sep 17 00:00:00 2001 +From 97a0aef0a716a2009a5eec011e2f1d9ac0a4aa9d Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 3 Apr 2019 15:38:09 +0200 Subject: [PATCH 15/16] Update the title with the current foreground process @@ -5591,7 +6094,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 @@ @@ -5619,7 +6122,7 @@ index 1c67e55d..443ebae4 100644 #define TERMINAL_PROFILE_TITLE_MODE_KEY "title-mode" #define TERMINAL_PROFILE_TITLE_KEY "title" diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index 547ec12e..fe410fdf 100644 +index 5456839a..177431d0 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -114,7 +114,9 @@ struct _TerminalScreenPrivate @@ -5700,7 +6203,7 @@ index 547ec12e..fe410fdf 100644 g_object_thaw_notify (object); } -@@ -2148,6 +2181,9 @@ static void +@@ -2151,6 +2184,9 @@ static void terminal_screen_window_title_changed (VteTerminal *vte_terminal, TerminalScreen *screen) { @@ -5710,7 +6213,7 @@ index 547ec12e..fe410fdf 100644 terminal_screen_set_dynamic_title (screen, vte_terminal_get_window_title (vte_terminal), FALSE); -@@ -2255,6 +2291,8 @@ terminal_screen_contents_changed_cb (TerminalScreen *screen) +@@ -2258,6 +2294,8 @@ terminal_screen_contents_changed_cb (TerminalScreen *screen) cmdline = nullptr; _terminal_debug_print (TERMINAL_DEBUG_SHELL_COMMAND, "Current foreground command-line: %s\n", priv->current_cmdline); @@ -5719,7 +6222,7 @@ index 547ec12e..fe410fdf 100644 out: priv->contents_changed_source_id = 0; return G_SOURCE_REMOVE; -@@ -2347,6 +2385,7 @@ terminal_screen_shell_precmd (VteTerminal *terminal) +@@ -2350,6 +2388,7 @@ terminal_screen_shell_precmd (VteTerminal *terminal) _terminal_debug_print (TERMINAL_DEBUG_SHELL_COMMAND, "Shell precmd\n"); @@ -5727,7 +6230,7 @@ index 547ec12e..fe410fdf 100644 priv->between_preexec_and_precmd = FALSE; if (priv->contents_changed_source_id != 0) -@@ -2366,6 +2405,8 @@ terminal_screen_shell_precmd (VteTerminal *terminal) +@@ -2369,6 +2408,8 @@ terminal_screen_shell_precmd (VteTerminal *terminal) g_clear_pointer (&priv->current_cmdline, g_free); _terminal_debug_print (TERMINAL_DEBUG_SHELL_COMMAND, "Current foreground command-line: (none)\n"); @@ -5736,7 +6239,7 @@ index 547ec12e..fe410fdf 100644 } static gboolean -@@ -2387,6 +2428,8 @@ terminal_screen_shell_preexec_cb (TerminalScreen *screen) +@@ -2390,6 +2431,8 @@ terminal_screen_shell_preexec_cb (TerminalScreen *screen) cmdline = nullptr; _terminal_debug_print (TERMINAL_DEBUG_SHELL_COMMAND, "Current foreground command-line: %s\n", priv->current_cmdline); @@ -5746,10 +6249,10 @@ index 547ec12e..fe410fdf 100644 retval = G_SOURCE_REMOVE; -- -2.39.1 +2.40.1 -From 270d60c07f79325cf5488a836cb20a32d827d004 Mon Sep 17 00:00:00 2001 +From 506c1cf5c6ca12b2ac2675b07335b4a62aa120d9 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 27 Feb 2020 19:32:08 +0100 Subject: [PATCH 16/16] screen, window: Preserve current toolbox, if any @@ -5765,7 +6268,7 @@ https://gitlab.freedesktop.org/terminal-wg/specifications/issues/17 3 files changed, 62 insertions(+), 3 deletions(-) diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc -index fe410fdf..4fc15e04 100644 +index 177431d0..3ce7fc05 100644 --- a/src/terminal-screen.cc +++ b/src/terminal-screen.cc @@ -862,6 +862,25 @@ terminal_screen_reexec_from_screen (TerminalScreen *screen, @@ -5871,5 +6374,5 @@ index 389d4d71..d69cf1f0 100644 if (mode == TERMINAL_NEW_TERMINAL_MODE_WINDOW) gtk_window_present (GTK_WINDOW (window)); -- -2.39.1 +2.40.1 diff --git a/gnome-terminal.spec b/gnome-terminal.spec index f141c06c2b98f0a4ff5c3d0b79b2d0b90242eceb..aded88e17121924d70d6af872113e04d25a5525d 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -1,6 +1,6 @@ Name: gnome-terminal -Version: 3.46.7 -Release: 2 +Version: 3.48.1 +Release: 1 Summary: A terminal emulator for GNOME License: GPL-3.0-or-later and GFDL-1.3-only and LGPL-2.0-or-later URL: http://www.gnome.org/ @@ -83,6 +83,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.de %{_metainfodir}/org.gnome.Terminal.Nautilus.metainfo.xml %changelog +* Mon Nov 27 2023 lwg - 3.48.1-1 +- update to version 3.48.1 + * Wed Jul 26 2023 zhaoshuang - 3.46.7-2 - fix: allow-non-UTF8-locale diff --git a/gnome-terminal.yaml b/gnome-terminal.yaml index 1c0e6e0de7b9e10a9623545632be947b12de19bd..41bd607dffc30388eb470efc806933f1784b76b9 100644 --- a/gnome-terminal.yaml +++ b/gnome-terminal.yaml @@ -1,4 +1,4 @@ version_control: gitlab.gnome src_repo: gnome-terminal tag_prefix: GNOME_TERMINAL_ -seperator: _ +separator: _