** Changed in: intel
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945548
Title:
I225-IT Ethernet (8086:0d9f) does not work on AAEON's EHL Board
To manage notif
Thanks Chris for having a look.
> On the other hand, from the bug it looks like if you *don't* mix valid and
> invalid labels
> then everything actually works? So this would potentially be breaking
> currently working setups?
Yes while having that echoing in my head for a while I think you are
Thank you for your bug report, could you perhaps report it directly
upstream on https://gitlab.gnome.org/GNOME/tracker/issues ?
** Changed in: tracker (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
I have the same issue on my ThinkPad E14 Gen 2 Type 20TA with the latest
firmware.
Just wanted to add that the proposed workaround of disabling psmouse
(via boot options or via disabling in bios) is not working for me.
Also tried the kernel at
https://people.canonical.com/~mschiu77/lp1941773/I/ b
Piotr,
Does mainline kernel have this issue?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1943103
Title:
Kernel 5.4.0-84 Graphical Issues and Overheating
To manage notifications about this bug go
@corrado, could you check if one of the previously mentioned cpufreq
packages are installed and if so does uninstalling them makes a
difference for you?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/19
Emilio, you're absolutely right :) There's original Bug 1408360 for it.
For custom themes we need to apply alpha component only and keep
original color from theme (i.e. paint over alpha from theme).
Emilio, how is the best way how to do it? We can introduce a new
appearance (-moz-window-titlebar-
> the Gnome performance power mode state is lost across system reboot
upstream added support for restoring the state now so it will be in the
next version of Ubuntu
** Changed in: power-profiles-daemon (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because
*** Bug 1706752 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
ro
(In reply to Martin Stránský [:stransky] (ni? me) from comment #11)
> Emilio, how is the best way how to do it? We can introduce a new appearance
> (-moz-window-titlebar-alpha for instance) which contains only alpha component
> from titlebar and paint it over theme color or use existing one
> (-
Created attachment 9246287
Bug 1509931 - Add support for chrome-only environment variables. r=stransky
This bit is taken straight from D73454 (I reviewed it but I guess
another pair of eyes is ok, it's really straight-forward).
Co-authored-by: Nicklas Boman
--
You received this bug notificati
Created attachment 9246288
Bug 1509931 - Expose titlebar radius as a chrome-only CSS environment variable.
r=stransky
Mostly plumbing.
Depends on D128679
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
Created attachment 9246290
Bug 1509931 - Remove -moz-gtk-csd-transparent-background. r=stransky
We always use alpha visual for WebRender, and appearance: none is
unnecessary (root element has no intrinsic appearance).
Depends on D128681
--
You received this bug notification because you are a m
Created attachment 9246289
Bug 1509931 - Use titlebar radius on Linux and make titlebar set-up work for
lightweight themes. r=stransky!,dao!
Depends on D128680
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
Created attachment 9246291
Bug 1509931 - Simplify titlebar buttons CSS. r=stransky
There's no need to use the media query to set the default styles of the
buttons, we only need to hide them if appropriate.
Depends on D128682
--
You received this bug notification because you are a member of Ubu
(In reply to Emilio Cobos Álvarez (:emilio) from comment #17)
> Created attachment 9246290
> Bug 1509931 - Remove -moz-gtk-csd-transparent-background. r=stransky
>
>
> We always use alpha visual for WebRender
KDE with disabled compositor, i3, etc. use alpha visual, but it's not
transparent.
Cou
Ah, I think I know why that might be...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
rounded edges
To manage n
Created attachment 9246314
Bug 1509931 - Use a more precise toolbar radius. r=stransky
This seemed possible/maybe worth doing, but let me know if you'd rather
keep the 10 hard-coded.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
I fixed the wayland overdraw and the X11 artifacts, so I think this is
ready to go. I've tested this stack on KWin and GNOME, both X11 and
Wayland. Will test i3 and such asap.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
(In reply to Emilio Cobos Álvarez (:emilio) from comment #20)
Non-composited X11 (the legacy variant of X11: i3, KDE with manually disabled
compositor, etc.) does not support transparency. Everything that would usually
be transparent/alpha is just black/opaque. Menus and window corners had
[shad
Pushed by ealva...@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/81ca2d28c253
Simplify titlebar buttons CSS. r=desktop-theme-reviewers,dao
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
(In reply to Emilio Cobos Álvarez (:emilio) from comment #26)
> If we do want to do the cleanup described above, we might need a new media
> query which determines this (but it should definitely not have `csd` in the
> name, since it is not about csd at all). So I'd rather clean up the existing
Well, perhaps, but that seems tangential to this bug, isn't it? We don't
use XShapeCombineMask for the titlebar and this patch stack doesn't
start doing that.
If we do want to do the cleanup described above, we might need a new
media query which determines this (but it should definitely not have
`
(In reply to Darkspirit from comment #19)
> KDE with disabled compositor, i3, etc. use alpha visual, but it's not
> transparent.
WDYM, just that the background wouldn't be transparent?
> Could -moz-gtk-csd-transparent-background be defined with
> gdk_screen_is_composited()
> and be used to forb
Created attachment 9246335
titlebar CSS rounded borders properties
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
btw. It would be great to get border-radius from menu elements (Adwaita
uses it) and use it in gecko too, for context menus for instance. But
that may be a different bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
So, querying the individual border-radius properties doesn't work. I
get:
> (firefox:17330): Gtk-WARNING **: 00:39:54.651: Style property "border-
top-left-radius" is not gettable
And same for the other corners of course. However, my patch works,
because of [this
code](https://gitlab.gnome.org/GN
(In reply to Emilio Cobos Álvarez (:emilio) from comment #30)
> So given there's no way to access the other border corners, and that this
> works for our purposes, I think we should probably just roll with it,
> thoughts?
I'd agree - should work well for almost everyone.
One question I had to t
Okay, fair enough.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
rounded edges
To manage notifications about th
https://hg.mozilla.org/mozilla-central/rev/81ca2d28c253
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
rounded ed
Pushed by ealva...@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/257c4f510cfd
Add support for chrome-only environment variables. r=stransky
https://hg.mozilla.org/integration/autoland/rev/a1e159fd2136
Expose titlebar radius as a chrome-only CSS environment variable. r=stransky
--
Y
Pushed by emi...@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/2be88317a6c0
Fix rebase mistake.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windo
Pushed by ealva...@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c9399923df7b
Remove -moz-gtk-csd-transparent-background.
r=stransky,desktop-theme-reviewers,dao
https://hg.mozilla.org/integration/autoland/rev/bcdfe3daf980
Use a more precise toolbar radius. r=stransky
--
You receiv
https://hg.mozilla.org/mozilla-central/rev/257c4f510cfd
https://hg.mozilla.org/mozilla-central/rev/a1e159fd2136
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox wi
Emilio, when running testsuite with the patch (locally) I'm getting this
crash:
2:05.41 GECKO(53217) Assertion failure: sInServoTraversal || NS_IsMainThread(),
at /home/komat/src/objdir-opt/dist/include/mozilla/ServoUtils.h:33
2:05.41 GECKO(53217) #01: mozilla::ServoStyleSet::IsInServoTraversal(
May nsWindow::GetTitlebarRadius() be called from render thread? (this is
sw-wr).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusi
https://hg.mozilla.org/mozilla-central/rev/c9399923df7b
https://hg.mozilla.org/mozilla-central/rev/bcdfe3daf980
https://hg.mozilla.org/mozilla-central/rev/2be88317a6c0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
We have a technical debt here as we don't use titlebar rendering in
testsuite - I'll look at it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weir
Emilio, I tested the patches and it looks great!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Top corners of Firefox windows have weird black protrusions from the
rounded edges
To
Yeah, so `nsWindow::GetTitlebarRadius` can be called off the main thread
which seems unfortunate. We can fix this easily by moving the titlebar
radius to a member or such.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
(In reply to Emilio Cobos Álvarez (:emilio) from comment #43)
> Yeah, so `nsWindow::GetTitlebarRadius` can be called off the main thread
> which seems unfortunate. We can fix this easily by moving the titlebar radius
> to a member or such.
I can fix that as a part of Bug 1736518.
--
You receiv
Oh, great, let me know if I can help. Probably a static atomic integer
in nsLookAndFeelGtk is slightly easier to invalidate in practice.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871644
Title:
Public bug reported:
I know I am using non-standard drivers right now, but that was only
after I first experienced the problem. I also already replaced the video
card TURKS->JUNIPER, but the problem is the same. Later mesa drivers
seem to make the problem worse, so I am planning to go back to the
** Changed in: firefox (Ubuntu)
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947746
Title:
[Snap] Ubuntu Firefox installed from snap cannot use Trezor U2F
To mana
*** Bug 2015852 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936826
Title:
gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
[st
Hi
We are hitting this bug. We have specialist hardwares including hi-
memory hypervisors to run HPC workload on virtualised environment. This
bug is affecting us at the machines which has more than 1TB of memory.
--
You received this bug notification because you are a member of Ubuntu
Bugs, whi
(In reply to sir...@gmail.com from comment #1)
> Hi
>
> We are hitting this bug. We have specialist hardwares including hi-memory
> hypervisors to run HPC workload on virtualised environment. This bug is
> affecting us at the machines which has more than 1TB of memory.
This bz# is not a bug, but
Hello.
Recently I had to deal with a VM with ~2.7 TB of RAM. The [open]SUSE
QEMU package carries a patch for bumping the default maximum virtual
address bits to 42 (from 40). Now, the last entry of the VM's e820 was
this one:
BIOS-e820: [mem 0x0001-0x02b57fff] usable
Whic
*** Bug 2016259 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936826
Title:
gnome-shell crashed with SIGSEGV in st_focus_manager_remove_group()
[st
Public bug reported:
For years, I have been backing up my Ubuntu OS using Acronis True Image
under Windows 10, and restoring it as needed. This has worked well.
Recently, I started experimenting with Ubuntu 20.04 and zfs on root. I
did a full reinstall of Ubuntu on my SSD for this. I naturally ba
Sorry, that's supposed to be linux-modules-extra-raspi. That package
only exists in Impish.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947723
Title:
/dev/ttyUSB? port lost on upgrading to 21.10
** Changed in: netplan
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814012
Title:
netplan type wifis needs a device option
To manage notifications about th
The error in the log seems to be
Oct 19 15:54:05 ubuntu user-setup: adduser: Only one or two names allowed.
Oct 19 15:54:05 ubuntu ubiquity: chpasswd: (user ) pam_chauthtok() failed,
error:
Oct 19 15:54:05 ubuntu ubiquity: Authentication token manipulation error
** Summary changed:
- Installer
** Changed in: thunderbird (Ubuntu)
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946098
Title:
Update to 91.2.0 in impish
To manage notifications about this bug g
could you get a backtrace as described on
https://wiki.ubuntu.com/DebuggingProgramCrash ?
** Changed in: transmission (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
** Package changed: ubuntu => xorg (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947970
Title:
[radeon] Graphics freeze
To manage notifications about this bug go to:
https://bugs.launchpa
> so I am planning to go back to the original Ubuntu drivers
Please do that and then open a new bug. We can't support all the custom
graphics packages you have installed from PPAs.
** Package changed: xorg (Ubuntu) => ubuntu
** Changed in: ubuntu
Status: New => Invalid
** Tags added: ra
I juts tested 5.11.0-39-generic and the keyboard is working fine on my Medion
laptop.
Tank you VERY much for this update !
Not being familiar with tag changes etc.. I have no idea how to comply
with the suggested action ('verifiction-done-hirsute').
--
You received this bug notification because
** Changed in: linux (Ubuntu Impish)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934293
Title:
Add l2tp.sh in net from ubuntu_kernel_selftests back
To
** Changed in: intel
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879861
Title:
[ADL] PerfMon/PEBS Enhancements - Load Latency Breakdown
To manage not
** Changed in: intel
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879859
Title:
[ADL] PerfMon/PEBS Enhancements - Precise Distribution
To manage notif
** Changed in: intel
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879860
Title:
[ADL] PerfMon/PEBS Enhancements - PEBS Store Facility & L3 Miss
To man
This bug affects me.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946660
Title:
Ubuntu port of v4l2loopback doesn't behave the same as official port
(v0.12.5)
To manage notifications about this
Hello Matthew Hi Sergio,
i have now tested Fedora 34 and it is working without delete
ldap_tls_cipher_suite setting
the only thing i change in the sssd.conf is
ldap_tls_cacert = /etc/pki/tls/certs/ca-bundle.crt
i have tested a fresh installed focal and yes the cipher suite parameter
is the probl
I returned to kernel 5.11 because of this problem.
I hope that it will be fixed as soon as possible.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945590
Title:
Thinkpad E14 Gen2: Kernel panic wit
This bug was fixed in the package spdlog - 1:1.8.5+ds-3
Sponsored for Nico Schlömer (nschloe)
---
spdlog (1:1.8.5+ds-3) unstable; urgency=medium
* Ignore vendored copy of catch.hpp; use the one from the catch2
package instead. Closes: #993511
-- Michael R. Crusoe Fri, 17 Sep
FYI
this problem also exists under Manjaro + Gnome 40.4.0 + Wayland
Thunderbird version 91.2.0
gnome-shell-extension-dash-to-dock 70-1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932328
Title:
Th
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1909814
Title:
Medion Notebook Keyboard not working
To manage not
@Rishi,
Could you help provide the log when you reproduced this issue? Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947819
Title:
Can't resume from sleep on on ThinkPad P14S Gen 2
To ma
Thank you for your suggestion. I`ve installed Mint-19.2 based on Ubuntu 18.04.
And now band structre is ploting, but I cannot export graph. p4vasp writes:
(p4v.py:15692):libglade-WARNING **; 04:20:50.413: unknown attribute `swapped`
for
/usr/lib/python2.7/dist-packages/p4vasp/applet/GraphWindow
@Rishi,
Could you help provide the log when you reproduced this issue? Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947818
Title:
The fans are constantly whirring on ThinkPad P14S Gen 2
Public bug reported:
The release upgrade from 20.04 to 21.04 kept failing because some
foreign packages were installed. After I attempted removing the said
packages - using the "Software & Updates" GUI tool, the upgrade failed
because "the essential package 'ubuntu-minimal' could not be located on
254cc7743e84(5.5) 4f912b898dc2(5.4) b4d0aac23e35(5.4)
UART testing is passed. seems no more commits needed.
** Changed in: intel
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.
** Changed in: libxml2 (Fedora)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018204
Title:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/
** Merge proposal linked:
https://code.launchpad.net/~toabctl/livecd-rootfs/+git/livecd-rootfs-1/+merge/410585
** Changed in: livecd-rootfs (Ubuntu)
Assignee: (unassigned) => Thomas Bechtold (toabctl)
** Changed in: livecd-rootfs (Ubuntu)
Status: Confirmed => In Progress
--
You
** Changed in: linux (Ubuntu)
Status: Incomplete => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929901
Title:
[EHL][TGL][ADL] EDAC support
To manage notifications about this bug g
Deployed bionic-victoria with -proposed and looks good to me:
$ juju run -a neutron-api -- dpkg -l| grep fwaas
$ juju run -a neutron-gateway -- dpkg -l| grep fwaas
$ juju run -a neutron-openvswitch -- dpkg -l| grep fwaas
$ juju run -a neutron-api -- dpkg -l| grep neutron-common
ii neutron-common
Public bug reported:
I am a Ubuntu newbie. I got the following error when updating from
Ubuntu 18.04 to latest Ubuntu 20.04 LTS:
Could not calculate the upgrade
An unresolvable problem occurred while calculating the upgrade.
This was likely caused by:
* Unofficial software packages not provid
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so w
This bug was fixed in the package neutron - 2:17.2.1-0ubuntu1~cloud2
---
neutron (2:17.2.1-0ubuntu1~cloud2) ifocal-victoria; urgency=medium
.
* No change rebuild
.
neutron (2:17.2.1-0ubuntu1~cloud1) focal-victoria; urgency=medium
.
* d/p/lp1934912-set-arp-entries-only-for-si
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so w
This bug was fixed in the package neutron - 2:17.2.1-0ubuntu1~cloud2
---
neutron (2:17.2.1-0ubuntu1~cloud2) ifocal-victoria; urgency=medium
.
* No change rebuild
.
neutron (2:17.2.1-0ubuntu1~cloud1) focal-victoria; urgency=medium
.
* d/p/lp1934912-set-arp-entries-only-for-si
Also happens with Crusader Kings 2.
Using AMD Caicos.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947516
Title:
Invisible mouse cursor in games (TF2, CS:GO, LoL, HL2) Wayland Ubuntu
21.10
To
This issue was fixed in the openstack/oslo.metrics 0.4.0 release.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945533
Title:
permissions on /var/tmp/metrics_collector.sock
To manage notification
Public bug reported:
GNOME on Wayland stutters, runs at half frame rate for Nvidia Ampere
cards.
https://forums.developer.nvidia.com/t/eglstreamconsumeracquireattribnv-
function-execution-became-significantly-slower-in-470-42-01-driver-
release/182746/6
** Affects: mutter
Importance: Unknow
The verification of the Stable Release Update for barbican has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so
This bug was fixed in the package barbican - 1:10.1.0-0ubuntu1~cloud0
---
barbican (1:10.1.0-0ubuntu1~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
barbican (1:10.1.0-0ubuntu1) focal; urgency=medium
.
* d/watch: Add trailing s
The verification of the Stable Release Update for heat has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so we c
This bug was fixed in the package heat - 1:14.2.0-0ubuntu1~cloud0
---
heat (1:14.2.0-0ubuntu1~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
heat (1:14.2.0-0ubuntu1) focal; urgency=medium
.
* d/watch: Add trailing slash to URL.
The verification of the Stable Release Update for keystone has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so
This bug was fixed in the package keystone - 2:17.0.1-0ubuntu1~cloud0
---
keystone (2:17.0.1-0ubuntu1~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
keystone (2:17.0.1-0ubuntu1) focal; urgency=medium
.
* d/control: Update VCS p
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so w
The verification of the Stable Release Update for placement has
completed successfully and the package has now been released to
-updates. In the event that you encounter a regression using the package
from -updates please report a new bug using ubuntu-bug and tag the bug
report regression-update so
This bug was fixed in the package neutron - 2:16.4.1-0ubuntu2~cloud0
---
neutron (2:16.4.1-0ubuntu2~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
neutron (2:16.4.1-0ubuntu2) focal; urgency=medium
.
* d/p/lp1934912-set-arp-entr
This bug was fixed in the package placement - 3.0.1-0ubuntu1~cloud0
---
placement (3.0.1-0ubuntu1~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
placement (3.0.1-0ubuntu1) focal; urgency=medium
.
* d/control: Update VCS paths f
The verification of the Stable Release Update for swift has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so we
This bug was fixed in the package swift - 2.25.2-0ubuntu1~cloud0
---
swift (2.25.2-0ubuntu1~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
swift (2.25.2-0ubuntu1) focal; urgency=medium
.
* New stable point release for OpenStack
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so w
This bug was fixed in the package neutron - 2:16.4.1-0ubuntu2~cloud0
---
neutron (2:16.4.1-0ubuntu2~cloud0) bionic-ussuri; urgency=medium
.
* New upstream release for the Ubuntu Cloud Archive.
.
neutron (2:16.4.1-0ubuntu2) focal; urgency=medium
.
* d/p/lp1934912-set-arp-entr
Unfortunately, I still experience freezes after the GM107GL graphics
card exchange - perhaps less often but it's hard to tell.
The only positive outcome is the now silent operation of the
workstation.
I'll keep looking into the hardware side, but I'm back to square one, it
could be a software bug
1 - 100 of 354 matches
Mail list logo