www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Terminix 1.30 Released

reply Gerald <gerald.b.nunn gmail.com> writes:
Terminix 1.30 has been released, for those not familiar with it 
Terminix is a Linux terminal emulator targeting the Gnome desktop 
environment. It is written in D using the GtkD library.

More information about Terminix is available on github here 
https://github.com/gnunn1/terminix.

The following features were added in this release:

- Quake mode support
- Password manager
- Custom hyperlinks
- Advanced paste dialog
- Set a default session name
- Quick session switcher
- Experimental trigger support

I'm always looking for people who are interested in contributing, 
hence my announcing the new releases here.
Sep 30 2016
next sibling parent reply Daniel Kozak <kozzi11 gmail.com> writes:
On Friday, 30 September 2016 at 18:32:37 UTC, Gerald wrote:
 Terminix 1.30 has been released, for those not familiar with it 
 Terminix is a Linux terminal emulator targeting the Gnome 
 desktop environment. It is written in D using the GtkD library.

 More information about Terminix is available on github here 
 https://github.com/gnunn1/terminix.

 The following features were added in this release:

 - Quake mode support
 - Password manager
 - Custom hyperlinks
 - Advanced paste dialog
 - Set a default session name
 - Quick session switcher
 - Experimental trigger support

 I'm always looking for people who are interested in 
 contributing, hence my announcing the new releases here.
It is 1.30 or 1.3.0 because github download link is: https://github.com/gnunn1/terminix/releases/download/1.3.0/terminix.zip
Sep 30 2016
parent Gerald <gerald.b.nunn gmail.com> writes:
On Friday, 30 September 2016 at 19:46:54 UTC, Daniel Kozak wrote:
 On Friday, 30 September 2016 at 18:32:37 UTC, Gerald wrote:
 [...]
It is 1.30 or 1.3.0 because github download link is: https://github.com/gnunn1/terminix/releases/download/1.3.0/terminix.zip
1.3.0, typo on my part.
Sep 30 2016
prev sibling parent reply Daniel Kozak <kozzi11 gmail.com> writes:
On Friday, 30 September 2016 at 18:32:37 UTC, Gerald wrote:
 Terminix 1.30 has been released, for those not familiar with it 
 Terminix is a Linux terminal emulator targeting the Gnome 
 desktop environment. It is written in D using the GtkD library.

 More information about Terminix is available on github here 
 https://github.com/gnunn1/terminix.

 The following features were added in this release:

 - Quake mode support
 - Password manager
 - Custom hyperlinks
 - Advanced paste dialog
 - Set a default session name
 - Quick session switcher
 - Experimental trigger support

 I'm always looking for people who are interested in 
 contributing, hence my announcing the new releases here.
One problem, when I run terminix in quake mode, there is missung icon on my top bar in gnome shell and there is no way to go to preferences, in normal window mode everything works ok. Btw. really good work, i really like terminix and use it for some time now, but with quake mode (it is nice that there is no keybinding because it works really nice with wayland) I can remove guake from my system and use terminix for everything even on wayland. Thx
Sep 30 2016
parent Gerald <gerald.b.nunn gmail.com> writes:
On Friday, 30 September 2016 at 20:02:46 UTC, Daniel Kozak wrote:
 One problem, when I run terminix in quake mode, there is 
 missung icon on my top bar in gnome shell and there is no way 
 to go to preferences, in normal window mode everything works ok.
It's by design, I set some hints so it doesn't show up in Gnome Shell's overview mode or alt-tab selector. A side-effect of that is that it doesn't get an app-menu shown.
 Btw. really good work, i really like terminix and use it for 
 some time now, but with quake mode (it is nice that there is no 
 keybinding because it works really nice with wayland) I can 
 remove guake from my system and use terminix for everything 
 even on wayland. Thx
Thanks, good to know it is working on Wayland because the quake mode was very iffy there due to the fact you can't globally position a window in Wayland.
Sep 30 2016