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
> 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.
(I
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 U
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.
.backgrou
> .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 least
(Former VTE developer here)
A terminal emulator's job is to execute the precise instructions it
receives from the connected application (e.g. bash), and in this case,
VTE does that correctly. It's bash (or some other readline app) that
asks the terminal to print the prompt over and over again, and
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
> 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
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1926256
Title:
Pasted text in the terminal is always highlighted and selected
Sta
> 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
I assume you paste this to the shell (command line).
I can reproduce the same problem in xterm with the bash shell. Not with
zsh, though.
Therefore it's a bug in bash (shell), not gnome-terminal.
** Also affects: bash (Ubuntu)
Importance: Undecided
Status: New
--
You received this bu
> EDIT: THIS IS THE WORKAROUND:
> bind 'set enable-bracketed-paste off'
It's absolutely unclear to me what you're referring to here. You mention
a workaround that wasn't mentioned earlier in this thread, the word
"bind" first appears in your comment (so: where did you take it from?)
then you say i
alainpannetier,
You show how to rebuild the terminal emulator widget (not exactly the
version shipped by Ubuntu, without the patches and configurations
shipped by Ubuntu), with one patch that is utterly irrelevant to this
topic here.
I don't have the slightest idea how that could fix the truly un
Freshly released bash-5.2 allows to disable the highlighting of pasted
text (while keeping the "bracketed paste mode" functionality enabled),
or even to define custom highlighting.
You need to place something like this in your .inputrc:
set enable-active-region off
or
set active-region-star
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
Touch seeded p
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
Touch seeded packages, which is subscribed to gtk+
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
> 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 t
** Also affects: apt (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1843197
Title:
Time reported for having downloaded the
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
Touch seeded packages, which is
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
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1718238
Title:
Giant terminal icon is blocking
@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
@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
Continued in bug 1770507.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1718238
Title:
Giant terminal icon is blocking out the Terminal window buttons
Status in gn
Yup, with manually compiled vte-0.53, this patch fixes the problem.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdebi in Ubuntu.
https://bugs.launchpad.net/bugs/1756238
Title:
gdebi-gtk broken in 18.04 error: unable to
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
Touch seeded packages, which is subscribed to gdebi in Ubuntu.
https://bugs.launchpad.net/bugs/1756238
Title:
gdebi-gtk broken
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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1
Filed VTE feature request to rate limit the bell:
https://bugzilla.gnome.org/show_bug.cgi?id=790815.
That being said, a pulseaudio crash is a pulseaudio crash which should
be fixed in pulseaudio.
** Bug watch added: GNOME Bug Tracker #790815
https://bugzilla.gnome.org/show_bug.cgi?id=790815
-
Public bug reported:
GtkSpinButton consists of a (typically numeric) input field, followed by
a '-' and finally a '+' sign. The width of the '+' sign depends on
whether it's sensitive or not. It shouldn't, it should have a constant
width.
Happens with Ubuntu's default Ambiance and Radiance themes
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
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
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1718238
Title:
Giant terminal icon is bloc
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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https:
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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1744537
Title:
Allocating size to GtkBox 0x5637327
I can confirm the issue is fixed in Cosmic beta. Thanks!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1743373
Title:
Combobox arrow and color are inverted
Status
Public bug reported:
Open a combobox with plenty of entries. (Example: gnome-terminal -> Edit
-> Profile Preferences -> Compatibility -> Encoding)
Notice two bugs:
1. Both at the top and at the bottom, the arrow (triangle) points
downwards.
Expected: At the top, the arrow should point upwards.
Please see lp:1724250 for some further investigation.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1712660
Title:
application menu icon in title bar has wron
Hi,
The bash bug I linked indeed seems to be a different one; however, it
might give some clues about what might going on. E.g. your locale, PS1,
PROMPT_COMMAND etc. _might_ be relevant. (I cannot reproduce your
problem, although I can see the prompt incorrectly showing parts of
color changing esc
** Also affects: humanity-icon-theme (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1724250
Title:
gnome-t
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
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1718238
Title:
Giant
(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
*** 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
Touch seeded packages, which is subscribed to humanity-icon-theme
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
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https:/
I have found that the presence of the counterpart "utilities-
terminal.png" icons under /usr/share/icons/gnome fixes the use of the
Humanity one (even though the ones under the "gnome" folder are unused),
while removing them breaks it.
Could you guys please confirm if this is the same for you?
su
*** This bug is a duplicate of bug 1718238 ***
https://bugs.launchpad.net/bugs/1718238
Investigation continuing in bug #1718238...
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bug
In the buggy case, xprop only reports one icon of size 48.
In the correct case, xprop reports 6 icons of sizes 22, 16, 48, 24, 32
and finally 48 again, all looking like taken from Humanity. (This isn't
what I saw here a couple of days ago in the dup bugreport, I've no idea
about the cause of this
Here's a fix to mutter.
_NET_WM_ICON is read into mini_icon unscaled (so its documentation is
incorrect), preferably at size 16, but if that's not available (as in
the buggy case) then in whichever size is available (48 in our case).
Then when scaling is due to happen (the icon gets painted), the
Daniel (or anyone else),
Could you please take care of applying this fix for Bionic?
The bug is X11 only which will be the default of Bionic, plus it's LTS,
so it'll affect magnitudes more users than on Artful. And it's a big fat
look-n-usability no-go.
Thanks in advance!
--
You received this
Upstream report: https://gitlab.gnome.org/GNOME/mutter/issues/23
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1718238
Title:
Giant terminal icon is blocking out th
*** This bug is a duplicate of bug 1718238 ***
https://bugs.launchpad.net/bugs/1718238
** This bug has been marked a duplicate of bug 1718238
Giant terminal icon is blocking out the Terminal window buttons
--
You received this bug notification because you are a member of Ubuntu
Touch seed
Upstream bug, investigation, VTE workaround etc. at
https://bugzilla.gnome.org/show_bug.cgi?id=769566.
** Bug watch added: GNOME Bug Tracker #769566
https://bugzilla.gnome.org/show_bug.cgi?id=769566
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages
** Package changed: light-themes (Ubuntu) => ubuntu-themes (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1726555
Title:
Use mainstream theme solution for g
This is a bug in GTK+, just recently fixed in git. For details, see
https://bugzilla.gnome.org/show_bug.cgi?id=789356
https://bugzilla.gnome.org/show_bug.cgi?id=789357
** Bug watch added: GNOME Bug Tracker #789356
https://bugzilla.gnome.org/show_bug.cgi?id=789356
** Bug watch added: GNOME Bug
Vte used to contain such drawing bugs, but we fixed all the known ones
about 1.5 years ago and I haven't seen any display corruption like yours
since then; nor have seen any other user complaining (I keep an eye on
official gnome-terminal bugzilla, Ubuntu, Debian and Red Hat
bugtracker).
I use Wil
The half-painted line suggests that it's a bug in gnome-terminal/vte, or
some component underneath (Gtk+, X, video driver)... No app running
inside the terminal, no matter how buggy, should be able to produce such
partial lines.
Nikita, how do you scroll exactly? Using the Up/Down or PageUp/PageDo
One more question: Do you have anything like tmux, screen, ssh, or
similar additional layer of software running? Or you just open the
terminal, type "man dpkg" and it's buggy?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to le
This one might stupid, but just in case: Are you absolutely sure that
it's gnome-terminal, and some other similar app (xfce-terminal, mate-
terminal...)? What's the output of echo $VTE_VERSION ?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which
Public bug reported:
I've upgraded from Vivid to Wily. The first thing I noticed was that (on
the default Unity desktop) the System Settings -> Mouse & Touchpad ->
Tap to click setting got disabled.
Instead of immediately realizing what the actual issue was, I was afraid
for some time that my who
*** 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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1675892
T
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
Touch seeded packages, which is subscribed to wayland in Ubuntu.
https://bugs.launchpad.net/bugs/1720213
Title:
Word moving with lef
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
Touch seeded packages, which is subscribed to fon
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
See https://bugzilla.gnome.org/show_bug.cgi?id=747046.
** Bug watch added: GNOME Bug Tracker #747046
https://bugzilla.gnome.org/show_bug.cgi?id=747046
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
ht
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
I have seen frequent pulseaudio crashes in 17.04, see bug #1675892.
(Maybe this one is a dupe of that.)
gnome-terminal causing pulseaudio crash most definitely does not belong
to gnome-terminal but to pulseaudio.
** Package changed: gnome-terminal (Ubuntu) => pulseaudio (Ubuntu)
--
You received
See also bug #1689555. Not sure if a duplicate of this (probably it is),
and provides an idea for reproducing the crash.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/167
Can't reproduce on disco.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1740709
Title:
GtkSpinButton's '+' changes width if insensitive
Status in Ubuntu theme:
W
> 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
Public bug reported:
Open two or more tabs in gnome-terminal. Click on one of the tab labels
to give it the Gtk+ focus.
Notice that typing letters don't send it to the terminal whereas
left/right arrows move to the prev/next tab. This is to confirm that
it's indeed the tab label, and not the actu
Public bug reported:
At least konsole and khelpcenter suffers from this bug:
Start the app inside the default Unity environment (not under KDE).
Notice that the app's menubar appears twice. Once in the upper row of
the whole desktop, as expected and as it is for every Gnome app. And
also inside
IMHO this particular issue is way too specific, and is likely to affect
very few people only. And Google very easily finds this page.
What might be worth documenting is a few generic words about "reboot"
and some other similar commands slightly changing behavior due to
systemd. E.g. reboot just se
Public bug reported:
I decided to do a bit of cleanup (purge some unused packages) and I ran
into this trouble with "apt-get purge":
egmont$ sudo apt-get purge lib32gcc1
Reading package lists... Done
Building dependency tree
Reading state in
Dear Ubuntu guys,
Is there any chance of you releasing an update?
Here's another report of presumably the same bug:
https://bugzilla.gnome.org/show_bug.cgi?id=743115
The reporter tried to copy-paste from gnome-terminal into supertuxkart,
causing all his work in gnome-terminal getting lost.
It's
I do have appmenu-qt5 installed. If I remove the package, the menu
inside konsole's window remains, and the one in Unity's top bar
vanishes. Clearly not the direction in which I'd expect the duplicate
menu issue to be resolved.
--
You received this bug notification because you are a member of Ubu
> perhaps "(sleep 3; poweroff ) &"?
I recently did something similar, and noticed that the ssh channel
doesn't close as long as the background process's file descriptors use
the ssh channel. So you'll probably have more luck with:
(sleep 3; poweroff) /dev/null &
--
You received this bug notif
Public bug reported:
In Yakkety beta the date and time were moved farther away from each
other than before.
There's now an about 15px space between them on my machine, whereas the
gap between all other symbols is usually 12px.
Date and time are the two pieces of information that are logically th
** Attachment added: "Screenshot"
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1628649/+attachment/4750409/+files/indicator-datetime.png
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-dateti
Public bug reported:
I attach a screenshot zoomed by a factor of ten, showing the battery
icon at 50% and 49% charge.
At 50% charge, the bar is 11px wide out of the available 18px width.
At 49% charge it's suddenly only 7px out of 18.
Neither of these two make any sense to me. Could you please
** Attachment added: "Screenshots at 10x zoom"
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1641465/+attachment/4777023/+files/battery.png
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power i
Sorry, the screenshot is zoomed by a factor of 10 (I have no clue why I
wrote "two" instead).
** Description changed:
- I attach a screenshot zoomed by a factor of two, showing the battery
+ I attach a screenshot zoomed by a factor of ten, showing the battery
icon at 50% and 49% charge.
At
** Package changed: gnome-terminal (Ubuntu) => sudo (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1590715
Title:
Wrong spelling of "password" in catalan
Status in
Public bug reported:
I've been using gnome-terminal with "Monospace Regular 8" for years,
which always had a 6x13 px font size (the same size as xterm, just nicer
antialiasing).
With yesterday's update in Xenial, it became wider: 7x13 px each cell
(and less pleasing to my eyes).
The neighbor siz
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
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
This patch has nothing to do with the current bugreport.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1399734
Title:
Current tab is not highlighted
Status in GNOM
** Changed in: gtk+3.0 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1556552
Title:
Sync 3.18.9 from Debian
Status in gtk+3.0
91 matches
Mail list logo