Hello community,

here is the log from the commit of package pantheon-terminal for 
openSUSE:Factory checked in at 2017-08-24 18:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pantheon-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.pantheon-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pantheon-terminal"

Thu Aug 24 18:46:19 2017 rev:6 rq:514658 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pantheon-terminal/pantheon-terminal.changes      
2017-05-24 16:50:48.486831049 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-terminal.new/pantheon-terminal.changes 
2017-08-24 18:46:33.878709818 +0200
@@ -1,0 +2,17 @@
+Sat Jul 29 12:25:09 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.4.3:
+  * Disable handling F10 key by Gtk itself (#123)
+  * Clean up appdata (#122)
+  * Pick a larger window size for first run. (#119)
+  * Create .gitignore (#120)
+  * Remove About dialog (#116)
+  * Add transate URL to appdata (#115)
+  * Change Open in Files to Show in File Browser (#110)
+  * Link screenshot in appdata (#108)
+  * Update README.md (#107)
+  * Create CODE_OF_CONDUCT.md (#106)
+  * Duplicate tab names (#87)
+  * Added open in files option to context menu (#101)
+
+-------------------------------------------------------------------

Old:
----
  pantheon-terminal-0.4.2.tar.xz

New:
----
  pantheon-terminal-0.4.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pantheon-terminal.spec ++++++
--- /var/tmp/diff_new_pack.FatQy0/_old  2017-08-24 18:46:34.946559462 +0200
+++ /var/tmp/diff_new_pack.FatQy0/_new  2017-08-24 18:46:34.958557772 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           pantheon-terminal
-Version:        0.4.2
+Version:        0.4.3
 Release:        0
 Summary:        Lightweight and modern Terminal for Elementary OS
 License:        LGPL-3.0+

++++++ pantheon-terminal-0.4.2.tar.xz -> pantheon-terminal-0.4.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/.gitignore 
new/pantheon-terminal-0.4.3/.gitignore
--- old/pantheon-terminal-0.4.2/.gitignore      1970-01-01 01:00:00.000000000 
+0100
+++ new/pantheon-terminal-0.4.3/.gitignore      2017-07-23 01:08:02.000000000 
+0200
@@ -0,0 +1,2 @@
+*~
+build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/CMakeLists.txt 
new/pantheon-terminal-0.4.3/CMakeLists.txt
--- old/pantheon-terminal-0.4.2/CMakeLists.txt  2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/CMakeLists.txt  2017-07-23 01:08:02.000000000 
+0200
@@ -16,7 +16,7 @@
 set (PKGDATADIR "${DATADIR}/pantheon-terminal")
 set (GETTEXT_PACKAGE "pantheon-terminal")
 set (RELEASE_NAME "Fast and connected.")
-set (VERSION "0.4.2")
+set (VERSION "0.4.3")
 set (VERSION_INFO "Release")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
 set (DOLLAR "$")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/CODE_OF_CONDUCT.md 
new/pantheon-terminal-0.4.3/CODE_OF_CONDUCT.md
--- old/pantheon-terminal-0.4.2/CODE_OF_CONDUCT.md      1970-01-01 
01:00:00.000000000 +0100
+++ new/pantheon-terminal-0.4.3/CODE_OF_CONDUCT.md      2017-07-23 
01:08:02.000000000 +0200
@@ -0,0 +1 @@
+Contributors to this repo agree to be bound by the [Code of 
Conduct](https://elementary.io/code-of-conduct) as made available on our 
website.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/README.md 
new/pantheon-terminal-0.4.3/README.md
--- old/pantheon-terminal-0.4.2/README.md       2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/README.md       2017-07-23 01:08:02.000000000 
+0200
@@ -1,6 +1,13 @@
 # Terminal
+[![Packaging 
status](https://repology.org/badge/tiny-repos/pantheon-terminal.svg)](https://repology.org/metapackage/pantheon-terminal)
 [![Translation 
status](https://l10n.elementary.io/widgets/terminal/-/svg-badge.svg)](https://l10n.elementary.io/projects/terminal/?utm_source=widget)
 
+## The terminal of the 21st century.
+
+A super lightweight, beautiful, and simple terminal. Comes with sane defaults, 
browser-class tabs, sudo paste protection, smart copy/paste, and little to no 
configuration.
+
+![Terminal Screenshot](data/screenshot.png?raw=true)
+
 ## Building, Testing, and Installation
 
 You'll need the following dependencies:
@@ -14,12 +21,12 @@
 
     mkdir build
     cd build/
-    
+
 Run `cmake` to configure the build environment and then `make` to build
 
     cmake -DCMAKE_INSTALL_PREFIX=/usr ..
     make
-    
+
 To install, use `make install`, then execute with `pantheon-terminal`
 
     sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pantheon-terminal-0.4.2/data/org.pantheon.terminal.desktop.in 
new/pantheon-terminal-0.4.3/data/org.pantheon.terminal.desktop.in
--- old/pantheon-terminal-0.4.2/data/org.pantheon.terminal.desktop.in   
2017-05-15 14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/data/org.pantheon.terminal.desktop.in   
2017-07-23 01:08:02.000000000 +0200
@@ -11,7 +11,7 @@
 X-GNOME-Gettext-Domain=pantheon-terminal
 _Keywords=command;prompt;cmd;commandline;run;
 X-GNOME-UsesNotifications=true
-Actions=NewWindow;NewRootWindow;AboutDialog;
+Actions=NewWindow;NewRootWindow;
 
 [Desktop Action NewWindow]
 _Name=New Window
@@ -22,7 +22,3 @@
 _Name=New Root Tab
 Icon=utilities-terminal
 Exec=pantheon-terminal -e "sudo -s"
-
-[Desktop Action AboutDialog]
-_Name=About Terminal
-Exec=pantheon-terminal --about
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pantheon-terminal-0.4.2/data/pantheon-terminal.appdata.xml.in 
new/pantheon-terminal-0.4.3/data/pantheon-terminal.appdata.xml.in
--- old/pantheon-terminal-0.4.2/data/pantheon-terminal.appdata.xml.in   
2017-05-15 14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/data/pantheon-terminal.appdata.xml.in   
2017-07-23 01:08:02.000000000 +0200
@@ -17,7 +17,20 @@
   <provides>
     <binary>pantheon-terminal</binary>
   </provides>
+  <screenshots>
+    <screenshot type="default">
+      
<image>https://raw.githubusercontent.com/elementary/terminal/master/data/screenshot.png</image>
+    </screenshot>
+  </screenshots>
   <releases>
+    <release version="0.4.3" date="2017-07-22" urgency="medium">
+      <description>
+        <ul>
+          <_li>Minor bug fixes</_li>
+          <_li>Translation updates</_li>
+        </ul>
+      </description>
+    </release>
     <release version="0.4.2" date="2017-05-15" urgency="medium">
       <description>
         <ul>
@@ -61,9 +74,10 @@
     </release>
   </releases>
   <developer_name>elementary LLC.</developer_name>
-  <url type="homepage">http://elementary.io/</url>
-  <url type="bugtracker">https://bugs.launchpad.net/pantheon-terminal</url>
+  <url type="homepage">https://elementary.io/</url>
+  <url type="bugtracker">https://github.com/elementary/terminal/issues</url>
   <url type="donation">https://elementary.io/get-involved#funding</url>
   <url 
type="help">https://elementaryos.stackexchange.com/questions/tagged/terminal</url>
+  <url type="translate">https://l10n.elementary.io/projects/terminal/</url>
   <update_contact>contact_AT_elementary.io</update_contact>
 </component>
Binary files old/pantheon-terminal-0.4.2/data/screenshot.png and 
new/pantheon-terminal-0.4.3/data/screenshot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pantheon-terminal-0.4.2/org.pantheon.terminal.gschema.xml 
new/pantheon-terminal-0.4.3/org.pantheon.terminal.gschema.xml
--- old/pantheon-terminal-0.4.2/org.pantheon.terminal.gschema.xml       
2017-05-15 14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/org.pantheon.terminal.gschema.xml       
2017-07-23 01:08:02.000000000 +0200
@@ -20,14 +20,14 @@
   id="org.pantheon.terminal.saved-state"
   gettext-domain="pantheon-terminal">
     <key name="window-width" type="i">
-      <default>640</default>
+      <default>-1</default>
       <summary>The saved width of the window.</summary>
-      <description>The saved width of the window. Must be greater than 700, or 
it will not take effect.</description>
+      <description>The saved width of the window.</description>
     </key>
     <key name="window-height" type="i">
-      <default>476</default>
+      <default>-1</default>
       <summary>The saved height of the window.</summary>
-      <description>The saved height of the window. Must be greater than 400, 
or it will not take effect.</description>
+      <description>The saved height of the window.</description>
     </key>
     <key name="window-state" enum="pantheon-terminal-window-states">
       <default>"Normal"</default>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/ca.po 
new/pantheon-terminal-0.4.3/po/ca.po
--- old/pantheon-terminal-0.4.2/po/ca.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/ca.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-12-02 07:45+0000\n"
-"Last-Translator: Mario Rodrigo <capitantru...@gmail.com>\n"
-"Language-Team: Catalan <c...@li.org>\n"
+"PO-Revision-Date: 2017-06-06 16:20+0000\n"
+"Last-Translator: David M <rbnda...@gmail.com>\n"
+"Language-Team: Catalan "
+"<https://l10n.elementary.io/projects/terminal/terminal/ca/>\n"
+"Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-12-03 05:07+0000\n"
-"X-Generator: Launchpad (build 18282)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -205,7 +208,7 @@
 
 #: ../src/UnsafePasteDialog.vala:34
 msgid "Copying commands into the Terminal can be dangerous."
-msgstr "Copiar ordres al Terminal pot ser perillós"
+msgstr "Copiar ordres al Terminal pot ser perillós."
 
 #: ../src/UnsafePasteDialog.vala:35
 msgid "Be sure you understand what each part of this command does."
@@ -225,7 +228,7 @@
 
 #: ../src/Constants.vala:6
 msgid "Use the command line"
-msgstr "Utilitza la línia d'ordres"
+msgstr "Utilitzeu la línia d'ordres"
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/da.po 
new/pantheon-terminal-0.4.3/po/da.po
--- old/pantheon-terminal-0.4.2/po/da.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/da.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,22 +8,25 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2017-03-20 15:01+0000\n"
+"PO-Revision-Date: 2017-07-01 22:11+0000\n"
 "Last-Translator: scootergrisen <scootergri...@gmail.com>\n"
-"Language-Team: Danish <d...@li.org>\n"
+"Language-Team: Danish "
+"<https://l10n.elementary.io/projects/terminal/terminal/da/>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2017-03-22 06:48+0000\n"
-"X-Generator: Launchpad (build 18334)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
-msgstr "Er du sikker på at du vil lukke denne fane?"
+msgstr "Er du sikker på, at du vil lukke dette faneblad?"
 
 #: ../src/ForegroundProcessDialog.vala:31
 msgid "There is an active process on this tab."
-msgstr "Der er en aktiv proces i denne fane."
+msgstr "Der er en aktiv proces i dette faneblad."
 
 #: ../src/ForegroundProcessDialog.vala:32
 msgid "If you close it, the process will end."
@@ -32,11 +35,11 @@
 #: ../src/ForegroundProcessDialog.vala:36
 #: ../src/ForegroundProcessDialog.vala:59
 msgid "Cancel"
-msgstr "Annullér"
+msgstr "Annuller"
 
 #: ../src/ForegroundProcessDialog.vala:40
 msgid "Close Tab"
-msgstr "Luk fane"
+msgstr "Luk faneblad"
 
 #: ../src/ForegroundProcessDialog.vala:55
 msgid "Are you sure you want to quit Terminal?"
@@ -92,11 +95,11 @@
 
 #: ../src/PantheonTerminalWindow.vala:786
 msgid "New Tab"
-msgstr "Ny fane"
+msgstr "Nyt faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:786
 msgid "Create a new tab"
-msgstr "Opret ny fane"
+msgstr "Opret et nyt faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:790
 msgid "Copy"
@@ -136,19 +139,19 @@
 
 #: ../src/PantheonTerminalWindow.vala:808
 msgid "Next Tab"
-msgstr "Næste fane"
+msgstr "Næste faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:809
 msgid "Go to next tab"
-msgstr "Gå til næste fane"
+msgstr "Gå til næste faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:812
 msgid "Previous Tab"
-msgstr "Forrige fane"
+msgstr "Forrige faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:813
 msgid "Go to previous tab"
-msgstr "Gå til forrige fane"
+msgstr "Gå til forrige faneblad"
 
 #: ../src/PantheonTerminalWindow.vala:816
 #: ../src/PantheonTerminalWindow.vala:817
@@ -233,7 +236,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr "Ny \"root\"-fane"
+msgstr "Nyt \"root\"-faneblad"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/es.po 
new/pantheon-terminal-0.4.3/po/es.po
--- old/pantheon-terminal-0.4.2/po/es.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/es.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2017-01-05 23:03+0000\n"
-"Last-Translator: Félix Brezo <felixbr...@gmail.com>\n"
-"Language-Team: Spanish <e...@li.org>\n"
+"PO-Revision-Date: 2017-06-03 07:58+0000\n"
+"Last-Translator: renato <renatomonroy...@outlook.com>\n"
+"Language-Team: Spanish "
+"<https://l10n.elementary.io/projects/terminal/terminal/es/>\n"
+"Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2017-01-06 06:03+0000\n"
-"X-Generator: Launchpad (build 18302)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -70,7 +73,7 @@
 #: ../src/PantheonTerminalWindow.vala:561 ../src/PantheonTerminal.vala:48
 #: ../src/Constants.vala:7
 msgid "Terminal"
-msgstr "Terminal"
+msgstr "Consola"
 
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
@@ -253,7 +256,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr "Nueva pestaña de administrador"
+msgstr "Nueva pestaña como administrador"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/extra/extra.pot 
new/pantheon-terminal-0.4.3/po/extra/extra.pot
--- old/pantheon-terminal-0.4.2/po/extra/extra.pot      2017-05-15 
14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/po/extra/extra.pot      2017-07-23 
01:08:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-06 22:16-0500\n"
+"POT-Creation-Date: 2017-06-21 11:20-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
@@ -40,7 +40,7 @@
 "environment which can be used to run programs available on your system."
 msgstr ""
 
-msgid "Fix copying URLs to clipboard"
+msgid "Allow tab to close after typing exit at the commandline"
 msgstr ""
 
 msgid "Minor bug fixes"
@@ -49,5 +49,8 @@
 msgid "Translation updates"
 msgstr ""
 
+msgid "Fix copying URLs to clipboard"
+msgstr ""
+
 msgid "Fix appstream date format"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/fr.po 
new/pantheon-terminal-0.4.3/po/fr.po
--- old/pantheon-terminal-0.4.2/po/fr.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/fr.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-08-03 21:47+0000\n"
-"Last-Translator: Maxwell Barvian <Unknown>\n"
-"Language-Team: French <f...@li.org>\n"
+"PO-Revision-Date: 2017-06-01 21:18+0000\n"
+"Last-Translator: Corentin Noël <coren...@elementary.io>\n"
+"Language-Team: French "
+"<https://l10n.elementary.io/projects/terminal/terminal/fr/>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -75,7 +78,7 @@
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
 msgid "Find…"
-msgstr "Rechercher..."
+msgstr "Rechercher…"
 
 #: ../src/PantheonTerminalWindow.vala:777
 #: ../src/PantheonTerminalWindow.vala:778
@@ -220,7 +223,7 @@
 
 #: ../src/UnsafePasteDialog.vala:33
 msgid "This command is asking for Administrative access to your computer"
-msgstr "Cette commande demande l'accès Administrateur à votre ordinateur."
+msgstr "Cette commande demande un accès administrateur sur votre ordinateur"
 
 #: ../src/UnsafePasteDialog.vala:34
 msgid "Copying commands into the Terminal can be dangerous."
@@ -228,7 +231,8 @@
 
 #: ../src/UnsafePasteDialog.vala:35
 msgid "Be sure you understand what each part of this command does."
-msgstr "Soyez sûr de comprendre ce que fait chaque partie de cette commande"
+msgstr ""
+"Soyez certain de comprendre ce que fait chaque partie de cette commande."
 
 #: ../src/UnsafePasteDialog.vala:39
 msgid "Don't Paste"
@@ -248,7 +252,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr "Nouvel onglet Root"
+msgstr "Nouvel onglet en tant qu'administrateur"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/he.po 
new/pantheon-terminal-0.4.3/po/he.po
--- old/pantheon-terminal-0.4.2/po/he.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/he.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-10-21 13:55+0000\n"
-"Last-Translator: Niv Baehr <Unknown>\n"
-"Language-Team: Hebrew <h...@li.org>\n"
+"PO-Revision-Date: 2017-06-11 09:57+0000\n"
+"Last-Translator: Yaron Shahrabani <sh.ya...@gmail.com>\n"
+"Language-Team: Hebrew "
+"<https://l10n.elementary.io/projects/terminal/terminal/he/>\n"
+"Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-22 06:29+0000\n"
-"X-Generator: Launchpad (build 18246)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -27,7 +30,7 @@
 
 #: ../src/ForegroundProcessDialog.vala:32
 msgid "If you close it, the process will end."
-msgstr "סגירה תסיים את התהליך"
+msgstr "סגירה תסיים את התהליך."
 
 #: ../src/ForegroundProcessDialog.vala:36
 #: ../src/ForegroundProcessDialog.vala:59
@@ -44,11 +47,11 @@
 
 #: ../src/ForegroundProcessDialog.vala:56
 msgid "There is an active process on this terminal."
-msgstr "יש תהליך פעיל במסוף זה"
+msgstr "יש תהליך פעיל במסוף זה."
 
 #: ../src/ForegroundProcessDialog.vala:57
 msgid "If you quit Terminal, the process will end."
-msgstr "ביציאה מהמסוף, התהליך יסתיים"
+msgstr "ביציאה מהמסוף, התהליך יסתיים."
 
 #: ../src/ForegroundProcessDialog.vala:63
 msgid "Quit Terminal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/id.po 
new/pantheon-terminal-0.4.3/po/id.po
--- old/pantheon-terminal-0.4.2/po/id.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/id.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-08-03 21:40+0000\n"
-"Last-Translator: Maxwell Barvian <Unknown>\n"
-"Language-Team: Indonesian <i...@li.org>\n"
+"PO-Revision-Date: 2017-05-30 15:20+0000\n"
+"Last-Translator: Cecep Khaerudin <ckhaeru...@gmail.com>\n"
+"Language-Team: Indonesian "
+"<https://l10n.elementary.io/projects/terminal/terminal/id/>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -27,7 +30,7 @@
 
 #: ../src/ForegroundProcessDialog.vala:32
 msgid "If you close it, the process will end."
-msgstr ""
+msgstr "Jika Anda menutupnya, prosesnya akan berakhir."
 
 #: ../src/ForegroundProcessDialog.vala:36
 #: ../src/ForegroundProcessDialog.vala:59
@@ -48,7 +51,7 @@
 
 #: ../src/ForegroundProcessDialog.vala:57
 msgid "If you quit Terminal, the process will end."
-msgstr ""
+msgstr "Jika Anda keluar dari Terminal, prosesnya akan berakhir."
 
 #: ../src/ForegroundProcessDialog.vala:63
 msgid "Quit Terminal"
@@ -56,15 +59,15 @@
 
 #: ../src/SearchToolbar.vala:37
 msgid "Find"
-msgstr ""
+msgstr "Cari"
 
 #: ../src/SearchToolbar.vala:49
 msgid "Previous result"
-msgstr ""
+msgstr "Hasil sebelumnya"
 
 #: ../src/SearchToolbar.vala:55
 msgid "Next result"
-msgstr ""
+msgstr "Hasil berikutnya"
 
 #: ../src/PantheonTerminalWindow.vala:114
 #: ../src/PantheonTerminalWindow.vala:561 ../src/PantheonTerminal.vala:48
@@ -75,7 +78,7 @@
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
 msgid "Find…"
-msgstr ""
+msgstr "Cari…"
 
 #: ../src/PantheonTerminalWindow.vala:777
 #: ../src/PantheonTerminalWindow.vala:778
@@ -108,7 +111,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:795
 msgid "Search for a given string in the terminal"
-msgstr ""
+msgstr "Cari string yang diberikan di terminal"
 
 #: ../src/PantheonTerminalWindow.vala:798
 msgid "Paste"
@@ -196,7 +199,7 @@
 
 #: ../src/PantheonTerminal.vala:209
 msgid "Show about dialog"
-msgstr ""
+msgstr "Tampilkan tentang dialog"
 
 #: ../src/PantheonTerminal.vala:210
 msgid "Run a program in terminal"
@@ -204,27 +207,27 @@
 
 #: ../src/PantheonTerminal.vala:211
 msgid "Set shell working directory"
-msgstr ""
+msgstr "Setel direktori kerja shell"
 
 #: ../src/UnsafePasteDialog.vala:33
 msgid "This command is asking for Administrative access to your computer"
-msgstr ""
+msgstr "Perintah ini meminta akses Administratif ke komputer Anda"
 
 #: ../src/UnsafePasteDialog.vala:34
 msgid "Copying commands into the Terminal can be dangerous."
-msgstr ""
+msgstr "Menyalin perintah ke Terminal bisa berbahaya."
 
 #: ../src/UnsafePasteDialog.vala:35
 msgid "Be sure you understand what each part of this command does."
-msgstr ""
+msgstr "Pastikan Anda memahami apa yang masing-masing bagian dari perintah 
ini."
 
 #: ../src/UnsafePasteDialog.vala:39
 msgid "Don't Paste"
-msgstr ""
+msgstr "Jangan Tempel"
 
 #: ../src/UnsafePasteDialog.vala:42
 msgid "Paste Anyway"
-msgstr ""
+msgstr "Tempelkan saja"
 
 #: ../src/Constants.vala:5
 msgid "About Terminal"
@@ -236,7 +239,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr ""
+msgstr "Tab Root baru"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/it.po 
new/pantheon-terminal-0.4.3/po/it.po
--- old/pantheon-terminal-0.4.2/po/it.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/it.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2017-01-31 12:56+0000\n"
-"Last-Translator: Fabio Zaramella <ffabio.9...@gmail.com>\n"
-"Language-Team: Italian <i...@li.org>\n"
+"PO-Revision-Date: 2017-06-24 10:12+0000\n"
+"Last-Translator: Fabio Zaramella <fabiozarame...@hotmail.it>\n"
+"Language-Team: Italian "
+"<https://l10n.elementary.io/projects/terminal/terminal/it/>\n"
+"Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2017-02-02 05:56+0000\n"
-"X-Generator: Launchpad (build 18315)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -75,7 +78,7 @@
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
 msgid "Find…"
-msgstr "Trova..."
+msgstr "Trova…"
 
 #: ../src/PantheonTerminalWindow.vala:777
 #: ../src/PantheonTerminalWindow.vala:778
@@ -192,7 +195,7 @@
 
 #: ../src/PantheonTerminal.vala:209
 msgid "Show about dialog"
-msgstr "Mostra la finestra Informazioni."
+msgstr "Mostra la finestra Informazioni"
 
 #: ../src/PantheonTerminal.vala:210
 msgid "Run a program in terminal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/ja.po 
new/pantheon-terminal-0.4.3/po/ja.po
--- old/pantheon-terminal-0.4.2/po/ja.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/ja.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-08-03 09:23+0000\n"
-"Last-Translator: BALLOON a.k.a. Fu-sen. (Keiichi SHIGA) <Unknown>\n"
-"Language-Team: Japanese <j...@li.org>\n"
+"PO-Revision-Date: 2017-06-17 13:33+0000\n"
+"Last-Translator: Ryo Nakano <rmfmad...@gmail.com>\n"
+"Language-Team: Japanese "
+"<https://l10n.elementary.io/projects/terminal/terminal/ja/>\n"
+"Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -227,7 +230,7 @@
 
 #: ../src/Constants.vala:6
 msgid "Use the command line"
-msgstr "コマンドラインを使用する"
+msgstr "コマンドラインを使用します"
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/ko.po 
new/pantheon-terminal-0.4.3/po/ko.po
--- old/pantheon-terminal-0.4.2/po/ko.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/ko.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-05-30 06:12+0000\n"
+"PO-Revision-Date: 2017-06-03 12:26+0000\n"
 "Last-Translator: Jung-Kyu Park <bagjung...@gmail.com>\n"
-"Language-Team: Korean <k...@li.org>\n"
+"Language-Team: Korean "
+"<https://l10n.elementary.io/projects/terminal/terminal/ko/>\n"
+"Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -104,7 +107,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:790
 msgid "Copy the selected text"
-msgstr "선택한 텍스트를 복사합니다."
+msgstr "선택한 텍스트를 복사합니다"
 
 #: ../src/PantheonTerminalWindow.vala:795
 msgid "Search for a given string in the terminal"
@@ -116,7 +119,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:798
 msgid "Paste some text"
-msgstr "텍스트를 붙여넣습니다."
+msgstr "텍스트를 붙여넣습니다"
 
 #: ../src/PantheonTerminalWindow.vala:802
 msgid "Select All"
@@ -124,7 +127,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:803
 msgid "Select all the text in the terminal"
-msgstr "터미널에 있는 모든 텍스트를 선택합니다."
+msgstr "터미널에 있는 모든 텍스트를 선택합니다"
 
 #: ../src/PantheonTerminalWindow.vala:805
 msgid "About"
@@ -132,7 +135,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:806
 msgid "Show about window"
-msgstr "창에 대해 표시합니다."
+msgstr "창 정보를 소개합니다"
 
 #: ../src/PantheonTerminalWindow.vala:808
 msgid "Next Tab"
@@ -165,7 +168,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:825
 msgid "Toggle/Untoggle fullscreen"
-msgstr "전체화면을 설정하고 나갑니다."
+msgstr "전체 화면으로 보기/안 보기 설정"
 
 #: ../src/PantheonTerminal.vala:64
 msgid "translator-credits"
@@ -222,7 +225,7 @@
 
 #: ../src/Constants.vala:6
 msgid "Use the command line"
-msgstr "명령줄 사용하기"
+msgstr "명령문을 사용합니다"
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/nl.po 
new/pantheon-terminal-0.4.3/po/nl.po
--- old/pantheon-terminal-0.4.2/po/nl.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/nl.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-01-21 14:52+0000\n"
-"Last-Translator: Maxwell Barvian <Unknown>\n"
-"Language-Team: Dutch <n...@li.org>\n"
+"PO-Revision-Date: 2017-06-01 21:22+0000\n"
+"Last-Translator: Dieter Debast <dieter_deb...@hotmail.com>\n"
+"Language-Team: Dutch "
+"<https://l10n.elementary.io/projects/terminal/terminal/nl/>\n"
+"Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -216,11 +219,11 @@
 
 #: ../src/UnsafePasteDialog.vala:33
 msgid "This command is asking for Administrative access to your computer"
-msgstr "Deze opdracht vereist administratieve toegang tot uw computer."
+msgstr "Deze opdracht vereist administratieve toegang tot uw computer"
 
 #: ../src/UnsafePasteDialog.vala:34
 msgid "Copying commands into the Terminal can be dangerous."
-msgstr ""
+msgstr "Opdrachten kopiëren naar het terminalvenster kan gevaarlijk zijn."
 
 #: ../src/UnsafePasteDialog.vala:35
 msgid "Be sure you understand what each part of this command does."
@@ -245,7 +248,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr ""
+msgstr "Nieuw worteltabblad"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/pantheon-terminal.pot 
new/pantheon-terminal-0.4.3/po/pantheon-terminal.pot
--- old/pantheon-terminal-0.4.2/po/pantheon-terminal.pot        2017-05-15 
14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/po/pantheon-terminal.pot        2017-07-23 
01:08:02.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-06 22:16-0500\n"
+"POT-Creation-Date: 2017-06-21 11:20-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
@@ -17,8 +17,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../src/PantheonTerminal.vala:48 ../src/PantheonTerminalWindow.vala:119
-#: ../src/PantheonTerminalWindow.vala:570 ../src/Constants.vala:7
+#: ../src/PantheonTerminal.vala:48 ../src/PantheonTerminalWindow.vala:120
+#: ../src/PantheonTerminalWindow.vala:575 ../src/Constants.vala:7
 msgid "Terminal"
 msgstr ""
 
@@ -95,98 +95,106 @@
 msgid "Next result"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:199
-#: ../src/PantheonTerminalWindow.vala:809
+#: ../src/PantheonTerminalWindow.vala:200
+#: ../src/PantheonTerminalWindow.vala:939
 msgid "Find…"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:792
-#: ../src/PantheonTerminalWindow.vala:793
+#: ../src/PantheonTerminalWindow.vala:922
+#: ../src/PantheonTerminalWindow.vala:923
 msgid "Close"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:797 ../src/Constants.vala:8
+#: ../src/PantheonTerminalWindow.vala:927 ../src/Constants.vala:8
 msgid "New Window"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:797
+#: ../src/PantheonTerminalWindow.vala:927
 msgid "Open a new window"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:801
+#: ../src/PantheonTerminalWindow.vala:931
 msgid "New Tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:801
+#: ../src/PantheonTerminalWindow.vala:931
 msgid "Create a new tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:805
+#: ../src/PantheonTerminalWindow.vala:935
 msgid "Copy"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:805
+#: ../src/PantheonTerminalWindow.vala:935
 msgid "Copy the selected text"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:810
+#: ../src/PantheonTerminalWindow.vala:940
 msgid "Search for a given string in the terminal"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:813
+#: ../src/PantheonTerminalWindow.vala:943
 msgid "Paste"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:813
+#: ../src/PantheonTerminalWindow.vala:943
 msgid "Paste some text"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:817
+#: ../src/PantheonTerminalWindow.vala:947
 msgid "Select All"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:818
+#: ../src/PantheonTerminalWindow.vala:948
 msgid "Select all the text in the terminal"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:820
+#: ../src/PantheonTerminalWindow.vala:951
+msgid "Show in File Browser"
+msgstr ""
+
+#: ../src/PantheonTerminalWindow.vala:952
+msgid "Open current location in Files"
+msgstr ""
+
+#: ../src/PantheonTerminalWindow.vala:954
 msgid "About"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:821
+#: ../src/PantheonTerminalWindow.vala:955
 msgid "Show about window"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:823
+#: ../src/PantheonTerminalWindow.vala:957
 msgid "Next Tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:824
+#: ../src/PantheonTerminalWindow.vala:958
 msgid "Go to next tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:827
+#: ../src/PantheonTerminalWindow.vala:961
 msgid "Previous Tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:828
+#: ../src/PantheonTerminalWindow.vala:962
 msgid "Go to previous tab"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:831
-#: ../src/PantheonTerminalWindow.vala:832
+#: ../src/PantheonTerminalWindow.vala:965
+#: ../src/PantheonTerminalWindow.vala:966
 msgid "Zoom in"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:836
+#: ../src/PantheonTerminalWindow.vala:970
 msgid "Zoom out"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:840
+#: ../src/PantheonTerminalWindow.vala:974
 msgid "Fullscreen"
 msgstr ""
 
-#: ../src/PantheonTerminalWindow.vala:840
+#: ../src/PantheonTerminalWindow.vala:974
 msgid "Toggle/Untoggle fullscreen"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/pt.po 
new/pantheon-terminal-0.4.3/po/pt.po
--- old/pantheon-terminal-0.4.2/po/pt.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/pt.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,17 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-06-30 16:26+0000\n"
-"Last-Translator: Pedro Monteiro <Unknown>\n"
-"Language-Team: Portuguese <p...@li.org>\n"
+"PO-Revision-Date: 2017-05-22 08:28+0000\n"
+"Last-Translator: Luís Lima <ge...@liqensoft.com>\n"
+"Language-Team: Portuguese "
+"<https://l10n.elementary.io/projects/terminal/terminal/pt/>\n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -84,7 +87,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:782 ../src/Constants.vala:8
 msgid "New Window"
-msgstr "Nova janela"
+msgstr "Nova Janela"
 
 #: ../src/PantheonTerminalWindow.vala:782
 msgid "Open a new window"
@@ -230,7 +233,7 @@
 
 #: ../src/Constants.vala:6
 msgid "Use the command line"
-msgstr "Utilizar a linha de comandos"
+msgstr "Utilizar a linha de comando"
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/ru.po 
new/pantheon-terminal-0.4.3/po/ru.po
--- old/pantheon-terminal-0.4.2/po/ru.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/ru.po        2017-07-23 01:08:02.000000000 
+0200
@@ -1,21 +1,20 @@
-# Russian translation for pantheon-terminal
-# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
-# This file is distributed under the same license as the pantheon-terminal 
package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
-#
 msgid ""
 msgstr ""
-"Project-Id-Version: pantheon-terminal\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-08-03 21:53+0000\n"
-"Last-Translator: Yuly Nesterov <c...@rikka.io>\n"
-"Language-Team: Russian <r...@li.org>\n"
+"Project-Id-Version: Russian (Terminal)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-27 12:08+0000\n"
+"PO-Revision-Date: 2017-05-27 15:58+0300\n"
+"Last-Translator: Maxim Taranov <png2...@gmail.com>\n"
+"Language-Team: Russian "
+"<https://l10n.elementary.io/projects/terminal/terminal/ru/>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
+"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Poedit 2.0.2\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -32,7 +31,7 @@
 #: ../src/ForegroundProcessDialog.vala:36
 #: ../src/ForegroundProcessDialog.vala:59
 msgid "Cancel"
-msgstr "Отмена"
+msgstr "Отменить"
 
 #: ../src/ForegroundProcessDialog.vala:40
 msgid "Close Tab"
@@ -40,7 +39,7 @@
 
 #: ../src/ForegroundProcessDialog.vala:55
 msgid "Are you sure you want to quit Terminal?"
-msgstr "Вы уверены, что хотите выйти из терминала?"
+msgstr "Выйти из терминала?"
 
 #: ../src/ForegroundProcessDialog.vala:56
 msgid "There is an active process on this terminal."
@@ -75,7 +74,7 @@
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
 msgid "Find…"
-msgstr "Поиск..."
+msgstr "Поиск…"
 
 #: ../src/PantheonTerminalWindow.vala:777
 #: ../src/PantheonTerminalWindow.vala:778
@@ -84,7 +83,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:782 ../src/Constants.vala:8
 msgid "New Window"
-msgstr "Новое окно"
+msgstr "Создать окно"
 
 #: ../src/PantheonTerminalWindow.vala:782
 msgid "Open a new window"
@@ -92,7 +91,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:786
 msgid "New Tab"
-msgstr "Новая вкладка"
+msgstr "Создать вкладку"
 
 #: ../src/PantheonTerminalWindow.vala:786
 msgid "Create a new tab"
@@ -108,7 +107,7 @@
 
 #: ../src/PantheonTerminalWindow.vala:795
 msgid "Search for a given string in the terminal"
-msgstr "Искать выбранную строку в Терминале"
+msgstr "Искать выбранную строку в терминале"
 
 #: ../src/PantheonTerminalWindow.vala:798
 msgid "Paste"
@@ -169,26 +168,7 @@
 
 #: ../src/PantheonTerminal.vala:64
 msgid "translator-credits"
-msgstr ""
-"Launchpad Contributions:\n"
-"  Anton Shilov https://launchpad.net/~vaccum121\n";
-"  Artem Anufrij https://launchpad.net/~artem-anufrij\n";
-"  DonCHEG https://launchpad.net/~doncheg\n";
-"  Eugene Marshal https://launchpad.net/~lowrider\n";
-"  Igor https://launchpad.net/~igortrefilov\n";
-"  Igor Lopatkin https://launchpad.net/~sevenfrogz\n";
-"  Ilya Bizyaev https://launchpad.net/~bizyaev-game\n";
-"  Kirill Ivaha https://launchpad.net/~kirill-ivaha\n";
-"  Kirill Romanov https://launchpad.net/~djaler1\n";
-"  Leopotam https://launchpad.net/~leopotam\n";
-"  Maxim Taranov https://launchpad.net/~png2378\n";
-"  Maxwell Barvian https://launchpad.net/~mbarvian-deactivatedaccount\n";
-"  Michael Moukhin https://launchpad.net/~siomi\n";
-"  Mukusev Vladimir https://launchpad.net/~damon95\n";
-"  Nikita Putko https://launchpad.net/~ktototam98\n";
-"  Yuly Nesterov https://launchpad.net/~inpr1se\n";
-"  Zoi https://launchpad.net/~zoi-kun\n";
-"  iTayson https://launchpad.net/~itaysonlab";
+msgstr "Максим Таранов <png2...@gmail.com>, 2016-2017."
 
 #: ../src/PantheonTerminal.vala:126
 msgid "Task finished"
@@ -208,20 +188,21 @@
 
 #: ../src/PantheonTerminal.vala:211
 msgid "Set shell working directory"
-msgstr "Установить рабочyю папку для shell"
+msgstr "Установить рабочyю директорию для shell"
 
 #: ../src/UnsafePasteDialog.vala:33
 msgid "This command is asking for Administrative access to your computer"
-msgstr "Эта команда запрашивает права Администратора для выполнения"
+msgstr "Эта команда запрашивает права администратора"
 
 #: ../src/UnsafePasteDialog.vala:34
 msgid "Copying commands into the Terminal can be dangerous."
-msgstr "Копирование команд в Терминал может быть опасным."
+msgstr "Копирование команд в терминал может быть опасным."
 
 #: ../src/UnsafePasteDialog.vala:35
 msgid "Be sure you understand what each part of this command does."
 msgstr ""
-"Удостоверьтесь в том, что вы понимаете, что это за команда и что она значит."
+"Удостоверьтесь в том, что вы понимаете, что это за команда и что она "
+"означает."
 
 #: ../src/UnsafePasteDialog.vala:39
 msgid "Don't Paste"
@@ -229,7 +210,7 @@
 
 #: ../src/UnsafePasteDialog.vala:42
 msgid "Paste Anyway"
-msgstr "Вставить"
+msgstr "Вставить всё равно"
 
 #: ../src/Constants.vala:5
 msgid "About Terminal"
@@ -241,7 +222,7 @@
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
-msgstr "Новая вкладка от имени Администратора"
+msgstr "Создать вкладку от имени администратора"
 
 #: ../src/Constants.vala:10
 msgid "Open Terminal Here"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/po/sl.po 
new/pantheon-terminal-0.4.3/po/sl.po
--- old/pantheon-terminal-0.4.2/po/sl.po        2017-05-15 14:24:45.000000000 
+0200
+++ new/pantheon-terminal-0.4.3/po/sl.po        2017-07-23 01:08:02.000000000 
+0200
@@ -8,14 +8,18 @@
 "Project-Id-Version: pantheon-terminal\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-08-02 11:52-0700\n"
-"PO-Revision-Date: 2016-07-24 15:35+0000\n"
-"Last-Translator: Jernej Virag <Unknown>\n"
-"Language-Team: Slovenian <s...@li.org>\n"
+"PO-Revision-Date: 2017-07-01 13:22+0000\n"
+"Last-Translator: Jernej Virag <jer...@virag.si>\n"
+"Language-Team: Slovenian "
+"<https://l10n.elementary.io/projects/terminal/terminal/sl/>\n"
+"Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
+"n%100==4 ? 2 : 3;\n"
+"X-Generator: Weblate 2.14\n"
 "X-Launchpad-Export-Date: 2016-10-17 06:41+0000\n"
-"X-Generator: Launchpad (build 18232)\n"
 
 #: ../src/ForegroundProcessDialog.vala:30
 msgid "Are you sure you want to close this tab?"
@@ -75,7 +79,7 @@
 #: ../src/PantheonTerminalWindow.vala:185
 #: ../src/PantheonTerminalWindow.vala:794
 msgid "Find…"
-msgstr "Najdi..."
+msgstr "Najdi…"
 
 #: ../src/PantheonTerminalWindow.vala:777
 #: ../src/PantheonTerminalWindow.vala:778
@@ -223,7 +227,7 @@
 
 #: ../src/Constants.vala:6
 msgid "Use the command line"
-msgstr "Uporabi ukazno vrstico"
+msgstr "Uporabite ukazno vrstico"
 
 #: ../src/Constants.vala:9
 msgid "New Root Tab"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/src/PantheonTerminal.vala 
new/pantheon-terminal-0.4.3/src/PantheonTerminal.vala
--- old/pantheon-terminal-0.4.2/src/PantheonTerminal.vala       2017-05-15 
14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/src/PantheonTerminal.vala       2017-07-23 
01:08:02.000000000 +0200
@@ -30,7 +30,6 @@
         private static string[]? command_e = null;
 
         private static bool print_version = false;
-        private static bool show_about_dialog = false;
 
         public int minimum_width;
         public int minimum_height;
@@ -47,22 +46,8 @@
 
             program_name = _("Terminal");
             exec_name = "pantheon-terminal";
-            app_years = "2011-2016";
-            app_icon = "utilities-terminal";
             app_launcher = "org.pantheon.terminal.desktop";
             application_id = "org.pantheon.terminal";
-            main_url = "https://github.com/elementary/terminal";;
-            bug_url = "https://github.com/elementary/terminal/issues";;
-            help_url = "https://elementary.io/help/terminal";;
-            translate_url = "https://l10n.elementary.io/projects/terminal";;
-            about_authors = { "David Gomes <da...@elementaryos.org",
-                              "Mario Guerriero <ma...@elementaryos.org>",
-                              "Akshay Shekher <voldyman...@gmail.com>" };
-
-            // about_documenters = {"",""};
-            about_artists = { "Daniel Foré <dan...@elementaryos.org>" };
-            about_translators = _("translator-credits");
-            about_license_type = Gtk.License.GPL_3_0;
         }
 
         public PantheonTerminalApp () {
@@ -206,7 +191,6 @@
 
         static const OptionEntry[] entries = {
             { "version", 'v', 0, OptionArg.NONE, out print_version, N_("Print 
version info and exit"), null },
-            { "about", 'a', 0, OptionArg.NONE, out show_about_dialog, N_("Show 
about dialog"), null },
             { "execute", 'e', 0, OptionArg.STRING_ARRAY, ref command_e, 
N_("Run a program in terminal"), "" },
             { "working-directory", 'w', 0, OptionArg.FILENAME, ref 
working_directory, N_("Set shell working directory"), "" },
             { null }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pantheon-terminal-0.4.2/src/PantheonTerminalWindow.vala 
new/pantheon-terminal-0.4.3/src/PantheonTerminalWindow.vala
--- old/pantheon-terminal-0.4.2/src/PantheonTerminalWindow.vala 2017-05-15 
14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/src/PantheonTerminalWindow.vala 2017-07-23 
01:08:02.000000000 +0200
@@ -75,6 +75,7 @@
                 <menuitem name="Paste" action="Paste"/>
                 <menuitem name="Select All" action="Select All"/>
                 <menuitem name="Search" action="Search"/>
+                <menuitem name="Show in File Browser" action="Show in File 
Browser"/>
             </popup>
             </ui>
         """;
@@ -112,7 +113,11 @@
             icon_name = "utilities-terminal";
             set_application (app);
 
-            Gtk.Settings.get_default ().gtk_application_prefer_dark_theme = 
true;
+            var settings = Gtk.Settings.get_default ();
+            settings.gtk_application_prefer_dark_theme = true;
+
+            /* Make GTK+ CSD not steal F10 from the terminal */
+            settings.gtk_menu_bar_accel = null;
 
             set_visual (Gdk.Screen.get_default ().get_rgba_visual ());
 
@@ -188,7 +193,7 @@
 
             var header = new Gtk.HeaderBar ();
             header.set_show_close_button (true);
-            header.get_style_context ().add_class ("compact");
+            header.get_style_context ().add_class ("default-decoration");
 
             this.set_titlebar (header);
 
@@ -324,6 +329,17 @@
             default_width = PantheonTerminal.saved_state.window_width;
             default_height = PantheonTerminal.saved_state.window_height;
 
+            Gdk.Rectangle geometry;
+            get_screen ().get_monitor_geometry (get_screen 
().get_primary_monitor (), out geometry);
+
+            if (default_width == -1) {
+                default_width = geometry.width * 2 / 3;
+            }
+
+            if (default_height == -1) {
+                default_height = geometry.height * 3 / 4;
+            }
+
             if (restore_pos) {
                 int x = saved_state.opening_x;
                 int y = saved_state.opening_y;
@@ -331,8 +347,8 @@
                 if (x != -1 && y != -1) {
                     move (x, y);
                 } else {
-                    x = (Gdk.Screen.width ()  - default_width)  / 2;
-                    y = (Gdk.Screen.height () - default_height) / 2;
+                    x = (geometry.width - default_width)  / 2;
+                    y = (geometry.height - default_height) / 2;
                     move (x, y);
                 }
             }
@@ -345,10 +361,9 @@
         }
 
         private void on_toggle_search () {
-
             var is_search = this.search_button.get_active ();
-
             this.search_revealer.set_reveal_child (is_search);
+
             if (is_search) {
                 search_toolbar.grab_focus ();
             } else {
@@ -367,8 +382,11 @@
             var t = get_term_widget (tab);
             terminals.remove (t);
 
-            if (notebook.n_tabs == 0)
+            if (notebook.n_tabs == 0) {
                 destroy ();
+            } else {
+                schedule_name_check ();
+            }
         }
 
         private bool on_close_tab_requested (Granite.Widgets.Tab tab) {
@@ -413,6 +431,7 @@
             notebook.insert_tab (tab, -1);
             notebook.current = tab;
             term.grab_focus ();
+            schedule_name_check ();
         }
 
         private void on_tab_moved (Granite.Widgets.Tab tab, int x, int y) {
@@ -500,8 +519,9 @@
 
         private void on_switch_page (Granite.Widgets.Tab? old,
                                      Granite.Widgets.Tab new_tab) {
+
             current_terminal = get_term_widget (new_tab);
-            title = current_terminal.window_title ?? "";
+            title = current_terminal.tab_label ?? "";
             new_tab.icon = null;
             new_tab.page.grab_focus ();
         }
@@ -579,8 +599,18 @@
                         program = null;
                     } else {
                         t.tab.close ();
+                        return;
                     }
                 }
+
+                schedule_name_check ();
+            });
+
+            t.window_title_changed.connect (() => {
+                if (t == this.current_terminal) {
+                    this.title = t.window_title;
+                }
+                schedule_name_check ();
             });
 
             t.set_font (term_font);
@@ -732,6 +762,21 @@
             current_terminal.select_all ();
         }
 
+        void action_open_in_files () {
+            try {
+                string uri = Filename.to_uri 
(current_terminal.get_shell_location ());
+
+                try {
+                     Gtk.show_uri (null, uri, Gtk.get_current_event_time ());
+                } catch (Error e) {
+                     warning (e.message);
+                }
+
+            } catch (ConvertError e) {
+                warning (e.message);
+            }
+        }
+
         void action_close_tab () {
             current_terminal.tab.close ();
             current_terminal.grab_focus ();
@@ -790,6 +835,104 @@
             return (TerminalWidget)((Gtk.Bin)tab.page).get_child ();
         }
 
+        uint name_check_timeout_id = 0;
+        private void schedule_name_check () {
+            if (name_check_timeout_id > 0) {
+                Source.remove (name_check_timeout_id);
+            }
+
+            name_check_timeout_id = Timeout.add (50, () => {
+                if (!check_for_tabs_with_same_name ()) {
+                    return true;
+                } else {
+                    name_check_timeout_id = 0;
+                    return false;
+                }
+            });
+        }
+
+        /** Compare every tab label with every other and resolve ambiguities 
**/
+        private bool check_for_tabs_with_same_name () {
+            /* Take list copies so foreach clauses can be nested safely*/
+            var terms = terminals.copy ();
+            var terms2 = terminals.copy ();
+
+            foreach (TerminalWidget terminal in terms) {
+                string term_path = terminal.get_shell_location ();
+                string term_label = terminal.window_title;
+
+                if (term_label == "") { /* No point in continuing - tabs not 
finished updating */
+                    return false; /* Try again later */
+                }
+
+                /* Reset tab_name to basename so long name only used when 
required */
+                terminal.tab_label = term_label;
+
+                foreach (TerminalWidget terminal2 in terms2) {
+                    string term2_path = terminal2.get_shell_location ();
+                    string term2_name = terminal2.window_title;
+
+                    if (terminal2 != terminal && term2_name == term_label) {
+                        if (term2_path != term_path) {
+                            terminal2.tab_label = disambiguate_label 
(term2_path, term_path);
+                            terminal.tab_label = disambiguate_label 
(term_path, term2_path);
+
+                            if (terminal == this.current_terminal) {
+                                this.title = terminal.tab_label;
+                            }
+                        }
+                    }
+                }
+            }
+
+            return true;
+        }
+
+        /** Return enough of @path to distinguish it from @conflict_path **/
+        private string disambiguate_label (string path, string conflict_path) {
+            string prefix = "";
+            string conflict_prefix = "";
+            string temp_path = path;
+            string temp_conflict_path = conflict_path;
+            string basename =  Path.get_basename (path);
+
+            if (basename != Path.get_basename (conflict_path)) {
+                return basename;
+            }
+
+            /* Add parent directories until path and conflict path differ */
+            while (prefix == conflict_prefix) {
+                var parent_temp_path = get_parent_path_from_path (temp_path);
+                var parent_temp_confict_path = get_parent_path_from_path 
(temp_conflict_path);
+                prefix = Path.get_basename (parent_temp_path) + 
Path.DIR_SEPARATOR_S + prefix;
+                conflict_prefix = Path.get_basename (parent_temp_confict_path) 
+ Path.DIR_SEPARATOR_S + conflict_prefix;
+                temp_path = parent_temp_path;
+                temp_conflict_path = parent_temp_confict_path;
+            }
+
+            return (prefix + basename).replace ("//", "/");
+        }
+
+        /*** Simplified version of PF.FileUtils function, with fewer checks 
***/
+        private string get_parent_path_from_path (string path) {
+            if (path.length < 2) {
+                return Path.DIR_SEPARATOR_S;
+            }
+
+            StringBuilder string_builder = new StringBuilder (path);
+            if (path.has_suffix (Path.DIR_SEPARATOR_S)) {
+                string_builder.erase (string_builder.str.length - 1,-1);
+            }
+
+            int last_separator = string_builder.str.last_index_of 
(Path.DIR_SEPARATOR_S);
+            if (last_separator < 0) {
+                last_separator = 0;
+            }
+
+            string_builder.erase (last_separator, -1);
+            return string_builder.str + Path.DIR_SEPARATOR_S;
+        }
+
         static const Gtk.ActionEntry[] main_entries = {
             { "CloseTab", "gtk-close", N_("Close"),
               "<Control><Shift>w", N_("Close"),
@@ -819,6 +962,10 @@
               N_("Select All"), "<Control><Shift>a",
               N_("Select all the text in the terminal"), action_select_all },
 
+            { "Show in File Browser", "gtk-directory",
+              N_("Show in File Browser"), "<Control><Shift>e",
+              N_("Open current location in Files"), action_open_in_files },
+
             { "About", "gtk-about", N_("About"),
               null, N_("Show about window"), action_about },
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pantheon-terminal-0.4.2/src/TerminalWidget.vala 
new/pantheon-terminal-0.4.3/src/TerminalWidget.vala
--- old/pantheon-terminal-0.4.2/src/TerminalWidget.vala 2017-05-15 
14:24:45.000000000 +0200
+++ new/pantheon-terminal-0.4.3/src/TerminalWidget.vala 2017-07-23 
01:08:02.000000000 +0200
@@ -27,7 +27,6 @@
             TEXT
         }
 
-
         public PantheonTerminalApp app;
         public string terminal_id;
         static int terminal_id_counter = 0;
@@ -53,6 +52,18 @@
         public Granite.Widgets.Tab tab;
         public string? uri;
 
+        private string _tab_label = "";
+        public string tab_label {
+            get {
+                return _tab_label;
+            }
+
+            set {
+                _tab_label = value;
+                tab.label = tab_label;
+            }
+        }
+
         public int default_size;
         public double zoom_factor = 1.0;
 
@@ -143,12 +154,6 @@
                 window.main_actions.get_action ("Copy").set_sensitive 
(get_has_selection ());
             });
 
-            window_title_changed.connect ((event) => {
-                if (this == window.current_terminal)
-                    window.title = window_title;
-
-                tab.label = window_title;
-            });
 
             child_exited.connect (on_child_exited);
 
@@ -347,7 +352,8 @@
             try {
                 return GLib.FileUtils.read_link ("/proc/%d/cwd".printf (pid));
             } catch (GLib.FileError error) {
-                warning ("An error occured while fetching the current dir of 
shell");
+                /* Tab name disambiguation may call this before shell location 
available. */
+                /* No terminal warning needed */
                 return "";
             }
         }


Reply via email to