Comment 9 for bug 1680891

Revision history for this message
Dan MacDonald (allcoms) wrote :

The arch site is back. Here's what arch does to the term 1.91 source before installation:

# python2 fix
    for file in terminatorlib/{,plugins/}*.py; do
        sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
        sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
    done

    # fix run without gconf
    sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py

I doubt any of those changes are responsible for my debug prob, are they?

https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/terminator