Package Details: terminator-git 2.1.1.136.gca335e45-1

Git Clone URL: https://aur.archlinux.org/terminator-git.git (read-only, click to copy)
Package Base: terminator-git
Description: multiple GNOME terminals in one window
Upstream URL: https://github.com/gnome-terminator/terminator.git
Keywords: terminator
Licenses: GPL2
Conflicts: terminator, terminator-gtk3-bzr
Submitter: Jeffrey4l
Maintainer: Jeffrey4l
Last Packager: Jeffrey4l
Votes: 17
Popularity: 0.000000
First Submitted: 2020-03-29 15:26 (UTC)
Last Updated: 2022-01-23 15:38 (UTC)

Latest Comments

1 2 3 Next › Last »

Jeffrey4l commented on 2022-01-23 15:39 (UTC)

Fixed. Thanks @Felixoid.

Felixoid commented on 2022-01-21 12:41 (UTC)

Hi. I thought it may make sense to add a patch I needed to build a package:

diff --git a/PKGBUILD b/PKGBUILD
index 390ce6c..80da02d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
 # Maintainer: Jeffrey Zhang zhang.lei.fly@gmail.com
 pkgname=terminator-git
-pkgver=2.0
+pkgver=2.1.1.136.gca335e45
 pkgrel=1
 pkgdesc='multiple GNOME terminals in one window'
 arch=('any')
 url='https://github.com/gnome-terminator/terminator.git'
 license=('GPL2')
-depends=('gconf'
+depends=('gsettings-desktop-schemas'
          'libkeybinder3'
+         'libnotify'
          'python-cairo'
          'python-configobj'
          'python-dbus'
@@ -15,7 +16,7 @@ depends=('gconf'
          'python-psutil'
          'vte3'
          'xdg-utils')
-makedepends=('git' 'intltool' 'python-setuptools')
+makedepends=('git' 'intltool' 'python-setuptools' 'python-pip')
 conflicts=('terminator' 'terminator-gtk3-bzr')
 source=("git+https://github.com/gnome-terminator/terminator.git")
 sha256sums=('SKIP')

Cork commented on 2020-05-24 19:41 (UTC)

Terminator has moved from launchpad to github. I recommend switching to terminator-git as it is much more up to date.

Jeffrey4l commented on 2020-05-20 01:41 (UTC)

hey @magenbrot, i built terminator-git from a pure env, and i don't think python-wheel is required. on the other hand, python-setuptools is required which is just added.

magenbrot commented on 2020-05-19 07:42 (UTC)

Today I've rebuild terminator-git with the latest version on github. The package now needs "python-wheel" to build successfully.

cunning_crow commented on 2020-04-23 12:41 (UTC)

I already had terminator, but there was an update for python-configobj-5.0.6-7 today and now it is working again. Possibly some version of configobject in between caused the issue, but it is working again after updating configobj

Jeffrey4l commented on 2020-04-22 16:20 (UTC)

could you make sure the python-configobj is installed? or try following command?

python -c 'import configobj; print(configobj)'

cunning_crow commented on 2020-04-22 13:33 (UTC) (edited on 2020-04-22 13:34 (UTC) by cunning_crow)

Not launching since recent update, only logs are missing configobject library.

Apr 22 09:12:33 myuser gnome-shell[3598]: Traceback (most recent call last):
Apr 22 09:12:33 myuser gnome-shell[3598]:   File "/usr/bin/terminator", line 48, in <module>
Apr 22 09:12:33 myuser gnome-shell[3598]:     import terminatorlib.optionparse
Apr 22 09:12:33 myuser gnome-shell[3598]:   File "/usr/lib/python3.8/site-packages/terminatorlib/optionparse.py", line 24, in <module>
Apr 22 09:12:33 myuser gnome-shell[3598]:     from . import config
Apr 22 09:12:33 myuser gnome-shell[3598]:   File "/usr/lib/python3.8/site-packages/terminatorlib/config.py", line 75, in <module>
Apr 22 09:12:33 myuser gnome-shell[3598]:     from configobj import ConfigObj, flatten_errors
Apr 22 09:12:33 myuser gnome-shell[3598]: ModuleNotFoundError: No module named 'configobj'

Jeffrey4l commented on 2020-04-20 03:28 (UTC)

yeah, you are correct, i have added the python-cairo dependency. thanks a lot.

heylookmatt commented on 2020-04-20 03:17 (UTC)

I think this package may be missing the python-cairo dependency. I installed this on a system without python-cairo and terminator failed to start because it couldn't find the "cairo" module.