This is an automated email from the git hooks/post-receive script. b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/exo.
commit 7668af98bf8a44bce4c306759a200a5da9b04391 Author: Sean Davis <[email protected]> Date: Sun Jul 16 08:25:03 2017 -0400 Add terminator to exo helpers (Xfce #13714) --- exo-helper/helpers/Makefile.am | 1 + exo-helper/helpers/terminator.desktop.in.in | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/exo-helper/helpers/Makefile.am b/exo-helper/helpers/Makefile.am index 5109c50..c44d471 100644 --- a/exo-helper/helpers/Makefile.am +++ b/exo-helper/helpers/Makefile.am @@ -47,6 +47,7 @@ desktop_in_in_files = \ surf.desktop.in.in \ sylpheed.desktop.in.in \ sylpheed-claws.desktop.in.in \ + terminator.desktop.in.in \ Thunar.desktop.in.in \ thunderbird.desktop.in.in \ urxvt.desktop.in.in \ diff --git a/exo-helper/helpers/terminator.desktop.in.in b/exo-helper/helpers/terminator.desktop.in.in new file mode 100644 index 0000000..595979c --- /dev/null +++ b/exo-helper/helpers/terminator.desktop.in.in @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Icon=terminator +Type=X-XFCE-Helper +_Name=Terminator +StartupNotify=true +X-XFCE-Binaries=terminator; +X-XFCE-Category=TerminalEmulator +X-XFCE-Commands=%B; +X-XFCE-CommandsWithParameter=%B -x %s; -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
