Public bug reported:
Binary package hint: groff-base
The "man" command displays man pages with cool-looking Unicode quotation
marks, hyphens and more. This very often leads to incorrect content,
when the page actually tries to explain the meaning of an ASCII symbol.
Few examples, starting with
** Attachment added: "The patch I mentioned."
http://launchpadlibrarian.net/17769266/groff-1.19.2-sane-ascii-characters.patch
--
Man pages show wrong Unicode characters instead of ASCII
https://bugs.launchpad.net/bugs/272290
You received this bug notification because you are a member of Ubun
Public bug reported:
Binary package hint: manpages
Type "man iso-8859-7". You are supposed to get a table showing the
actual Greek letters next to their textual descriptions. But instead
you just get the latin-1 characters of the corresponding codepoints.
Example line:
353 235 EB
Thanks!
--
manpages of character sets are broken
https://bugs.launchpad.net/bugs/270589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/u
> 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 documenta
...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 abou
> 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
again
> 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, whic
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 conseque
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, understanda
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 ctrl
Yup, with manually compiled vte-0.53, this patch fixes the problem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756238
Title:
gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags
I can reproduce the bug, and I also get the same (faulty) result with
vanilla vte-0.48 compiled by me (that is, not the Ubuntu package,
contrary to comment 7).
Jeremy, could you please test if bringing back 91_keep_fds.patch solves
the issue? The error message sounds suspiciously related to what t
Which, of course, raises the question:
- Is gdebi doing something wrong? Is there an alternative approach provided by
VTE, which gdebi should start using instead?
- Does VTE really lack a feature that is required by gdebi, so VTE should add?
- Did VTE perhaps reject adding this feature (if so, wh
Ideally gdebi should be fixed not to rely on this patch. Obviously
that's somewhat more work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756238
Title:
gdebi-gtk broken in 18.04 error: unable to
Sounds like dup of #1722121, fixed in Bionic.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1760887
Title:
Copy not working
To manage notifications about this bug go to:
https://bugs.launchpad.net/
I can reproduce this in a GNOME session, but not in Unity. Sounds like a
bug with the window manager (gnome-shell or mutter).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778824
Title:
Terminal st
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
back
> 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 alw
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.
https:/
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:
https://bugs.launchpad.net/vte/+bug/1796422/+subs
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 s
> 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 sec
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 place
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 v
** 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.
https://bugs.launc
** 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.
https://b
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 packa
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 go
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 charac
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 fi
** 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 notifi
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 k
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.
https:
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 bash
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
Upstream fix: https://vcs.pcre.org/pcre2?view=revision&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 notificati
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 19.1
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 s
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
experienc
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:
https://bugs.launchpad.net/ubuntu/+source
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:
https://bugs.launchpad.net/ubuntu/+so
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.
https://bugs.launchpad.net
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 notif
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 s
> 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:
U
*** 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
> 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 intro
> 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 Ubuntu
18.04 Bionic, to be released tomorrow, ships bash-4.4.19. So if Kieran's
guess is correct then it should no longer crash there; Simon could you
please check this once you upgrade your system?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
I haven't seen anything like this...
Do the pastes go to a particular window (the active tab within,
whichever that is), or to a particular terminal tab (even if that's not
the selected tab within its window)?
Is pasting with Shift+insert also buggy?
How hard is it to reproduce? How often does i
Pulseaudio kept crashing for me in zesty and artful (see bug 1675892),
but no longer seems to crash for me in bionic beta.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1556439
Title:
pulseaudio cra
Good idea, thanks! I've opened an upstream gnome-terminal bugreport about it:
https://bugzilla.gnome.org/show_bug.cgi?id=793521
** Bug watch added: GNOME Bug Tracker #793521
https://bugzilla.gnome.org/show_bug.cgi?id=793521
--
You received this bug notification because you are a member of Ubu
This was changed in VTE version 0.40 to match xterm and pretty much all
other terminal emulators, see also
https://bugzilla.gnome.org/show_bug.cgi?id=743258 and
https://git.gnome.org/browse/vte/commit/?id=c91ad5640.
LXTerminal is one of the last few VTE-based terminal emulators that
still supports
So glib 2.54 -> 2.55 upgrade has problems, and as a consequence, vte
upgrade (which requires glib >= 2.40) is held back?? I don't understand
it :D Nevermind, I'm sure it'll all be polished out for the final 18.04
+ 3.28, so it's okay.
--
You received this bug notification because you are a member
Public bug reported:
The patch from bug 1764558
(https://gitlab.gnome.org/GNOME/mutter/merge_requests/62) is broken, and
should be reverted (or fixed). The breakage it introduces is noticeably
more severe than the tiny shadow it fixes.
The broken patch resurrects bug 1718238, which was fixed not
Continued in 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/1718238
Title:
Giant terminal icon is blocking out the Terminal window buttons
To manage notifications about this bug go to:
Done: 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/1764558
Title:
Window buttons icon effect isn't applied to mutter decorations
To manage notifications about this bug go to:
https://
What's the version of GNOME Terminal on CentOS that you're referring to,
where you don't face these issues?
GNOME Terminal (more precisely, the underlying VTE widget) was improved
a lot during the last 4 years, tons of emulation (and other) bugs were
fixed. The most relevant one is probably
https:
The new menu items are there in mainstream gnome-terminal's source
(behind a configure flag; so they aren't added by Ubuntu). Hence they
are translated (or not) according to the mainstream GNOME translators'
work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Jeremy, Łukasz,
If you're about to release an update for Bionic, could you please backport the
trivial
https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-28&id=1828cb6d5
as well?
At one place the strings are accidentally left untranslated on the UI,
even though at some other place t
Public bug reported:
The list of encodings in Preferences → Compatibility is in English. The
list in the Terminal → Set Character Encoding menu is properly
translated, though.
Upstream bugreport: https://bugzilla.gnome.org/show_bug.cgi?id=795358
Upstream trivial fix: https://git.gnome.org/browse
Well, since it's in "proposed", which I guess means waiting for
feedback, and is not an urgent update at all, my feedback was maybe you
should hold it off and release along with that other fix to save an
update for users :-) Anyway, filed that as bug 1771290, rest is up to
you. Thanks a lot! :-)
-
Public bug reported:
A crash was discovered recently in VTE, triggered by the combination of
explicit hyperlinks (a new feature of vte-0.50) and a non-aligned window
size (e.g. Tilix, or maximized GNOME Terminal) due to a missing trivial
boundary check.
Since GNOME Terminal handles all of its ter
Also reproducible in xterm and various other terminal emulators, at
least sometimes (not always). So not a gnome-terminal issue.
This is a pretty common phenomenon if a utility doesn't properly restore
the terminal (stty?) settings. Blindly typing and executing "reset"
should fix it. Not sure what
> Here is built-in palette collected with gsettings get:
> ['#2E3436',
> '#CC',
> [...]
Could you please elaborate, what are the exact steps you took that gave
this result? What steps did you perform in gnome-terminal's Preferences
dialog, what additional scripts did you run (if any, e.g. Anth
I can confirm this with Ubuntu's default Ambiance theme. (Not with
GTK+'s default Adwaita, though.)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768264
Title:
terminator separator is transparent
> I missed that background color scheme and palette scheme are dedicated
and selected only first scheme, but not palette scheme (was selected
Tango).
This is indeed misleading and we're thinking about changing the
behavior. Ideally you'd just select "Solarized dark" at one place, and
this would se
Yup, I'm on 18.04 too.
I haven't noticed this bug before, although I use Ambiance, and I fire
up terminator every once in a while. So probably it's a regression in
18.04, probably it looked okay in 17.10.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
> Are you mean new abstraction, third place, preset for background,
palette and other?
We don't know yet how the user interface would look like.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768178
Submitted https://git.gnome.org/browse/gnome-
terminal/commit/?id=e8ee9f786 to make it more obvious that we indeed
define the Solarized palette correctly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
For those who still see this issue in 18.04:
Is the icon really giant (144x144) for you, as attached to this bug; or
is it somewhat smaller (48x48), as attached to bug 1765704?
Does installing/removing gnome-icon-theme, as per comment 8, do anything
for you?
If you execute xprop from gnome-termi
Silly me, instead of asking questions I should have tried it myself.
Whereas the previous fix definitely fixed it (at least for me) on 17.10,
it's indeed broken (again, in a somewhat different way: it's smaller
now, 48x48) for me too on 18.04.
I'll try to take yet another look.
--
You received
> There is a patch on gitHub for this about 3 days ago.
Where exactly?
--
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 buttons
@guido Oh, I guess I found it, I guess you meant this:
https://gitlab.gnome.org/GNOME/mutter/merge_requests/62
I made a comment over there. This patch is buggy, this is the one that
breaks my previous fix.
The patch is shipped by Ubuntu, named theme-use-gtk_render_icon_suface-
to-paint-button-ic
This patch is broken, and is responsible for re-introducing bug 1718238
(comment 17 onwards).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764558
Title:
Window buttons icon effect isn't applied to
@guido Nope, that one is irrelevant (that icon title is something
completely different, it's a legacy concept: the title of the window
whenever it's iconified; plus the change is in gnome-terminal's current
development series which won't appear in Bionic).
Anyway, I managed to locate the bug, see
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
** 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
To
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 c
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, and
> 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 gnome-termina
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 de
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
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 incorrectly
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 le
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
ht
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.
https://bugs.
*** 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
--
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().
It's
> 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 t
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 Ubu
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
Title:
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:
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
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.
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 files
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
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 /org/gnome/terminal/legacy/pr
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:
https://bugs.launchpad.n
1 - 100 of 713 matches
Mail list logo