[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

[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 sys

[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 va

[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 prob

[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/bug

[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 ge

[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:

[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 hotke

[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 yo

[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 link

[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 t

[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 gno

[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 t

[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 bec

[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 matche

[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 fir

[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 scro

[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, whic

[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:/

[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)

[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

[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.la

[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 -

[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 thi

[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 o

[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 *

[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

[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 membe

[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.launc

[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 s

[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:

[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

[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 ab

[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

[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 usi

[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 hi

[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://b

[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 usin

[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 ch

[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

[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

[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 becaus

[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

[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

[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/

[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

[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 settin

[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 yo

[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 cour

[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 ha

[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 re

[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 tit

[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 S

[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.la

[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 s

[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

[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 Termi

[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 U

[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

[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 ma

[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 ar

[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/bu

[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 b

[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 imple

[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-t

[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-t

[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 ma

[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 ab

[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 a

[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 notific

[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 bu

[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

[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

[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 T

[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.launch

[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, an

[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 b

[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: Confir

[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: Termin

[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 shortcu

[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/ni

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

2015-08-22 Thread Stephen Boddy
anged 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/

[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

[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 grabb

[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 workin

[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 t

[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 f

[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 i

[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 i

[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.la

[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://b

[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 T

[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 bu

[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,

[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

[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 Ubunt

[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 Ubunt

[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 Ubunt

[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

[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 ht

  1   2   >