- update to 2.1.0:
* We now read the terminator config file from XDG_CONFIG_DIRS which defaults to /etc/xdg
Global config is possible at: /etc/xdg/terminator/config
* Smart Copy option to clear selection after copy
* New feature: A Separate Json file for dynamic Layouts
* new feature: support for term://1.2.3.4/ 'links' that when clicked
open a new terminator ssh'ed to 1.2.3.4.
* Reimplement "unfocused dim" using overpaintin
* Terminator now reads config file from /etc/xdg directory
- includes 2.0.1:
* config settings lost when I cancel "Close multiple terminals" dialog
* Feature Suggestion: Splitted screen shells based on parent
* Release 2.0 does not have signed assets
* Some files install to the wrong location
* Multi tab breaks transparent background
* make sure data/*.in files are there for distributors
* only set clear background when background_image in config
* fix INSTALL instructions for setuptools
- includes 2.0:
* Culmination of more than 4 years of work
* GTK 2 to GTK3
* Python2 to Python3 completion
* new base repository url
Packaging:
* 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
Enhancements
* Bold-is-Bright option
* Keybindings for creating group in current tab and opening preferences
window, as well as keybinding improvements
* Basic background image support
* Preference to disable Ctrl + Scroll font size change
* Fixed a bug where search was not working properly
* Many other small fixes, see Full Changelog
- fixed bugs:
* No (visible) context menu in sway
* Saving a layout after changing it, it correctly updates the config file
but does not update the UI
* rewrap_on_resize is deprecated in vte-0.60.0
-rebase terminator-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/862467
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/terminator?expand=0&rev=31
14 lines
447 B
Diff
14 lines
447 B
Diff
diff --git data/terminator.desktop.in data/terminator.desktop.in
|
|
index dc74687..b09841b 100644
|
|
--- data/terminator.desktop.in
|
|
+++ data/terminator.desktop.in
|
|
@@ -10,7 +10,7 @@ StartupNotify=true
|
|
X-Ubuntu-Gettext-Domain=terminator
|
|
X-Ayatana-Desktop-Shortcuts=NewWindow;
|
|
Keywords=terminal;shell;prompt;command;commandline;
|
|
-[NewWindow Shortcut Group]
|
|
+[X-NewWindow Shortcut Group]
|
|
Name=Open a New Window
|
|
Exec=terminator
|
|
TargetEnvironment=Unity
|