[Bug 2063270] Re: display artifacts in gnome-console

2024-04-24 Thread Egmont Koblinger
Thanks a lot! Forwarded upstream at https://gitlab.gnome.org/GNOME/vte/-/issues/2778 for the developer most familiar with this area to take a look. ** Bug watch added: gitlab.gnome.org/GNOME/vte/-/issues #2778 https://gitlab.gnome.org/GNOME/vte/-/issues/2778 -- You received this bug

[Bug 2063270] Re: display artifacts in gnome-console

2024-04-24 Thread Egmont Koblinger
I'm having a hard time trying to tell apart lit pixels from dust on your screen. :) Do you mean these dots that blink together with the cursor? ** Attachment added: "PXL_20240424_153154820.MP_marked.jpg"

[Bug 2063270] Re: display artifacts in gnome-console

2024-04-24 Thread Egmont Koblinger
Can you describe how those artifacts look like? Or attach a screenshot or video taken by an external camera? Do you have fractional scaling? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063270

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper with Ambiance/Radiance

2024-04-17 Thread Egmont Koblinger
> .background.decorated:backdrop { This still doesn't feel entirely good. The background can be applied to a window, in which case it needs to be restricted to the .decorated property; but I presume it can also be applied to many other GTK widgets in which case it shouldn't be restricted, at

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper with Ambiance/Radiance

2024-04-17 Thread Egmont Koblinger
DING developer's response is basically that they clear the "decorated" property of the window, and the theme should handle that. Based on this, I think the correct solution for the Ambiance/Radiance themes is to further restrict the offending block with the ".decorated" selector, i.e.

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper with Ambiance/Radiance

2024-04-17 Thread Egmont Koblinger
Let's see what DING devs think: https://gitlab.com/rastersoft/desktop- icons-ng/-/issues/315 ** Bug watch added: gitlab.com/rastersoft/desktop-icons-ng/-/issues #315 https://gitlab.com/rastersoft/desktop-icons-ng/-/issues/315 -- You received this bug notification because you are a member of

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
> Wow, I didn't realize that people were still trying to use Ambiance and Radiance (from source package ubuntu-themes) with Ubuntu 24.04 LTS. I'd love to switch to Adwaita or Yaru, but I prefer to have dark window header and light window contents, and I haven't found yet how to do it in those.

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
Without root access (or being worried of an update overwriting the changes), this is how I could fix it as a user. I've placed this in my ~/.config/gtk-3.0/gtk.css file: window.desktopwindow.background:backdrop { box-shadow: none; } Don't ask why it's gtk-3.0 and not 3.20 or 4.0, I have

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
It's /usr/share/themes/{Amb,Rad}iance/gtk-3.20/gtk-widgets.css line 18: .background:backdrop { color: @backdrop_fg_color; box-shadow: inset -1px 0 shade (@bg_color, 0.94); } Change that to 0 (or I guess you could remove the entire line or even the

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
I've modified /usr/share/themes/Ambiance (recursively), search-replacing all the "1px" to "10px", and (after logging out and back in) the line at the desktop's right edge looks about 10px wide. So we're on the right track. -- You received this bug notification because you are a member of Ubuntu

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
Looks remotely related: https://askubuntu.com/questions/927893/white- line-on-left-of-ubuntu-launcher-when-desktop-icons-enabled -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1986450 Title: Visual

[Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper

2024-04-17 Thread Egmont Koblinger
I can reproduce the problem on two computers, both running fully-updated 24.04 beta. For me, the bug appears if all of these circumstances are met: - /org/gnome/desktop/interface/gtk-theme is Ambiance or Radiance - one of the windows is focused - the Desktop Icons NG (DING) extension is enabled

[Bug 2061306] Re: gnome-terminal is super laggy

2024-04-14 Thread Egmont Koblinger
*** This bug is a duplicate of bug 2059847 *** https://bugs.launchpad.net/bugs/2059847 Duplicate of bug 2059847. See also: https://askubuntu.com/questions/1509058/input-delay-on- terminal-ubuntu-22-04-4 ** This bug has been marked a duplicate of bug 2059847 Input lag or freezes on Nvidia

[Bug 2061229] Re: Prints a bunch of syntax warnings

2024-04-13 Thread Egmont Koblinger
Filed upstream bug https://github.com/itstool/itstool/issues/54, but upstream has been unmaintained for 2.5 years, not sure if we can expect a quick "official" fix. ** Bug watch added: github.com/itstool/itstool/issues #54 https://github.com/itstool/itstool/issues/54 -- You received this bug

[Bug 2061229] Re: Prints a bunch of syntax warnings

2024-04-13 Thread Egmont Koblinger
itstool didn't change from 23.10, python3 did. This article seems relevant: https://adamj.eu/tech/2022/11/04/why-does- python-deprecationwarning-invalid-escape-sequence/ and it also claims that python 3.11 already gave warnings if you asked for it (which wasn't the default), but with python

[Bug 2061229] [NEW] Prints a bunch of syntax warnings

2024-04-13 Thread Egmont Koblinger
Public bug reported: 24.04 beta, fully updated. Simply start 'itstool'. Notice how it spits out a lot of syntax warnings:   /usr/bin/itstool:239: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '':   /usr/bin/itstool:337: SyntaxWarning: invalid escape

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-09 Thread Egmont Koblinger
> Upstream Gnome 46 made a lot of changes recently to improve performance and input lag in Gnome-Terminal. Those changes are separate from this bug. Exactly. > I don't know whether those changes were backported to Ubuntu 22.04, which ships Gnome 42. They weren't, and almost certainly won't be.

[Bug 2059847] Re: Input lag in native terminal on Nvidia desktops with X11

2024-04-03 Thread Egmont Koblinger
@ Daniel van Vugt, The faulty change has a timestamp of 22 Feb, and the package began to arrive at users probably on 29 Mar. That's a difference of 5 weeks. I'm not familiar with Ubuntu's internal procedures, I don't know how things work, which component (e.g. building packages, QA, somewhat

[Bug 2059847] Re: Input lag in native terminal on Nvidia desktops with X11

2024-04-01 Thread Egmont Koblinger
> [amirsalarsafaei] I downgraded my mutter to 45.0-3ubuntu3 but the issues persists Mentioning just in case: You should downgrade all the packages built from mutter's source that you have installed, including libmutter-13-0, mutter-common, mutter- common-bin etc. (Or at least I don't know which

[Bug 2059847] Re: Input lag in native terminal

2024-03-31 Thread Egmont Koblinger
Seems to be reported upstream at https://gitlab.gnome.org/GNOME/mutter/-/issues/3384. The upstream bug unfortunately also made it into Ubuntu update packages in https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2054510. ** Also affects: mutter (Ubuntu) Importance: Undecided Status:

[Bug 2054510] Re: Incomplete screen redraws in virtual machines running Xorg

2024-03-30 Thread Egmont Koblinger
Another most likely duplicate: https://github.com/gnome- terminator/terminator/issues/899 And yet another most likely duplicate: https://bbs.archlinux.org/viewtopic.php?id=294164. Here a user claims that downgrading gnome-shell and mutter fixes the issue, and points to upstream issue

[Bug 2054510] Re: Incomplete screen redraws in virtual machines running Xorg

2024-03-30 Thread Egmont Koblinger
During the last barely more than 24 hours, at least 4 people have reported/confirmed heavy latencies newly appearing in their GNOME Terminal. One person with Ubuntu 23.10 and two people with Ubuntu 22.04 (one of which comments has just been removed).

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-16 Thread Egmont Koblinger
> I see the benefit to the change in bash from a security perspective, so > perhaps gnome-terminal needs to adapt to this new feature. You missed the possibility of keeping bracketed paste mode (the functionality) enabled (as I, for one, have had it enabled ever since bash added this feature,

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-16 Thread Egmont Koblinger
> h. Bracketed paste mode is enabled by default. > If so, it looks like this "feature" can be disabled. How? The way to disable bracketed paste mode is presumably to place this in .inputrc: set enable-bracketed-paste off But DON'T do this! Bracketed paste mode is an important safety measure

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-16 Thread Egmont Koblinger
> You mean it will always be like this going forward? I don't know. This was a change in the default shell "bash". I'm not involved in bash's development, nor in Ubuntu's. I don't know what their plans are. I don't know if this feature can be disabled in bash (but I know that it's bash's

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-16 Thread Egmont Koblinger
...patch its source or ask its developers... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926256 Title: Pasted text in the terminal is always highlighted and selected To manage notifications

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-13 Thread Egmont Koblinger
This is not an issue with the terminals, this is a new feature of bash-5.1. Search for the word "highlight" at https://lists.gnu.org/archive/html/info-gnu/2020-12/msg3.html . --- This could not theoretically be a bug in gnome-terminal/vte. Terminals don't directly paint a letter as a

[Bug 1609342] Re: Gnome-terminal sets directory to HOME for ctrl-shift-n and custom shell command

2020-11-22 Thread Egmont Koblinger
For setting: vte-2.91.sh is intended to do that... the ".sh" extension was missing, sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609342 Title: Gnome-terminal sets directory to HOME for

[Bug 1609342] Re: Gnome-terminal sets directory to HOME for ctrl-shift-n and custom shell command

2020-11-22 Thread Egmont Koblinger
gnome-terminal 3.36, which is included in Ubuntu 20.04, added a config option Preferences -> -> Command -> Preserve working directory. Older versions preserved the directory only when launching a shell, not when launching a custom command. This behavior was frowned upon by some folks,

[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

[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

[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 1872377] Re: No menus in Unity after upgrading to 20.04

2020-04-15 Thread Egmont Koblinger
See also bug #1859123. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872377 Title: No menus in Unity after upgrading to 20.04 To manage notifications about this bug go to:

[Bug 1871807] Re: Installed fonts are not available for selection

2020-04-11 Thread Egmont Koblinger
gnome-terminal lists the fonts that are monospace according to pango_font_family_is_monospace(). The font as well as Pango should be examined why this one isn't believed to be a monospace one. That being said, you can still set this font using dconf-editor, by setting

[Bug 1872053] Re: Local mail is never checked

2020-04-11 Thread Egmont Koblinger
I'd take one step back and ask the question: Why would anyone one a graphical system need to run a terminal emulator in order to get notified about new mail? What if someone uses all kinds of other applications (web browser, document editor, photo viewer, music player...), just not a terminal, why

[Bug 1872053] Re: Local mail is never checked

2020-04-10 Thread Egmont Koblinger
It is really, really not the terminal emulator's job to set basic environment variables. It should either be done by the environment in which gnome-terminal is started (e.g. systemd --user), so that the terminal just transparently passes this on; or should be done by the shell initialization

[Bug 1869769] Re: gnome-terminal regularly becomes corrupted

2020-04-06 Thread Egmont Koblinger
https://weechat.org/files/doc/devel/weechat_user.en.html#option_weechat.look.eat_newline_glitch: "[eat_newline_glitch] is disabled by default because it can cause serious display bugs" Try the behavior in xterm, too. If it's buggy there too then it clearly has nothing to do with gnome-terminal.

[Bug 1867746] Re: URL highlighting broken with VTE 0.60

2020-04-04 Thread Egmont Koblinger
> How did you get terminator to print the following? With Eoan + VTE 0.60, I just execute "terminator" from another terminal emulator. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867746 Title:

[Bug 1868116] Re: QEMU monitor no longer works

2020-03-24 Thread Egmont Koblinger
Thanks for this investigation so far! We've opened an upstream VTE issue at https://gitlab.gnome.org/GNOME/vte/issues/222 . We'd appreciate if QEMU developers joined us there. Apparently QEMU uses the "commit" signal in a way that it was not meant to be used, and thus it's unclear what the best

[Bug 1691678] Re: Scrollbars escape the bottom and right side of the Terminal window by 1px

2020-03-06 Thread Egmont Koblinger
> but dropping the change creates a regression on the Ubuntu session/theme So the situation is: Unpatched gnome-terminal looks perfect on the default GTK theme and on many others, except Ubuntu's. Conclusion: Let's patch gnome-terminal! Wow. I'm wondering: Has anyone considered fixing the

[Bug 1691678] Re: Scrollbars escape the bottom and right side of the Terminal window by 1px

2020-03-03 Thread Egmont Koblinger
> It appears we would need a new upstream bug to track this because the old one didn't go anywhere. This is not true. The old one did go somewhere: It examined the behavior and clearly concluded that upstream gnome-terminal is NOT buggy here, it never was. It's one of the Ubuntu patches that

[Bug 1865326] Re: extra spaces on right and bottom border of gnome terminal's scrollbar

2020-03-02 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1691678 *** https://bugs.launchpad.net/bugs/1691678 ** This bug has been marked a duplicate of bug 1691678 Scrollbars escape the bottom and right side of the Terminal window by 1px -- You received this bug notification because you are a member of Ubuntu

[Bug 1864364] Re: Possible Regession: PCRE2 fails to match regex

2020-02-24 Thread Egmont Koblinger
Upstream fix: https://vcs.pcre.org/pcre2?view=revision=1228 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864364 Title: Possible Regession: PCRE2 fails to match regex To manage notifications

[Bug 1864364] Re: Possible Regession: PCRE2 fails to match regex

2020-02-24 Thread Egmont Koblinger
Upstream report: https://bugs.exim.org/show_bug.cgi?id=2531 ** Bug watch added: bugs.exim.org/ #2531 http://bugs.exim.org/show_bug.cgi?id=2531 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864364

[Bug 1856438] Re: auto suggest previously used commands

2019-12-15 Thread Egmont Koblinger
This should be a feature request against the command line shell, 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/1856438 Title: auto suggest previously used commands To manage

[Bug 1850621] Re: zoom sets wrong window size in fullscreen mode

2019-10-30 Thread Egmont Koblinger
*** This bug is a duplicate of bug 1849285 *** https://bugs.launchpad.net/bugs/1849285 This is fixed in official gnome-terminal 3.34.1, which is on its way to appear as an eoan update. So let me mark this as duplicate. ** This bug has been marked a duplicate of bug 1849285 [SRU] 3.34.2

[Bug 1849090] Re: Autocompletion does not work correctly with special signs

2019-10-21 Thread Egmont Koblinger
Autocompletion is done by the shell and its configs, not by the terminal. ** Also affects: bash-completion (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1847850] Re: Update vte2.91 to 0.58.2

2019-10-15 Thread Egmont Koblinger
Filed bug #1848156, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847850 Title: Update vte2.91 to 0.58.2 To manage notifications about this bug go to:

[Bug 1847850] Re: Update vte2.91 to 0.58.2

2019-10-15 Thread Egmont Koblinger
Filed #1848156, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847850 Title: Update vte2.91 to 0.58.2 To manage notifications about this bug go to:

[Bug 1848156] [NEW] Update gnome-terminal to 3.34.1

2019-10-15 Thread Egmont Koblinger
Public bug reported: Please update to gnome-terminal 3.34.1 (or .2) for eoan. Or, at least, cherry-pick this trivial fix: https://gitlab.gnome.org/GNOME/gnome- terminal/commit/2cbc9e6b9be7f4d6b2d92b40e37ec687d36ce98d A change in GTK triggered a bug in Terminal causing a pretty bad user

[Bug 1847850] Re: Update vte2.91 to 0.58.2

2019-10-14 Thread Egmont Koblinger
Just wondering, Jeremy, in the opening report you said > This update is required to update gnome-terminal to 3.34.2 but there's no gnome-terminal update in progress, is there? gnome-terminal 3.34.1 fixes a problem with fullscreen terminals not staying fullscreen at certain operations like font

[Bug 1847850] Re: Update vte2.91 to 0.58.2

2019-10-12 Thread Egmont Koblinger
0.58.1 and 0.58.2 each fix a crash. So indeed it would be great if you could make an exception and update these packages, thanks! ** Summary changed: - Update vte2.91 to 2.58.2 + Update vte2.91 to 0.58.2 ** Description changed: I'm filing a bug since we are now in Final Freeze for Ubuntu

[Bug 1846255] Re: No cursor in gnome-terminal 3.34.0-1ubuntu2 (eoan)

2019-10-03 Thread Egmont Koblinger
> Cursor color: checked, same colors Well, if cursor color is the same as the default color then it is requested to be invisible. What you need for the cursor color is something very different from the defaults (e.g. the two colors swapped). Nitpicking: You shouldn't need to restart

[Bug 1846255] Re: No cursor in gnome-terminal 3.34.0-1ubuntu2 (eoan)

2019-10-02 Thread Egmont Koblinger
Could you please execute this command? Do you see a cursor while it is running? echo -ne '\e[?25h\e]112\e\\'; sleep 1000 If not, then while the previous command is still running: Please open gnome-terminal's preferences, click on your profile in the left-side bar. Disable cursor blinking,

[Bug 1845737] Re: Missing dependency on lenses

2019-09-27 Thread Egmont Koblinger
I forgot to explicitly say: The required packages, which should be listed in the Depends field, are: - unity-lens-applications - unity-lens-files -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845737

[Bug 1845737] [NEW] Missing dependency on lenses

2019-09-27 Thread Egmont Koblinger
Public bug reported: For some (unknown) reason, my unity-lens-* packages got uninstalled. Trying to start unity-tweak-tool from a terminal under a Unity 7 session gives this error in the terminal: Error: schema com.canonical.Unity.ApplicationsLens not installed and this in a popup window:

[Bug 562130] Re: Selecting an RTL language should install RTL capable terminal emulator

2019-09-13 Thread Egmont Koblinger
GNOME Terminal 3.34 (as well as all other terminals using VTE 0.58) support RTL. These versions appear in Ubuntu 19.10 Eoan Ermine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/562130

[Bug 1843880] [NEW] GtkSpinButton's context menu changes the width of '+'

2019-09-13 Thread Egmont Koblinger
Public bug reported: GtkSpinButton consists of a (typically numeric) input field, followed by a '-' and finally a '+' sign. The width of the '+' sign shrinks a little bit when you open the right-click context menu of the input field. It shouldn't, it should have a constant width. Happens with

[Bug 1843872] Re: libexec migration incomplete

2019-09-13 Thread Egmont Koblinger
> What the script does, since you ask, Sorry for the loose phrasing. I was aware of the global picture, just wasn't sure (and was lazy to investigate) when exactly a bug would be triggered, i.e. when that code would be reached, which you answered: > It is broken if you pass --app-id Thanks for

[Bug 1843872] [NEW] libexec migration incomplete

2019-09-13 Thread Egmont Koblinger
Public bug reported: Debian/Ubuntu package of gnome-terminal 3.34.0 moved the server binary from /usr/lib/gnome-terminal to /usr/libexec. The Ubuntu package ships a wrapper script as /usr/bin/gnome-terminal. This one still looks for the server at its old location in spawn_terminal_server().

[Bug 1843197] Re: Time reported for having downloaded the packages is way off

2019-09-08 Thread Egmont Koblinger
** Also affects: apt (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/1843197 Title: Time reported for having downloaded the packages is way off

[Bug 1843197] [NEW] Time reported for having downloaded the packages is way off

2019-09-08 Thread Egmont Koblinger
Public bug reported: It took about 30 minutes for me to download the packages for a distro upgrade, yet it reports it took 6 seconds. I'm upgrading from Disco to Eoan test version, using the command sudo do-release-upgrade -d Excerpt from the output: 7 packages are going to be removed. 81

[Bug 310053] Re: Devanagari text rendered incorrectly in VTE apps

2019-08-26 Thread Egmont Koblinger
VTE (libvte-2.91-0) version 0.56 mostly addresses this issue, spacing marks are now combined as desired with the preceding base letter. (Dotted circles still might be displayed around line wraps, as well as under the rectangle cursor. For the latter problem, a workaround is to choose a different

[Bug 1566437] Re: Scrolling randomly stops working

2019-07-27 Thread Egmont Koblinger
> I found a hacky workaround - add this to your $PS1: The workaround of resetting relevant settings from the prompt has already been mentioned – although without showing a concrete example. > Given how randomly it happens, I believe there is a real bug in Terminator I'm about 99.999% sure that

[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

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

2019-07-04 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

[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 1691678] Re: Scrollbars escape the bottom and right side of the Terminal window by 1px

2019-05-27 Thread Egmont Koblinger
I confirm the previous suspicion: This is _not_ an upstream bug. Upstream gnome-terminal draws the scrollbar perfectly. This bug is introduced by one of the Ubuntu patches. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1829375] Re: Drop libvte9 suggestion

2019-05-16 Thread Egmont Koblinger
I've fired up Geany, and clicked on Terminal in the bottom left corner. The presented terminal is libvte-2.91-0, as confirmed by `echo $VERSION` reporting its version number. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896101 ** Bug watch added: Debian Bug tracker #896101

[Bug 1728241] Re: stjerm project is abandoned(unmaintained) upstream -- please remove from archives

2019-05-16 Thread Egmont Koblinger
Thanks guys for having addressed this removal! I just came here to report the same request. > What bugs, specifically, do you believe justify this package's removal from the archive? Pretty much the entire set of bugs that have been fixed in VTE in the last 8 years :-) including potential data

[Bug 1829377] [NEW] Remove this package

2019-05-16 Thread Egmont Koblinger
Public bug reported: Please remove the ancient GTK2-based vte aka. libvte9{,-common} from Eoan. Upstream version has been unmaintained for about 8 years, development continued in the GTK3 branch (vte2.91 aka. libvte-2.91-0). Geany is the only package referring to it, and it also does

[Bug 1829375] [NEW] Drop libvte9 suggestion

2019-05-16 Thread Egmont Koblinger
Public bug reported: Geany recommends to install libvte9. Since Bionic, Geany has been compiled against GTK3. libvte9 uses GTK2. Hence I'm pretty sure geany cannot make any use of it. Please remove this outdated suggestion, or replace by the GTK3 based libvte-2.91-0 if geany can use this latter

[Bug 1829373] [NEW] Outdated description says GTK2

2019-05-16 Thread Egmont Koblinger
Public bug reported: The package's (and some of the subpackages') description says: "It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany." Since Bionic it's been compiled against GTK3, and accordingly, depends on libgtk-3-0. Please update the

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

[Bug 1824438] Re: libvte: syntax error in /etc/profile.d/vte-2.91.sh

2019-04-12 Thread Egmont Koblinger
What problem did you experience at the first place? What's your goal when you execute the mentioned command? vte-2.91.sh was written for bash and zsh. You execute it with sh (dash). Due to -n, the commands are not executed and thus it skips the bash/zsh check and continues. Then it fails on a

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

[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

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

[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

[Bug 1790100] Re: unable to write ~ and ^ chars in the terminal

2018-11-09 Thread Egmont Koblinger
Please understand: It's not that we (vte and gnome-terminal developers) don't want to hear about it. We've heard about it and we are pretty certain that this is a bug somewhere elsewhere. Vte's and gnome- terminal's source code has absolutely no sign of treating ^ or any other similar simple

[Bug 1798481] Re: org.gnome.desktop.interface.cursor-blink-timeout not honored

2018-10-18 Thread Egmont Koblinger
Thanks for the investigation! In the mean time I've tried xfce, icewm and windowmaker – /org/gnome/desktop/interface/cursor-blink* weren't used by VTE in any of them, some hardcoded defaults were used. I guess some dconf or gsettings daemon needs to be running to have the required binding in

[Bug 1798481] Re: org.gnome.desktop.interface.cursor-blink-timeout not honored

2018-10-18 Thread Egmont Koblinger
> cursor-blink-time: 1200 > cursor-blink-timeout: 1 > time=463 timeout=10 Oops, time should also match and it doesn't. Can you confirm that blinking is pretty fast for you, that is, the duration of an entire cycle (on + off phases) is a bit less than half a second (463 ms, rather than 1.2

[Bug 1798481] Re: org.gnome.desktop.interface.cursor-blink-timeout not honored

2018-10-18 Thread Egmont Koblinger
VTE does have code in place to support these variables and they work for me. No need for reboot, not even to restart gnome-terminal, it should pick up the change immediately. It stops blinking the cursor when the focus is lost, and restarts blinking it when the terminal is focused again. Are you

[Bug 1796422] Re: Crash at encoding change

2018-10-11 Thread Egmont Koblinger
Thanks guys! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796422 Title: Crash at encoding change To manage notifications about this bug go to:

[Bug 1743373] Re: Combobox arrow and color are inverted

2018-10-08 Thread Egmont Koblinger
I can confirm the issue is fixed in Cosmic beta. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743373 Title: Combobox arrow and color are inverted To manage notifications about this bug

[Bug 1796422] [NEW] Crash at encoding change

2018-10-05 Thread Egmont Koblinger
Public bug reported: Using vte 0.54.0: Open gnome-terminal, and use its Terminal -> Set Character Encoding menu to switch to another encoding. Switch back, then again to something different. gnome-terminal crashes. Mainstream vte 0.54.1 fixes this issue. Could you please sync the upgraded

[Bug 1795745] [NEW] Combobox opens at wrong vertical position

2018-10-02 Thread Egmont Koblinger
Public bug reported: When a combobox is opened, the list of entries is expected to be positioned so that the currently selected one is exactly where that value was shown before the list was opened. See the two screenshots demonstrating the problem. Note that even though the mouse pointer isn't

[Bug 1795745] Re: Combobox opens at wrong vertical position

2018-10-02 Thread Egmont Koblinger
** Attachment added: "Before opening - good so far" https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1795745/+attachment/5196123/+files/yaru-combobox-1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1795745] Re: Combobox opens at wrong vertical position

2018-10-02 Thread Egmont Koblinger
** Attachment added: "After opening - list is mispositioned" https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1795745/+attachment/5196124/+files/yaru-combobox-2.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1790317] Re: Crash with vte-0.54

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

[Bug 1791373] Re: [FFe] Update gnome-terminal to 3.30.0 and vte to 0.54

2018-09-26 Thread Egmont Koblinger
Hi guys, - Due to a change in vte-0.54 around the child-exited signal, unfortunately lxterminal (LP: #1794440) and sakura (LP: #1790317) now crash when a tab is closed by clicking on the X button. Luckily, a fix is available for both of them. Could you please make sure to apply those fixes? - I

[Bug 1790317] Re: Crash with vte-0.54

2018-09-26 Thread Egmont Koblinger
** Also affects: sakura (Ubuntu) Importance: Undecided Status: New ** Tags added: cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1790317 Title: Crash with vte-0.54 To manage

[Bug 1794440] [NEW] Crash with vte-0.54 when closing a tab with the X button

2018-09-26 Thread Egmont Koblinger
Public bug reported: Open a new tab, and close any tab by clicking on the X button. As of vte-0.54, lxterminal crashes. Upstream bug and fix: https://github.com/lxde/lxterminal/issues/61 Mainstream release 0.3.2 fixes the bug, this is already packaged in Debian unstable. Please backport the

[Bug 1791967] Re: Shortcut for "Hide and Show Menubar" does not work

2018-09-11 Thread Egmont Koblinger
Thanks for the report! I've forwarded it upstream: https://gitlab.gnome.org/GNOME/gnome-terminal/issues/33. (Note that this shortcut is disabled by default, not assigned to F10.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1791337] Re: Terminal should prompt for confirmation before pasting text containing newlines

2018-09-07 Thread Egmont Koblinger
> I don't think having to hit Enter when you paste several lines [...] would be a great annoyance You have the shell as use case in your mind. Other use cases include e.g. pasting to a text editor. Having to hit Enter there would be quite an annoyance. > but if it was for someone, there would

[Bug 1791337] Re: Terminal should prompt for confirmation before pasting text containing newlines

2018-09-07 Thread Egmont Koblinger
I'm not affiliated with Ubuntu, so I probably shouldn't be the one warning you, but your style is unacceptable, no matter how serious issue you report. gnome-terminal could warn you before pasting a newline. It could offer to disable that warning, in which case most users would do so, falling

[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

[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

  1   2   3   4   5   6   7   >