[Bug 1859123] Re: No global menus (panel-appmenu / dbus) in Firefox 72.0.1

2020-04-15 Thread Egmont Koblinger
I was severely annoyed by the new behavior of the Alt key (FF 75, Ubuntu 20.04, Unity 7). If I move the window using Alt + mouse drag (which I frequently do), the menu opens up. Subsequent letters I type aren't sent to the webpage, but navigate the menu. Another lone Alt keypress doesn't close it

[Bug 1876113] Re: Gnome terminal omits cmake bootstrap command from bash history

2020-04-30 Thread Egmont Koblinger
Yes the space could be relevant, search for "ignorespace" in bash's manual. Also, it's the shell (bash) handling the history, not the terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876113 T

[Bug 1876768] Re: Terminal mouse went berserk after lost ssh connection

2020-05-04 Thread Egmont Koblinger
The same applies not just for the mouse mode, but a whole lot of other terminal modes (e.g. keypad modes, alternate charset, alternate scroll mode, bracketed paste mode, colors, attributes and many many more...). The problem cannot be fixed in the terminal: The terminal, by design, only sees a sin

[Bug 1792544] Re: demotion of pcre3 (8.x) a.k.a pcre (without the 3) in favor of pcre2 (10.x)

2019-03-14 Thread Egmont Koblinger
Please do not forget to remove the pcre patch from Tilix, see https://bugs.launchpad.net/ubuntu/+source/tilix/+bug/1818991 - thanks! ** Also affects: tilix (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1818991] Re: Drop pcre2-version-update.patch

2019-03-20 Thread Egmont Koblinger
The patch itself is misleadingly still present inside tilix_1.8.9-1build1.debian.tar.xz. It's not mentioned in 'series' though, which I believe means it's not applied? This might have confused OP and me as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1816171] Re: Show menubar by default in new terminals has no effect

2019-02-15 Thread Egmont Koblinger
Thanks for the report! I can confirm this; forwarded to: https://gitlab.gnome.org/GNOME/gnome-terminal/issues/81 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1816171 Title: Show menubar by default

[Bug 1817438] Re: Error displaying icon for preference menu in title bar

2019-02-24 Thread Egmont Koblinger
Most likely a duplicate of bug 1770507. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817438 Title: Error displaying icon for preference menu in title bar To manage notifications about this bug go

[Bug 1740709] Re: GtkSpinButton's '+' changes width if insensitive

2019-05-02 Thread Egmont Koblinger
Can't reproduce on disco. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740709 Title: GtkSpinButton's '+' changes width if insensitive To manage notifications about this bug go to: https://bugs.la

[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2019-07-01 Thread Egmont Koblinger
GNOME Terminal 3.33.3 (VTE 0.57.3) implements BiDi support, according to the proposal at https://terminal-wg.pages.freedesktop.org/bidi/ . In alignment with Diego's comments and my responses to them, it implements multiple modes. Shuffling the characters according to the BiDi algorithm is enabled

[Bug 1835224] Re: gnome-terminal drops pam_group config

2019-07-03 Thread Egmont Koblinger
gnome-terminal itself doesn't do any authentication / PAM stuff. It's probably an issue with `systemd --user` which launches gnome-terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835224 Title

[Bug 1835224] Re: gnome-terminal drops pam_group config

2019-07-04 Thread Egmont Koblinger
> Starting a gnome-terminal from this terminal Even executing "gnome-terminal" from an xterm goes through dbus/systemd. "gnome-terminal" is just a controlling client that asks systemd to start up a server which then displays the window and does all the rest. Don't ask why the architecture is like

[Bug 1807773] [NEW] Crash in set_blink_settings()

2018-12-10 Thread Egmont Koblinger
Public bug reported: vte 0.54.0 to 0.54.2 suffers from a potential crash if the user closes a terminal tab/window in gnome-terminal (or any other vte-based app) and then modifies the cursor blinking settings. Mainstream release 0.54.3 fixes this issue. See https://gitlab.gnome.org/GNOME/vte/issu

[Bug 1797744] Re: Mouse scrolling no longer moves between tabs in gnome-terminal 3.30

2018-12-11 Thread Egmont Koblinger
** Summary changed: - Mouse scrolling no longer moves between tabs in gnome-terminal 2.30 + Mouse scrolling no longer moves between tabs in gnome-terminal 3.30 ** Description changed: - In gnome-terminal 2.28 and earlier, scrolling with the mouse cursor over + In gnome-terminal 3.28 and earlier,

[Bug 1765389] Re: [FFe] Drop unrelated changes from revert-prce2.patch

2018-04-20 Thread Egmont Koblinger
Yes please :) Copying from a previous email, for public record: """ I honestly don't _exactly_ know what the revert-pcre2 patch does (how it influences the API etc.), I only ported it from 0.48 to 0.52. The parts you're pointing to were already present in the 0.48 version. I have no clue how an

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Egmont Koblinger
> Only a few applications don't adhere to this, even on Wayland. That's probably due to the others still using the X11 compatibility layer Xwayland. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17202

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
> As you can see both arguments itself are true. The first two arguments you printed are bitmasks, it doesn't make sense to directly interpret them as boolean. > But why is a "bitwise and" used in g_warn_if_fail()? Because that's what it wants to do: warn if the MULTILINE flag isn't set, regardl

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Egmont Koblinger
It's indeed an opinion, but my one matches Merlijn's (Merlijn, I'd appreciate if you opened a bug according to Daniel's suggestion (does it really belong to mutter, rather than some more core wayland component?)). In most software, Ctrl+Arrow walk the cursor faster than the modifier- less Arrow ke

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
> So the cause is that the MULTILINE flag is just that not set during compilation? Compilation of the regex when running tilix, not compilation of the source code. I have to admit I don't know what this regex is for, and whether required in unpatched vte or not. If tilix is warning-free with unpa

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
Fix: "I have to admit I don't know what this regex *flag* is for..." -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666264 Title: FFe: Update gnome-terminal to 3.24 and vte to 0.48 To manage notifi

[Bug 1772557] Re: FREETYPE_PROPERTIES environment variable is not respected

2018-05-22 Thread Egmont Koblinger
Confirmed. This is related to how gnome-terminal starts up, via dbus / systemd --user. Even if you type "gnome-terminal" in let's say an xterm, it just notifies systemd to fire up the server. During this step, environment variables get lost. As a workaround, you could manually start up the server,

[Bug 1774167] Re: [SRU] 3.28.2 / 0.52.2

2018-05-30 Thread Egmont Koblinger
Yes please :) For both components, there are only very few and tiny changes. vte 0.52.2 (ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.52/vte-0.52.2.changes) fixes a crash which I've also filed with further details as LP bug 1772506, hence releasing a fix is highly desirable. > here are fixes rela

[Bug 1775111] Re: gnome-terminal Find ignores "Match case"

2018-06-16 Thread Egmont Koblinger
Fixed upstream in https://gitlab.gnome.org/GNOME/gnome- terminal/commit/6ec754bf. Will be included in gnome-terminal 3.28.3, whenever (if at all) released (there's no schedule for that). Up for Ubuntu to cherry-pick the fix... -- You received this bug notification because you are a member of Ubu

[Bug 1780501] Re: Traceback calling Vte.Terminal.feed_child()

2018-08-03 Thread Egmont Koblinger
Hey guys, Hope I'm not speaking up too late. It's indeed a bit nasty situation we're in, and I am also a little bit responsible for this. When updating the PCRE fixes for 0.52 I focused on the actual work, and ignored (just ported blindly in "autopilot" mode) the annotation changes. I should've s

[Bug 1785444] Re: Can't enable menubar mnemonics for gnome-terminal in 18.04 under Unity

2018-08-05 Thread Egmont Koblinger
gnome-terminal switched to using the GMenu architecture in https://gitlab.gnome.org/GNOME/gnome-terminal/commit/0820b3853, which is supposed to be superior to the old one with Unity's menuproxy. It suffers from new bugs and limitations though. This change, as far as I recall, already affected how

[Bug 1734817] Re: keyboard: alt-F doesn't open File menu

2018-08-07 Thread Egmont Koblinger
gnome-terminal is a long complicated story (see the link from comment 5 if you care), BUT one of the 3 or so reasons we removed the global menu mnemonics was that even if we enabled them, Alt+F didn't work. I can no longer recall for sure, but I think Alt+F stopped working for us when we ported to

[Bug 1500272] Re: "Tap to click" disabled on Wily upgrade

2018-07-23 Thread Egmont Koblinger
I can't recall this being an issue on subsequent upgrades to newer releases. Feel free to close. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500272 Title: "Tap to click" disabled on Wily upgrade

[Bug 1775329] Re: Feature request: Add a handler for CVE URLs

2018-07-27 Thread Egmont Koblinger
I agree it's a nice idea. One nitpick: All the source code goes right next to handling LP regexes, so I'd place and number the patch itself in the "series" file right next to it, too. This patch would be useful for Debian too, but they don't have 60_add_lp_handler.patch which this patch builds on

[Bug 1775329] Re: Feature request: Add a handler for CVE URLs

2018-07-30 Thread Egmont Koblinger
I wanted to say "Jeremy is maintaining both the Debian and Ubuntu *packages* ..." -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775329 Title: Feature request: Add a handler for CVE URLs To manage

[Bug 1775329] Re: Feature request: Add a handler for CVE URLs

2018-07-30 Thread Egmont Koblinger
> The other option would be to do it "properly" the way upstream want I can't recall/find such a request in upstream gnome-terminal's tracker, I don't think we (gnome-terminal upstream developers) have any plans on adding this feature. IMHO downstream distro-specific patches are fine here. > Also

[Bug 1775329] Re: Feature request: Add a handler for CVE URLs

2018-07-30 Thread Egmont Koblinger
Haha, indeed. Thanks! It's been inactive for 9 years, though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775329 Title: Feature request: Add a handler for CVE URLs To manage notifications about

[Bug 1775111] Re: gnome-terminal Find ignores "Match case"

2018-06-05 Thread Egmont Koblinger
Confirmed. Thanks for the report, forwarded upstream: https://gitlab.gnome.org/GNOME/gnome-terminal/issues/4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775111 Title: gnome-terminal Find ignores

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-02-28 Thread Egmont Koblinger
byobu sets up the LS_COLORS environment variable based on /usr/share/byobu/profiles/dircolors which contains "LINK 4;5;37". 4 stands for underlined, 5 for blinking and 37 for white foreground, so the terminal emulator does what it is asked to do. I'm pretty sure this is not what byobu authors mean

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-02-28 Thread Egmont Koblinger
** Also affects: byobu 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/1752352 Title: symbolic links are blinking with byobu To manage notifications about

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-02-28 Thread Egmont Koblinger
Using the color 30 or 37 (black or white foreground) without setting the background, or similarly, 40 or 47 (black or white background) without setting the foreground is a pretty bad idea, since, without knowing the terminal's color scheme (which is often white on black, or black on white), it migh

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-02-28 Thread Egmont Koblinger
But maybe the key problem is: What makes byobu think that overriding the behavior of my apps is a good idea? Shouldn't it just leave LS_COLORS alone? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17523

[Bug 1752769] Re: gnome-terminal displaying boldface even when set to disallow

2018-03-02 Thread Egmont Koblinger
** Also affects: vte2.91 (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/1752769 Title: gnome-terminal displaying boldface even when set to disallo

[Bug 1752769] Re: gnome-terminal displaying boldface even when set to disallow

2018-03-02 Thread Egmont Koblinger
Indeed, thanks for the report. Forwarded upstream: https://bugzilla.gnome.org/show_bug.cgi?id=793987. I'll take a look. ** Bug watch added: GNOME Bug Tracker #793987 https://bugzilla.gnome.org/show_bug.cgi?id=793987 -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1718238] Re: Giant terminal icon is blocking out the Terminal window buttons

2018-03-03 Thread Egmont Koblinger
It has been fixed upstream, the fix should appear in mutter 3.27.92 / 3.28. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718238 Title: Giant terminal icon is blocking out the Terminal window butto

[Bug 1752769] Re: gnome-terminal displaying boldface even when set to disallow

2018-03-03 Thread Egmont Koblinger
Will be fixed in vte2.91 version 0.51.92. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752769 Title: gnome-terminal displaying boldface even when set to disallow To manage notifications about thi

[Bug 1750122] Re: gnome-terminal right mouse click drop-down menu is small, unreadable and unusable

2018-03-06 Thread Egmont Koblinger
Reassigning, there's no way gnome-terminal could ask gtk to do this. Must be a gtk bug. ** Package changed: gnome-terminal (Ubuntu) => gtk+3.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 1744537] Re: Allocating size to GtkBox 0x563732796750 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?

2018-03-06 Thread Egmont Koblinger
vte-0.51.92 includes the workaround, so the warning is no longer emitted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744537 Title: Allocating size to GtkBox 0x563732796750 without calling gtk_

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-03-08 Thread Egmont Koblinger
Nitpicking: you enable underlined mode twice with that "4;4" in "4;4;37". It's harmless, but will look suspicious to anyone looking at the code. A simple "4;37" is the same. See also comment #5 for why that 37 is a bad idea. It no longer blinks, and looks okay with Ubuntu's default terminal colors

[Bug 1752352] Re: symbolic links are blinking with byobu

2018-03-08 Thread Egmont Koblinger
Of course it might be reasonable to say that now you're fixing blinking only, the rest should go to a different bugreport. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752352 Title: symbolic links

[Bug 1570533] Re: wrong character width with Ubuntu Mono and replacement fonts in gnome-terminal:

2017-04-13 Thread Egmont Koblinger
> Both are narrow enough to fit in a single cell. This is utterly irrelevant. Again: The width is _never_ defined by the font (glyph). > Having *any* characters show as double-cell width confuses readline horribly This is not true, readline perfectly handles double-wide characters, as long as r

[Bug 1684401] Re: There is no sound on my laptop asus today. Yesterday I had sound!

2017-04-21 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1675892 *** https://bugs.launchpad.net/bugs/1675892 This is sure not a gnome-terminal bug. Redirecting to hopefully the right one. ** This bug has been marked a duplicate of bug 1675892 pulseaudio crashed with SIGABRT -- You received this bug notificati

[Bug 1675892] Re: pulseaudio crashed with SIGABRT

2017-04-21 Thread Egmont Koblinger
pulseaudio keeps crashing for me too on Zesty, maybe about once a day. It didn't happen in earlier releases. When it crashes, volume controls (Fn+F2/F3 hotkeys on my laptop, and in Unity's upper panel) no longer work. Manually launching "pulseaudio --start" fixes the Unity panel's control, but doe

[Bug 1678271] Re: Background color erase (bce) is broken

2017-04-21 Thread Egmont Koblinger
This was broken intentionally in order to fix another bug which is not fixable and not even workaroundable otherwise. See https://bugzilla.gnome.org/show_bug.cgi?id=754596. Although, as discussed there, we are aware of problems that we introduced and we have a few ideas how to improve (that is, par

[Bug 1678271] Re: Background color erase (bce) is broken

2017-04-21 Thread Egmont Koblinger
Boris, I've added a patch to the linked VTE bug. Could you please let me know if it fixes your problem? The simplest way of testing: download VTE, patch and compile it, and run "./src/testvte". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1677961] Re: xfce4-terminal crashes if input arrives too soon after resize

2017-04-21 Thread Egmont Koblinger
Yakkety's xfce4-terminal-0.6.3 used gtk2 and correspondingly an ancient vte-0.28. Zesty's xfce4-terminal-0.8.4 uses gtk3 and vte-0.44. As much as I recall, we had such a bugfix in vte. So I'm almost sure it's fixed in Zesty. Let me know if I'm mistaken and it's still broken there. -- You received

[Bug 1471469] Re: Text does not wrap after window resize - xfce4-terminal

2017-04-21 Thread Egmont Koblinger
This is fixed in xfce4-terminal 0.8.x (actually the underlying gtk3-based vte), which appeared in Zesty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471469 Title: Text does not wrap after window

[Bug 1678271] Re: Background color erase (bce) is broken

2017-04-22 Thread Egmont Koblinger
VTE's behavior definitely didn't change here since you reported the bug. If the issue disappeared, it could've been a change in dosbox or ncurses, or some other magic. Dunno. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1553981] Re: terminl shows "Segmentation fault(core dumped)" while opening nam

2016-03-07 Thread Egmont Koblinger
** Package changed: gnome-terminal (Ubuntu) => nam (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553981 Title: terminl shows "Segmentation fault(core dumped)" while opening nam To manage

[Bug 1506166] Re: Bracketed paste should be per-terminal [PATCH]

2016-03-11 Thread Egmont Koblinger
Guake uses the ancient and unmaintained gtk2-based vte. Ideally they should rewrite their code against gtk3 and hence a much newer vte. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506166 Title: B

[Bug 1556552] [NEW] Sync 3.18.9 from Debian

2016-03-12 Thread Egmont Koblinger
Public bug reported: Currently Xenial (beta) contains Gtk+ 3.18.8, whereas 3.18.9 has already arrived to Debian Unstable. Could you please sync 3.18.9 from Debian? It fixes Gnome #677329 (missing focus in/out events) which badly effects multiple apps, including at least gnome-terminal and evince

[Bug 1556552] Re: Sync 3.18.9 from Debian

2016-03-12 Thread Egmont Koblinger
A quick summary of how to reproduce the two gnome-terminal bugs which are the consequence of the said Gtk+ bug: Using Ubuntu's default Unity desktop, launch gnome-terminal and xterm. Make xterm the focused window, but move the mouse to stay over gnome- terminal. Press Ctrl+D to quit xterm. The s

[Bug 1399734] Re: Current tab is not highlighted

2016-03-14 Thread Egmont Koblinger
This patch has nothing to do with the current bugreport. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399734 Title: Current tab is not highlighted To manage notifications about this bug go to: ht

[Bug 1621156] Re: terminator not working with python3

2016-11-24 Thread Egmont Koblinger
Stephen: I forgot about this the other day when I pinged you about the release. Could you please address this for 1.91? (Just the #!...python -> #!...python2 change.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1645874] Re: Gnome Terminal doesn't change its class or name

2016-11-30 Thread Egmont Koblinger
For the time being, you can workaround this by first (when it's yet not running) manually starting up /usr/lib/gnome-terminal/gnome-terminal- server --name foo --class bar, and then (within 10 seconds) start gnome- terminal to open the first window. -- You received this bug notification because y

[Bug 1645874] Re: Gnome Terminal doesn't change it's class or name

2016-11-30 Thread Egmont Koblinger
I've forwarded this upstream: https://bugzilla.gnome.org/show_bug.cgi?id=775383 ** Bug watch added: GNOME Bug Tracker #775383 https://bugzilla.gnome.org/show_bug.cgi?id=775383 ** Summary changed: - Gnome Terminal doesn't change it's class or name + Gnome Terminal doesn't change its class or n

[Bug 1648337] Re: There's no way to launch terminal tab under chosen profile

2016-12-23 Thread Egmont Koblinger
There are menu entries File -> Open Terminal -> [one for each profile]. Whether it opens a new tab or a new window depends on Edit -> Preferences -> Open new terminals in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1678271] Re: Background color erase (bce) is broken

2017-04-30 Thread Egmont Koblinger
You did not waste my time at all... in fact quite the opposite, you finally made me return to that issue with the "le" editor that I had introduced and hopefully fix that, so thanks! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1675892] Re: pulseaudio crashed with SIGABRT

2017-04-30 Thread Egmont Koblinger
I got so sick and tired of these frequent crashes and not being able to listen to music or adjust the volume that I ended up downgrading the pulseaudio packages using their Yakkety version (the rest of the system is Zesty). Everything's been fine since then. -- You received this bug notification

[Bug 1688528] Re: gnome-terminal with screen interprets mouse wheel events as up/down

2017-05-05 Thread Egmont Koblinger
gnome-terminal / vte changed its behavior around that time. There was also quite a bit of confusion caused by a downstream ubuntu patch and removal also around that time. I'm not sure what's 14.04's behavior, but in newer Ubuntus (e.g. 16.04) you can disable alternate screen scrolling with the DEC

[Bug 1688391] Re: Highlight of links in terminal is retarded

2017-05-05 Thread Egmont Koblinger
> as if it was an URL, which it obviously isn't Obviously to the human eye. Not so obviously to computer algorithms. > It is questionable in the first place that you try to parse urls that don't start with a schema. Indeed questionable. Which does not necessarily mean it's bad. It's a convenienc

[Bug 1688528] Re: gnome-terminal with screen interprets mouse wheel events as up/down

2017-05-05 Thread Egmont Koblinger
Hmmm, it's hard for me to imagine why/how this could happen. Input parsing should be independent of what's on the screen. Anyway, I'm sorry I couldn't help with the escape sequence. I'm personally out of here (I'm not an Ubuntu developer but a gnome-terminal one; I'm happy to join again if an issu

[Bug 1688528] Re: gnome-terminal with screen interprets mouse wheel events as up/down

2017-05-05 Thread Egmont Koblinger
Yes, it's the replacement for that previous option. It's enabled by default, \e[?1007l turns it off ("l"ow), \e[?1007h re-enables ("h"igh). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688528 Title:

[Bug 1665140] Re: Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-21 Thread Egmont Koblinger
Just for the record: glibc has just upgraded to Unicode 9.0 in git (forthcoming 2.26 release): https://sourceware.org/bugzilla/show_bug.cgi?id=20313 ** Bug watch added: Sourceware.org Bugzilla #20313 https://sourceware.org/bugzilla/show_bug.cgi?id=20313 -- You received this bug notification

[Bug 1621156] Re: terminator not working with python3

2016-09-10 Thread Egmont Koblinger
As a quick (and absolutely proper) fix, Terminator should change the shebang lines from #!/usr/bin/python to #!/usr/bin/python2. Sooner or later it would be nice to port to python3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1731489] Re: Extending a gnome terminal window to the right increases its height

2017-11-10 Thread Egmont Koblinger
Do you use Wayland (the new default) or Xorg (the old choice)? If Xorg then this bug is described upstream at https://bugzilla.gnome.org/show_bug.cgi?id=782863#c22 bullet point (1), and the nearby patch mitigates the problem. If Wayland then we've found yet another bug, although the patch still p

[Bug 1731489] Re: Extending a gnome terminal window to the right increases its height

2017-11-10 Thread Egmont Koblinger
The proper way of detecting Wayland or Xorg is probably: echo $XDG_SESSION_TYPE The fun way is: launch xeyes and move the mouse over gnome-terminal. If the eyes follow the movement then it's Xorg, if not then Wayland. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1731489] Re: Extending a gnome terminal window to the right increases its height

2017-11-11 Thread Egmont Koblinger
David, friendly ping. Does echo $XDG_SESSION_TYPE confirm that you're running Xorg (x11)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731489 Title: Extending a gnome terminal window to the righ

[Bug 1728145] Re: gnome-terminal does not fill screen when window snapping on Wayland in Ubuntu 17.10

2017-11-17 Thread Egmont Koblinger
Ubuntu has just released libgtk-3-0 3.22.25 as an update to Artful, which I believe should fix this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728145 Title: gnome-terminal does not fill scr

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

2017-12-23 Thread Egmont Koblinger
This has just been fixed in upstream git, will be available in vte-0.52 / gnome-terminal 3.28. -- 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

[Bug 1742269] [NEW] Keyboard focus not visible on popover menu entries

2018-01-09 Thread Egmont Koblinger
Public bug reported: Open a popover menu with text entries, such as: - Files (Nautilus): "hamburger" menu on the upper right - Tilix: "hamburger" menu, or right-click over the terminal area, or Profiles -> a triangle in the left-hand sidebar Use the keyboard (Tab, or Up and Down) to navigate in

[Bug 1708306] Re: Middle click paste not working in terminal launched from context menu

2017-08-03 Thread Egmont Koblinger
Out of curiosity: What happens if you try to paste with Shift+Insert rather than middle click? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708306 Title: Middle click paste not working in terminal

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2017-09-28 Thread Egmont Koblinger
Is the behavior the same in other apps, e.g. gedit, libreoffice writer, firefox, etc...? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720213 Title: Word moving with left-arrow-ctrl broken in wayla

[Bug 299158] Re: Liberation Mono, Droid Sans Mono: Combining diacritics out of place

2017-09-29 Thread Egmont Koblinger
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854149. ** Bug watch added: Debian Bug tracker #854149 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854149 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Whenever you update to vte-0.50, please make sure to address lp:1718909 too! It's really not okay to accidentally remove a brand new feature from Tilix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Hi, Is it too late for 17.10 even if let's say I ported the patch for you tonight? (I can't promise but I might take a look *if* you confirm upfront that it'll likely make it into 17.10.) The big change (that requires to update the pcre2 patch) made it into 3.25.1 (vte 0.49.1) so strictly speakin

[Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
1. I'll let this one go then, sorry. 2. No worries! I don't know what vte/gnome-terminal will add in this cycle, but especially for the forthcoming 18.04 LTS it would be great not to miss something new due to such a silly misunderstanding. 3-4. I'll forward the request to the main developer not t

[Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-10-05 Thread Egmont Koblinger
Only 2 hunks fail to apply, one of them is trivial to fix. There's 1 tough, about a 100 lines in vte.cc.rej. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721412 Title: Update gnome-terminal to 3.2

[Bug 1721199] Re: Not launch after 1.6.4-1ubuntu2 update

2017-10-05 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1721101 *** https://bugs.launchpad.net/bugs/1721101 ** This bug has been marked a duplicate of bug 1721101 tilix crashes on execution -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1722121] Re: Gnome-Terminal ignores theme, preferences is unavailable, and copy not working when launching from right-click desktop

2017-10-09 Thread Egmont Koblinger
Related to bug 1708306. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1722121 Title: Gnome-Terminal ignores theme, preferences is unavailable, and copy not working when launching from right-click

[Bug 1708306] Re: Middle click paste not working in terminal launched from context menu

2017-10-09 Thread Egmont Koblinger
Related to bug 1722121. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1708306 Title: Middle click paste not working in terminal launched from context menu To manage notifications about this bug go

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

2017-10-11 Thread Egmont Koblinger
** Summary changed: - first scroll down to shink font make fonts larger + first scroll down to shrink font make fonts larger -- 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 scrol

[Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

2017-08-24 Thread Egmont Koblinger
Ctrl+click opens the URL in your preferred browser. Do you often need to copy the URL into your clipboard instead? I guess Ctrl+Shift+click could be made to do that, sounds reasonable to me (although will be a hard to discover feature). Could you please file a feature request at bugzilla.gnome.or

[Bug 1713131] Re: terminal crash with wavemon in ssh session

2017-08-27 Thread Egmont Koblinger
Unfortunately Gtk+ has some bugs with drag-n-dropping. That's why mainstream gnome-terminal has disabled dnd'ing tabs across windows for the time being -- apparently Ubuntu has either reverted this change or ships a slightly older version of gnome-terminal. I cannot exactly reproduce what you desc

[Bug 1718909] [NEW] Hyperlink feature unexpectedly removed by PCRE2 patch

2017-09-22 Thread Egmont Koblinger
Public bug reported: vte-0.49 and tilix-1.5.8 introduce a brand new feature: custom hyperlinks (just like on webpages; the visible text is arbitrary, and the target URL is specified by an escape sequence). This feature technically has nothing to with PCRE2. Since the target URL is explicitly spec

[Bug 1702187] Re: wrongly shipping /usr/locale/da/LC_MESSAGES/unity-lens-applications.mo

2017-09-22 Thread Egmont Koblinger
The original report only emphasizes that the relevant file(s) should be shipped by language-pack-whatever instead. It does not emphasize enough that "/usr/locale" is the wrong place to put it anyway, it should go under "/usr/share/locale". (I've modified the bug title accordingly.) I don't partic

[Bug 1702187] Re: wrongly shipping da/LC_MESSAGES/unity-lens-applications.mo

2017-09-22 Thread Egmont Koblinger
unity-lens-files 7.1.0+17.10.20170605-0ubuntu1 also suffers from the same problem. ** Summary changed: - wrongly shipping da/LC_MESSAGES/unity-lens-applications.mo + wrongly shipping /usr/locale/da/LC_MESSAGES/unity-lens-applications.mo -- You received this bug notification because you are a m

[Bug 1605887] Re: Can't change Firefox home page in Ubuntu MATE

2017-09-23 Thread Egmont Koblinger
Yup, still (or again) present in Artful beta. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605887 Title: Can't change Firefox home page in Ubuntu MATE To manage notifications about this bug go to

[Bug 1719134] [NEW] Shouldn't create /usr/local/bin/firefox and thunderbird

2017-09-23 Thread Egmont Koblinger
Public bug reported: ubuntu-mate-default-settings creates two executables, firefox and thunderbird under /usr/local/bin. First, /usr/local is the place where distributions shouldn't place any files (apart from some standard subdirectories). This is a place for local additions. Second, whereas th

[Bug 1675892] Re: pulseaudio crashed with SIGABRT

2017-09-25 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1556439 *** https://bugs.launchpad.net/bugs/1556439 ** Tags added: artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675892 Title: pulseaudio crashed with

[Bug 1718238] Re: Giant terminal icon is blocking out the Terminal window buttons

2018-02-05 Thread Egmont Koblinger
Please see the duplicate bug 1724250 for some hopefully precious investigation I've done so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718238 Title: Giant terminal icon is blocking out the

[Bug 1718238] Re: Giant terminal icon is blocking out the Terminal window buttons

2018-02-05 Thread Egmont Koblinger
(Daniel, may I please kindly recommend that next time when one of the bugs contains all the information present in the other plus much-much more then mark it as duplicate the other way around, even if chronologically incorrect? IMO that's much more useful for continuing to work on it and hopefully

[Bug 1724250] Re: gnome-terminal graphic artifact

2018-02-05 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1718238 *** https://bugs.launchpad.net/bugs/1718238 Thanks, it's pretty clear now that the bug is present on X11 only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1718238] Re: Giant terminal icon is blocking out the Terminal window buttons

2018-02-05 Thread Egmont Koblinger
Well, the title can be changed :) Anyway, it's not worth further discussing, rather than working on the actual bug. Let's get back to business... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718238

[Bug 1404726] Re: menu contains two Terminal entries

2018-02-05 Thread Egmont Koblinger
Upstream gnome-terminal 3.28 (actually 3.27.90) is going to change this by no longer showing the appmenu (the first "Terminal" menu) on Unity. Just in time now that Unity is no longer Ubuntu's default... :P -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1570752] Re: Two "terminal" menus with duplicates

2018-02-05 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1404726 *** https://bugs.launchpad.net/bugs/1404726 ** This bug has been marked a duplicate of bug 1404726 menu contains two Terminal entries -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1505024] Re: GUI terminal top menu

2018-02-05 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1404726 *** https://bugs.launchpad.net/bugs/1404726 ** This bug is no longer a duplicate of bug 1570752 Two "terminal" menus with duplicates ** This bug has been marked a duplicate of bug 1404726 menu contains two Terminal entries -- You received this

<    1   2   3   4   5   6   7   8   >