Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 18.04 Install ok but no desktop icon #95

Closed
mckellyln opened this issue May 18, 2020 · 1 comment
Closed

ubuntu 18.04 Install ok but no desktop icon #95

mckellyln opened this issue May 18, 2020 · 1 comment

Comments

@mckellyln
Copy link

Hi,
I tried a cold install on ubuntu 18.04 and it installs, and works, but the icons and desktop do not seem to be in the correct location for the OS/gnome to find the application.
Any ideas ?
thx,
-m

terminator --version -u
terminator 1.92
sudo python3 ./setup.py build 
running build
running build_py
creating build/lib
creating build/lib/terminatorlib
copying terminatorlib/debugserver.py -> build/lib/terminatorlib
copying terminatorlib/window.py -> build/lib/terminatorlib
copying terminatorlib/terminal.py -> build/lib/terminatorlib
copying terminatorlib/config.py -> build/lib/terminatorlib
copying terminatorlib/titlebar.py -> build/lib/terminatorlib
copying terminatorlib/paned.py -> build/lib/terminatorlib
copying terminatorlib/__init__.py -> build/lib/terminatorlib
copying terminatorlib/cwd.py -> build/lib/terminatorlib
copying terminatorlib/notebook.py -> build/lib/terminatorlib
copying terminatorlib/keybindings.py -> build/lib/terminatorlib
copying terminatorlib/util.py -> build/lib/terminatorlib
copying terminatorlib/terminator.py -> build/lib/terminatorlib
copying terminatorlib/searchbar.py -> build/lib/terminatorlib
copying terminatorlib/version.py -> build/lib/terminatorlib
copying terminatorlib/editablelabel.py -> build/lib/terminatorlib
copying terminatorlib/terminal_popup_menu.py -> build/lib/terminatorlib
copying terminatorlib/ipc.py -> build/lib/terminatorlib
copying terminatorlib/container.py -> build/lib/terminatorlib
copying terminatorlib/plugin.py -> build/lib/terminatorlib
copying terminatorlib/signalman.py -> build/lib/terminatorlib
copying terminatorlib/regex.py -> build/lib/terminatorlib
copying terminatorlib/borg.py -> build/lib/terminatorlib
copying terminatorlib/layoutlauncher.py -> build/lib/terminatorlib
copying terminatorlib/factory.py -> build/lib/terminatorlib
copying terminatorlib/translation.py -> build/lib/terminatorlib
copying terminatorlib/optionparse.py -> build/lib/terminatorlib
copying terminatorlib/encoding.py -> build/lib/terminatorlib
copying terminatorlib/prefseditor.py -> build/lib/terminatorlib
creating build/lib/terminatorlib/plugins
copying terminatorlib/plugins/logger.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/__init__.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/maven.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/activitywatch.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/custom_commands.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/terminalshot.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/testplugin.py -> build/lib/terminatorlib/plugins
copying terminatorlib/plugins/url_handlers.py -> build/lib/terminatorlib/plugins
copying terminatorlib/preferences.glade -> build/lib/terminatorlib
copying terminatorlib/layoutlauncher.glade -> build/lib/terminatorlib
running build_scripts
creating build/scripts-3.6
copying and adjusting terminator -> build/scripts-3.6
copying and adjusting remotinator -> build/scripts-3.6
changing mode of build/scripts-3.6/terminator from 644 to 755
changing mode of build/scripts-3.6/remotinator from 644 to 755
compiling i18n files
compiling catalog po/ur.po to build/share/locale/ur/LC_MESSAGES/terminator.mo
...

then

sudo python3 ./setup.py install   --record=install-files.txt
running install
running bdist_egg
running egg_info
writing terminator.egg-info/PKG-INFO
writing dependency_links to terminator.egg-info/dependency_links.txt
writing requirements to terminator.egg-info/requires.txt
writing top-level names to terminator.egg-info/top_level.txt
reading manifest file 'terminator.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'terminator.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/debugserver.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/window.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/terminal.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/config.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/titlebar.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/paned.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/__init__.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/cwd.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/notebook.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/keybindings.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/util.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/terminator.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/searchbar.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/preferences.glade -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/version.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/editablelabel.py -> build/bdist.linux-x86_64/egg/terminatorlib
creating build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/logger.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/__init__.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/maven.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/activitywatch.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/custom_commands.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/terminalshot.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/testplugin.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/plugins/url_handlers.py -> build/bdist.linux-x86_64/egg/terminatorlib/plugins
copying build/lib/terminatorlib/terminal_popup_menu.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/ipc.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/container.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/plugin.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/signalman.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/regex.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/borg.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/layoutlauncher.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/layoutlauncher.glade -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/factory.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/translation.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/optionparse.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/encoding.py -> build/bdist.linux-x86_64/egg/terminatorlib
copying build/lib/terminatorlib/prefseditor.py -> build/bdist.linux-x86_64/egg/terminatorlib
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/debugserver.py to debugserver.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/window.py to window.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/terminal.py to terminal.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/config.py to config.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/titlebar.py to titlebar.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/paned.py to paned.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/cwd.py to cwd.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/notebook.py to notebook.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/keybindings.py to keybindings.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/util.py to util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/terminator.py to terminator.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/searchbar.py to searchbar.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/version.py to version.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/editablelabel.py to editablelabel.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/logger.py to logger.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/maven.py to maven.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/activitywatch.py to activitywatch.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/custom_commands.py to custom_commands.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/terminalshot.py to terminalshot.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/testplugin.py to testplugin.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugins/url_handlers.py to url_handlers.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/terminal_popup_menu.py to terminal_popup_menu.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/ipc.py to ipc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/container.py to container.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/plugin.py to plugin.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/signalman.py to signalman.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/regex.py to regex.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/borg.py to borg.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/layoutlauncher.py to layoutlauncher.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/factory.py to factory.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/translation.py to translation.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/optionparse.py to optionparse.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/encoding.py to encoding.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/terminatorlib/prefseditor.py to prefseditor.cpython-36.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
creating build/bdist.linux-x86_64/egg/share
creating build/bdist.linux-x86_64/egg/share/applications
copying data/terminator.desktop -> build/bdist.linux-x86_64/egg/share/applications
creating build/bdist.linux-x86_64/egg/share/metainfo
copying data/terminator.metainfo.xml -> build/bdist.linux-x86_64/egg/share/metainfo
creating build/bdist.linux-x86_64/egg/share/man
creating build/bdist.linux-x86_64/egg/share/man/man1
copying doc/terminator.1 -> build/bdist.linux-x86_64/egg/share/man/man1
creating build/bdist.linux-x86_64/egg/share/man/man5
copying doc/terminator_config.5 -> build/bdist.linux-x86_64/egg/share/man/man5
creating build/bdist.linux-x86_64/egg/share/pixmaps
copying data/icons/hicolor/48x48/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/pixmaps
creating build/bdist.linux-x86_64/egg/share/icons
creating build/bdist.linux-x86_64/egg/share/icons/hicolor
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying data/icons/hicolor/scalable/apps/terminator-layout.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying data/icons/hicolor/scalable/apps/terminator-custom-commands.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying data/icons/hicolor/scalable/apps/terminator-preferences.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying data/icons/hicolor/scalable/apps/terminator.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/apps
copying data/icons/hicolor/16x16/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/22x22
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/22x22/apps
copying data/icons/hicolor/22x22/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/22x22/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/apps
copying data/icons/hicolor/24x24/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/32x32
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/32x32/apps
copying data/icons/hicolor/32x32/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/32x32/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
copying data/icons/hicolor/48x48/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
copying data/icons/hicolor/48x48/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
copying data/icons/hicolor/48x48/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
copying data/icons/hicolor/48x48/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_horiz.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_active_broadcast_group.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_active_broadcast_all.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_receive_on.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_active_broadcast_off.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_receive_off.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
copying data/icons/hicolor/16x16/actions/terminator_vert.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/actions
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/status
copying data/icons/hicolor/16x16/status/terminal-bell.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/16x16/status
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable/apps
copying data/icons/HighContrast/scalable/apps/terminator-layout.svg -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable/apps
copying data/icons/HighContrast/scalable/apps/terminator-custom-commands.svg -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable/apps
copying data/icons/HighContrast/scalable/apps/terminator-preferences.svg -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable/apps
copying data/icons/HighContrast/scalable/apps/terminator.svg -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/scalable/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/apps
copying data/icons/HighContrast/16x16/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/apps
copying data/icons/HighContrast/16x16/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/apps
copying data/icons/HighContrast/16x16/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/apps
copying data/icons/HighContrast/16x16/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22/apps
copying data/icons/HighContrast/22x22/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22/apps
copying data/icons/HighContrast/22x22/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22/apps
copying data/icons/HighContrast/22x22/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22/apps
copying data/icons/HighContrast/22x22/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/22x22/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24/apps
copying data/icons/HighContrast/24x24/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24/apps
copying data/icons/HighContrast/24x24/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24/apps
copying data/icons/HighContrast/24x24/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24/apps
copying data/icons/HighContrast/24x24/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/24x24/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32/apps
copying data/icons/HighContrast/32x32/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32/apps
copying data/icons/HighContrast/32x32/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32/apps
copying data/icons/HighContrast/32x32/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32/apps
copying data/icons/HighContrast/32x32/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/32x32/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48/apps
copying data/icons/HighContrast/48x48/apps/terminator-preferences.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48/apps
copying data/icons/HighContrast/48x48/apps/terminator.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48/apps
copying data/icons/HighContrast/48x48/apps/terminator-layout.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48/apps
copying data/icons/HighContrast/48x48/apps/terminator-custom-commands.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/48x48/apps
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_horiz.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_active_broadcast_group.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_active_broadcast_all.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_receive_on.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_active_broadcast_off.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_receive_off.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
copying data/icons/HighContrast/16x16/actions/terminator_vert.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/actions
creating build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/status
copying data/icons/HighContrast/16x16/status/terminal-bell.png -> build/bdist.linux-x86_64/egg/share/icons/HighContrast/16x16/status
creating build/bdist.linux-x86_64/egg/share/terminator
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Breeze
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Breeze/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Breeze/gtk-3.0/apps
copying terminatorlib/themes/Breeze/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Breeze/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Adwaita
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Adwaita/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Adwaita/gtk-3.0/apps
copying terminatorlib/themes/Adwaita/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Adwaita/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Raleigh
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Raleigh/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Raleigh/gtk-3.0/apps
copying terminatorlib/themes/Raleigh/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Raleigh/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/HighContrast
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/HighContrast/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/HighContrast/gtk-3.0/apps
copying terminatorlib/themes/HighContrast/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/HighContrast/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Radiance
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Radiance/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Radiance/gtk-3.0/apps
copying terminatorlib/themes/Radiance/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Radiance/gtk-3.0/apps
copying terminatorlib/themes/Radiance/gtk-3.0/apps/terminator_styling.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Radiance/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Ambiance
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Ambiance/gtk-3.0
creating build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Ambiance/gtk-3.0/apps
copying terminatorlib/themes/Ambiance/gtk-3.0/apps/terminator.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Ambiance/gtk-3.0/apps
copying terminatorlib/themes/Ambiance/gtk-3.0/apps/terminator_styling.css -> build/bdist.linux-x86_64/egg/share/terminator/terminatorlib/themes/Ambiance/gtk-3.0/apps
creating build/bdist.linux-x86_64/egg/share/locale
creating build/bdist.linux-x86_64/egg/share/locale/cs
creating build/bdist.linux-x86_64/egg/share/locale/cs/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/cs/LC_MESSAGES/terminator.mo
copying build/share/locale/cs/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/cs/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/mk
creating build/bdist.linux-x86_64/egg/share/locale/mk/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/mk/LC_MESSAGES/terminator.mo
copying build/share/locale/mk/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/mk/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/wa
creating build/bdist.linux-x86_64/egg/share/locale/wa/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/wa/LC_MESSAGES/terminator.mo
copying build/share/locale/wa/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/wa/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/zh_CN
creating build/bdist.linux-x86_64/egg/share/locale/zh_CN/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/zh_CN/LC_MESSAGES/terminator.mo
copying build/share/locale/zh_CN/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/zh_CN/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/kk
creating build/bdist.linux-x86_64/egg/share/locale/kk/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/kk/LC_MESSAGES/terminator.mo
copying build/share/locale/kk/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/kk/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/lv
creating build/bdist.linux-x86_64/egg/share/locale/lv/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/lv/LC_MESSAGES/terminator.mo
copying build/share/locale/lv/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/lv/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/it
creating build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES/terminator.mo
copying build/share/locale/it/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/su
creating build/bdist.linux-x86_64/egg/share/locale/su/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/su/LC_MESSAGES/terminator.mo
copying build/share/locale/su/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/su/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ca
creating build/bdist.linux-x86_64/egg/share/locale/ca/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ca/LC_MESSAGES/terminator.mo
copying build/share/locale/ca/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ca/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/da
creating build/bdist.linux-x86_64/egg/share/locale/da/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/da/LC_MESSAGES/terminator.mo
copying build/share/locale/da/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/da/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/fa
creating build/bdist.linux-x86_64/egg/share/locale/fa/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/fa/LC_MESSAGES/terminator.mo
copying build/share/locale/fa/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/fa/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/gl
creating build/bdist.linux-x86_64/egg/share/locale/gl/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/gl/LC_MESSAGES/terminator.mo
copying build/share/locale/gl/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/gl/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ro
creating build/bdist.linux-x86_64/egg/share/locale/ro/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ro/LC_MESSAGES/terminator.mo
copying build/share/locale/ro/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ro/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sl
creating build/bdist.linux-x86_64/egg/share/locale/sl/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sl/LC_MESSAGES/terminator.mo
copying build/share/locale/sl/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sl/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/tyv
creating build/bdist.linux-x86_64/egg/share/locale/tyv/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/tyv/LC_MESSAGES/terminator.mo
copying build/share/locale/tyv/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/tyv/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/az
creating build/bdist.linux-x86_64/egg/share/locale/az/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/az/LC_MESSAGES/terminator.mo
copying build/share/locale/az/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/az/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sk
creating build/bdist.linux-x86_64/egg/share/locale/sk/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sk/LC_MESSAGES/terminator.mo
copying build/share/locale/sk/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sk/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/hu
creating build/bdist.linux-x86_64/egg/share/locale/hu/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/hu/LC_MESSAGES/terminator.mo
copying build/share/locale/hu/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/hu/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sq
creating build/bdist.linux-x86_64/egg/share/locale/sq/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sq/LC_MESSAGES/terminator.mo
copying build/share/locale/sq/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sq/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/eo
creating build/bdist.linux-x86_64/egg/share/locale/eo/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/eo/LC_MESSAGES/terminator.mo
copying build/share/locale/eo/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/eo/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ug
creating build/bdist.linux-x86_64/egg/share/locale/ug/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ug/LC_MESSAGES/terminator.mo
copying build/share/locale/ug/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ug/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ia
creating build/bdist.linux-x86_64/egg/share/locale/ia/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ia/LC_MESSAGES/terminator.mo
copying build/share/locale/ia/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ia/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/zh_HK
creating build/bdist.linux-x86_64/egg/share/locale/zh_HK/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/zh_HK/LC_MESSAGES/terminator.mo
copying build/share/locale/zh_HK/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/zh_HK/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/en_GB
creating build/bdist.linux-x86_64/egg/share/locale/en_GB/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/en_GB/LC_MESSAGES/terminator.mo
copying build/share/locale/en_GB/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/en_GB/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ko
creating build/bdist.linux-x86_64/egg/share/locale/ko/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ko/LC_MESSAGES/terminator.mo
copying build/share/locale/ko/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ko/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ru
creating build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES/terminator.mo
copying build/share/locale/ru/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/bs
creating build/bdist.linux-x86_64/egg/share/locale/bs/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/bs/LC_MESSAGES/terminator.mo
copying build/share/locale/bs/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/bs/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/th
creating build/bdist.linux-x86_64/egg/share/locale/th/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/th/LC_MESSAGES/terminator.mo
copying build/share/locale/th/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/th/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ta
creating build/bdist.linux-x86_64/egg/share/locale/ta/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ta/LC_MESSAGES/terminator.mo
copying build/share/locale/ta/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ta/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/eu
creating build/bdist.linux-x86_64/egg/share/locale/eu/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/eu/LC_MESSAGES/terminator.mo
copying build/share/locale/eu/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/eu/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/nl
creating build/bdist.linux-x86_64/egg/share/locale/nl/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/nl/LC_MESSAGES/terminator.mo
copying build/share/locale/nl/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/nl/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/uk
creating build/bdist.linux-x86_64/egg/share/locale/uk/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/uk/LC_MESSAGES/terminator.mo
copying build/share/locale/uk/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/uk/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/bn
creating build/bdist.linux-x86_64/egg/share/locale/bn/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/bn/LC_MESSAGES/terminator.mo
copying build/share/locale/bn/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/bn/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/fi
creating build/bdist.linux-x86_64/egg/share/locale/fi/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/fi/LC_MESSAGES/terminator.mo
copying build/share/locale/fi/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/fi/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ku
creating build/bdist.linux-x86_64/egg/share/locale/ku/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ku/LC_MESSAGES/terminator.mo
copying build/share/locale/ku/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ku/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ur
creating build/bdist.linux-x86_64/egg/share/locale/ur/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ur/LC_MESSAGES/terminator.mo
copying build/share/locale/ur/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ur/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/he
creating build/bdist.linux-x86_64/egg/share/locale/he/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/he/LC_MESSAGES/terminator.mo
copying build/share/locale/he/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/he/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/lt
creating build/bdist.linux-x86_64/egg/share/locale/lt/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/lt/LC_MESSAGES/terminator.mo
copying build/share/locale/lt/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/lt/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ckb
creating build/bdist.linux-x86_64/egg/share/locale/ckb/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ckb/LC_MESSAGES/terminator.mo
copying build/share/locale/ckb/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ckb/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/fo
creating build/bdist.linux-x86_64/egg/share/locale/fo/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/fo/LC_MESSAGES/terminator.mo
copying build/share/locale/fo/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/fo/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/tr
creating build/bdist.linux-x86_64/egg/share/locale/tr/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/tr/LC_MESSAGES/terminator.mo
copying build/share/locale/tr/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/tr/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/is
creating build/bdist.linux-x86_64/egg/share/locale/is/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/is/LC_MESSAGES/terminator.mo
copying build/share/locale/is/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/is/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/mr
creating build/bdist.linux-x86_64/egg/share/locale/mr/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/mr/LC_MESSAGES/terminator.mo
copying build/share/locale/mr/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/mr/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/pl
creating build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES/terminator.mo
copying build/share/locale/pl/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ru_RU
creating build/bdist.linux-x86_64/egg/share/locale/ru_RU/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ru_RU/LC_MESSAGES/terminator.mo
copying build/share/locale/ru_RU/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ru_RU/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/be
creating build/bdist.linux-x86_64/egg/share/locale/be/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/be/LC_MESSAGES/terminator.mo
copying build/share/locale/be/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/be/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ast
creating build/bdist.linux-x86_64/egg/share/locale/ast/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ast/LC_MESSAGES/terminator.mo
copying build/share/locale/ast/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ast/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/pt_BR
creating build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES/terminator.mo
copying build/share/locale/pt_BR/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/es
creating build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES/terminator.mo
copying build/share/locale/es/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/id
creating build/bdist.linux-x86_64/egg/share/locale/id/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/id/LC_MESSAGES/terminator.mo
copying build/share/locale/id/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/id/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/fr
creating build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES/terminator.mo
copying build/share/locale/fr/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ka
creating build/bdist.linux-x86_64/egg/share/locale/ka/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ka/LC_MESSAGES/terminator.mo
copying build/share/locale/ka/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ka/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/hy
creating build/bdist.linux-x86_64/egg/share/locale/hy/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/hy/LC_MESSAGES/terminator.mo
copying build/share/locale/hy/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/hy/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/jv
creating build/bdist.linux-x86_64/egg/share/locale/jv/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/jv/LC_MESSAGES/terminator.mo
copying build/share/locale/jv/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/jv/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sr
creating build/bdist.linux-x86_64/egg/share/locale/sr/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sr/LC_MESSAGES/terminator.mo
copying build/share/locale/sr/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sr/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/la
creating build/bdist.linux-x86_64/egg/share/locale/la/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/la/LC_MESSAGES/terminator.mo
copying build/share/locale/la/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/la/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/en_CA
creating build/bdist.linux-x86_64/egg/share/locale/en_CA/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/en_CA/LC_MESSAGES/terminator.mo
copying build/share/locale/en_CA/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/en_CA/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/pt
creating build/bdist.linux-x86_64/egg/share/locale/pt/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/pt/LC_MESSAGES/terminator.mo
copying build/share/locale/pt/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/pt/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/nb
creating build/bdist.linux-x86_64/egg/share/locale/nb/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/nb/LC_MESSAGES/terminator.mo
copying build/share/locale/nb/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/nb/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/te
creating build/bdist.linux-x86_64/egg/share/locale/te/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/te/LC_MESSAGES/terminator.mo
copying build/share/locale/te/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/te/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ms
creating build/bdist.linux-x86_64/egg/share/locale/ms/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ms/LC_MESSAGES/terminator.mo
copying build/share/locale/ms/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ms/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ml
creating build/bdist.linux-x86_64/egg/share/locale/ml/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ml/LC_MESSAGES/terminator.mo
copying build/share/locale/ml/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ml/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sv
creating build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES/terminator.mo
copying build/share/locale/sv/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ga
creating build/bdist.linux-x86_64/egg/share/locale/ga/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ga/LC_MESSAGES/terminator.mo
copying build/share/locale/ga/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ga/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/af
creating build/bdist.linux-x86_64/egg/share/locale/af/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/af/LC_MESSAGES/terminator.mo
copying build/share/locale/af/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/af/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/et
creating build/bdist.linux-x86_64/egg/share/locale/et/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/et/LC_MESSAGES/terminator.mo
copying build/share/locale/et/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/et/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/bg
creating build/bdist.linux-x86_64/egg/share/locale/bg/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/bg/LC_MESSAGES/terminator.mo
copying build/share/locale/bg/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/bg/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/oc
creating build/bdist.linux-x86_64/egg/share/locale/oc/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/oc/LC_MESSAGES/terminator.mo
copying build/share/locale/oc/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/oc/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/hi
creating build/bdist.linux-x86_64/egg/share/locale/hi/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/hi/LC_MESSAGES/terminator.mo
copying build/share/locale/hi/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/hi/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/en_AU
creating build/bdist.linux-x86_64/egg/share/locale/en_AU/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/en_AU/LC_MESSAGES/terminator.mo
copying build/share/locale/en_AU/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/en_AU/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/zh_TW
creating build/bdist.linux-x86_64/egg/share/locale/zh_TW/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/zh_TW/LC_MESSAGES/terminator.mo
copying build/share/locale/zh_TW/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/zh_TW/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ar
creating build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES/terminator.mo
copying build/share/locale/ar/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ca@valencia
creating build/bdist.linux-x86_64/egg/share/locale/ca@valencia/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ca@valencia/LC_MESSAGES/terminator.mo
copying build/share/locale/ca@valencia/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ca@valencia/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/el
creating build/bdist.linux-x86_64/egg/share/locale/el/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/el/LC_MESSAGES/terminator.mo
copying build/share/locale/el/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/el/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/nn
creating build/bdist.linux-x86_64/egg/share/locale/nn/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/nn/LC_MESSAGES/terminator.mo
copying build/share/locale/nn/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/nn/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/fy
creating build/bdist.linux-x86_64/egg/share/locale/fy/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/fy/LC_MESSAGES/terminator.mo
copying build/share/locale/fy/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/fy/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/si
creating build/bdist.linux-x86_64/egg/share/locale/si/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/si/LC_MESSAGES/terminator.mo
copying build/share/locale/si/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/si/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/de
creating build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES/terminator.mo
copying build/share/locale/de/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/sw
creating build/bdist.linux-x86_64/egg/share/locale/sw/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/sw/LC_MESSAGES/terminator.mo
copying build/share/locale/sw/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/sw/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/ja
creating build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES/terminator.mo
copying build/share/locale/ja/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/hr
creating build/bdist.linux-x86_64/egg/share/locale/hr/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/hr/LC_MESSAGES/terminator.mo
copying build/share/locale/hr/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/hr/LC_MESSAGES/terminator.mo
creating build/bdist.linux-x86_64/egg/share/locale/vi
creating build/bdist.linux-x86_64/egg/share/locale/vi/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/vi/LC_MESSAGES/terminator.mo
copying build/share/locale/vi/LC_MESSAGES/terminator.mo -> build/bdist.linux-x86_64/egg/share/locale/vi/LC_MESSAGES/terminator.mo
running gtk-update-icon-cache
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/terminator -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/remotinator -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/terminator to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/remotinator to 755
copying terminator.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying terminator.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying terminator.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying terminator.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying terminator.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating 'dist/terminator-1.92-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing terminator-1.92-py3.6.egg
removing '/usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg' (and everything under it)
creating /usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg
Extracting terminator-1.92-py3.6.egg to /usr/local/lib/python3.6/dist-packages
terminator 1.92 is already the active version in easy-install.pth
Installing terminator script to /usr/local/bin
Installing remotinator script to /usr/local/bin

Installed /usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg
Processing dependencies for terminator==1.92
Searching for pygobject==3.26.1
Best match: pygobject 3.26.1
Adding pygobject 3.26.1 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Searching for pycairo==1.19.1
Best match: pycairo 1.19.1
Adding pycairo 1.19.1 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for psutil==5.7.0
Best match: psutil 5.7.0
Adding psutil 5.7.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for dbus-python==1.2.16
Best match: dbus-python 1.2.16
Processing dbus_python-1.2.16-py3.6-linux-x86_64.egg
dbus-python 1.2.16 is already the active version in easy-install.pth

Using /usr/local/lib/python3.6/dist-packages/dbus_python-1.2.16-py3.6-linux-x86_64.egg
Searching for configobj==5.0.6
Best match: configobj 5.0.6
Adding configobj 5.0.6 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Finished processing dependencies for terminator==1.92
writing list of installed files to 'install-files.txt'
@lazyfrosch
Copy link
Member

Yeah that can be quite tricky and needs to be reviewed

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Jan 24, 2021
Switch to new upstream https://github.com/gnome-terminator/terminator

Add Python 3 support (3.8 tested).

Disable keybinder dependency, temporarily unavailable in pkgsrc.

Changelog

[v2.1.0](https://github.com/gnome-terminator/terminator/tree/v2.1.0) (2021-01-04)

[Full Changelog](gnome-terminator/terminator@v2.0.1...v2.1.0)

**Package Maintainers**

- We have changed the tarball format, and it should now include all the files in the tarball, rather than just a subset.  See [\348](gnome-terminator/terminator#348)

**Implemented enhancements:**

- Add bigger icon sizes [\258](gnome-terminator/terminator#258)
- Smart Copy option to clear selection after copy [\242](gnome-terminator/terminator#242)
- New feature: A Separate Json file for dynamic Layouts [\213](gnome-terminator/terminator#213)
- new feature: support for term://1.2.3.4/ 'links' that when clicked open a new terminator ssh'ed to 1.2.3.4. [\178](gnome-terminator/terminator#178)
- Reimplement "unfocused dim" using overpainting [\74](gnome-terminator/terminator#74)
- Add Transifex integration and documentation for translations [\352](gnome-terminator/terminator#352) ([lazyfrosch](https://github.com/lazyfrosch))

**Fixed bugs:**

- No \(visible\) context menu in sway [\330](gnome-terminator/terminator#330)
- Saving a layout after changing it, it correctly updates the config file but does not update the UI [\319](gnome-terminator/terminator#319)

**Closed issues:**

- Rethinking release artifacts [\348](gnome-terminator/terminator#348)
- The Alt+L layout chooser is too small [\345](gnome-terminator/terminator#345)
- Open in Previous Location [\337](gnome-terminator/terminator#337)
- Improve separator between splitted terminals [\329](gnome-terminator/terminator#329)
- Using shift+Super+} for next\_tab key binding doesn't work [\326](gnome-terminator/terminator#326)
- "Copy email address" actually doesn't quite do that [\323](gnome-terminator/terminator#323)
- Can't disable key binding [\322](gnome-terminator/terminator#322)
- Middle click does not paste selected text [\320](gnome-terminator/terminator#320)
- Terminator does not read config file from /etc/xdg directory  [\308](gnome-terminator/terminator#308)
- Add a 'clear terminal' function [\306](gnome-terminator/terminator#306)
- terminator-2.0.1: vertical separator too big [\305](gnome-terminator/terminator#305)
- rewrap\_on\_resize is deprecated in vte-0.60.0 [\303](gnome-terminator/terminator#303)
- Geometry ignored [\297](gnome-terminator/terminator#297)
- hangs after update [\292](gnome-terminator/terminator#292)
- Unable to Set "Image" as Background [\285](gnome-terminator/terminator#285)
- module 'command\_notify' has no attribute 'AVAILABLE' [\264](gnome-terminator/terminator#264)
- symlinked config replaced with regular file [\234](gnome-terminator/terminator#234)
- Cannot "Drag and Drop" Folders or Files [\159](gnome-terminator/terminator#159)

**Merged pull requests:**

- Update RELEASE docs [\353](gnome-terminator/terminator#353) ([lazyfrosch](https://github.com/lazyfrosch))
- German language updated [\351](gnome-terminator/terminator#351) ([Brambleberry4](https://github.com/Brambleberry4))
- Update terminator.appdata.xml.in [\350](gnome-terminator/terminator#350) ([jooola](https://github.com/jooola))
- Fix \345 The Alt+L layout chooser is too small [\349](gnome-terminator/terminator#349) ([evandrocoan](https://github.com/evandrocoan))
- fix 319: refresh layout after save [\344](gnome-terminator/terminator#344) ([mattrose](https://github.com/mattrose))
- feat: refactoring terminal file [\343](gnome-terminator/terminator#343) ([JAugusto42](https://github.com/JAugusto42))
- Local user install: terminator.desktop and terminator.metainfo.xml [\342](gnome-terminator/terminator#342) ([zothar](https://github.com/zothar))
- update to non-deprecated Gtk.Menu popup call [\341](gnome-terminator/terminator#341) ([mattrose](https://github.com/mattrose))
- feat: Migrating from hbox to GtkBox [\340](gnome-terminator/terminator#340) ([JAugusto42](https://github.com/JAugusto42))
- remove rewrap on resize from option and remove functions too [\339](gnome-terminator/terminator#339) ([JAugusto42](https://github.com/JAugusto42))
- fix: \323 [\338](gnome-terminator/terminator#338) ([JAugusto42](https://github.com/JAugusto42))
- Revert pr36 [\336](gnome-terminator/terminator#336) ([mattrose](https://github.com/mattrose))
- Feature: Relaunch command option on held open after child exit [\333](gnome-terminator/terminator#333) ([zothar](https://github.com/zothar))
- add note aboug moving config file out of the way [\328](gnome-terminator/terminator#328) ([mattrose](https://github.com/mattrose))
- issue 271: add keybindings to zoom all terminals at once [\314](gnome-terminator/terminator#314) ([mattrose](https://github.com/mattrose))
- load config from XDG\_CONFIG\_DIRS if user config file doesn't exist [\310](gnome-terminator/terminator#310) ([mattrose](https://github.com/mattrose))
- Update README with install instructions [\309](gnome-terminator/terminator#309) ([tomeksabala](https://github.com/tomeksabala))
- add a commandline flag to unhide any windows [\307](gnome-terminator/terminator#307) ([mattrose](https://github.com/mattrose))
- fix background image profile preferences ui [\296](gnome-terminator/terminator#296) ([mattrose](https://github.com/mattrose))
- Minor fixes [\295](gnome-terminator/terminator#295) ([strottie](https://github.com/strottie))
- fix issue with older vte lib [\294](gnome-terminator/terminator#294) ([mattrose](https://github.com/mattrose))
- replace feed\_child\_binary\(\) calls with feed\_child\(\) [\291](gnome-terminator/terminator#291) ([mattrose](https://github.com/mattrose))
- Update German and Croatian [\287](gnome-terminator/terminator#287) ([milotype](https://github.com/milotype))
- fix issue \74 [\286](gnome-terminator/terminator#286) ([mattrose](https://github.com/mattrose))
- support for SSH URIs [\280](gnome-terminator/terminator#280) ([mattrose](https://github.com/mattrose))
- add bigger icon sizes [\279](gnome-terminator/terminator#279) ([mattrose](https://github.com/mattrose))
- fix stupid debugging error [\278](gnome-terminator/terminator#278) ([mattrose](https://github.com/mattrose))
- multiple small documentation fixes [\277](gnome-terminator/terminator#277) ([mattrose](https://github.com/mattrose))
- fix drag and drop issues on KDE [\275](gnome-terminator/terminator#275) ([mattrose](https://github.com/mattrose))
- pass original working directory to dbus\_options as well [\270](gnome-terminator/terminator#270) ([mattrose](https://github.com/mattrose))
- fix new upstream vte warning [\267](gnome-terminator/terminator#267) ([mattrose](https://github.com/mattrose))
- suppress warning if the vte capability is not there [\266](gnome-terminator/terminator#266) ([mattrose](https://github.com/mattrose))
- remove workaround for ibus/ibus#1802 [\265](gnome-terminator/terminator#265) ([mattrose](https://github.com/mattrose))
- Add support for inverted search [\257](gnome-terminator/terminator#257) ([yoavp77](https://github.com/yoavp77))
- update translations [\255](gnome-terminator/terminator#255) ([mattrose](https://github.com/mattrose))
- Clear selection on smart copy [\254](gnome-terminator/terminator#254) ([mattrose](https://github.com/mattrose))
- Polish translation update [\252](gnome-terminator/terminator#252) ([napcok](https://github.com/napcok))
- update terminator.pot [\251](gnome-terminator/terminator#251) ([napcok](https://github.com/napcok))
- Polish translation update [\248](gnome-terminator/terminator#248) ([napcok](https://github.com/napcok))
- fix the handle on the divider between horizontal panes [\247](gnome-terminator/terminator#247) ([mattrose](https://github.com/mattrose))
- add tests to release tarball [\246](gnome-terminator/terminator#246) ([mattrose](https://github.com/mattrose))
- Change how config file is saved [\235](gnome-terminator/terminator#235) ([planet36](https://github.com/planet36))
- Updated Estonian translation [\226](gnome-terminator/terminator#226) ([ookull](https://github.com/ookull))
- Fix: Key Binding Clearing in `Preferences \> Keybindings` [\224](gnome-terminator/terminator#224) ([dkmvs](https://github.com/dkmvs))
- layout file - initial commit - work in progress [\214](gnome-terminator/terminator#214) ([dvdlevanon](https://github.com/dvdlevanon))
- fast resize keyboard shortcuts [\36](gnome-terminator/terminator#36) ([waldner](https://github.com/waldner))

 [v2.0.1](https://github.com/gnome-terminator/terminator/tree/v2.0.1) (2020-10-11)

[Full Changelog](gnome-terminator/terminator@v2.0...v2.0.1)

TODO

 Package maintainers



**Fixed bugs:**

- config settings lost when I cancel "Close multiple terminals" dialog [\210](gnome-terminator/terminator#210)

**Closed issues:**

- Feature Suggestion: Splitted screen shells based on parent [\230](gnome-terminator/terminator#230)
- Release 2.0 does not have signed assets [\228](gnome-terminator/terminator#228)
- Some files install to the wrong location [\227](gnome-terminator/terminator#227)
- Multi tab breaks transparent background [\225](gnome-terminator/terminator#225)

**Merged pull requests:**

- Preserve searchbar case sensitivity state in config file on state change [\249](gnome-terminator/terminator#249) ([yoavp77](https://github.com/yoavp77))
- make sure data/\*.in files are there for distributors [\237](gnome-terminator/terminator#237) ([mattrose](https://github.com/mattrose))
- only set clear background when background\_image in config [\233](gnome-terminator/terminator#233) ([mattrose](https://github.com/mattrose))
- fix INSTALL instructions for setuptools [\232](gnome-terminator/terminator#232) ([mattrose](https://github.com/mattrose))

 [v2.0](https://github.com/gnome-terminator/terminator/tree/v2.0) (2020-10-06)

[Full Changelog](gnome-terminator/terminator@v1.92...v2.0)

**Implemented enhancements:**

- Feature Request: "broadcast-only" option in profile preferences [\157](gnome-terminator/terminator#157)
- Feature Request: Key binding option for creating group in current tab [\156](gnome-terminator/terminator#156)
- Terminator should use XDG\_CONFIG\_HOME environment variable if it's available. [\152](gnome-terminator/terminator#152)
- align maximize option spelling with gnome-terminal [\125](gnome-terminator/terminator#125)
- Putty style paste makes it impossible to reach preferences [\120](gnome-terminator/terminator#120)
- Adjust Line Height [\111](gnome-terminator/terminator#111)
- Allow to open layout in a new tab [\106](gnome-terminator/terminator#106)
- Use VTE api instead of python psutil to get cwd. [\82](gnome-terminator/terminator#82)
- Make a submenu of Layouts in the popup menu. [\63](gnome-terminator/terminator#63)
- Search should have a case-sensitive option [\44](gnome-terminator/terminator#44)
- Remove default keybindings for enabling terminal broadcast [\40](gnome-terminator/terminator#40)
- \[Feature Request\] Make bold-is-bright option configurable [\38](gnome-terminator/terminator#38)
-  No option for background image in gtk3 version  [\5](gnome-terminator/terminator#5)
-  Terminator need to highlight search string  [\4](gnome-terminator/terminator#4)
- rely on python psutil to get the cwd [\83](gnome-terminator/terminator#83) ([mattrose](https://github.com/mattrose))
- Propagate tab-swictch events if there is only one tab [\61](gnome-terminator/terminator#61) ([blackm0re](https://github.com/blackm0re))
- Install AppStream data as .metainfo.xml [\53](gnome-terminator/terminator#53) ([DarthGandalf](https://github.com/DarthGandalf))
- Added option to disable ctrl+mousewheel zoom [\46](gnome-terminator/terminator#46) ([filipkilibarda](https://github.com/filipkilibarda))
- Add layout launcher to terminal popup menu. [\42](gnome-terminator/terminator#42) ([nbeaver](https://github.com/nbeaver))
- \38: Add option for configuring bold-is-bright setting of VTE [\39](gnome-terminator/terminator#39) ([JakubVanek](https://github.com/JakubVanek))
- Only import GdkX11 when available [\19](gnome-terminator/terminator#19) ([mattrose](https://github.com/mattrose))
- Removing packaging files from the repository [\7](gnome-terminator/terminator#7) ([lazyfrosch](https://github.com/lazyfrosch))

**Fixed bugs:**

- Fails to run for LDAP user [\128](gnome-terminator/terminator#128)
- Crash in paned.py:311  [\68](gnome-terminator/terminator#68)
- terminator runs in network namespace only with -u option \(dbus\) [\65](gnome-terminator/terminator#65)
- dbus FileNotFoundError [\58](gnome-terminator/terminator#58)
- Middle click does not paste selected text [\24](gnome-terminator/terminator#24)
- Fix crash when GdkX11 module is not available when creating layout [\113](gnome-terminator/terminator#113) ([mattrose](https://github.com/mattrose))
- Do not crash when dbus server is unavailable, just emit an error message [\88](gnome-terminator/terminator#88) ([mattrose](https://github.com/mattrose))
- Fix fallback for getting the current working directory [\87](gnome-terminator/terminator#87) ([terceiro](https://github.com/terceiro))
- fix FileNotFound error when terminator is run from a directory that no longer exists [\81](gnome-terminator/terminator#81) ([mattrose](https://github.com/mattrose))
- Fix layout launcher error [\59](gnome-terminator/terminator#59) ([FernandoBasso](https://github.com/FernandoBasso))
- fix traceback on dragging and dropping files from a file manager [\54](gnome-terminator/terminator#54) ([mattrose](https://github.com/mattrose))
- Disable special logic for pasting on Wayland [\51](gnome-terminator/terminator#51) ([lazyfrosch](https://github.com/lazyfrosch))
- searchbar: Implement modern/glib regexp support [\43](gnome-terminator/terminator#43) ([lazyfrosch](https://github.com/lazyfrosch))
- fix exception when feeding terminal number to terminal [\35](gnome-terminator/terminator#35) ([mattrose](https://github.com/mattrose))
- terminal: Improve compat for Vte Regex [\28](gnome-terminator/terminator#28) ([lazyfrosch](https://github.com/lazyfrosch))

**Closed issues:**

- Feature request: Preference to disable Ctrl + Scroll font size change [\219](gnome-terminator/terminator#219)
- AttributeError: 'Terminal' object has no attribute 'spawn\_async' [\218](gnome-terminator/terminator#218)
- Question - custom command line [\212](gnome-terminator/terminator#212)
- Terminator overwrite shortcut of console Applications [\204](gnome-terminator/terminator#204)
- Gap between windows [\203](gnome-terminator/terminator#203)
- Search does not work [\199](gnome-terminator/terminator#199)
- Selecting first char of a line for copy-paste is impossible [\191](gnome-terminator/terminator#191)
- Duplicate Key Bindings are Allowed in `Preferences \> Keybindings` [\190](gnome-terminator/terminator#190)
- Cannot open terminator windows with different configs [\184](gnome-terminator/terminator#184)
- Feature request: reenable broadcast keybindings and warn on their first use instead [\183](gnome-terminator/terminator#183)
- Add Terminator version in About screen [\169](gnome-terminator/terminator#169)
- Feature Request: Add hyperlink support [\164](gnome-terminator/terminator#164)
- ctrl-alt-a activates even when terminal has no focus [\163](gnome-terminator/terminator#163)
- TypeError in terminal.py [\162](gnome-terminator/terminator#162)
- Active tab identification [\158](gnome-terminator/terminator#158)
- Is terminator is rolling for Windows Subsystem For Linux \(WSL\)??? [\154](gnome-terminator/terminator#154)
- broken mouse events in fullscreen applications [\151](gnome-terminator/terminator#151)
- Key Bindigs That Contain a Key Modified by a Shift Key Don't Work [\149](gnome-terminator/terminator#149)
- move translation of ConfigObj from main terminator code to the only method that uses it. [\148](gnome-terminator/terminator#148)
- Gnome session support no longer works [\147](gnome-terminator/terminator#147)
- Errors in prefseditor.py [\137](gnome-terminator/terminator#137)
- PuTTY style paste is pasting from x-selection instead of clipboard [\134](gnome-terminator/terminator#134)
- Terminator separator size cannot be changed [\133](gnome-terminator/terminator#133)
- update dependencies in INSTALL.md [\127](gnome-terminator/terminator#127)
- Feature request: show bold text in bright colors \(option\) [\122](gnome-terminator/terminator#122)
- Feature request: configurable shortcut to open Prefs [\121](gnome-terminator/terminator#121)
- Support desktop dark/light theme [\119](gnome-terminator/terminator#119)
- conflicting UUID when cloning layout [\115](gnome-terminator/terminator#115)
- Add support for tmux integration \(like iTerm2\)  [\107](gnome-terminator/terminator#107)
- Ubuntu 20.04 drag and drop crashes  [\103](gnome-terminator/terminator#103)
- When opening a new window, terminator automatically switch to the last tab of the first window. [\99](gnome-terminator/terminator#99)
- Why we use python in shebang [\98](gnome-terminator/terminator#98)
- Ubuntu 20.04 split terminal broadcast duplicate keys [\96](gnome-terminator/terminator#96)
- ubuntu 18.04 Install ok but no desktop icon [\95](gnome-terminator/terminator#95)
- There are still translation commits to launchpad [\85](gnome-terminator/terminator#85)
- cwd.get\_pid\_cwd is a mess. [\80](gnome-terminator/terminator#80)
- Resize borderless window [\75](gnome-terminator/terminator#75)
- Add distribution info into INSTALL [\45](gnome-terminator/terminator#45)
- Alt+ScrollWheel ? [\29](gnome-terminator/terminator#29)
- Switch to setuptools [\14](gnome-terminator/terminator#14)
- Improve gettext integration [\13](gnome-terminator/terminator#13)

**Merged pull requests:**

- Revert "Merge pull request \208 from mattrose/update-vte-spawn" [\220](gnome-terminator/terminator#220) ([mattrose](https://github.com/mattrose))
- Background image [\217](gnome-terminator/terminator#217) ([mattrose](https://github.com/mattrose))
- fix spacing [\215](gnome-terminator/terminator#215) ([mattrose](https://github.com/mattrose))
- Fix: Allow `Shift+Tab` Key Binding [\211](gnome-terminator/terminator#211) ([dkmvs](https://github.com/dkmvs))
- add preferences keybindings [\209](gnome-terminator/terminator#209) ([mattrose](https://github.com/mattrose))
- fix login\_shell option so that it sends -l rather than -shell [\207](gnome-terminator/terminator#207) ([mattrose](https://github.com/mattrose))
- Command notify [\205](gnome-terminator/terminator#205) ([mattrose](https://github.com/mattrose))
- Dbus options [\200](gnome-terminator/terminator#200) ([mattrose](https://github.com/mattrose))
- Fix: Forbid Duplicate Key Bindings in `Preferences \> Keybindings` [\196](gnome-terminator/terminator#196) ([dkmvs](https://github.com/dkmvs))
- Key binding option for creating group in current terminal [\195](gnome-terminator/terminator#195) ([mattrose](https://github.com/mattrose))
- Add 'wide\_handle' property  [\193](gnome-terminator/terminator#193) ([mattrose](https://github.com/mattrose))
- Exit remotinator with an explicit error message when terminator is needed but not running [\185](gnome-terminator/terminator#185) ([phidebian](https://github.com/phidebian))
- Add a 'title bar at bottom' option [\182](gnome-terminator/terminator#182) ([phidebian](https://github.com/phidebian))
- Format shortcuts [\181](gnome-terminator/terminator#181) ([aadrian](https://github.com/aadrian))
- add support for OSC-8 [\176](gnome-terminator/terminator#176) ([mattrose](https://github.com/mattrose))
- add packages to install doc [\174](gnome-terminator/terminator#174) ([mattrose](https://github.com/mattrose))
- Fix readme [\173](gnome-terminator/terminator#173) ([mattrose](https://github.com/mattrose))
- remove unused gnome session code [\172](gnome-terminator/terminator#172) ([mattrose](https://github.com/mattrose))
- Add version string to "Preferences -\> About" [\171](gnome-terminator/terminator#171) ([mattrose](https://github.com/mattrose))
- Update README.md [\166](gnome-terminator/terminator#166) ([br0kenbuild](https://github.com/br0kenbuild))
- Allow live previewing of profile color changes [\160](gnome-terminator/terminator#160) ([dafrito](https://github.com/dafrito))
- Fix: Allow Key Bindings with Shift-Modified Keys [\150](gnome-terminator/terminator#150) ([dkmvs](https://github.com/dkmvs))
- Fixed bug in prefseditor.py [\146](gnome-terminator/terminator#146) ([robertoetcheverryr](https://github.com/robertoetcheverryr))
- fix traceback on paned.py [\145](gnome-terminator/terminator#145) ([mattrose](https://github.com/mattrose))
- issue 44, add option for case sensitive search [\144](gnome-terminator/terminator#144) ([dugb](https://github.com/dugb))
- fix line height config variable location to match ui [\142](gnome-terminator/terminator#142) ([mattrose](https://github.com/mattrose))
- Issue 111, add line\_height slider [\141](gnome-terminator/terminator#141) ([dugb](https://github.com/dugb))
- replaces the handle\_size property that was deprecated in gtk3.20 [\140](gnome-terminator/terminator#140) ([mattrose](https://github.com/mattrose))
- update apt repos before installing packages [\136](gnome-terminator/terminator#136) ([mattrose](https://github.com/mattrose))
- Added putty\_paste\_style\_source\_clipboard [\135](gnome-terminator/terminator#135) ([robertoetcheverryr](https://github.com/robertoetcheverryr))
- launch new layouts directly from right-click menu [\132](gnome-terminator/terminator#132) ([mattrose](https://github.com/mattrose))
- Issue99 [\131](gnome-terminator/terminator#131) ([mattrose](https://github.com/mattrose))
- Adding maximize option [\126](gnome-terminator/terminator#126) ([qckzr](https://github.com/qckzr))
- add line\_height config variable [\124](gnome-terminator/terminator#124) ([mattrose](https://github.com/mattrose))
- fix cwd for non-vte shells [\123](gnome-terminator/terminator#123) ([mattrose](https://github.com/mattrose))
- fix detection of whether or not ibus is running [\114](gnome-terminator/terminator#114) ([mattrose](https://github.com/mattrose))
- fix traceback when closing a window [\112](gnome-terminator/terminator#112) ([mattrose](https://github.com/mattrose))
- add debug logging to searchbar [\110](gnome-terminator/terminator#110) ([mattrose](https://github.com/mattrose))
- fix io errors on debugserver [\109](gnome-terminator/terminator#109) ([mattrose](https://github.com/mattrose))
- Fix TODO for documenting vte regex matching constants [\105](gnome-terminator/terminator#105) ([GerbenWelter](https://github.com/GerbenWelter))
- Revert "replace gettext and intltool with Babel" [\100](gnome-terminator/terminator#100) ([lazyfrosch](https://github.com/lazyfrosch))
- Import Launchpad translations [\91](gnome-terminator/terminator#91) ([lazyfrosch](https://github.com/lazyfrosch))
- Gentoo: github is only a mirror [\86](gnome-terminator/terminator#86) ([DarthGandalf](https://github.com/DarthGandalf))
- update the INSTALL.md for Ubuntu installation [\77](gnome-terminator/terminator#77) ([yosoufe](https://github.com/yosoufe))
- Update AUTHORS with a full list from GIT history [\67](gnome-terminator/terminator#67) ([lazyfrosch](https://github.com/lazyfrosch))
- docs: Update INSTALL.md and add distributions [\66](gnome-terminator/terminator#66) ([lazyfrosch](https://github.com/lazyfrosch))
- Make LayoutLauncher window a little larger by default [\60](gnome-terminator/terminator#60) ([FernandoBasso](https://github.com/FernandoBasso))
- fix up language strings in .po files [\52](gnome-terminator/terminator#52) ([mattrose](https://github.com/mattrose))
- Switch to setuptools and use pytest [\50](gnome-terminator/terminator#50) ([lazyfrosch](https://github.com/lazyfrosch))
- \40: remove default key bindings for input broadcasting [\41](gnome-terminator/terminator#41) ([JakubVanek](https://github.com/JakubVanek))
- Add FreeBSD [\33](gnome-terminator/terminator#33) ([h-ume](https://github.com/h-ume))
- Update pt\_BR.po [\30](gnome-terminator/terminator#30) ([chclxds](https://github.com/chclxds))
- Remove obsolete terminator.wrapper [\27](gnome-terminator/terminator#27) ([lazyfrosch](https://github.com/lazyfrosch))
- Add Gentoo, sort the order of distributions [\23](gnome-terminator/terminator#23) ([DarthGandalf](https://github.com/DarthGandalf))

 [v1.92](https://github.com/gnome-terminator/terminator/tree/v1.92) (2020-04-18)

[Full Changelog](gnome-terminator/terminator@1.91...v1.92)

This is the first release since 2017, while we are now a few years later a few things changed.

* New home on GitHub https://github.com/gnome-terminator/terminator
* New team under the lead of https://github.com/lazyfrosch
* Python 3 support finally released
* Some tedious bugs solved for current GTK and VTE

There is still a lot to do, and we need more help to keep Terminator available for
your daily use.

If you are interested in contributing to the project, please contact us, open issues,
discuss issues or help with whatever you can! Any help is welcome!

**Notes for packagers:**

* All scripts now use `!/usr/bin/env python` as shebang, when you are using
  `python3 setup.py install` or similar all binary scripts should be automatically
   modified to the correct shebang
* Any feedback is welcome, please open an issue or join the community channels

**Implemented enhancements:**

- Implement support for Python 3 [\6](gnome-terminator/terminator#6) ([lazyfrosch](https://github.com/lazyfrosch))

**Fixed bugs:**

- VTE Regexp should work with older VTE releases as well [\10](gnome-terminator/terminator#10)
- ctrl+click should open links [\3](gnome-terminator/terminator#3)
- Ensure Python 3 support [\2](gnome-terminator/terminator#2)
- terminal: Add compat detection for Vte regexp feature [\22](gnome-terminator/terminator#22) ([lazyfrosch](https://github.com/lazyfrosch))
- Fix some compat issues for Python 2.7 [\18](gnome-terminator/terminator#18) ([lazyfrosch](https://github.com/lazyfrosch))
- Converting to python 3 and making all tests pass. [\9](gnome-terminator/terminator#9) ([JAugusto42](https://github.com/JAugusto42))

**Merged pull requests:**

- Add GitHub action for Python [\17](gnome-terminator/terminator#17) ([lazyfrosch](https://github.com/lazyfrosch))
- Updating URLs in application and appdata [\16](gnome-terminator/terminator#16) ([mattrose](https://github.com/mattrose))
- update the INSTALL file [\15](gnome-terminator/terminator#15) ([mattrose](https://github.com/mattrose))


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants