[Bug 1810860] Re: clang -dumpversion reports invalid version

2021-09-28 Thread Gianfranco Costamagna
clang -dumpversion
10.0.0

Fixed already in 20.04

** Changed in: llvm-defaults (Ubuntu)
   Status: New => 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/1810860

Title:
  clang -dumpversion reports invalid version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1810860/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-470 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911055

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1944744] Re: vboxsf missing in focal

2021-09-28 Thread Gianfranco Costamagna
Hello, vboxsf is correctly built again in both virtualbox and virtualbox-hwe.
Thanks!

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1944744

Title:
  vboxsf missing in focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1944744/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1944955] Re: Update the 470 NVIDIA driver

2021-09-28 Thread Kevin Yeh
The test results are available at 
https://docs.google.com/spreadsheets/d/10rgG0qyrMdhwjrpHdPecCeDk4MGVZs7iPJdAZcHZZkk/edit#gid=1527963777
No regressions were found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1944955

Title:
  Update the 470 NVIDIA driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1944955/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945417] Re: package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Oper

2021-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1945414 ***
https://bugs.launchpad.net/bugs/1945414

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1945414, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1945414
   package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to 
install/upgrade: unable to open 
'/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': 
Operation not permitted

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945417

Title:
  package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/src/linux-
  headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Operation
  not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945417/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945418] [NEW] Hibernate doesn't support as the default action in Ubuntu when critical power

2021-09-28 Thread jeremyszu
Public bug reported:

In a stock ubuntu 20.04.3, g-s-d will notify the critical action when battery 
is lower than warned critical threshold.
The notification is "The battery is below the critical level and this computer 
is about to hibernate."

When hitting critical threshold, it takes "HybirdSleep" as the action.
```
 九  29 11:24:48 ubuntu-HP-ZBook-Studio-15-6-Inch-G8-Mobile-Workstation-PC 
systemd[1]: Reached target Sleep.
 九  29 11:24:48 ubuntu-HP-ZBook-Studio-15-6-Inch-G8-Mobile-Workstation-PC 
systemd[1]: Starting Hybrid Suspend+Hibernate...
 九  29 11:24:48 ubuntu-HP-ZBook-Studio-15-6-Inch-G8-Mobile-Workstation-PC 
kernel: PM: Image not found (code -22)
 九  29 11:24:48 ubuntu-HP-ZBook-Studio-15-6-Inch-G8-Mobile-Workstation-PC 
systemd-sleep[3212]: Suspending system...
 九  29 11:24:48 ubuntu-HP-ZBook-Studio-15-6-Inch-G8-Mobile-Workstation-PC 
kernel: PM: hibernation: hibernation entry
```

You could see the hibernation called by logind but it will fail to
restore since either not enough SWAP or resume address is not specify to
kernel.

It confusing users about the critical actions.

In UPower.conf:
```
$ tail etc/UPower.conf 
# reached for the batteries (UPS or laptop batteries) supplying the computer
#
# Possible values are:
# PowerOff
# Hibernate
# HybridSleep
#
# If HybridSleep isn't available, Hibernate will be used
# If Hibernate isn't available, PowerOff will be used
CriticalPowerAction=HybridSleep
```

In g-s-d:
```
  /* We don't make the difference between HybridSleep and Hibernate */  
  
  if (g_strcmp0 (action, "PowerOff") == 0)
  policy = GSD_POWER_ACTION_SHUTDOWN;
  else   
  policy = GSD_POWER_ACTION_HIBERNATE;
...
  /* use different text for different actions */
  if (policy == GSD_POWER_ACTION_HIBERNATE) {   


  /* TRANSLATORS: computer will hibernate */
  message = g_strdup (_("The battery is below the 
critical level and "
"this computer is about to 
hibernate."));

```

There are two approach if possible: 
1) change "CriticalPowerAction" to "PowerOff" because the suspend to ram is 
almost useless when battery is in critical threshold and the suspend to disk is 
usually not working in default installed ubuntu.
2) have a new "GsdPowerActionType" type for "HybridSleep" to show the 
appropriate message but taking the same action (notify logind).

---
$ dpkg -l | grep -i 'upower\|gnome-settings-daemon'
ii  gir1.2-upowerglib-1.0:amd640.99.11-1build2  
 amd64GObject introspection data for upower
ii  gnome-settings-daemon  3.36.1-0ubuntu1.1
 amd64daemon handling the GNOME session settings
ii  gnome-settings-daemon-common   3.36.1-0ubuntu1.1
 all  daemon handling the GNOME session settings - common files
ii  libupower-glib3:amd64  0.99.11-1build2  
 amd64abstraction for power management - shared library
ii  upower 0.99.11-1build2  
 amd64abstraction for power managemen

** Affects: oem-priority
 Importance: High
 Assignee: jeremyszu (os369510)
 Status: Confirmed

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: upower (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oem-priority originate-from-1911231 originate-from-1943959 stella

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: oem-priority originate-from-1943959 stella

** Tags added: originate-from-1911231

** Summary changed:

- Hibernate is not the default action in Ubuntu when critical power
+ Hibernate doesn't support as the default action in Ubuntu when critical power

** Changed in: oem-priority
 Assignee: (unassigned) => jeremyszu (os369510)

** Changed in: oem-priority
   Importance: Undecided => High

** Changed in: oem-priority
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945418

Title:
  Hibernate doesn't support as the default action in Ubuntu when
  critical power

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1945418/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942951] Re: devhelp doesn't display any help pages

2021-09-28 Thread Bug Watch Updater
** Changed in: webkit2gtk (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942951

Title:
  devhelp doesn't display any help pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1942951/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945417] [NEW] package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Op

2021-09-28 Thread Riaan Snyman
*** This bug is a duplicate of bug 1945414 ***
https://bugs.launchpad.net/bugs/1945414

Public bug reported:

Upgrade error: when running software updater.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 29 08:04:57 2021
DuplicateSignature:
 package:linux-headers-5.11.0-37-generic:5.11.0-37.41~20.04.2
 Unpacking linux-modules-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-0AD8TG/21-linux-modules-5.11.0-37-generic_5.11.0-37.41~20.04.2_amd64.deb
 (--unpack):
  unable to open 
'/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation 
not permitted
ErrorMessage: unable to open 
'/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': 
Operation not permitted
InstallationDate: Installed on 2021-03-23 (189 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: linux-hwe-5.11
Title: package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to 
install/upgrade: unable to open 
'/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': 
Operation not permitted
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945417

Title:
  package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/src/linux-
  headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Operation
  not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945417/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817195] Re: instead of showing log in screen, external monitor (set as primary) turns black. I can type in the password blindly and it works.

2021-09-28 Thread Alen Nedic
** Project changed: ubuntu-mate => ubuntu

** Changed in: ubuntu
   Status: Expired => 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/1817195

Title:
  instead of showing log in screen, external monitor (set as primary)
  turns black. I can type in the password blindly and it works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1817195/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932117] Re: Lots of hisi_qm zombie task slow down system after stress test

2021-09-28 Thread Ike Panhc
https://lists.ubuntu.com/archives/kernel-team/2021-September/123793.html

Thanks Cascardo pointing out that patch a13c97118749 ("crypto: hisilicon/sec2 -
Add workqueue for SEC driver.") is also needed and in order to cherry-pick it,
we need to cherry-pick eaebf4c3b103 ("crypto: hisilicon - Unify hardware error
init/uninit into QM") too.

I am testing patched kernel and see if any more issue shall be noted.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932117

Title:
  Lots of hisi_qm zombie task slow down system after stress test

To manage notifications about this bug go to:
https://bugs.launchpad.net/kunpeng920/+bug/1932117/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945414] Re: package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Oper

2021-09-28 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945414

Title:
  package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/src/linux-
  headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Operation
  not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945414/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945414] [NEW] package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Op

2021-09-28 Thread Riaan Snyman
Public bug reported:

Upgrade error

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 29 08:04:57 2021
DuplicateSignature:
 package:linux-headers-5.11.0-37-generic:5.11.0-37.41~20.04.2
 Unpacking linux-modules-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-0AD8TG/21-linux-modules-5.11.0-37-generic_5.11.0-37.41~20.04.2_amd64.deb
 (--unpack):
  unable to open 
'/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation 
not permitted
ErrorMessage: unable to open 
'/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': 
Operation not permitted
InstallationDate: Installed on 2021-03-23 (189 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: linux-hwe-5.11
Title: package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to 
install/upgrade: unable to open 
'/usr/src/linux-headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': 
Operation not permitted
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945414

Title:
  package linux-headers-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/src/linux-
  headers-5.11.0-37-generic/scripts/mod/empty.dwo.dpkg-new': Operation
  not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945414/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945415] Re: package linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation

2021-09-28 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945415

Title:
  package linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/share/doc/linux-
  modules-5.11.0-37-generic/copyright.dpkg-new': Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945415/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945415] [NEW] package linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to install/upgrade: unable to open '/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operatio

2021-09-28 Thread Riaan Snyman
Public bug reported:

Upgrade error: happened when I ran software updater.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 29 08:04:16 2021
DuplicateSignature:
 package:linux-modules-5.11.0-37-generic:5.11.0-37.41~20.04.2
 Unpacking linux-modules-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-0AD8TG/21-linux-modules-5.11.0-37-generic_5.11.0-37.41~20.04.2_amd64.deb
 (--unpack):
  unable to open 
'/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation 
not permitted
ErrorMessage: unable to open 
'/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation 
not permitted
InstallationDate: Installed on 2021-03-23 (189 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: linux-hwe-5.11
Title: package linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to 
install/upgrade: unable to open 
'/usr/share/doc/linux-modules-5.11.0-37-generic/copyright.dpkg-new': Operation 
not permitted
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945415

Title:
  package linux-modules-5.11.0-37-generic 5.11.0-37.41~20.04.2 failed to
  install/upgrade: unable to open '/usr/share/doc/linux-
  modules-5.11.0-37-generic/copyright.dpkg-new': Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.11/+bug/1945415/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817195] [NEW] instead of showing log in screen, external monitor (set as primary) turns black. I can type in the password blindly and it works.

2021-09-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

With ubunutu 16.0X it was fine. The error occurred after upgrading to
ubuntu 18.04.01

I use a Lenovo Think Pad T460s with a docking station. 
Via the display setting configuration I turned off the laptop monitor, using 
only the two external monitors:

As primary monitor: Fujitsu P27-8 TE Pro (2560x1440) (via display port)
As secondary monitor: Samsung SyncMaster 2433BW (1920+1200) (DVI via Lenovo 
docking station)

Additionally and may be interesting: I have a crypt setup. When starting the 
computer, the monitors ask CORRECTLY for the crypt password. Only afterwards, 
when they should show the log in screen to ask me for my personal log-in 
password, the monitors turn black (after an extremely short fraction of a 
second, during which I can glimps a mouse cursor).
When I type in the password nevertheless, the monitor turns on again and I have 
my desktop and everything.

When the laptop monitor is active, only the laptop monitor shows the log
in screen. When turned off, the log in screen does not seem to notice
that the monitor is inactive.

My system:

Release 18.04.01 LTS (Bionic Beaver) 64-bit
Kernel Linux 4.15.0-45.generic x86_64
MATE 1.20.1
Processor: Intel Core i5-6200U CPU @ 2.30GHz x4

** Affects: ubuntu
 Importance: Undecided
 Status: Fix Released


** Tags: bionic
-- 
instead of showing log in screen, external monitor (set as primary) turns 
black. I can type in the password blindly and it works.
https://bugs.launchpad.net/bugs/1817195
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/ubuntu-bugs

[Bug 1945413] [NEW] Dell system dual boots to blank tty1

2021-09-28 Thread kdnewton
Public bug reported:

Dual boot with Windows 10. System has UEFI. Disabled secure boot. Dell
XPS with RTX 3070 boots to blank screen. tty2 works but still cannot get
display manager to work.

I selected a minimal install with 3rd party enabled during install.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: shim (not installed)
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
CasperMD5CheckResult: skip
Date: Tue Sep 28 23:07:57 2021
InstallationDate: Installed on 2021-09-29 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=linux
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SecureBoot: 6   0   0   0   0
SourcePackage: shim
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shim (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945413

Title:
  Dell system dual boots to blank tty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1945413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933938] Re: Missing CNVi firmware for Intel AX211/AX201 on ADL

2021-09-28 Thread You-Sheng Yang
While ADL-P is not PV yet, I will ignore following case and send SRU
when intel/ibt-1040-1020.* is publicly available.

* ADL-P:
  * 9462NGW [8086:51F0] subsystem [8086:42A4]
* 5.14.0-9004.4+staging.20: no bt (< problem)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933938

Title:
  Missing CNVi firmware for Intel AX211/AX201 on ADL

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1933938/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945410] [NEW] Alt+Shift+F10 and some others not working (not captured)

2021-09-28 Thread Fikrul Arif
Public bug reported:

Base case
=

Step:
- Turn Num Lock on.
- Press Alt+Shift+F10 in an IDE that has that shortcut set.

Exptected: works as expected.

Actual: does nothing.

Testing with Gnome Settings
===

Alt+Shift+F10 can be added as a shortcut in Keyboard Shortcuts in Gnome
Settings, and it works.

Testing with `xev`
==

When Num Lock is on, pressing Alt+Shift+F10 doesn't print any F10
press/release events.

```
KeyPress event, serial 37, synthetic NO, window 0x2c1,
root 0x93b, subw 0x0, time 14633043, (890,600), root:(1036,730),
state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x2c1,
root 0x93b, subw 0x0, time 14634731, (890,600), root:(1036,730),
state 0x18, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

FocusOut event, serial 37, synthetic NO, window 0x2c1,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 37, synthetic NO, window 0x2c1,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys:  2   0   0   0   0   0   4   0   1   0   0   0   0   0   0   0   
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyRelease event, serial 37, synthetic NO, window 0x2c1,
root 0x93b, subw 0x0, time 14640763, (890,600), root:(1036,730),
state 0x19, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x2c1,
root 0x93b, subw 0x0, time 14640771, (890,600), root:(1036,730),
state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False
```

Other combinations of Alt+Shift and Fx that are also not captured by
`xev`:

- F1,F2
- F4-F8

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libinput10 1.15.5-1ubuntu0.2
ProcVersionSignature: Ubuntu 5.11.0-36.40~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-36-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  470.63.01  Tue Aug  3 20:44:16 
UTC 2021
 GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 29 12:14:38 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 470.63.01, 5.11.0-34-generic, x86_64: installed
 nvidia, 470.63.01, 5.11.0-36-generic, x86_64: installed
 nvidia, 470.63.01, 5.11.0-37-generic, x86_64: installed
GraphicsCard:
 Intel Corporation UHD Graphics [8086:9bc4] (rev 05) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company Device [103c:878e]
 NVIDIA Corporation TU106 [GeForce RTX 2060] [10de:1f12] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:878e]
InstallationDate: Installed on 2021-06-05 (115 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: HP HP ENVY Laptop 15-ep0xxx
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-36-generic 
root=UUID=34001051-5122-4187-b21f-2032a99219e8 ro quiet splash vt.handoff=7
SourcePackage: libinput
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/29/2020
dmi.bios.release: 15.5
dmi.bios.vendor: AMI
dmi.bios.version: F.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 878E
dmi.board.vendor: HP
dmi.board.version: 18.32
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 18.32
dmi.modalias: 
dmi:bvnAMI:bvrF.05:bd12/29/2020:br15.5:efr18.32:svnHP:pnHPENVYLaptop15-ep0xxx:pvr:sku16P91PA#AR6:rvnHP:rn878E:rvr18.32:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP ENVY
dmi.product.name: HP ENVY Laptop 15-ep0xxx
dmi.product.sku: 16P91PA#AR6
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-28 Thread Sergey
Thank you!

On Wed, Sep 29, 2021 at 5:40 AM Daniel van Vugt <1944...@bugs.launchpad.net>
wrote:

> No problem. If there are no more comments after 60 days then the bug
> will close automatically.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1944542
>
> Title:
>   [Lenovo IdeaPad 5 15IIL05] very slow
>
> Status in Ubuntu:
>   Incomplete
>
> Bug description:
>   my system is very slow
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   ProcVersionSignature: Ubuntu 5.11.0-36.40~20.04.1-generic 5.11.22
>   Uname: Linux 5.11.0-36-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.20
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CasperMD5CheckResult: skip
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Wed Sep 22 12:07:11 2021
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   GraphicsCard:
>Intel Corporation Device [8086:8a56] (rev 07) (prog-if 00 [VGA
> controller])
>  Subsystem: Lenovo Device [17aa:3fd9]
>   InstallationDate: Installed on 2020-11-27 (298 days ago)
>   InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64
> (20200731)
>   MachineType: LENOVO 81YK
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-36-generic
> root=UUID=a181ec35-bea8-4216-8066-0bb0b9f90034 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 01/15/2020
>   dmi.bios.release: 1.39
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: DPCN39WW
>   dmi.board.asset.tag: NO Asset Tag
>   dmi.board.name: LNVNB161216
>   dmi.board.vendor: LENOVO
>   dmi.board.version: NO DPK
>   dmi.chassis.asset.tag: NO Asset Tag
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: LENOVO
>   dmi.chassis.version: IdeaPad 5 15IIL05
>   dmi.ec.firmware.release: 1.39
>   dmi.modalias:
> dmi:bvnLENOVO:bvrDPCN39WW:bd01/15/2020:br1.39:efr1.39:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:skuLENOVO_MT_81YK_BU_idea_FM_IdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
>   dmi.product.family: IdeaPad 5 15IIL05
>   dmi.product.name: 81YK
>   dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
>   dmi.product.version: IdeaPad 5 15IIL05
>   dmi.sys.vendor: LENOVO
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.105-3~20.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20200226-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+bug/1944542/+subscriptions
>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1944542

Title:
  [Lenovo IdeaPad 5 15IIL05] very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1944542/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1944000] Re: Please remove src:golang-github-marten-seemann-qtls-go1-15 from Ubuntu (impish)

2021-09-28 Thread Steve Langasek
Removing packages from impish:
golang-github-marten-seemann-qtls-go1-15 0.1.1-2 in impish
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
amd64
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
arm64
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
armhf
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
i386
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
ppc64el
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
riscv64
golang-github-marten-seemann-qtls-go1-15-dev 0.1.1-2 in impish 
s390x
Comment: FTBFS, no reverse-dependencies, specific to obsolete golang 1.15; LP: 
#1944000
1 package successfully removed.


** Changed in: golang-github-marten-seemann-qtls-go1-15 (Ubuntu)
   Status: New => 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/1944000

Title:
  Please remove src:golang-github-marten-seemann-qtls-go1-15 from Ubuntu
  (impish)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-marten-seemann-qtls-go1-15/+bug/1944000/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945227] Re: drm/amdgpu: Add support for Yellow Carp

2021-09-28 Thread Chris Halse Rogers
Hello Timo, or anyone else affected,

Accepted mesa into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mesa/21.0.3-0ubuntu0.3~20.04.3 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mesa (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945227

Title:
  drm/amdgpu: Add support for Yellow Carp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945227/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-kvm/5.4.0.1048.47)

2021-09-28 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-kvm (5.4.0.1048.47) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

sl-modem/2.9.11~20110321-16ubuntu1 (amd64)
v4l2loopback/0.12.3-1ubuntu0.4 (amd64)
backport-iwlwifi-dkms/8324-0ubuntu3~20.04.4 (amd64)
rtl8821ce/5.5.2.1-0ubuntu4~20.04.3 (amd64)
lttng-modules/2.12.5-1ubuntu2~20.04.1 (amd64)
evdi/1.9.1-1ubuntu4~20.04.1 (amd64)
dahdi-linux/1:2.11.1~dfsg-1ubuntu6.3 (amd64)
oss4/4.2-build2010-5ubuntu6~20.04.3 (amd64)
rtl8812au/4.3.8.12175.20140902+dfsg-0ubuntu13~20.04.3 (amd64)
glibc/2.31-0ubuntu9.2 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-kvm

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942181] Re: Add support for AlderLake CPUs

2021-09-28 Thread Chris Halse Rogers
Hello Colin, or anyone else affected,

Accepted thermald into hirsute-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/thermald/2.4.3-1ubuntu3 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: thermald (Ubuntu Hirsute)
   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/1942181

Title:
  Add support for AlderLake CPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1942181/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1860826] Autopkgtest regression report (pam/1.3.1-5ubuntu4.3)

2021-09-28 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted pam (1.3.1-5ubuntu4.3) for focal have 
finished running.
The following regressions have been reported in tests triggered by the package:

kopanocore/8.7.0-7ubuntu1 (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#pam

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1860826

Title:
  pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1860826/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1666201] Re: Unexpected behavior in combination with plank and 1 or more panels

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1666201

Title:
  Unexpected behavior in combination with plank and 1 or more panels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1666201/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1666201] Re: Unexpected behavior in combination with plank and 1 or more panels

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1666201

Title:
  Unexpected behavior in combination with plank and 1 or more panels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1666201/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1666201] Re: Unexpected behavior in combination with plank and 1 or more panels

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1666201

Title:
  Unexpected behavior in combination with plank and 1 or more panels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1666201/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1725880] Re: cairo-dock not adding cairo session

2021-09-28 Thread Launchpad Bug Tracker
[Expired for cairo-dock (Ubuntu) because there has been no activity for
60 days.]

** Changed in: cairo-dock (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1725880

Title:
  cairo-dock not adding cairo session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1725880/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731524] Re: mate panel freezes when clicking on fcitx icon in the notification area while having a text field selected

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731524

Title:
  mate panel freezes when clicking on fcitx icon in the notification
  area while having a text field selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1731524/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731524] Re: mate panel freezes when clicking on fcitx icon in the notification area while having a text field selected

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731524

Title:
  mate panel freezes when clicking on fcitx icon in the notification
  area while having a text field selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1731524/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731524] Re: mate panel freezes when clicking on fcitx icon in the notification area while having a text field selected

2021-09-28 Thread Launchpad Bug Tracker
[Expired for fcitx (Ubuntu) because there has been no activity for 60
days.]

** Changed in: fcitx (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731524

Title:
  mate panel freezes when clicking on fcitx icon in the notification
  area while having a text field selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1731524/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733106] Re: compton shadows with panel icon animation

2021-09-28 Thread Launchpad Bug Tracker
[Expired for compton (Ubuntu) because there has been no activity for 60
days.]

** Changed in: compton (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733106

Title:
  compton shadows with panel icon animation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733106] Re: compton shadows with panel icon animation

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733106

Title:
  compton shadows with panel icon animation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733106/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768975] Re: Dragging an item in the left panel of mozo corrupts menu

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768975

Title:
  Dragging an item in the left panel of mozo corrupts menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1768975/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768975] Re: Dragging an item in the left panel of mozo corrupts menu

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mozo (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mozo (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768975

Title:
  Dragging an item in the left panel of mozo corrupts menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1768975/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771891] Re: Caja problem in Ubuntu-Mate 18.4

2021-09-28 Thread Launchpad Bug Tracker
[Expired for caja (Ubuntu) because there has been no activity for 60
days.]

** Changed in: caja (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771891

Title:
  Caja problem in Ubuntu-Mate 18.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1771891/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771891] Re: Caja problem in Ubuntu-Mate 18.4

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771891

Title:
  Caja problem in Ubuntu-Mate 18.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1771891/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1772657] Re: Indicator Applet Complete always crashes when you log into Ubuntu Mate 18.04 and 20.04

2021-09-28 Thread Launchpad Bug Tracker
[Expired for indicator-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: indicator-applet (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1772657

Title:
  Indicator Applet Complete always crashes when you log into Ubuntu Mate
  18.04 and 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1772657/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1772657] Re: Indicator Applet Complete always crashes when you log into Ubuntu Mate 18.04 and 20.04

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1772657

Title:
  Indicator Applet Complete always crashes when you log into Ubuntu Mate
  18.04 and 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1772657/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776391] Re: Wifi Icon disappeared after upgrading to 4.15.0-23-generic

2021-09-28 Thread Launchpad Bug Tracker
[Expired for network-manager-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: network-manager-applet (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776391

Title:
  Wifi Icon disappeared after upgrading to 4.15.0-23-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776391] Re: Wifi Icon disappeared after upgrading to 4.15.0-23-generic

2021-09-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776391

Title:
  Wifi Icon disappeared after upgrading to 4.15.0-23-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776391] Re: Wifi Icon disappeared after upgrading to 4.15.0-23-generic

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776391

Title:
  Wifi Icon disappeared after upgrading to 4.15.0-23-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1783907] Re: Caja shows files and folders after a good while. Opening files is slow also. 18.04 Live CD

2021-09-28 Thread Launchpad Bug Tracker
[Expired for caja (Ubuntu) because there has been no activity for 60
days.]

** Changed in: caja (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1783907

Title:
  Caja shows files and folders after a good while. Opening files is slow
  also. 18.04 Live CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1783907/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1783907] Re: Caja shows files and folders after a good while. Opening files is slow also. 18.04 Live CD

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1783907

Title:
  Caja shows files and folders after a good while. Opening files is slow
  also. 18.04 Live CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1783907/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798508] Re: indicator applet complete - logout button fails with multiple users

2021-09-28 Thread Launchpad Bug Tracker
[Expired for indicator-session (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: indicator-session (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798508

Title:
  indicator applet complete - logout button fails with multiple users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1798508/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798508] Re: indicator applet complete - logout button fails with multiple users

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798508

Title:
  indicator applet complete - logout button fails with multiple users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1798508/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830593] Re: Global menu crashes with Copyq

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830593

Title:
  Global menu crashes with Copyq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1830593/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830593] Re: Global menu crashes with Copyq

2021-09-28 Thread Launchpad Bug Tracker
[Expired for copyq (Ubuntu) because there has been no activity for 60
days.]

** Changed in: copyq (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830593

Title:
  Global menu crashes with Copyq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1830593/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858838] Re: Caja crash when ejecting a LUKS encrypted external hard drive

2021-09-28 Thread Launchpad Bug Tracker
[Expired for caja (Ubuntu) because there has been no activity for 60
days.]

** Changed in: caja (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858838

Title:
  Caja crash when ejecting a LUKS encrypted external hard drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1858838/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858838] Re: Caja crash when ejecting a LUKS encrypted external hard drive

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858838

Title:
  Caja crash when ejecting a LUKS encrypted external hard drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1858838/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871217] Re: "show positon of mouse with strg" leads to lock of the strg button

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871217

Title:
  "show positon of mouse with strg" leads to lock of the strg button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1871217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871217] Re: "show positon of mouse with strg" leads to lock of the strg button

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: mate-control-center (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871217

Title:
  "show positon of mouse with strg" leads to lock of the strg button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1871217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888042] Re: Qualcomm Atheros QCA6174

2021-09-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888042

Title:
  Qualcomm Atheros QCA6174

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888042/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888042] Re: Qualcomm Atheros QCA6174

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888042

Title:
  Qualcomm Atheros QCA6174

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888042/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888042] Re: Qualcomm Atheros QCA6174

2021-09-28 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888042

Title:
  Qualcomm Atheros QCA6174

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888042/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888125] Re: refreshing cache stuck in ubuntu mate 20.04

2021-09-28 Thread Launchpad Bug Tracker
[Expired for software-properties (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: software-properties (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888125

Title:
  refreshing cache stuck in ubuntu mate 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888125/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888973] Re: brisk menu crashes with ubuntu-mate 18.04.2 with Raspberry Pi 3

2021-09-28 Thread Launchpad Bug Tracker
[Expired for brisk-menu (Ubuntu) because there has been no activity for
60 days.]

** Changed in: brisk-menu (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888973

Title:
  brisk menu crashes with ubuntu-mate 18.04.2 with Raspberry Pi 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888973/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888973] Re: brisk menu crashes with ubuntu-mate 18.04.2 with Raspberry Pi 3

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Ubuntu MATE because there has been no activity for 60
days.]

** Changed in: ubuntu-mate
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888973

Title:
  brisk menu crashes with ubuntu-mate 18.04.2 with Raspberry Pi 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1888973/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940079] Re: Strongswan doesn't support TPM 2.0 through the TSS2 interface

2021-09-28 Thread Chris Halse Rogers
Hello Jim, or anyone else affected,

Accepted strongswan into hirsute-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/strongswan/5.9.1-1ubuntu1.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: strongswan (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940079

Title:
  Strongswan doesn't support TPM 2.0 through the TSS2 interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1940079/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1017428] Re: avahi-demon is not disabled when on unicast '.local' domain

2021-09-28 Thread Launchpad Bug Tracker
[Expired for avahi (Ubuntu) because there has been no activity for 60
days.]

** Changed in: avahi (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017428

Title:
  avahi-demon is not disabled when on unicast '.local' domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1017428/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1043574] Re: cinnamon support feature request

2021-09-28 Thread Launchpad Bug Tracker
[Expired for indicator-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: indicator-applet (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1043574

Title:
  cinnamon support feature request

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-applet/+bug/1043574/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1213676] Re: SMPlayer: neither autorepeat nor advance in playlist work

2021-09-28 Thread Launchpad Bug Tracker
[Expired for smplayer (Ubuntu) because there has been no activity for 60
days.]

** Changed in: smplayer (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1213676

Title:
  SMPlayer: neither autorepeat nor advance in playlist work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smplayer/+bug/1213676/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1080275] Re: emacs23 with quack not working

2021-09-28 Thread Launchpad Bug Tracker
[Expired for emacs23 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: emacs23 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1080275

Title:
  emacs23 with quack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1080275/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1251976] Re: appearance preferences cannot find aurora theme engine

2021-09-28 Thread Launchpad Bug Tracker
[Expired for gtk2-engines-aurora (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gtk2-engines-aurora (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251976

Title:
  appearance preferences cannot find aurora theme engine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-aurora/+bug/1251976/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1366443] Re: bibletime: Texts do not display properly

2021-09-28 Thread Launchpad Bug Tracker
[Expired for bibletime (Ubuntu) because there has been no activity for
60 days.]

** Changed in: bibletime (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1366443

Title:
   bibletime: Texts do not display properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bibletime/+bug/1366443/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1363656] Re: nvidia driver installation failed

2021-09-28 Thread Launchpad Bug Tracker
[Expired for nvidia-driver (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: nvidia-driver (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363656

Title:
  nvidia driver installation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-driver/+bug/1363656/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1402852] Re: Redshift can not find location, adding manual config file ends with error.

2021-09-28 Thread Launchpad Bug Tracker
[Expired for redshift (Ubuntu) because there has been no activity for 60
days.]

** Changed in: redshift (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1402852

Title:
  Redshift can not find location, adding manual config file ends with
  error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redshift/+bug/1402852/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1406687] Re: Missing icon for mouse battery power

2021-09-28 Thread Launchpad Bug Tracker
[Expired for indicator-power (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: indicator-power (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406687

Title:
  Missing icon for mouse battery power

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1406687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1407553] Re: Samba error: can't share any files/folders & causes crash to file manager (caja & nautilus) under Ubuntu 14.04.1 LTS

2021-09-28 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407553

Title:
  Samba error: can't share any files/folders & causes crash to file
  manager (caja & nautilus) under Ubuntu 14.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1407553/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1448315] Re: 15.04: Full disk encryption with home dir encryption: have to enter FDE password twice

2021-09-28 Thread Launchpad Bug Tracker
[Expired for ecryptfs-utils (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: ecryptfs-utils (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1448315

Title:
 15.04: Full disk encryption with home dir encryption: have to
  enter FDE password twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1448315/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1458747] Re: oxygen-cursor-theme has broken icons

2021-09-28 Thread Launchpad Bug Tracker
[Expired for oxygencursors (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: oxygencursors (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1458747

Title:
  oxygen-cursor-theme has broken icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxygencursors/+bug/1458747/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1490171] Re: Orca doesn't work properly with Ubuntu installer

2021-09-28 Thread Launchpad Bug Tracker
[Expired for gnome-orca (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-orca (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490171

Title:
  Orca doesn't work properly with Ubuntu installer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-orca/+bug/1490171/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1453467] Re: Upper right corner of maximized windows do not accept clicks

2021-09-28 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60
days.]

** Changed in: compiz (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1453467

Title:
  Upper right corner of maximized windows do not accept clicks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1453467/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1471487] Re: Caja wont launch when kept in dock on Linux mint 17 mate edition

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Plank because there has been no activity for 60 days.]

** Changed in: plank
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471487

Title:
  Caja wont launch when kept in dock on Linux mint 17 mate edition

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1471487/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1471487] Re: Caja wont launch when kept in dock on Linux mint 17 mate edition

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471487

Title:
  Caja wont launch when kept in dock on Linux mint 17 mate edition

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1471487/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1555331] Re: crash in g_slist_remove_all from gtk_rc_clear_realized_style

2021-09-28 Thread Launchpad Bug Tracker
[Expired for gtk+2.0 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555331

Title:
  crash in g_slist_remove_all from gtk_rc_clear_realized_style

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1555331/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1561276] Re: crash due to memory error after g_hash_table_unref from g_slist_foreach

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1561276

Title:
  crash due to memory error after g_hash_table_unref from
  g_slist_foreach

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1561276/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1561573] Re: No slides are displayed in Ubiquity Slideshow while installing on Lubuntu or Ubuntu MATE PowerPC

2021-09-28 Thread Launchpad Bug Tracker
[Expired for webkit2gtk (Ubuntu) because there has been no activity for
60 days.]

** Changed in: webkit2gtk (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1561573

Title:
  No slides are displayed in Ubiquity Slideshow while installing on
  Lubuntu or Ubuntu MATE PowerPC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1561573/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1568497] Re: mate-system-monitor crashed with signal 5 in main()

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-system-monitor (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: mate-system-monitor (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1568497

Title:
  mate-system-monitor crashed with signal 5 in main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-system-monitor/+bug/1568497/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1582291] Re: /usr/lib/arm-linux-gnueabihf/mate-netspeed-applet:11:g_type_check_instance_is_fundamentally_a:g_object_unref:init_quality_pixbufs:icon_theme_changed_cb:g_closure_invoke

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-netspeed (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mate-netspeed (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582291

Title:
  /usr/lib/arm-linux-gnueabihf/mate-netspeed-
  
applet:11:g_type_check_instance_is_fundamentally_a:g_object_unref:init_quality_pixbufs:icon_theme_changed_cb:g_closure_invoke

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-netspeed/+bug/1582291/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1597148] Re: crash in panel_action_protocol_main_menu after panel_action_protocol_filter

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597148

Title:
  crash in panel_action_protocol_main_menu after
  panel_action_protocol_filter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1597148/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591704] Re: bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()

2021-09-28 Thread Launchpad Bug Tracker
[Expired for bluez (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591704

Title:
  bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1591704/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1601874] Re: /usr/bin/ubuntu-mate-welcome:11:_gtk_style_provider_private_get_settings:gtk_css_value_initial_compute:gtk_css_static_style_compute_value:_gtk_css_lookup_resolve:gtk_css_static_style

2021-09-28 Thread Launchpad Bug Tracker
[Expired for ubuntu-mate-welcome (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-mate-welcome (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1601874

Title:
  /usr/bin/ubuntu-mate-
  
welcome:11:_gtk_style_provider_private_get_settings:gtk_css_value_initial_compute:gtk_css_static_style_compute_value:_gtk_css_lookup_resolve:gtk_css_static_style_new_compute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-welcome/+bug/1601874/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1607136] Re: /usr/lib/mate-panel/clock-applet:11:clock_needs_face_refresh:clock_location_tile_refresh:create_cities_section:update_calendar_popup:g_closure_invoke

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607136

Title:
  /usr/lib/mate-panel/clock-
  
applet:11:clock_needs_face_refresh:clock_location_tile_refresh:create_cities_section:update_calendar_popup:g_closure_invoke

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1607136/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1632823] Re: "Zoom Icon" option gone

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632823

Title:
  "Zoom Icon" option gone

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1632823/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1612308] Re: crash after panel_drawer_custom_icon_changed

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1612308

Title:
  crash after panel_drawer_custom_icon_changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1612308/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1616168] Re: package libpeas-1.0-0 1.16.0-1ubuntu2 failed to install/upgrade: Versuch, »/usr/lib/libpeas-1.0/loaders/libpython3loader.so« zu überschreiben, welches auch in Paket libpeas-1.0-0-pyt

2021-09-28 Thread Launchpad Bug Tracker
[Expired for libpeas (Ubuntu) because there has been no activity for 60
days.]

** Changed in: libpeas (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1616168

Title:
  package libpeas-1.0-0 1.16.0-1ubuntu2 failed to install/upgrade:
  Versuch, »/usr/lib/libpeas-1.0/loaders/libpython3loader.so« zu
  überschreiben, welches auch in Paket libpeas-1.0-0-python3loader
  1.16.0-1ubuntu2 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpeas/+bug/1616168/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1624808] Re: LightDM no configuration to set default keyboard configuration

2021-09-28 Thread Launchpad Bug Tracker
[Expired for lightdm-gtk-greeter (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: lightdm-gtk-greeter (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1624808

Title:
  LightDM no configuration to set default keyboard configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1624808/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1632823] Re: "Zoom Icon" option gone

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Plank because there has been no activity for 60 days.]

** Changed in: plank
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632823

Title:
  "Zoom Icon" option gone

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1632823/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1649737] Re: Weird Plank behaviour in Ubuntu MATE 16.04 with 3 monitors setup

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649737

Title:
  Weird Plank behaviour in Ubuntu MATE 16.04 with 3 monitors setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plank/+bug/1649737/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1683370] Re: /usr/bin/mate-panel:11:IA__gtk_container_check_resize:gtk_container_idle_sizer:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mate-panel (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1683370

Title:
  /usr/bin/mate-
  
panel:11:IA__gtk_container_check_resize:gtk_container_idle_sizer:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1683370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1676953] Re: marco crashed with SIGABRT in raise()

2021-09-28 Thread Launchpad Bug Tracker
[Expired for marco (Ubuntu) because there has been no activity for 60
days.]

** Changed in: marco (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1676953

Title:
  marco crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1676953/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1668797] Re: /usr/bin/mate-settings-daemon:11:malloc_consolidate:_int_malloc:_int_memalign:_mid_memalign:__posix_memalign

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-settings-daemon (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: mate-settings-daemon (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668797

Title:
  /usr/bin/mate-settings-
  
daemon:11:malloc_consolidate:_int_malloc:_int_memalign:_mid_memalign:__posix_memalign

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-settings-daemon/+bug/1668797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1669184] Re: /usr/lib/mate-notification-daemon/mate-notification-daemon:11:strcmp:find_image_offset:_gtk_icon_cache_get_icon_flags:theme_dir_get_icon_suffix:theme_lookup_icon

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-notification-daemon (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: mate-notification-daemon (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669184

Title:
  /usr/lib/mate-notification-daemon/mate-notification-
  
daemon:11:strcmp:find_image_offset:_gtk_icon_cache_get_icon_flags:theme_dir_get_icon_suffix:theme_lookup_icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1669184/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733078] Re: Panel icon appears in Plank dock

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733078

Title:
  Panel icon appears in Plank dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1733078/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711431] Re: Plank launches new instance of program instead of switching window

2021-09-28 Thread Launchpad Bug Tracker
[Expired for plank (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plank (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711431

Title:
  Plank launches new instance of program instead of switching window

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1711431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711431] Re: Plank launches new instance of program instead of switching window

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Plank because there has been no activity for 60 days.]

** Changed in: plank
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711431

Title:
  Plank launches new instance of program instead of switching window

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1711431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1726186] Re: Attention badge not available

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-dock-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: mate-dock-applet (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1726186

Title:
  Attention badge not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-dock-applet/+bug/1726186/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733094] Re: Unneeded prelimary text in HUD.Firefox

2021-09-28 Thread Launchpad Bug Tracker
[Expired for mate-hud (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mate-hud (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733094

Title:
  Unneeded prelimary text in HUD.Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-hud/+bug/1733094/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733078] Re: Panel icon appears in Plank dock

2021-09-28 Thread Launchpad Bug Tracker
[Expired for Plank because there has been no activity for 60 days.]

** Changed in: plank
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733078

Title:
  Panel icon appears in Plank dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/plank/+bug/1733078/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   >