[Bug 1769774] Re: Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

2018-05-09 Thread Stephen Boddy
On my Ubuntu / Unity desktop neither Terminator, the default gnome-
terminal, or tilix display anything related to monospaced fonts with the
GDK_DEBUG=settings prefix. (There is a proportional system font
returned, but that's not what we're interested in here.)

In the gnome-terminal source (which is effectively the bible so far as 
Terminator is concerned for how to do things)...
https://github.com/GNOME/gnome-terminal/blob/master/src/terminal-app.h#L33
and
https://github.com/GNOME/gnome-terminal/blob/master/src/terminal-app.c#L1135

Same in tilix...
https://github.com/gnunn1/tilix/blob/master/source/gx/tilix/preferences.d#L26
and
https://github.com/gnunn1/tilix/blob/master/source/gx/tilix/terminal/terminal.d#L2330

Those are only querying gsettings exactly the same as we are.

If there was an easy way to query xsettings then I suppose it could be
added as a fallback but, so far as I can tell, there is no commonly
used/accepted python module for querying xsettings.

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

Title:
  Xfce doesn't set GNOME/Gtk3 dconf keys for theme and font

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

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

[Bug 1769774] Re: Terminator uses the wrong font when system default is selected

2018-05-09 Thread Stephen Boddy
$ dconf read /org/gnome/desktop/interface/monospace-font-name
'Hack Regular 10'

Hope that helps.

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

Title:
  Terminator uses the wrong font when system default is selected

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

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

[Bug 1769774] Re: Terminator uses the wrong font when system default is selected

2018-05-08 Thread Stephen Boddy
I'm pretty sure that you are tripping over the fact that terminator is
gtk3 and checks in the gnome standard location. I'm not sure if xfce
attempts to set the right fonts for the various desktops (i.e. gnome
gtk2 and gtk3, kde, etc). I would argue that it is better to have the
desktop set these values, rather than have every application trying to
detect every desktop and parse their various ways of setting default
fonts.


** Changed in: terminator (Ubuntu)
   Status: New => Opinion

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

Title:
  Terminator uses the wrong font when system default is selected

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

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

[Bug 1768264] Re: terminator separator is transparent

2018-05-01 Thread Stephen Boddy
This is typically because of how the theme is drawn.

If you look here: https://bazaar.launchpad.net/~gnome-
terminator/terminator/gtk3/files/head:/terminatorlib/themes/

You can see the overrides in place to make Terminator play nice with
some themes that do funky things.

But your particular problem /should/ have been fixed by:
https://bazaar.launchpad.net/~gnome-terminator/terminator/gtk3/view/head:/terminatorlib/terminator.py#L454

That should select the background color of your theme, and ensure that
the pane handle is drawn with it.

Try attaching a screenshot and let me know what gtk3 theme you use. That
might give me more of a clue.

** Changed in: terminator (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  terminator separator is transparent

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

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

[Bug 1768264] Re: terminator separator is transparent

2018-05-01 Thread Stephen Boddy
Ah. I didn't see Egmont's follow up comment. More info from you Brian
would still be useful.

@Egmont: I assume you too are already on 18.04 LTS like Brian?

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

Title:
  terminator separator is transparent

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

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

[Bug 1738500] Re: Ctrl+Shift+E not working in Bionic

2017-12-21 Thread Stephen Boddy
Yeah, the '@' symbol is a 'prompt' like when entering unicode you first
see an underlined 'u'. I wasn't even getting the '@' because my 3.18 Gtk
is too old for this feature. Apparently this shortcut they've hijacked
is also an emacs command. My dilemma is; do I wait and see if the Gnome
shortcut gets changed, or do I try and find an alternative now?

** Changed in: terminator (Ubuntu)
   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/1738500

Title:
  Ctrl+Shift+E not working in Bionic

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

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

[Bug 1739056] Re: Subsequent launches forks from the same process which causes grouping to stretch across all instances

2017-12-19 Thread Stephen Boddy
Known issue/limitation. You can easily disable this by turning off the
DBus, or you can change your launcher command to use the "-u" flag.

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

Title:
  Subsequent launches forks from the same process which causes grouping
  to stretch across all instances

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

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

[Bug 1738500] Re: Ctrl+Shift+E not working in Bionic

2017-12-16 Thread Stephen Boddy
More info:

https://fedoramagazine.org/using-favorite-emoji-fedora-25/

In particular the comment in reply to someone wishing to disable the emoji 
input method:
@Miguel: You can do this easily through a command like: gsettings set 
org.freedesktop.ibus.panel.emoji hotkey "['j']" (or another 
hotkey of your preference).

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

Title:
  Ctrl+Shift+E not working in Bionic

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

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

[Bug 1738500] Re: Ctrl+Shift+E not working in Bionic

2017-12-16 Thread Stephen Boddy
This may be why:
https://developer.gnome.org/gtk3/3.22/GtkIMContextSimple.html

It's possible this shortcut is now being hijacked by the desktop input
method. I know in Xenial (Gtk 3.18) gedit I can get a unicode character,
but I can't get an emoji using the details given. Perhaps you can see if
you get an emoji in Bionic (Gtk 3.22) typing the example sequences into
gedit?

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

Title:
  Ctrl+Shift+E not working in Bionic

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

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

[Bug 1726889] Re: Terminator Icon invalid in the dock bar/alt-tab

2017-10-24 Thread Stephen Boddy
Yeah, and then that gets pulled into Ubuntu, because they mostly use
Debian packages. So it probably needs to be raised with Debian. Not sure
that when this patch was applied they actually understood the reason for
adding the wrapper.

Unfortunately I made a mistake in the release notes by not linking back
to the bug #1067287 in the Changelog entry:

* Adjustment to the way alternatives are set up that should cure
  blurry/incorrect icons in task switchers

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

Title:
  Terminator Icon invalid in the dock bar/alt-tab

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

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

[Bug 1726817] Re: No launcher appearing in gnome shell menu

2017-10-24 Thread Stephen Boddy
OK. Hrr. ¯\_(ツ)_/¯

Total spitball of an idea. Maybe Gnome 3.26 is expecting something to be
in the .desktop file that we install. I'm not logged into Linux so this
is a bit vague. Look for the folder containing terminator.desktop
(something like /usr/share/applications/data/) and compare the
terminator.desktop with something else in that folder that *is* showing
up properly. Maybe there is something new that is expected.

I found https://developer.gnome.org/integration-guide/stable/desktop-
files.html.en but it doesn't seem to have anything out of the ordinary
(assuming it is up to date.) Also see https://developer.gnome.org
/desktop-entry-spec/ for the full spec.

** Changed in: terminator (Ubuntu)
   Status: New => Incomplete

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

Title:
  No launcher appearing in gnome shell menu

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

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

[Bug 1726817] Re: No launcher appearing in gnome shell menu

2017-10-24 Thread Stephen Boddy
** This bug is no longer a duplicate of bug 1723464
   Window does not appear in GNOME's activities overview

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

Title:
  No launcher appearing in gnome shell menu

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

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

[Bug 1726817] Re: No launcher appearing in gnome shell menu

2017-10-24 Thread Stephen Boddy
*** This bug is a duplicate of bug 1723464 ***
https://bugs.launchpad.net/bugs/1723464

Possible duplicate of https://bugs.launchpad.net/terminator/+bug/1723464
?

** This bug has been marked a duplicate of bug 1723464
   Window does not appear in GNOME's activities overview

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

Title:
  No launcher appearing in gnome shell menu

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

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

[Bug 1722796] Re: first scroll down to shrink font make fonts larger

2017-10-11 Thread Stephen Boddy
** Changed in: terminator (Ubuntu)
   Status: New => Confirmed

** Also affects: terminator
   Importance: Undecided
   Status: New

** Changed in: terminator
   Status: New => Triaged

** Changed in: terminator
   Importance: Undecided => Low

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

Title:
  first scroll down to shrink font make fonts larger

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

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

[Bug 271487] Re: terminator need to highlight search string

2017-07-25 Thread Stephen Boddy
Fix committed in rev 1773.

I abandoned the search ahead and back that was causing me grief. The
positioning in the scrollback buffer was getting very messed up. The
code h cleaner now, and the behaviour matches gnome-terminal. It would
be nice if there was a way of finding out if there were matched
before/after the current highlight without having to perform mickey
mouse searches, but this is the hand the API has dealt. Deal with it ;-)

** Changed in: terminator
   Status: Confirmed => Fix Committed

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

Title:
  terminator need to highlight search string

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

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


[Bug 271487] Re: terminator need to highlight search string

2017-07-19 Thread Stephen Boddy
** Patch added: "OK, So here's a provisional patch. There's some bugs to it 
though, and I'm a bit too tired to figure them out right now. 1) First match 
does not get highlighted 2) First match does not disable the previous button 3) 
When clicking down through the matches, then back up to the first, the 
scrolling jumps to the bottom. I think these are all related to the clunky 
method used to detect if there's a next/previous match."
   
https://bugs.launchpad.net/terminator/+bug/271487/+attachment/4917851/+files/prov_search.patch

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

Title:
  terminator need to highlight search string

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

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


[Bug 271487] Re: terminator need to highlight search string

2017-07-19 Thread Stephen Boddy
OK, So here's a provisional patch (#26). There's some bugs to it though, and 
I'm a bit too tired to figure them out right now.
1) First match does not get highlighted
2) First match does not disable the previous button
3) When clicking down through the matches, then back up to the first, the 
scrolling jumps to the bottom.
I think these are all related to the clunky method used to detect if there's a 
next/previous match.

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

Title:
  terminator need to highlight search string

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

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


[Bug 1703801] Re: resolution reduced when switching to full screen and back

2017-07-12 Thread Stephen Boddy
Do you have geometry hints turned on? I can see this behaviour if I
startup with hints on, and do the F11 shuffle. Curiously if I then
resize the window to 80x24, and repeat the F11 shuffle, the problem goes
away.

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

Title:
  resolution reduced when switching to full screen and back

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

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


[Bug 1693497] Re: middle mouse button paste only on one terminal

2017-05-25 Thread Stephen Boddy
Committed revision 1765.

Fix middle-click paste to receivers that was accidentally broken by fix
for LP#1647507

** Changed in: terminator
   Status: Triaged => Fix Committed

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

Title:
  middle mouse button paste only on one terminal

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

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


[Bug 1693497] Re: middle mouse button paste only on one terminal

2017-05-25 Thread Stephen Boddy
** Also affects: terminator
   Importance: Undecided
   Status: New

** Changed in: terminator
   Status: New => Confirmed

** Changed in: terminator
   Status: Confirmed => Triaged

** Changed in: terminator
   Importance: Undecided => Medium

** Changed in: terminator (Ubuntu)
   Status: New => Confirmed

** Changed in: terminator
Milestone: None => 2.0

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

Title:
  middle mouse button paste only on one terminal

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

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


[Bug 1686347] Re: golang-1.8-go binaries are installed into lib

2017-04-26 Thread Stephen Boddy
Ahem. Sorry flippant reply did not help. I was actually talking about
this ticket. It is for *Terminator* which is written in Python and has
nothing whatsoever to do with Go, so you probably won't find much help
here. You should probably raise a new issue with the correct
project/package.

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

Title:
  golang-1.8-go binaries are installed into lib

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

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


[Bug 1686347] Re: golang-1.8-go binaries are installed into lib

2017-04-26 Thread Stephen Boddy
Wrong package/project maybe?

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

Title:
  golang-1.8-go binaries are installed into lib

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-04-26 Thread Stephen Boddy
OK, not sure why I thought setting the Ubuntu package to Invalid was a
good idea. Not my call, as I don't deal with the official Ubuntu
packaging myself. (There are nightly builds I produce, but they're not
Ubuntu official.)

** Changed in: terminator (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-04-20 Thread Stephen Boddy
** Changed in: terminator (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2017-03-31 Thread Stephen Boddy
@Vej: I've had a few cases of people in Indonesia doing stupid actions
that cause me (the maintainer) problems, as I have to then fix the stuff
they mess with. I had one Indonesian person that I had banned twice for
doing braindead changes to the translations. I do wonder if this crap is
some way of accumulating karma, but why? It's not like there's cash
rewards for a big karma score. And why is it always Indonesia? Very
peculiar.

@rahmadani: This is the first and last warning to you. If you make more
pointless changes to this project then I will speak to the Launchpad
group and have your account banned. In case you do not speak English:
Ini adalah peringatan pertama dan terakhir untuk Anda. Jika Anda membuat
perubahan yang lebih sia-sia untuk proyek ini maka saya akan berbicara
kepada kelompok Launchpad dan memiliki account Anda dilarang.

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1676082] Re: Inactive terminator tabs have a 100% transparent background (which looks very broken)

2017-03-26 Thread Stephen Boddy
*** This bug is a duplicate of bug 1667709 ***
https://bugs.launchpad.net/bugs/1667709

You are using an old version of terminator. Fixes for the background
tabs went in after 1.90 rev 1705 related to fixing transparent tabs. In
fact this is a duplicate of another bug that already raised this *after*
the bug had been fixed.

https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/1667709


** This bug has been marked a duplicate of bug 1667709
   unfocussed tabs are transparent

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

Title:
  Inactive terminator tabs have a 100% transparent background (which
  looks very broken)

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

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


[Bug 1435630] Re: Add Feature: CTRL-Scroll Zoom

2017-03-07 Thread Stephen Boddy
"It' ALIVE"

Really? The undead is becoming so passé...

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

Title:
  Add Feature: CTRL-Scroll Zoom

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

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

[Bug 1573907] Re: missing "Close multiple terminals?" warning when current terminal is zoomed

2017-03-05 Thread Stephen Boddy
*** This bug is a duplicate of bug 1531933 ***
https://bugs.launchpad.net/bugs/1531933

** This bug has been marked a duplicate of bug 1531933
   Confirmation when closing multiple terminals is bypassed if one of them is 
maximized

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

Title:
  missing "Close multiple terminals?" warning when current terminal is
  zoomed

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-03-01 Thread Stephen Boddy
Marking as Invalid as the fix was already released, and no action to be
taken.

** Tags added: no-action

** Changed in: terminator
   Status: Incomplete => Invalid

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-03-01 Thread Stephen Boddy
Or, you know, you could test a newer version of Terminator which I
already stated has a fix for all the transparency issues... like I
mentioned in comment #3. That's a lot easier than me upgrading my system
to a non-LTS release so I can confirm something you can do in 5 minutes.
If you don't want switch to nightly, you can run a quick test without
affecting the current install.

Make sure no other Terminator instances are running. Use another
terminal to run the following commands.

You'll need bzr if you don't have it:
sudo apt-get install bzr

Then create a local copy:
bzr branch lp:terminator 

which will create the folder TARGET containing the latest dev code. In case not 
obvious, replace TARGET with a suitable name, also removing the <>. Then cd 
into it, and run the branch of terminator:
cd 
./terminator

Check tabs.

Report back.

** Changed in: terminator
   Status: Triaged => Incomplete

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-02-28 Thread Stephen Boddy
** Changed in: terminator
   Importance: Undecided => Low

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2017-02-26 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1241052] Re: Add Keywords entry to the desktop file

2017-02-26 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Add Keywords entry to the desktop file

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

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


[Bug 1621156] Re: terminator not working with python3

2017-02-26 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  terminator not working with python3

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

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


[Bug 1667709] Re: unfocussed tabs are transparent

2017-02-24 Thread Stephen Boddy
You mean you don't want kittens peeping through bits of your window? You
monster! :-D

Okay, so I'm fairly certain you got bitten by zesty having 3.22 gtk.
Gnome, in their infinite (and absolutely always correct) wisdom decided
to change CSS handling in gtk 3.20, breaking applications that were
using the class to assign styling. From 3.20 it only works with node
names. We actually already have a fix in http://bazaar.launchpad.net
/~gnome-terminator/terminator/gtk3/revision/1714 but you are ~10
revisions behind. You could enable the nightly gtk3 PPA found at
https://code.launchpad.net/~gnome-terminator/+archive/ubuntu/nightly-
gtk3 which will get you all the latest fixes.

Be aware that rev 1714 is only a partial fix, as the theme specific
fixes and styling are very likely also broken. It looks like you are
using the Ambiance theme by the styling of the tabs in your image, but
with Ambiance you *should* see tabs that look like the ones in gnome-
terminal if you have the "Extra Styling" checked in Preferences.

I cannot see this issue (I'm on gtk 3.18) so I'm rather reliant on
someone being willing to either fix these themselves, or be prepared to
do a frequent and quick feedback loop, being my eyes while I make
changes.

** Also affects: terminator
   Importance: Undecided
   Status: New

** Changed in: terminator
   Status: New => Triaged

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

Title:
  unfocussed tabs are transparent

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

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


[Bug 1264602] Re: Fail to launch Terminator

2017-02-17 Thread Stephen Boddy
OK, so this is errors generated by the underlying libraries, and mostly
seem to be as a result of running under "alien" non-gnome desktop
environments.

Correct me if I'm wrong, but no one ever said this actually cause a bug,
it's just that some warnings appear. The only problem is the universal
hide shortcut does not get registered. That's not something we can do
anything about, because it is a limitation of the library that it can
only register the shortcut in the gnome environment.

Going to mark this as Won't Fix, as I I'm not prepared to spawn a ever-
increasingly complex web of attempts to detect the desktop and trying to
account for all the permutations. If someone else were to spend the time
figuring out how to detect every desktop environment, compositor,
utility libraries etc, etc, and come up with a patch to handle them all
gracefully, then I'll look at it. For now we'll just live with some
warnings getting spit out to the stdout/err.

** Changed in: terminator
   Status: Confirmed => Won't Fix

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

Title:
  Fail to launch Terminator

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

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2017-02-11 Thread Stephen Boddy
Committed revision 1729.

Yay!!! This was an annoying one, and it seems it has been around for a
long time.

** Changed in: terminator
   Status: Incomplete => Fix Committed

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1661233] Re: PageDown buffer not useful

2017-02-07 Thread Stephen Boddy
An idea is to do a differential too. Test multiple terminal programs in
near identical circumstances. In this instance I'd suggest testing with
other libvte based terminals, konsole, and xterm.

If all terminals experienced the same issue, it's either less, or
something intrinsic in how you're using it, such as Egmont says, a slow
connection.

If all libvte terminals experienced the same issue, but none of the
others did, then I'd be looking at vte.

If only Terminator experience the issue, then it's probably us, although
in this case it's doubtful.

** Changed in: terminator (Ubuntu)
   Status: New => Incomplete

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

Title:
  PageDown buffer not useful

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

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


[Bug 1568132] Re: terminator keeps crashing: segfault in libvte.so.9.2800.2

2017-02-07 Thread Stephen Boddy
As per Egmont, these segfaults in the gtk2 libvte will never get fixed.
They've moved on, and so should we. For anyone subscribed who wants
newer packages there is a gtk3 release out there; 1.90, so still a few
bugs to iron out, but much better than gtk2 already.

If you want *really* up to date check out the nightly PPA's.

https://launchpad.net/~gnome-terminator/+archive/ubuntu/nightly-gtk3

** Changed in: terminator (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: terminator (Ubuntu)
   Status: Invalid => Opinion

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

Title:
  terminator keeps crashing: segfault in libvte.so.9.2800.2

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

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


[Bug 271487] Re: terminator need to highlight search string

2017-02-05 Thread Stephen Boddy
** Changed in: terminator
Milestone: 2.0 => 2.1

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

Title:
  terminator need to highlight search string

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

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


[Bug 1661233] Re: PageDown buffer not useful

2017-02-02 Thread Stephen Boddy
I tried with a 168 M trace file and saw no issues. How big was the file?
What type of log file? Does it contain very long lines? Were you using
the "-S" flag of less to turn off wrapping? Do other terminal programs
show the same behaviour or not?

Honestly I don't think this is directly related to Terminator. All we do
is wrap the terminal widget libvte. If there is a slowdown somewhere
it's likely to be somewhere in there, or in less itself.

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

Title:
  PageDown buffer not useful

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

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


[Bug 1661231] Re: Super+1 and Super+0 do the same

2017-02-02 Thread Stephen Boddy
That's because you aren't trying hard enough. You need 10 or more
terminals to understand ;-)

http://terminator-gtk3.readthedocs.io/en/latest/gettingstarted.html
#insert-terminal-number

** Changed in: terminator (Ubuntu)
   Status: New => Invalid

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

Title:
  Super+1 and Super+0 do the same

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

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


[Bug 1660043] Re: Existing terminator window gets focus when starting a new instance

2017-02-01 Thread Stephen Boddy
The following bug may have inadvertently led to a fix for a number of
issues with focus and window z-order when opening new windows and
unhiding a hidden one.

https://bugs.launchpad.net/terminator/+bug/1501128

Please retest revision 1715, and report if this bug is still
reproducible.

** Changed in: terminator (Ubuntu)
   Status: New => Incomplete

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

Title:
  Existing terminator window gets focus when starting a new instance

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

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


[Bug 1241052] Re: Add Keywords entry to the desktop file

2017-02-01 Thread Stephen Boddy
Committed revision 1711.

** Changed in: terminator
   Status: Confirmed => Fix Committed

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

Title:
  Add Keywords entry to the desktop file

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

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


[Bug 1621156] Re: terminator not working with python3

2016-11-24 Thread Stephen Boddy
Committed revision 1655.

** Changed in: terminator
   Status: New => Fix Committed

** Changed in: terminator (Ubuntu)
   Status: New => Fix Committed

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

Title:
  terminator not working with python3

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

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


[Bug 1613416] Re: Characters overlap when increasing the font in the settings

2016-08-16 Thread Stephen Boddy
As per Egmont, you really need to select a monospace font. In GTK2 there
is no obvious way to set a fixed font filter on the dialog. I could do a
post change check using pango and pop up a warning if the font was not
monospaced.

In GTK3 it is possible to set up a filter function so the dialog will
only display monospaced.

I can't think of any sane person wanting to use proportional fonts as
they're unreadable, so perhaps this would be a good idea.

** Changed in: terminator (Ubuntu)
   Status: New => Invalid

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

Title:
  Characters overlap when increasing the font in the settings

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

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


[Bug 1294699] Re: Xubuntu desktop crashes in call to cairo after setting fixed-width bitmap (pcf) GTK font

2016-07-06 Thread Stephen Boddy
Just like to second Vlad's request to have this put into 14.04 Trusty
*LTS* too :-)

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

Title:
  Xubuntu desktop crashes in call to cairo after setting fixed-width
  bitmap (pcf) GTK font

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/1294699/+subscriptions

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2016-04-07 Thread Stephen Boddy
Hi, you're the first person to touch this bug in a verrry
long time. Which version of Terminator are you using?

Quick explanation: The /tmp/vteXX files are temporary files created
to hold the scrollback history once the size gets a little too big. You
will typically see these if you have infinite scrollback turned on. They
are created, a lock is obtained, then it is unlinked so no longer
appears in the filesystem. They are entirely handled by the libvte
component, so nothing can be done within Terminator directly. The vte
developers have long since moved on from the crusty old libvte used by
Terminator (typically 0.28) to a much newer gtk3 version (currently
0.4x), and do not backport fixes. It would help if you could see if this
is still an issue in the gtk3 version of Terminator with a recent
version of libvte. ( http://gnometerminator.blogspot.de/2015/09/so-you-
want-to-try-terminator-gtk3.html ) If the problem still occurs there,
then a bug needs to be raised against libvte (
https://bugzilla.gnome.org/page.cgi?id=browse.html=vte )

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1550339] Re: terminator crashed with SIGSEGV in g_signal_emit_valist()

2016-02-26 Thread Stephen Boddy
*** This bug is a duplicate of bug 976158 ***
https://bugs.launchpad.net/bugs/976158

Furthermore, you have not attached stack traces and the like, meaning
this bug would be impossible to investigate even for someone who did
have the necessary C skills. Bug #976158 does have traces, but of course
there might be a different root cause there.

Marking as a duplicate of #976158.

** This bug has been marked a duplicate of bug 976158
   terminator crashed with SIGSEGV in gtk_entry_get_display_mode()

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

Title:
  terminator crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Bug 1550339] Re: terminator crashed with SIGSEGV in g_signal_emit_valist()

2016-02-26 Thread Stephen Boddy
*** This bug is a duplicate of bug 976158 ***
https://bugs.launchpad.net/bugs/976158

Hi Stephan. I realise English is most likely a second language, but your
comment #3 comes across like attitude. As far as I can tell the apport
reported bugs have a degree of Launchpad automation. No person handled
this and set it to be a duplicate of a private bug. I think the apport
related bugs are reported initially as Private because they could
contain sensitive details. It seems like Launchpad does not recognise
that an earlier bug is still Private (i.e. the reporter never set it to
Public) and marks newer bugs as duplicate of the still Private bug. This
is why you are not able to see the original bug - neither can I. There
is an even earlier Public bug #976158 which has the same kind of error.
As someone who can code Python, I do not personally have the skills to
dig into internal GTK stack traces to understand the cause of the
SIGSEGV's.

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

Title:
  terminator crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Bug 1535364] Re: Random hangs after upgrade to 0.97/8

2016-01-22 Thread Stephen Boddy
Hi, you have unfortunately over trimmed. Any chance you could post the
last 50 or so lines of the debug output? This way I could more
definitively be sure where we are in the path.

I'm pretty sure we dealing with the titlebar update (which call the
update_visibility method) and shortly after it returns there is a call
to local method set_from_icon_name, which then calls a method of the
same name of the group icon.

One thing you could try (which will stop the group icons from updating) is to 
comment out the line in titlebar.py at the end of the Titlebar class' update 
method:
 self.set_from_icon_name(icon, gtk.ICON_SIZE_MENU)

For me it is line 178, but that might be different for you. I'm guessing
it will no longer crash for you.

These two machines. Are they the same OS/release? The same versions of
gtk & python?

This function gets called very frequently, and you (so far) seem to be
the only one hitting this, so I am suspecting something funky going on
on that machine. How easy is this to trigger? Does it happen very
quickly, or does it often take prolonged use?

Also, have you tried the gtk3 version on the funky machine? Does it
exhibit the same issue? That's a completely different library, and it
would be very odd if that suffers the issue too.

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

Title:
  Random hangs after upgrade to 0.97/8

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

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


[Bug 1535364] Re: Random hangs after upgrade to 0.97/8

2016-01-18 Thread Stephen Boddy
Well taking a quick look at the gdb trace (I'm not a C dev, so please
excuse my errors) and it looks like the hang occurs in the
gtk_image_set_from_icon_name function, which is called as
set_from_icon_name  as a method of a Python object.

This function is called from terminal_popup_menu.py and titlebar.py for 
Terminator, but without understanding what exactly causes the hang it's tricky 
to diagnose anything. You could try running terminator with the debug flag, and 
putting the output into a file. Something like:
terminator -d --debug-class TerminalPopupMenu,Titlebar
Unfortunately the debugging statements are few and far between in these code 
blocks, so you might need to insert some and try to trigger the hang to narrow 
the possibilities.

Note that because the hang looks to be inside GTK, then unless we are
misusing the API, it might not be possible to fix in Terminator itself.

** Changed in: terminator (Ubuntu)
   Status: New => Incomplete

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

Title:
  Random hangs after upgrade to 0.97/8

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

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


[Bug 1523082] Re: Terminator does not start anymore (Bus error)

2015-12-05 Thread Stephen Boddy
Nothing that Terminator does would directly cause this error. These bus
errors are usually a symptom of issues with the disks or cabling, or
sometimes (very rarely) a kernel update could start causing them.

I *strongly* recommend you back up any data you don't want to lose
immediately. Check the SMART parameters in the Disk Utility to see if
there are any potential problems with the disk. Then finally (even if
SMART reports no errors) do a full disk test from within the SMART
section. While that test is running you should monitor the sys logs for
more errors.

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

Title:
  Terminator does not start anymore (Bus error)

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

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


[Bug 1316573] Re: rotate does not work if tab is open

2015-11-30 Thread Stephen Boddy
** Branch unlinked: lp:terminator/gtk3

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

Title:
  rotate does not work if tab is open

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

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


[Bug 1398424] Re: Double characters on inactive terminal

2015-11-28 Thread Stephen Boddy
Please ignore Egmonts comment re lp:1518089 That has nothing to do with
this.

The fact is that input is horribly complex and we're doing something
particularly unusual with broadcasting. It's a miracle it works as well
as it does. Have you tested a recent nightly? A number of fixes went in
to try to get broadcasting working in all cases (w/IBus, wo/IBus,
setkeymap.) If you still see the double char (or can temporarily induce
it, please try a nightly and report back if the double char is fixed for
all conditions,

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

Title:
  Double characters on inactive terminal

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

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


[Bug 819775] Re: Broadcasting input across multiple terminator windows repeats keypresses many times

2015-11-28 Thread Stephen Boddy
The fact is that input is horribly complex and we're doing something
particularly unusual with broadcasting. It's a miracle it works as well
as it does. Have you tested a recent nightly? A number of fixes went in
to try to get broadcasting working in all cases (w/IBus, wo/IBus,
setkeymap.) If you still see the double char (or can temporarily induce
it, please try a nightly and report back if the double char is fixed for
all conditions,

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

Title:
  Broadcasting input across multiple terminator windows repeats
  keypresses many times

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

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


[Bug 1509050] Re: terminator intercepts Record your encryption passphrase run this action now

2015-10-22 Thread Stephen Boddy
Some questions (I still live on 14.04 LTS, with no encryption, so this
is not something I've seen) although I think the issue is already fixed
in the 0.98 release.

Before attempting the upgrade:
1) You have encryption setup? (full disk? home folder?)
2) You have set Terminator as the default Terminal (Ctrl+Alt+T global shortcut 
launches Terminator instead of GNOME-Terminal)

On attempting upgrade
3) The upgrade process prompts to store the password for the encrypted 
drive/folder? (I'm guessing this is either to unlock on login, or to store 
multiple disk encryption passwords under a master password so only a single 
password is requested at startup?)

Can you if possible:
4) get the output of "ps -ef | grep -e terminator -e terminal-emulator" while 
the problem terminal is open so I can see what parameters were passed to 
Terminator.

Where possible Terminator tries to follow whatever GNOME-Terminal does with 
regards command-line handling. There was however a modification/fix for 
x-terminal-emulator handling of -e / --execute in 
http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk/revision/1446 
added since 0.97 that could have
a) fixed things, or
b) broken things if Ubuntu backported the fix to Vivid (unlikely).
I think a) is the appropriate one.

I suspect if this activity was repeated (probably not possible now) with
the new 0.98 that contains rev. 1446 installed before attempting the
upgrade, then you would not have encountered this issue.

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

Title:
  terminator intercepts Record your encryption passphrase run this
  action now

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

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


[Bug 1506568] Re: Capital letters don't work in tab titles and other places

2015-10-15 Thread Stephen Boddy
Very strange one. Always cool when someone fixes their own problems :-)

I added a French layout, and L+R Shift as the next layout shortcut (all
from within the system settings "Text Entry" and "Keyboard" panes, not
using IBus) and everything still worked OK for me. Then again, I'm using
an older Ubuntu, GNOME fallback/classic (hate Unity) and all in a
VirtualBox VM under Windows 8. Any number of things could be the
mysterious trigger for this.

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

Title:
  Capital letters don't work in tab titles and other places

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

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


[Bug 1506568] Re: Capital letters don't work in tab titles and other places

2015-10-15 Thread Stephen Boddy
Nope, not reproducible on either 0.97 or trunk (0.98 + a little extra)
using LTS 14.04. Your system is whacked :-) Off the top of my head:

Are you using a non-English language environment?
Do you use/switch between alternate keyboard maps? (i.e. IBus, setxkbmap)
No config attached, so I can't see if you have set any strange 
shortcuts/keybindings.
No debug output of the error.

** Changed in: terminator
   Status: New => Incomplete

** Changed in: terminator
   Importance: Undecided => Low

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

Title:
  Capital letters don't work in tab titles and other places

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

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


[Bug 1080549] Re: Please apply the po patch

2015-10-01 Thread Stephen Boddy
A long long time ago...

** Changed in: terminator (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Please apply the po patch

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

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


[Bug 271487] Re: terminator need to highlight search string

2015-09-16 Thread Stephen Boddy
I was digging around this tonight, and it's a bad news, good news,
situation.

Bad news: The vte search methods are not exposed in the pygtk bindings.
Probably because the GLib regex class isn't exposed either, which they
depend on.

Good news: Due to GTK3 using Introspection, it looks like they are both
exposed there. So this cannot be fixed in trunk, but can be in GTK3
branch.

I'll assign this item to the Terminator 2.0 milestone.

** Changed in: terminator
Milestone: None => 2.0

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

Title:
  terminator need to highlight search string

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

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


[Bug 271487] Re: terminator need to highlight search string

2015-09-13 Thread Stephen Boddy
I'll make a piece of code to futz it like ClusTerm did that is so
horrible it will guilt trip you into doing it sooner just to eradicate
such atrocities  ;-)

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

Title:
  terminator need to highlight search string

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

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


[Bug 271487] Re: terminator need to highlight search string

2015-09-12 Thread Stephen Boddy
@Egmont: Wow, that's a lot of food for thought, very interesting ideas,
and almost certainly the subtleties of the best methods within libvte
would be beyond my limited understanding.

Yes, your second paragraph nailed it with respect to my naive view of
what I'd like. However this is getting way beyond what this bug is
actually about, so let's move this discussion elsewhere, to somewhere
more appropriate. What do you think? A new bug here, a blueprint here, a
bug against libvte in it's bugzilla? I think this might be the rare
occasion where a blueprint is actually useful :-D

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

Title:
  terminator need to highlight search string

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

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


[Bug 271487] Re: terminator need to highlight search string

2015-09-12 Thread Stephen Boddy
@Egmont: The bug is asking for highlighting of a string, not necessarily
all of them at once, because right now the search has no highlight,
making it hard for the eye to find the text.

I did some digging through how the search works in GNOME Terminator, and
realised that for some reason the implementation in Terminator does it's
own searching through the buffer rather than simply using the vte
gregex/next/previous stuff. It's quite a chunk of code and I'd like
to/will fix it, but it's not a five minute job. Once we start using that
built-in function, then we will get highlighting, and it will simplify
that whole section of Python code.

Of course it would be nice to highlight all matches at once like "less".
Having said that, can I make a sly request (ulterior motives ;-) that
rather than just extending vte to highlight the search matches, a
generic API way to adjust formatting of any part of the scrollback
buffer text temporarily is created as part of it? ClusTerm (v.old Perl
program that also used vte) used to have a highlight differences
feature. It worked by copying the text out, and then overwriting text
with new attributes, which is really ugly and buggy.

@all the +1, me too, etc comments : Please don't do that. At the very
top there is a link for indicating that this affects you. If you can't
contribute useful information, or code, there is no need to post a
comment.

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

Title:
  terminator need to highlight search string

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

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


[Bug 1201454] Re: maximize problem in Fluxbox

2015-09-10 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  maximize problem in Fluxbox

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

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


[Bug 684340] Re: Custom Commands menu does not behave as expected

2015-09-10 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Custom Commands menu does not behave as expected

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-09-10 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1253995] Re: Tab with multiple terminals not closed

2015-09-10 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Tab with multiple terminals not closed

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

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


[Bug 1177506] Re: Can't disable unfocused font brightness

2015-09-10 Thread Stephen Boddy
** Changed in: terminator
   Status: Fix Committed => Fix Released

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

Title:
  Can't disable unfocused font brightness

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

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


[Bug 1160508] Re: Custom tab title reset on split close

2015-09-10 Thread Stephen Boddy
Hi Bug subscribers, this is the maintainer (Steve Boddy) of Terminator,
who took over from Chris.

In case you were not aware there has been a new release 0.98 of
Terminator in the last few days which has many changes, fixes and
updates. We also have an ongoing GTK3 port which uses a much more up-to-
date libvte.

Even with the ~50 issues closed by that release, and discounting the ~90
outstanding wishlist items, we still have an unwieldy 95 bugs. With the
oldest approaching it's 6th birthday and some that haven't seen any
updates in nearly 5, it is time for a purge.

My intention is to try and get this list down to a minimum, and for that
I need your help.

First I'm going to work through, oldest to newest, setting bugs to
Incomplete, pending confirmation that they are still an issue. If after
a month there is no feedback, the issue will get closed as Invalid.
Here's where you come in. I can't always reproduce, or setting up (i.e.
other distros) to even test takes a long time, so I'm going to try
crowdsourcing this.

1. Get the latest release. Is it still an issue? If yes, set the
confirmed-0.98 tag. For bonus points follow the guide
http://gnometerminator.blogspot.com/2015/09/so-you-want-to-try-
terminator-gtk3.html and see if the GTK3 branch has same issue, and set
the confirmed-gtk3 or notaffected-gtk3 tag.

2. Can you reproduce with an empty/default config file? You can pass "-g
temp_config" to do this without affecting your existing config. If you
already have Terminator running, you'll need to pass -u as well to
disable the DBus.

3. If able to, can you reproduce with another user/guest account?

4. If the issue does not already have clear, precise instructions to
reproduce with minimal setup/steps, add them.

5. Put as much info about what you are running.
   * Software/library versions (libvte, gtk, pango, cairo, distro, desktop 
environment, language)
   * Screens (single or multi) 
   * Any unusual / custom packages or configs that might be interacting.

6. If possible attach the config file, unless the issue also happens
with an empty one, but mention that.

7. Attach the "-d" debug output from 0.98.

Some common things that cause incidents.

* Strange sizing issues or rapidly shrinking windows - Try turning off Window 
geometry hints.
* Input (esp. broadcasting duplicate chars etc) problems - Try killing IBus.
* Hand editing of the config file can cause various issues - Due to 
misunderstanding, incorrect structure or typos.
* Some issues are actually in libvte - This is why testing GTK3 is so important.
* segfaults - Unfortunately these are dying inside the C libraries, and it is 
usually beyond me to fix those.

Many thanks for your assistance, and hopefully this will get us closer
to a bug-free Terminator.

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

Title:
  Custom tab title reset on split close

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

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2015-09-10 Thread Stephen Boddy
Hi Bug subscribers, this is the maintainer (Steve Boddy) of Terminator,
who took over from Chris.

In case you were not aware there has been a new release 0.98 of
Terminator in the last few days which has many changes, fixes and
updates. We also have an ongoing GTK3 port which uses a much more up-to-
date libvte.

Even with the ~50 issues closed by that release, and discounting the ~90
outstanding wishlist items, we still have an unwieldy 95 bugs. With the
oldest approaching it's 6th birthday and some that haven't seen any
updates in nearly 5, it is time for a purge.

My intention is to try and get this list down to a minimum, and for that
I need your help.

First I'm going to work through, oldest to newest, setting bugs to
Incomplete, pending confirmation that they are still an issue. If after
a month there is no feedback, the issue will get closed as Invalid.
Here's where you come in. I can't always reproduce, or setting up (i.e.
other distros) to even test takes a long time, so I'm going to try
crowdsourcing this.

1. Get the latest release. Is it still an issue? If yes, set the
confirmed-0.98 tag. For bonus points follow the guide
http://gnometerminator.blogspot.com/2015/09/so-you-want-to-try-
terminator-gtk3.html and see if the GTK3 branch has same issue, and set
the confirmed-gtk3 or notaffected-gtk3 tag.

2. Can you reproduce with an empty/default config file? You can pass "-g
temp_config" to do this without affecting your existing config. If you
already have Terminator running, you'll need to pass -u as well to
disable the DBus.

3. If able to, can you reproduce with another user/guest account?

4. If the issue does not already have clear, precise instructions to
reproduce with minimal setup/steps, add them.

5. Put as much info about what you are running.
   * Software/library versions (libvte, gtk, pango, cairo, distro, desktop 
environment, language)
   * Screens (single or multi) 
   * Any unusual / custom packages or configs that might be interacting.

6. If possible attach the config file, unless the issue also happens
with an empty one, but mention that.

7. Attach the "-d" debug output from 0.98.

Some common things that cause incidents.

* Strange sizing issues or rapidly shrinking windows - Try turning off Window 
geometry hints.
* Input (esp. broadcasting duplicate chars etc) problems - Try killing IBus.
* Hand editing of the config file can cause various issues - Due to 
misunderstanding, incorrect structure or typos.
* Some issues are actually in libvte - This is why testing GTK3 is so important.
* segfaults - Unfortunately these are dying inside the C libraries, and it is 
usually beyond me to fix those.

Many thanks for your assistance, and hopefully this will get us closer
to a bug-free Terminator.

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1464069] Re: mate-appearance-properties segfaults on font-tab in certain cases (Ambience + Terminus)

2015-09-09 Thread Stephen Boddy
See https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/1294699
for an earlier instance of this same issue, and details of an upstream
(cairo) bug report that is getting no attention for now.

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

Title:
  mate-appearance-properties segfaults on font-tab in certain cases
  (Ambience + Terminus)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-control-center/+bug/1464069/+subscriptions

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


[Bug 1476736] Re: Crash in cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.

2015-09-09 Thread Stephen Boddy
See https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/1294699
for an earlier instance of this same issue, and details of an upstream
(cairo) bug report that is getting no attention for now.

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

Title:
  Crash in cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy:
  Assertion `!scaled_font->cache_frozen' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1476736/+subscriptions

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


[Bug 1447580] Re: Wrong terminal opened with ctrl+alt+t

2015-09-05 Thread Stephen Boddy
*** This bug is a duplicate of bug 1067287 ***
https://bugs.launchpad.net/bugs/1067287

Hi Alija, pretty sure I fixed this as part of fixing 1067287

I'm going to mark this as a duplicate of that one, and as fix committed
(rev. 1628).

** This bug has been marked a duplicate of bug 1067287
   Terminator's icon is very blurry in alt-tab for gnome shell

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

Title:
  Wrong terminal opened with ctrl+alt+t

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
Or wait till tomorrow, and install the nightlies again (or let it update
if you left the nightly PPA active).

I've pushed a provisional fix that *should* cure this issue:

http://bazaar.launchpad.net/~gnome-
terminator/terminator/trunk/revision/1628

** Changed in: terminator
   Status: Confirmed = Fix Committed

** Changed in: terminator (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
Up for another experiment?

$ sudo su -(enter password to switch to root user)
# cd /usr/bin
# mv terminator terminator_link
# vi terminator
Type the following in (between the ---8--- marks):
---8---
#!/bin/bash

terminator $@
---8---
# chmod a+x terminator
Now try the Ctrl+Alt+t shortcut. Hopefully this time you get a Terminator named 
icon and proper sharp Terminator icon.

(I tested this on my 14.04 system, and it works for me, and is based on
what I see being done with gnome-terminal that has a seperate gnome-
terminal.wrapper script that is used for the alternate-update command.)

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
Ah. If it wasn't clear, press return after sudo su - *then* enter
password. Don't type the password on the end of the sudo line.

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
Hmmm. Now I look back at them I think I messed up the instructions to
you. Sorry about that :-(

The script is trying to search the normal $PATH variable for terminator,
and finding... itself! That will be what causes the deadlock and
inactivity. I think I did my first test slightly differently, and then
cocked up the instructions to you.

I checked the committed fix in a local debian package and it all worked
for me.

To expedite this I have forced an immediate build of the nightlies,
which have already completed. Just do your normal update and upgrade
cycle, and you should have the new (working for me) fix. Note that you
might have to reset the alternative once installed:

$ sudo update-alternative --set x-terminal-emulator
/usr/bin/terminator.wrapper

If there's a problem with the fix too, then I'll revert the change and
kick off another build.

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
That's terminator.wrapper all one word in the command. Launchpad split
it at just the most confusing point!

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-23 Thread Stephen Boddy
Excellent!

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-22 Thread Stephen Boddy
Hey Sander, no problem about the age of the issue. Terminator has quite
a bug collection, and with a lot of them I'm not easily able to
reproduce, and the original raiser has moved on. Having someone pop up
and confirm it is still an issue and helping narrow it down helps
immensely.

Unfortunately, I now have the puzzle of how (if possible) to fix this.
Possibly it is something we were/are doing wrong like forcing the window
icons size. However I have changed that code in the latest trunk. Are
you using trunk or 0.97?

If you could try the trunk you may find that the changes have fixed the
issue. Which would BTW be awesome, cos I can close another ancient bug
:-)

Let me know if you need help on getting and temporarily running trunk.

** Also affects: terminator
   Importance: Undecided
   Status: New

** Changed in: terminator
   Importance: Undecided = Low

** Changed in: terminator
   Status: New = Confirmed

** Changed in: terminator
 Assignee: (unassigned) = Stephen Boddy (stephen-j-boddy)

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-22 Thread Stephen Boddy
OK, so for the test of the x-terminal-emulator, you will need to
properly install the trunk. I can only give you instructions for Ubuntu,
so I really hope you're running that.

$ cp ~/.config/terminator/config ~/.config/terminator/config_bak
$ sudo add-apt-repository ppa:gnome-terminator/nightly
$ sudo apt-get update
$ sudo apt-get install terminator

(Do not type the $, it's just to clarify it's a command)

Make sure to exit any running instances of Terminator at this point. If
you don't there is a good chance that the shortcut may just launch a new
window attached to the old process/version.

Now try launching it with the keyboard shortcut, and check to see if the
icon is now sharp.

Once done, if you're feeling brave, you can continue to run nightly. I
think I'm fairly good at not breaking things in trunk. (Crosses fingers)

If not, disable the PPA in your software manager, remove the new version
and install the old version afterwards. You should also copy the backed
up config back to the normal filename.

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-19 Thread Stephen Boddy
Ah, now I see that this is a very old issue originally, and the
screenshot too.

@Sander: can you prehaps attach a screenshot of the issue under HiDPI?
I'm not sure if it is the same, or we just need to start providing
512x512 icons for people with excessive pixel counts.

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1067287] Re: Terminator's icon is very blurry in alt-tab for gnome shell

2015-08-19 Thread Stephen Boddy
The name under the icon in the grab makes me think you have set the
default terminal to Terminator and are . What does the icon look like if
you launch Terminator with it's own name/icon/shortcut? My initial
suspicion is that the name is confusing the icon picker of the GNOME
Shell, and it is grabbing the one assigned to the window. I know for a
fact we ship 128x128 icons, and a scalable svg one. But I'm not sure how
GNOME Shell retrieves the icon for use in the picker.

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

Title:
  Terminator's icon is very blurry in alt-tab for gnome shell

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

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


[Bug 1465182] Re: Not working after install - 'You need to install python bindings...'

2015-07-19 Thread Stephen Boddy
These seems to be more of a problem with the packaging in Ubuntu 15.04.

** Project changed: terminator = terminator (Ubuntu)

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

Title:
  Not working after install - 'You need to install python bindings...'

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

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


[Bug 1294699] Re: Xubuntu desktop crashes in call to cairo after setting fixed-width bitmap (pcf) GTK font

2015-07-16 Thread Stephen Boddy
** Also affects: terminator (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Xubuntu desktop crashes in call to cairo after setting fixed-width
  bitmap (pcf) GTK font

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

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


[Bug 1294699] Re: Xubuntu desktop crashes in call to cairo after setting fixed-width bitmap (pcf) GTK font

2015-07-16 Thread Stephen Boddy
Terminator maintainer here. We also get hit with this if a user selects a 
bitmap font in the preferences. You can select it no problem. You can even 
reopen the prefs. The problem comes when you restart the program. If you /then/ 
try to open the Prefs, we get the same error as above. This seems to be an 
issue when the cache has not yet been created maybe, and is a common problem 
affecting multiple applications. See:
https://bugs.freedesktop.org/show_bug.cgi?id=78787
and appears to be caused by this line:
http://cgit.freedesktop.org/cairo/tree/src/cairo-scaled-font.c#n459
where the asserts were added here:
http://cgit.freedesktop.org/cairo/commit/src/cairo-scaled-font.c?id=b5dcc8ce4450de1e48fd0586fddb5ed658719b28
and seem to somehow be related to working around threading/locking issues.

For info this does NOT happen on Precise (10.04) but DOES happen on
Trusty (12.04).

Unfortunately looking at the age of the cairo bug (2014-05-16), and the
lack of response (it's still marked NEW) we may not get any kind of
progress.

** Bug watch added: freedesktop.org Bugzilla #78787
   https://bugs.freedesktop.org/show_bug.cgi?id=78787

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

Title:
  Xubuntu desktop crashes in call to cairo after setting fixed-width
  bitmap (pcf) GTK font

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

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


[Bug 1160508] Re: Custom tab title reset on split close

2015-07-15 Thread Stephen Boddy
Still not able to reproduce. Can someone who can reproduce detail their
system?

Distro, release, desktop etc. I don't really use tabs, so I don't feel
the impact of related issues so much. Because I cannot reproduce, it
makes it very hard to fix myself, and would have to rely on someone with
the issue to find and fix it.

(I took a look at the debug pasted, and cannot see any obvious issue)

** Changed in: terminator
   Status: Confirmed = Incomplete

** Tags removed: 1.0

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

Title:
  Custom tab title reset on split close

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

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


[Bug 1160508] Re: Custom tab title reset on split close

2015-07-15 Thread Stephen Boddy
Oh, and gtk release, as from looking at the code it simply queries the
text in the tab title widget, so I can't see how phantom values are
cropping up.

Finally a config file demonstrating the issue might help.

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

Title:
  Custom tab title reset on split close

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

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


[Bug 291184] Re: Mouse scrolling does not work in vim, mutt etc.

2015-07-10 Thread Stephen Boddy
** Branch unlinked: lp:terminator

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

Title:
  Mouse scrolling does not work in vim, mutt etc.

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

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


[Bug 272749] Re: Set window manager URGENT hint on bell.

2015-07-10 Thread Stephen Boddy
** Branch unlinked: lp:terminator

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

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

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


[Bug 1435630] Re: Add Feature: CTRL-Scroll Zoom

2015-03-24 Thread Stephen Boddy
Unlikely. LTS (even non-LTS) releases don't typically upgrade packages,
apart from cherry picked security and serous bug fixes. Terminator is
long overdue a new release, but finding time to work on it is tough at
the moment

Alternatively, you could set up your apt sources to include the nightly
builds. I use them, so they're pretty reliable.

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

Title:
  Add Feature: CTRL-Scroll Zoom

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

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


[Bug 1435630] Re: Add Feature: CTRL-Scroll Zoom

2015-03-24 Thread Stephen Boddy
http://gnometerminator.blogspot.com/p/introduction.html
see the bit abount Installation for Ubuntu. It describes how to activate the 
nightlies.

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

Title:
  Add Feature: CTRL-Scroll Zoom

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

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


[Bug 1435630] Re: Add Feature: CTRL-Scroll Zoom

2015-03-24 Thread Stephen Boddy
See https://code.launchpad.net/~gnome-terminator/terminator/trunk
revision 1535, committed about three weeks ago.

I must be becoming psychic :-D

** Changed in: terminator (Ubuntu)
   Status: New = Fix Committed

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

Title:
  Add Feature: CTRL-Scroll Zoom

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

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


[Bug 1301843] Re: Terminator window shrinks while trying to reduce font size with CTRL - in split window

2015-03-04 Thread Stephen Boddy
Hi, Terminator maintainer here. This is another occurrence of a common
bug in Terminator. It's connected with the window  geometry hints as
suggested by #6. It seems like the geometry hints and the window manager
get in an argument over how big the window should be, and they each
start adjusting the size, causing the incredible shrinking windows.
There's a number of bugs previously raised against the Terminator
project in Launchpad (i.e. lp:1246078 and lp:1361252)

Simplest fix is to deactivate the geometry hints. I didn't write this
bit of the code, and I've not yet figured out the proper fix.

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

Title:
  Terminator window shrinks while trying to reduce font size with CTRL -
  in split window

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

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


[Bug 1347148] Re: terminator crashed with SIGSEGV in remove_capslock_feedback()

2015-02-10 Thread Stephen Boddy
*** This bug is a duplicate of bug 1006014 ***
https://bugs.launchpad.net/bugs/1006014

** This bug has been marked a duplicate of bug 1006014
   sometime crashes when hitting caps-lock

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

Title:
  terminator crashed with SIGSEGV in remove_capslock_feedback()

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

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


[Bug 1346308] Re: terminator crashed with SIGSEGV in remove_capslock_feedback()

2015-02-10 Thread Stephen Boddy
*** This bug is a duplicate of bug 1006014 ***
https://bugs.launchpad.net/bugs/1006014

** This bug has been marked a duplicate of bug 1006014
   sometime crashes when hitting caps-lock

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

Title:
  terminator crashed with SIGSEGV in remove_capslock_feedback()

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

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


[Bug 1353053] Re: terminator crashed with SIGSEGV in remove_capslock_feedback()

2015-02-10 Thread Stephen Boddy
*** This bug is a duplicate of bug 1006014 ***
https://bugs.launchpad.net/bugs/1006014

** This bug has been marked a duplicate of bug 1006014
   sometime crashes when hitting caps-lock

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

Title:
  terminator crashed with SIGSEGV in remove_capslock_feedback()

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

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


[Bug 1310894] Re: terminator won't close tab with splits

2014-05-19 Thread Stephen Boddy
*** This bug is a duplicate of bug 1253995 ***
https://bugs.launchpad.net/bugs/1253995

Fix is committed to trunk already, but not released yet.

** This bug has been marked a duplicate of bug 1253995
   Tab with multiple terminals not closed

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

Title:
  terminator won't close tab with splits

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

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


[Bug 590735] Re: ansi escape code for text blinking doesn't work

2013-12-13 Thread Stephen Boddy
Some info on remote bugs covering this in vte:
https://bugzilla.gnome.org/show_bug.cgi?id=579964
https://bugzilla.gnome.org/show_bug.cgi?id=693110

** Bug watch added: GNOME Bug Tracker #579964
   https://bugzilla.gnome.org/show_bug.cgi?id=579964

** Bug watch added: GNOME Bug Tracker #693110
   https://bugzilla.gnome.org/show_bug.cgi?id=693110

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

Title:
  ansi escape code for text blinking doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/590735/+subscriptions

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


  1   2   >