[Bug 966728] Re: Keybindings containing control are not set

2012-05-16 Thread Thomas Hurst
** Changed in: terminator
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966728

Title:
  Keybindings containing control are not set

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/966728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 966728] Re: Keybindings containing control are not set

2012-05-16 Thread Thomas Hurst
I've pushed a bandaid to lp:terminator so Primary will be handled as
Control.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966728

Title:
  Keybindings containing control are not set

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/966728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 278457] Re: terminator update fails in intrepid beta

2008-10-05 Thread Thomas Hurst
rm -rf /usr/share/applications/terminator.desktop
/usr/share/pixmaps/terminator.png
/usr/share/icons/hicolor/*/apps/terminator.*
/usr/share/locale/*/LC_MESSAGES/terminator.mo /usr/lib/python2.5/site-
packages/terminatorlib /usr/bin/terminator

That should nuke what's there.

-- 
terminator update fails in intrepid beta
https://bugs.launchpad.net/bugs/278457
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 278457] Re: terminator update fails in intrepid beta

2008-10-05 Thread Thomas Hurst
(You should, of course, be very careful when copying that, try it as a
normal user first and make sure you didn't get any unfortunately placed
spaces which make it nuke /usr/share or something)

Alternatively you could manually install it a second time using setup.py
install --record=files.txt, then you get a handy file list you can xargs
to rm.  Newer setup.py's can also uninstall using such a file.

-- 
terminator update fails in intrepid beta
https://bugs.launchpad.net/bugs/278457
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260795] Re: Terminator fails to start if GDK cannot parse the configured colours

2008-08-26 Thread Thomas Hurst
I've put a simple fix in for 0.10; you'll get a warning on stderr and
the config option will otherwise be ignored.

I have a better fix, but it involves significantly more changes to the
config code, and that's probably a bad idea to push out hours before a
release that's going to go into the next Ubuntu.

-- 
Terminator fails to start if GDK cannot parse the configured colours
https://bugs.launchpad.net/bugs/260795
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161116] Re: bizarre extra matching of TLD on mailto: URLs

2008-07-06 Thread Thomas Hurst
Gnome Terminal is now using two different batches of regexps; the
original ones for 0.16.15 and pcre-looking ones for newer vte's.
Neither match our change.  This should be reevaluated for 1.0.

-- 
bizarre extra matching of TLD on mailto: URLs
https://bugs.launchpad.net/bugs/161116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161116] Re: bizarre extra matching of TLD on mailto: URLs

2008-06-22 Thread Thomas Hurst
It's the last group in the regexp.  Eliminating it appears to resolve
the problem, but might increase the rate of false positive matches.
I've committed the change to trunk.

Unfortunately setting the group to non-capturing using (?:) isn't an
option; it's not supported on my vte anyway.

-- 
bizarre extra matching of TLD on mailto: URLs
https://bugs.launchpad.net/bugs/161116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161116] Re: bizarre extra matching of TLD on mailto: URLs

2008-06-22 Thread Thomas Hurst
The modified regexp seems to work even better than I expected; I would
have thought it would catch trailing .'s.  Needs testing.

I also made the regexp case-insensitive.

** Changed in: terminator
 Assignee: Chris Jones (cmsj) = Thomas Hurst (tom.hurst)
   Status: Triaged = Fix Committed
   Target: 1.0-beta = 0.9

-- 
bizarre extra matching of TLD on mailto: URLs
https://bugs.launchpad.net/bugs/161116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs