[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Bug Watch Updater
** Changed in: calamares
   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/1975393

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975399] [NEW] FATAL FwdState::noteDestinationsEnd exception: opening()

2022-05-21 Thread laszloj
Public bug reported:

Squid 5.2 shipped with jammy is affected by a bug that causes random
crashes. The underlying issue was fixed in version 6 and backported to
5.4.1.

Additional information:
Original PR for v6: https://github.com/squid-cache/squid/pull/877
Original bug report: https://bugs.squid-cache.org/show_bug.cgi?id=5055
5.4.1 backport: 
https://github.com/squid-cache/squid/commit/1332f8d606485b5a2f57277634c2f6f7855bd9a6

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

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

Title:
  FATAL FwdState::noteDestinationsEnd exception: opening()

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


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

[Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

2022-05-21 Thread Bug Watch Updater
Launchpad has imported 28 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=194825.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2017-03-09T11:15:45+00:00 fiedzia wrote:

Created attachment 255151
kernel config

I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 
motherboard,
and it has a load of problems, starting with not being able to boot normally.

During normal boot, on 16.10 as well as 17.04 beta:
system doesn't boot normally, hangs with a lot of "unexpected irq trap at 
vector 07"
messages displayed.

Following advice from various places, I've tried to:

1. add "acpi=off" to boot params

That helps, allowing me to boot into recovery mode, though it leaves me
with system seeing only one core, is really slow and still only boots in
recovery mode.

2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and
cpu handling in acpi settings. Boot with "quiet loglevel=3" option.

That gets me even further - system sees all cores now. Still only recovery mode 
though,
but its enough to get info for this bug report.

Some observed problems:

1. dmesg reports *a lot* of messages like this all the time:

[ 163.362068] ->handle_irq(): 87a7e090,
[ 163.362081] bad_chained_irq+0x0/0x40
[ 163.362089] ->handle_irq(): 87a7e090,
[ 163.362090] amd_gpio_irq_handler+0x0/0x200
[ 163.362090] ->irq_data.chip(): 88587e20,
[ 163.362090] ioapic_ir_chip+0x0/0x120
[ 163.362090] ->action(): 884601c0
[ 163.362091] IRQ_NOPROBE set
[ 163.362099] ->handle_irq(): 87a7e090,
[ 163.362099] amd_gpio_irq_handler+0x0/0x200
[ 163.362100] ->irq_data.chip(): 88587e20,
[ 163.362100] ioapic_ir_chip+0x0/0x120
[ 163.362101] ->action(): 884601c0

I've tried to redirect dmesg to a file, stopped after a short while, it
generated 400M of those.

2. Systemd cannot start journald. Perhaps because it cannot cope with
amount of kernel logs?

3. Looking at pci, I've noticed something called AMDI0040
(/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010,
AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel
and google are completely silent about AMDI0040.

Phoronix tested ryzen using different motherboard, and it worked better (though 
not well),
so I suspect it is an issue with motherboard.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/3


On 2017-03-09T11:17:14+00:00 fiedzia wrote:

Created attachment 255153
lspci_vv_nn

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/4


On 2017-03-09T11:17:58+00:00 fiedzia wrote:

Created attachment 255155
dmidecode

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/5


On 2017-03-09T11:18:41+00:00 fiedzia wrote:

Created attachment 255157
find_sys_bus_acpi

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/6


On 2017-03-09T11:19:23+00:00 fiedzia wrote:

Created attachment 255159
content of /sys/bus/acpi/devices/AMDI0040

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/7


On 2017-03-10T09:25:21+00:00 fiedzia wrote:

I've found a workaround (requires compiling own kernel, tested on 4.11
and r4.11rc1):

When configuring kernel (I used make menuconfig) disable following
things:

Everything under device drivers/gpio support, especially:
memory mapped files/amd promontory support (GPIO_AMDPT)
and pci gpio expanders / amd 8111 gpio driver (GPIO_AMD8111)
but I've turned of everything to make sure nothing is using gpio.

device drivers / pin controllers / amd gpio pin control (PINCTRL_AMD)

Perhaps only one of them could be really necessary, but I didn't tested
that.

System boots normally, no problems with journald and no weird messages
from dmesg.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/13


On 2017-03-13T09:04:55+00:00 fiedzia wrote:

>tested on 4.11 and r4.11rc1

Should be "tested on 4.10 and r4.11rc"

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/comments/28


On 2017-05-09T21:02:38+00:00 jonnyboysmithy wrote:

Link to what appears to be the same bug over at the ubuntu launchpad
site: 

[Bug 1308752] Re: Oem install Login fails on first reboot to user when different keyboard layouts are used

2022-05-21 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu Xenial) because there has been no activity
for 60 days.]

** Changed in: ubiquity (Ubuntu Xenial)
   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/1308752

Title:
  Oem install Login fails on first reboot to user when different
  keyboard layouts are used

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


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

[Bug 1308752] Re: Oem install Login fails on first reboot to user when different keyboard layouts are used

2022-05-21 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu Yakkety) because there has been no
activity for 60 days.]

** Changed in: ubiquity (Ubuntu Yakkety)
   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/1308752

Title:
  Oem install Login fails on first reboot to user when different
  keyboard layouts are used

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


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

[Bug 1929139] Re: control center taking over!

2022-05-21 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/1929139

Title:
  control center taking over!

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


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

[Bug 1965836] Re: Unexpected error(s) occurred. For more details, see the log: /var/log/ubuntu-advantage.log

2022-05-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-advantage-tools (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-advantage-tools (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/1965836

Title:
  Unexpected error(s) occurred. For more details, see the log:
  /var/log/ubuntu-advantage.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1965836/+subscriptions


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

[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Chris Guiver
** Bug watch added: Calamares Issues #1959
   https://github.com/calamares/calamares/issues/1959

** Also affects: calamares via
   https://github.com/calamares/calamares/issues/1959
   Importance: Unknown
   Status: Unknown

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

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: calamares (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/1975393

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Chris Guiver
I can confirm this issue...  (Lubuntu kinetic daily)

I worked around it via clicking Encrypt.system & entering password twice
& NEXT showed.. I could then unclick Encrypt to get what was wanted..

What Leó suggested (check/uncheck manual partitioning) is easier

- sony vaio svp112a1cw (i5-9400u, 4gb, intel haswell-ULT)

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

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-21 Thread Max Goodhart
Pleased to report that the PPA packages (version
8.0.0-1ubuntu7.1~jammyppa1) resolve the issue for me.

I verified by downgrading to 8.0.0-1ubuntu7, reproducing the blank
screen. Then I upgraded to 8.0.0-1ubuntu7.1~jammyppa1, and the VM
display works again. Thanks Christian!

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

Title:
  Blank screen when viewing GL-accelerated virtio screen on 22.04

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


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

[Bug 1972123] Re: Online accounts crashes on sign in

2022-05-21 Thread DuckDuckWhale
Thanks, I can confirm this workaround works and my to-dos are syncing
now.

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

Title:
  Online accounts crashes on sign in

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


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

[Bug 1970172] Re: External monitor switches to interlaced mode

2022-05-21 Thread DuckDuckWhale
Somehow this happened when I was using Wayland today.

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

Title:
  External monitor switches to interlaced mode

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


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

[Bug 1971538] Re: My machine as Wi-Fi Hotspot broken after upgrade to 22.04

2022-05-21 Thread Muhammad Hafidz Pratama
I'm kind of getting this bug but not sure if it's the same situation
since I still able to connect using QR code.

Basically the difference from my case is :

...
- connect another device to the wifi created
- fail to connect after input password (already tried change password many time 
but still not working)
- success connecting after scan QR code (I'm using mobile device obviously)

Maybe there are some problem with the password security since Security
type of the wi-fi hotspot can not be change and stuck at WPA (if I'm not
wrong, the last config of my wi-fi hotspot security type before upgrade
to 22.04 is WPA2-PSK).

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

Title:
  My machine as Wi-Fi Hotspot broken after upgrade to 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1971538/+subscriptions


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

[Bug 1975397] Re: Firefox do not work after setting off performance ottion

2022-05-21 Thread Erich Eickmeyer 
Thank you for taking the time to report this bug and help make Ubuntu
better. Firefox is provided by a snap published by Mozilla, and they may
not be aware of this issue. Please contact them via
https://support.mozilla.org/kb/file-bug-report-or-feature-request-
mozilla and link the bug report here so it can be further tracked. Thank
you!

** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1972123] Re: Online accounts crashes on sign in

2022-05-21 Thread Jouko Karvonen
I had the same problem, and I had just switched to Wayland when this
happened, so I thought it might be the culprit. I tried logging out
without Wayland and indeed "Sign in" worked. Seems that the webkit view
crashes on Wayland. I'm also on 22.04, Nvidia 510.

Logging back in on Wayland after having signed in, things keep working,
so this would be a temporary workaround.

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

Title:
  Online accounts crashes on sign in

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


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

[Bug 1912866] Re: [18.04.3] WLAN device disappear after upgrading linux-firmware-raspi2

2022-05-21 Thread Dave Jones
** Changed in: linux-firmware-raspi2 (Ubuntu)
   Status: New => Confirmed

** Changed in: linux-firmware-raspi2 (Ubuntu)
 Assignee: (unassigned) => Dave Jones (waveform)

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

Title:
  [18.04.3] WLAN device disappear after upgrading linux-firmware-raspi2

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


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

[Bug 1975396] Re: I am trying to download programming from my baofeng uv5r, using Chirp on Ubuntu 22.04. After the progress bar gets to 100%, I receive the error module 'collections' has no attribute

2022-05-21 Thread Guy Schlosser
Not sure if I put the problem description in the right place, so putting
it here as well. I am trying to download programming from my baofeng
uv5r, using Chirp on Ubuntu 22.04. After the progress bar gets to 100%,
I receive the error message "module 'collections' has no attribute
callable."

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

Title:
  I am trying to download programming from my baofeng uv5r, using Chirp
  on Ubuntu 22.04. After the progress bar gets to 100%, I receive the
  error module 'collections' has no attribute callable.

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


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

[Bug 1975397] Re: Firefox do not work after setting off performance ottion

2022-05-21 Thread Seiichi Nakashima
** Attachment added: "Screenshot from 2022-05-22 07-29-51.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1975397/+attachment/5591885/+files/Screenshot%20from%202022-05-22%2007-29-51.png

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1975397] Re: Firefox do not work after setting off performance ottion

2022-05-21 Thread Seiichi Nakashima
** Attachment added: "Screenshot from 2022-05-22 07-31-29.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1975397/+attachment/5591886/+files/Screenshot%20from%202022-05-22%2007-31-29.png

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1975397] Re: Firefox do not work after setting off performance ottion

2022-05-21 Thread Seiichi Nakashima
** Attachment added: "Screenshot from 2022-05-22 07-28-08.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1975397/+attachment/5591884/+files/Screenshot%20from%202022-05-22%2007-28-08.png

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1975397] Re: Firefox do not work after setting off performance ottion

2022-05-21 Thread Seiichi Nakashima
** Attachment added: "Screenshot from 2022-05-22 07-27-30.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1975397/+attachment/5591883/+files/Screenshot%20from%202022-05-22%2007-27-30.png

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1975397] [NEW] Firefox do not work after setting off performance ottion

2022-05-21 Thread Seiichi Nakashima
Public bug reported:

Hi,

I use to test ubuntu-22.04 and firefox 100.0.2.
My Desktop PC has geforce 8600GT, and does not work firefox setting on 
performance option.
so, I start firefox -safe-mode in terminal,
and setting off performance option.

then I use firefox, but firefox do not work everything.

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

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

Title:
  Firefox do not work after setting off performance ottion

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


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

[Bug 1961476] Re: The laptop turns off only through the button and won't wake up from sleep (black screen)

2022-05-21 Thread Rosso
Hello

At the moment, I managed to find a solution, after disabling the thunderbolt in 
the bios, the laptop itself turns off successfully. Perhaps this is not the 
best solution, but at the moment it is quite working.
Regarding the problems with the sleep mode, if the laptop lid is not closed, 
then with the help of the touchpad, it wakes up without any problems. If the 
lid is closed, then after opening the touchpad, it does not come out of sleep, 
but after connecting the mouse and a short pause, it comes out of sleep mode.

People have such problems very often on forums, I hope they can be
solved in a more correct way.

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1975396] [NEW] I am trying to download programming from my baofeng uv5r, using Chirp on Ubuntu 22.04. After the progress bar gets to 100%, I receive the error module 'collections' has no attribut

2022-05-21 Thread Guy Schlosser
Public bug reported:

No further information to add, accept that I am using Chirp from apt,
instead of snap or flatpack.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: chirp 1:20200227+py3+20200213-3
ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
Uname: Linux 5.15.0-30-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Sat May 21 18:31:49 2022
InstallationDate: Installed on 2021-11-08 (194 days ago)
InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 (20210420)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: chirp
UpgradeStatus: Upgraded to jammy on 2022-05-13 (7 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  I am trying to download programming from my baofeng uv5r, using Chirp
  on Ubuntu 22.04. After the progress bar gets to 100%, I receive the
  error module 'collections' has no attribute callable.

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


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

[Bug 1973167] Re: linux-image-4.15.0-177-generic freezes on the welcome screen

2022-05-21 Thread Yury Krasouski
Have the same problem on ThinkPad T480s and  18.04.6

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

Title:
  linux-image-4.15.0-177-generic freezes on the welcome screen

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


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

[Bug 1974254] Re: Probles with Clutter

2022-05-21 Thread Erich Eickmeyer 
There's no way to know. This isn't a support site, but a bug tracker,
hence you need to pinpoint what's going on a little better with a
support site, as suggested.

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

Title:
  Probles with Clutter

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


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

[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1975393

** Tags added: iso-testing

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

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975388] Status changed to Confirmed

2022-05-21 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1975388

Title:
  Removing signed kernel installs unsigned one due to dependencies

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


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

[Bug 1975388] Re: upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 - package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to install/upgrade: installed grub-efi-amd64-signed

2022-05-21 Thread Julian Andres Klode
You didn't remove all the 177 packages, the headers package or so pulls
in a kernel and then apt switches to the unsigned one.

I'm going to reassign this to Linux, as we should ensure that doesn't
happen by not allowing unsigned to satisfy those dependencies.

** Package changed: grub2-signed (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Invalid => New

** Summary changed:

- upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 - package 
grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to install/upgrade: 
installed grub-efi-amd64-signed package post-installation script subprocess 
returned error exit status 1
+ Removing signed kernel installs unsigned one due to dependencies

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

Title:
  Removing signed kernel installs unsigned one due to dependencies

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


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

[Bug 1975388] Re: upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 - package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to install/upgrade: installed grub-efi-amd64-signed

2022-05-21 Thread Bijo Alex Thomas
Agree with the comment and this particular update process is likely
acting as expected since an unsigned kernel was found. However, just to
set the context right - I didn't install the unsigned kernel. I rolled
back kernel 4.15-0-177 to work around Bug #1973482, using apt remove and
it automatically installed the unsigned version instead.

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

Title:
  upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 -
  package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1975388/+subscriptions


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

[Bug 1975394] Status changed to Confirmed

2022-05-21 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1975394

Title:
  iwlwifi sometimes failes to initialze on Z690

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


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

[Bug 1975393] Re: Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Leó Kolbeinsson
Attached is an image taken after step 3 in the original report. This
shows that the "Next" option is now available.

** Attachment added: "20220521_194239.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1975393/+attachment/5591879/+files/20220521_194239.jpg

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

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975393] [NEW] Calamares - unable to select option "Next" after selecting "No Swap"

2022-05-21 Thread Leó Kolbeinsson
Public bug reported:

Testing Lubuntu Kinetic daily ISO dated 21-05-2022

Steps to reproduce :

1. Select the "Erase disk " radio box and the select from the dropdown
option "No Swap"

2. This results in being unable to continue with the install by
selecting "Next" in the lower right hand corner ( see attached image)

3. In order to proceed select the "Manual partitioning" radio box and the again 
"Erase disk" option
this enabled selecting "no swap" and then able to proceed with next and 
continue the installation.

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: calamares 3.2.58-1ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
.etc.calamares.modules.finished.conf:
 ---
 restartNowMode: user-checked
 restartNowCommand: "systemctl -i reboot"
.etc.calamares.modules.shellprocess_logs.conf:
 ---
 dontChroot: true
 timeout: 30
 script:
 - calamares-logs-helper @@ROOT@@
.etc.calamares.modules.unpackfs.conf:
 ---
 unpack:
 -   source: "/cdrom/casper/filesystem.squashfs"
 sourcefs: "squashfs"
 destination: ""
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.470
CurrentDesktop: LXQt
Date: Sat May 21 19:57:40 2022
LiveMediaBuild: Lubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220521)
RelatedPackageVersions:
 calamares-settings-ubuntu-common 1:22.10.1
 calamares-settings-lubuntu   1:22.10.1
 xfsprogs 5.16.0-1ubuntu1
 btrfs-progs  5.17-1
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kinetic

** Attachment added: "20220521_194127.jpg"
   
https://bugs.launchpad.net/bugs/1975393/+attachment/5591856/+files/20220521_194127.jpg

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

Title:
  Calamares - unable to select option "Next" after selecting "No Swap"

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


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

[Bug 1975394] Re: iwlwifi sometimes failes to initialze on Z690

2022-05-21 Thread Kostya Vasilyev
** Attachment added: "lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1975394/+attachment/5591878/+files/lspci.txt

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

Title:
  iwlwifi sometimes failes to initialze on Z690

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


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

[Bug 1975394] Re: iwlwifi sometimes failes to initialze on Z690

2022-05-21 Thread Kostya Vasilyev
** Attachment added: "worked_wifi_dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1975394/+attachment/5591877/+files/worked_wifi_dmesg.txt

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

Title:
  iwlwifi sometimes failes to initialze on Z690

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


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

[Bug 1975394] Re: iwlwifi sometimes failes to initialze on Z690

2022-05-21 Thread Kostya Vasilyev
** Attachment added: "failed_wifi_dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1975394/+attachment/5591876/+files/failed_wifi_dmesg.txt

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

Title:
  iwlwifi sometimes failes to initialze on Z690

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


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

[Bug 1975394] [NEW] iwlwifi sometimes failes to initialze on Z690

2022-05-21 Thread Kostya Vasilyev
Public bug reported:

Hello,

Sometimes, about every 10 boot, the iwlwifi driver fails to initialize
the hardware and WiFi connectivity is not available.

dmesg from failed boot:

[4.316757] iwlwifi :00:14.3: enabling device ( -> 0002)
...
[4.400950] iwlwifi :00:14.3: CSR_RESET = 0x10
[4.400956] iwlwifi :00:14.3: Host monitor block 0x0 vector 0x0
[4.400987] iwlwifi :00:14.3: value [iter 0]: 0x3f1d0430
[4.400990] iwlwifi :00:14.3: value [iter 1]: 0x3f1d0030
[4.401011] iwlwifi :00:14.3: value [iter 2]: 0x3f1d0430
[4.401014] iwlwifi :00:14.3: value [iter 3]: 0x3f1d0430
[4.401036] iwlwifi :00:14.3: value [iter 4]: 0x3f1d0030
[4.401038] iwlwifi :00:14.3: value [iter 5]: 0x3f1d0430
[4.401061] iwlwifi :00:14.3: value [iter 6]: 0x3f1d0030
[4.401064] iwlwifi :00:14.3: value [iter 7]: 0x3f1d0030
[4.401086] iwlwifi :00:14.3: value [iter 8]: 0x3f1d0030
[4.401088] iwlwifi :00:14.3: value [iter 9]: 0x3f1d0030
[4.401110] iwlwifi :00:14.3: value [iter 10]: 0x3f1d0430
[4.401114] iwlwifi :00:14.3: value [iter 11]: 0x3f1d0030
[4.401137] iwlwifi :00:14.3: value [iter 12]: 0x3f1d0430
[4.401140] iwlwifi :00:14.3: value [iter 13]: 0x3f1d0430
[4.401161] iwlwifi :00:14.3: value [iter 14]: 0x3f1d0430
[4.401162] iwlwifi :00:14.3: Host monitor block 0x0 vector 0x1
[4.401165] iwlwifi :00:14.3: value [iter 0]: 0x040066c2
[4.401186] iwlwifi :00:14.3: value [iter 1]: 0x040066c2
[4.401189] iwlwifi :00:14.3: value [iter 2]: 0x040066c2
[4.401211] iwlwifi :00:14.3: value [iter 3]: 0x040066c2
[4.401214] iwlwifi :00:14.3: value [iter 4]: 0x040066c2
[4.401235] iwlwifi :00:14.3: value [iter 5]: 0x040066c2
[4.401238] iwlwifi :00:14.3: value [iter 6]: 0x040066c2
[4.401261] iwlwifi :00:14.3: value [iter 7]: 0x040066c2
[4.401263] iwlwifi :00:14.3: value [iter 8]: 0x040066c2
[4.401266] iwlwifi :00:14.3: value [iter 9]: 0x040066c2
[4.401287] iwlwifi :00:14.3: value [iter 10]: 0x040066c2
[4.401290] iwlwifi :00:14.3: value [iter 11]: 0x040066c2
[4.401312] iwlwifi :00:14.3: value [iter 12]: 0x040066c2
[4.401315] iwlwifi :00:14.3: value [iter 13]: 0x040066c2
[4.401336] iwlwifi :00:14.3: value [iter 14]: 0x040066c2
[4.401338] iwlwifi :00:14.3: Host monitor block 0x0 vector 0x6
[4.401341] iwlwifi :00:14.3: value [iter 0]: 0xe00c7c75
[4.401362] iwlwifi :00:14.3: value [iter 1]: 0xa00c7c75
[4.401365] iwlwifi :00:14.3: value [iter 2]: 0xa00c7c75
[4.401387] iwlwifi :00:14.3: value [iter 3]: 0xa00c7c75
[4.401390] iwlwifi :00:14.3: value [iter 4]: 0xa00c7c75
[4.401412] iwlwifi :00:14.3: value [iter 5]: 0xb00c7c75
[4.401414] iwlwifi :00:14.3: value [iter 6]: 0xb00c7c75
[4.401437] iwlwifi :00:14.3: value [iter 7]: 0xb00c7c75
[4.401439] iwlwifi :00:14.3: value [iter 8]: 0xb00c7c75
[4.401461] iwlwifi :00:14.3: value [iter 9]: 0xa00c7c75
[4.401463] iwlwifi :00:14.3: value [iter 10]: 0xb00c7c75
[4.401486] iwlwifi :00:14.3: value [iter 11]: 0xa00c7c75
[4.401489] iwlwifi :00:14.3: value [iter 12]: 0xa00c7c75
[4.401510] iwlwifi :00:14.3: value [iter 13]: 0xa00c7c75
[4.401513] iwlwifi :00:14.3: value [iter 14]: 0xa00c7c75
[4.401514] iwlwifi :00:14.3: Host monitor block 0x22 vector 0x0
[4.401535] iwlwifi :00:14.3: value [iter 0]: 0x99cec019
[4.401643] iwlwifi: probe of :00:14.3 failed with error -110

dmesg from good boot:

[4.316245] iwlwifi :00:14.3: enabling device ( -> 0002)
...
[4.328750] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-so-a0-gf-a0-69.ucode failed with error -2
[4.329975] iwlwifi :00:14.3: api flags index 2 larger than supported by 
driver
[4.329995] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[4.330436] iwlwifi :00:14.3: loaded firmware version 68.01d30b0c.0 
so-a0-gf-a0-68.ucode op_mode iwlmvm

lspci output:

00:00.0 Host bridge: Intel Corporation Device 4668 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation AlderLake-S GT1 (rev 0c)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 
Controller #0 (rev 02)
00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & 
Neural Accelerator (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring 
Technology (rev 01)
00:14.0 USB controller: Intel Corporation Device 7ae0 (rev 11)
00:14.2 RAM memory: Intel Corporation Device 7aa7 (rev 11)
00:14.3 Network controller: Intel Corporation Device 7af0 (rev 11)
00:16.0 Communication controller: Intel Corporation 

[Bug 1958813]

2022-05-21 Thread Olivier Tilloy
The `TMPDIR` workaround has been removed with
https://github.com/canonical/firefox-
snap/commit/250d24a72953fd797a10ec2fe338fcd0fe2491ff in the beta branch.

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

Title:
  [snap] I have on clean install some weird folder
  /home/user/Downloads/firefox.tmp/

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


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

[Bug 1931171] Re: kernel_lockdown(7) describes removed SysRq for lifting lockdown

2022-05-21 Thread Bug Watch Updater
** Changed in: manpages (Debian)
   Status: Confirmed => Fix Released

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

Title:
  kernel_lockdown(7) describes removed SysRq for lifting lockdown

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


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

[Bug 1974254] Re: Probles with Clutter

2022-05-21 Thread C. Jeffery Small
I will follow up elsewhere, but I would really like to understand the
disposition of clutter, given the site I reported that says it is now
gone.  What is actually happening here?

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

Title:
  Probles with Clutter

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


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

[Bug 1974254] Re: Probles with Clutter

2022-05-21 Thread C. Jeffery Small
???

Can you be more specific.  I am fully patched on 20.04.4 and I still get
the same error reports from geeqie and cheese.  Both worked until very
recently and neither package was updated in quite some time.

The developer of geeqie reported that he saw the same problem.  Then he
didn't!  I am also finding a lot of other stable applications have
stopped working such as openshot and kdenlive video editors, although
these are Qt apps.  Possibly there is a deeper underlying problem.

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

Title:
  Probles with Clutter

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


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

[Bug 1972281] Re: ext4: limit length to bitmap_maxbytes

2022-05-21 Thread Thadeu Lima de Souza Cascardo
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  ext4: limit length to bitmap_maxbytes

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


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

[Bug 1972740] Re: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option

2022-05-21 Thread Thadeu Lima de Souza Cascardo
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  Unprivileged users may use PTRACE_SEIZE to set
  PTRACE_O_SUSPEND_SECCOMP option

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


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

[Bug 1975391] [NEW] Subiquity crashes if the hd contains a previous Proxmox PVE install

2022-05-21 Thread Typhoe
Public bug reported:

I tried to install ubuntu server 22.04 on an Intel NUC8 server.
The main SSD still contained a previous Proxmox PVE v7 install (boot fat32+LVM, 
default proxmox install settings).
Each time subiquity would crash
Resolved the problem by removing every partitions on the SSD and rebooting

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

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

Title:
  Subiquity crashes if the hd contains a previous Proxmox PVE install

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


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

[Bug 1974254] Re: Probles with Clutter

2022-05-21 Thread Erich Eickmeyer 
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We understand the difficulties you
are facing, but it is better to raise problems you are having in the
support tracker at https://answers.launchpad.net/ubuntu if you are
uncertain if they are bugs. You can also find help with your problem in
the support forum of your local Ubuntu community http://loco.ubuntu.com/
or asking at https://askubuntu.com or https://ubuntuforums.org. For help
on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

Reasoning for this response: I suspect you're having trouble narrowing
this issue down, so I highly suggest getting help from one of the above-
mentioned methods and file a new bug (using ubuntu-bug {package name})
once you have that figured out. We have many support options, including
live chat (help getting set-up with that at
https://help.ubuntu.com/community/InternetRelayChat).

** Changed in: clutter-gtk (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/clutter-gtk/+question/701902

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

Title:
  Probles with Clutter

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


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

[Bug 1975388] Re: upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 - package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to install/upgrade: installed grub-efi-amd64-signed

2022-05-21 Thread Julian Andres Klode
Thank your for your bug report. This seems to be the result of local
misconfiguration, installing an unsigned kernel, and the script does
exactly what it was supposed to do.

If you need help with your system, consider using askubuntu, ubuntu-
users mailing list, the #ubuntu IRC channel on libera, or other user
support channels.

** Changed in: grub2-signed (Ubuntu)
   Status: New => Invalid

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

Title:
  upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 -
  package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1975388/+subscriptions


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

[Bug 1974254] Re: Probles with Clutter

2022-05-21 Thread Erich Eickmeyer 
** No longer affects: ubuntu

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

Title:
  Probles with Clutter

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


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

[Bug 646157]

2022-05-21 Thread Rafael Lima
This is a very weird bug. I still can reproduce the bug with the current
master build of LO 7.4 and using the provided XLS file.

However, I was not able to create another file from scratch where this
bug happens.

There's something special about the sample file that I could not figure
out.

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

Title:
  [Upstream] Calc loses row height value when modifying a cell

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/646157/+subscriptions


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-29485

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1975388] [NEW] upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 - package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to install/upgrade: installed grub-efi-amd64-signe

2022-05-21 Thread Bijo Alex Thomas
Public bug reported:

Dell XPS 15 9570. Dual boot with Windows 10. Linux was on 18.04 when
attempting to upgrade to 20.04. Had previously installed kernel
4.15-0-177 which was rolled back to working kernel 4.15-0-175 due to
issues already reported in Bug #1973482. Due to rollback, there was an
unsigned image of kernel 4.15-0-177 in the machine, which caused the
upgrade 20.04 to fail with following error. Ubuntu upgrade attempted
while logged into kernel 4.15-0-175.

package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to
install/upgrade: installed grub-efi-amd64-signed package post-
installation script subprocess returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2
ProcVersionSignature: Ubuntu 5.4.0-110.124-generic 5.4.181
Uname: Linux 5.4.0-110-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat May 21 12:24:34 2022
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2018-09-23 (1336 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
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.8
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2022-05-21 (0 days ago)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal 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/1975388

Title:
  upgrade from 18.04 to 20.04 while on rollbacked kernel 4.15-0-177 -
  package grub-efi-amd64-signed 1.167.2+2.04-1ubuntu44.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1975388/+subscriptions


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

[Bug 1970865] Re: Kernel panic on sleep

2022-05-21 Thread Jürgen
I also have the same NVidia Hardware

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970865/+attachment/5591845/+files/prevboot.txt

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

Title:
  Kernel panic on sleep

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


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

[Bug 1974213] Re: sound setting crashes

2022-05-21 Thread Khurshid Alam
Can you run

unity-control-center -v from terminal


And then open sound panel.

It print some errors. Paste it here.

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

Title:
  sound setting crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1974213/+subscriptions


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-29482

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-29484

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-29483

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1975385] [NEW] connection editor does not preserve ignore-auto-dns=true flag

2022-05-21 Thread Václav Haisman
Public bug reported:

I want to avoid using the DHCP server provided DNS. To achieve this, I
tried using ignore-auto-dns=true flag in NM configuration. However,
subsequent editing of the network configuration through the applet
remove the flag. At the same time the applet does not allow me to
specify this flag in any way.

The applet should either preserve flags it does not understand or it
should know about this flag and let me edit it in the applet.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: network-manager-gnome 1.24.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-41.46-lowlatency 5.13.19
Uname: Linux 5.13.0-41-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu71.2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Sat May 21 19:55:35 2022
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2011-11-13 (3842 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
IpRoute:
 default via 192.168.0.1 dev enp6s0 proto dhcp metric 100 
 169.254.0.0/16 dev virbr0 scope link metric 1000 linkdown 
 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
 192.168.0.0/24 dev enp6s0 proto kernel scope link src 192.168.0.71 metric 100 
 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to impish on 2021-10-15 (218 days ago)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2019-03-27T00:07:10.128435
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.32.12  connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

** Attachment removed: "XsessionErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591842/+files/XsessionErrors.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591827/+files/CRDA.txt

** Attachment removed: "IpAddr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591829/+files/IpAddr.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591841/+files/WifiSyslog.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591840/+files/ProcStatus.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591839/+files/ProcMaps.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591838/+files/ProcEnviron.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591837/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "PciNetwork.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591836/+files/PciNetwork.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591830/+files/IwConfig.txt

** Attachment removed: "NetDevice.virbr0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591834/+files/NetDevice.virbr0.txt

** Attachment removed: "NetDevice.lo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591833/+files/NetDevice.lo.txt

** Attachment removed: "NetDevice.docker0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+attachment/5591831/+files/NetDevice.docker0.txt

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

Title:
  connection editor does not preserve ignore-auto-dns=true flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1975385/+subscriptions


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

[Bug 1975384] Re: openshot has started crashing

2022-05-21 Thread C. Jeffery Small
I just tried to start kdenlive with similar bad results.  There are so
many programs failing that there must be some underlying common problem.

141-> kdenlive
Icon theme "crystalsvg" not found.
Icon theme "crystalsvg" not found.
WARNING : Fails to parse  "deinterlace"
"videostab" is blacklisted
"videostab2" is blacklisted
"resample" is blacklisted
"qtext" is blacklisted
WARNING : Fails to parse  "audiochannels"
WARNING : Fails to parse  "audioconvert"
WARNING : Fails to parse  "data_feed"
"data_show" is blacklisted
WARNING : Fails to parse  "imageconvert"
"mask_apply" is blacklisted
"mask_start" is blacklisted
"mono" is blacklisted
"region" is blacklisted
"resize" is blacklisted
"transition" is blacklisted
"watermark" is blacklisted
WARNING : Fails to parse  "jack"
"jackrack" is blacklisted
WARNING : Fails to parse  "avcolour_space"
WARNING : Fails to parse  "avcolor_space"
WARNING : Fails to parse  "avdeinterlace"
WARNING : Fails to parse  "swscale"
"avfilter.abench" is blacklisted
"avfilter.acompressor" is blacklisted
"avfilter.adelay" is blacklisted
"avfilter.aecho" is blacklisted
"avfilter.aemphasis" is blacklisted
"avfilter.aeval" is blacklisted
"avfilter.afade" is blacklisted
"avfilter.afftfilt" is blacklisted
"avfilter.agate" is blacklisted
"avfilter.ametadata" is blacklisted
"avfilter.arealtime" is blacklisted
"avfilter.ashowinfo" is blacklisted
"avfilter.channelmap" is blacklisted
"avfilter.chorus" is blacklisted
"avfilter.earwax" is blacklisted
"avfilter.volume" is blacklisted
"avfilter.volumedetect" is blacklisted
"avfilter.ass" is blacklisted
"avfilter.atadenoise" is blacklisted
"avfilter.avgblur" is blacklisted
"avfilter.bbox" is blacklisted
"avfilter.bench" is blacklisted
"avfilter.blackdetect" is blacklisted
"avfilter.blackframe" is blacklisted
"avfilter.boxblur" is blacklisted
"avfilter.bwdif" is blacklisted
"avfilter.chromakey" is blacklisted
"avfilter.colorkey" is blacklisted
"avfilter.colormatrix" is blacklisted
"avfilter.colorspace" is blacklisted
"avfilter.convolution" is blacklisted
"avfilter.crop" is blacklisted
"avfilter.cropdetect" is blacklisted
"avfilter.curves" is blacklisted
"avfilter.datascope" is blacklisted
"avfilter.dctdnoiz" is blacklisted
"avfilter.deband" is blacklisted
"avfilter.deflate" is blacklisted
"avfilter.deinterlace_vaapi" is blacklisted
"avfilter.deshake" is blacklisted
"avfilter.despill" is blacklisted
"avfilter.doubleweave" is blacklisted
"avfilter.drawbox" is blacklisted
"avfilter.drawgraph" is blacklisted
"avfilter.drawgrid" is blacklisted
"avfilter.drawtext" is blacklisted
"avfilter.elbg" is blacklisted
"avfilter.eq" is blacklisted
"avfilter.fade" is blacklisted
"avfilter.field" is blacklisted
"avfilter.fieldhint" is blacklisted
"avfilter.fieldorder" is blacklisted
"avfilter.find_rect" is blacklisted
"avfilter.floodfill" is blacklisted
"avfilter.fspp" is blacklisted
"avfilter.gblur" is blacklisted
"avfilter.geq" is blacklisted
"avfilter.hflip" is blacklisted
"avfilter.hqdn3d" is blacklisted
"avfilter.hqx" is blacklisted
"avfilter.hue" is blacklisted
"avfilter.hwdownload" is blacklisted
"avfilter.idet" is blacklisted
"avfilter.il" is blacklisted
"avfilter.lenscorrection" is blacklisted
"avfilter.loop" is blacklisted
"avfilter.lumakey" is blacklisted
"avfilter.lut" is blacklisted
"avfilter.lutrgb" is blacklisted
"avfilter.lutyuv" is blacklisted
"avfilter.mcdeint" is blacklisted
"avfilter.metadata" is blacklisted
"avfilter.negate" is blacklisted
"avfilter.nlmeans" is blacklisted
"avfilter.nnedi" is blacklisted
"avfilter.owdenoise" is blacklisted
"avfilter.pad" is blacklisted
"avfilter.perspective" is blacklisted
"avfilter.phase" is blacklisted
"avfilter.pixscope" is blacklisted
"avfilter.pp" is blacklisted
"avfilter.pp7" is blacklisted
"avfilter.prewitt" is blacklisted
"avfilter.realtime" is blacklisted
"avfilter.removegrain" is blacklisted
"avfilter.removelogo" is blacklisted
"avfilter.roberts" is blacklisted
"avfilter.rotate" is blacklisted
"avfilter.scale_vaapi" is blacklisted
"avfilter.showinfo" is blacklisted
"avfilter.shuffleframes" is blacklisted
"avfilter.sidedata" is blacklisted
"avfilter.signalstats" is blacklisted
"avfilter.sobel" is blacklisted
"avfilter.stereo3d" is blacklisted
"avfilter.super2xsai" is blacklisted
"avfilter.swapuv" is blacklisted
"avfilter.tblend" is blacklisted
"avfilter.tlut2" is blacklisted
"avfilter.tonemap" is blacklisted
"avfilter.transpose" is blacklisted
"avfilter.vectorscope" is blacklisted
"avfilter.vflip" is blacklisted
"avfilter.vignette" is blacklisted
"avfilter.vmafmotion" is blacklisted
"avfilter.w3fdif" is blacklisted
"avfilter.xbr" is blacklisted
"avfilter.yadif" is blacklisted
"avfilter.zmq" is blacklisted
"avfilter.zoompan" is blacklisted
WARNING : Fails to parse  "swresample"
"gtkrescale" is blacklisted
WARNING : Fails to parse  "glsl.manager"
WARNING : Fails to parse  "movit.convert"
WARNING : Fails to parse  "movit.crop"
WARNING : Fails to parse  "movit.resample"
WARNING : Fails to parse  "movit.resize"

[Bug 1975384] [NEW] openshot has started crashing

2022-05-21 Thread C. Jeffery Small
Public bug reported:

Xubuntu 20.04.4

As of about a week ago, many programs have stopped working.  I believe
there was a buggy update that is responsible, although I cannot pinpoint
it specifically.

Clutter-gtk seems to have been changed (eliminated ??) which has
affected many programs.  See my report here:

https://bugs.launchpad.net/ubuntu/+bug/1974254

Today I tried to start Openshot, which I have used withing the past two
weeks, and I get the following results.  This is a qt app, so it must be
related to something else.

139-> openshot
Copying icon thumbnails to cache
ICONFILE = /u/jeff/.cache/thumbnails/normal/e67402f44e90fe458664fda40767654d.png
Loaded modules from: /tmp/.mount_tySedB/usr/bin
INFO app: 
INFO app: Sat May 21 10:57:17 2022
INFO app:   Starting new session  
INFO app: 
INFO app: OpenShot (version 2.6.1)
INFO app: 
INFO app: openshot-qt version: 2.6.1
INFO app: libopenshot version: 0.2.7
INFO app: platform: Linux-5.4.0-110-generic-x86_64-with-Ubuntu-20.04-focal
INFO app: processor: x86_64
INFO app: machine: x86_64
INFO app: python version: 3.6.9
INFO app: qt5 version: 5.9.5
INFO app: pyqt5 version: 5.10.1
INFO app: Frozen version info from build server:
{
"build_name": "OpenShot-v2.6.1-release-candidate-8238-59878784-d588dbd6",
"date": "2021-09-04 23:49",
"libopenshot": {
"CI_COMMIT_REF_NAME": "release-20210904",
"CI_COMMIT_SHA": "59878784732fa399c47ac5d282bfc9dfe470d0dc",
"CI_JOB_ID": "27417",
"CI_PIPELINE_ID": "8237",
"CI_PROJECT_NAME": "libopenshot",
"SO": "21",
"VERSION": "0.2.7"
},
"libopenshot-audio": {
"CI_COMMIT_REF_NAME": "release-20210904",
"CI_COMMIT_SHA": "d588dbd6057f71c987dc6d8448322aa6b6e86f1a",
"CI_JOB_ID": "27412",
"CI_PIPELINE_ID": "8236",
"CI_PROJECT_NAME": "libopenshot-audio",
"SO": "8",
"VERSION": "0.2.2"
},
"openshot-qt": {
"CI_COMMIT_REF_NAME": "release-20210904",
"CI_COMMIT_SHA": "11f8e5050bd95c7731beccda28a01fbb481fcf7d",
"CI_JOB_ID": "27422",
"CI_PIPELINE_ID": "8238",
"CI_PROJECT_NAME": "openshot-qt",
"SO": null,
"VERSION": "2.6.1"
}
}
INFO project_data: Setting default profile to HDV 720 24p
INFO language: Qt Detected Languages: ['en-US']
INFO language: LANG Environment Variable: C.UTF-8
INFO language: LOCALE Environment Variable: 
INFO language: OpenShot Preference Language: Default
INFO logger_libopenshot: Connecting to libopenshot with debug port: 5556
INFO app: Setting font to /tmp/.mount_tySedB/usr/bin/images/fonts/Ubuntu-R.ttf
INFO app: Setting custom dark theme
INFO ui_util: Initializing UI for MainWindow
WebEngineContext used before QtWebEngine::initialize() or OpenGL context 
creation failed.
Installed Qt WebEngine locales directory not found at location 
/tmp/.mount_tySedB/usr/bin/translations/qtwebengine_locales. Trying application 
directory...
Qt WebEngine locales directory not found at location 
/tmp/.mount_tySedB/usr/bin/qtwebengine_locales. Trying fallback directory... 
Translations MAY NOT not be correct.
[0521/105720.864468:WARNING:resource_bundle_qt.cpp(115)] 
locale_file_path.empty() for locale 
Installed Qt WebEngine locales directory not found at location 
/tmp/.mount_tySedB/usr/bin/translations/qtwebengine_locales. Trying application 
directory...
Qt WebEngine locales directory not found at location 
/tmp/.mount_tySedB/usr/bin/qtwebengine_locales. Trying fallback directory... 
Translations MAY NOT not be correct.
Path override failed for key ui::DIR_LOCALES and path 
'/u/jeff/.QtWebEngineProcess'
[0521/105722.207297:WARNING:resource_bundle_qt.cpp(115)] 
locale_file_path.empty() for locale 
[3068154:3068338:0521/105723.119801:ERROR:nss_util.cc(808)] After loading Root 
Certs, loaded==false: NSS error code: -8018
INFO thumbnail: Starting thumbnail server listening on port 35129
INFO webengine: WebEngine backend initializing
INFO transition_model: updating transitions model.
INFO version: Found current version: {'openshot_version': '2.6.1', 
'trans_rate_unstable': 0.001, 'error_rate_unstable': 0.05, 'trans_rate_stable': 
0.01, 'error_rate_stable': 0.16}
INFO effects_model: updating effects model.
INFO emoji_model: updating emoji model.
INFO sentry: Sentry initialized with 0.16 error reporting rate (production)
INFO main_window: InitCacheSettings
INFO main_window: cache-mode: CacheMemory
INFO main_window: cache-limit-mb: 250
INFO main_window: Creating CacheMemory object with 262144000 byte limit
INFO preview_thread: QThread Start Method Invoked
ERROR main_window: Unhandled crash detected: 
linux-/lib/x86_64-linux-gnu/libc.so.6 abort 0x12b [0x7fbcf8267859]
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, 

[Bug 1975383] [NEW] Please enable vmci support

2022-05-21 Thread Oliver Kurth
Public bug reported:

zmq supports vsock for communication between virtual machines and hosts.
For example, to listen on a vsock port you can specify vmci://*: for
the socket. This feature is enabled with the option '--with-vmci' for
the configure script. I have made that change in the debian/rules file
and the resulting package works fine.

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

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

Title:
  Please enable vmci support

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-29481

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-15565

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1972740] Re: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option

2022-05-21 Thread Thadeu Lima de Souza Cascardo
** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  Unprivileged users may use PTRACE_SEIZE to set
  PTRACE_O_SUSPEND_SECCOMP option

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


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

[Bug 1972281] Re: ext4: limit length to bitmap_maxbytes

2022-05-21 Thread Thadeu Lima de Souza Cascardo
** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  ext4: limit length to bitmap_maxbytes

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


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

[Bug 1872984] Re: RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2022-05-21 Thread delfi
The above is sadly false, a bit better, wifi lasts a bit longer but
still fails after a while.

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

Title:
  RTL8822BE [10ec:b822] network driver rtl_wifi crashes on boot in Focal
  Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

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


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

[Bug 1973153] Re: kernel oops triggered by read_all_sys in ubuntu_ltp/fs on J-5.15 / J-5.17 ARM64 "helo-kernel", "howzit-kernel"

2022-05-21 Thread dann frazier
A fix for this is currently queued in linux-next:

commit 1bbc21785b7336619fb6a67f1fff5afdaf229acc
Author: Lorenzo Pieralisi 
Date:   Thu Apr 7 11:51:20 2022 +0100

ACPI: sysfs: Fix BERT error region memory mapping

My plan is to propose this for stable after it lands during the merge
window.

** Changed in: ubuntu-kernel-tests
   Status: New => Invalid

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

** Changed in: linux (Ubuntu Jammy)
   Status: Incomplete => In Progress

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

Title:
  kernel oops triggered by read_all_sys in ubuntu_ltp/fs on J-5.15 /
  J-5.17 ARM64 "helo-kernel", "howzit-kernel"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1973153/+subscriptions


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

[Bug 1975382] [NEW] ubuntu can't identify touchpad

2022-05-21 Thread Farhin Mashiat Mayabee
Public bug reported:

my touchpad is not working, but mouse is working, ubuntu cants identify
touchpad

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.4.0-91-generic 5.4.0-91.102~18.04.1
ProcVersionSignature: Ubuntu 5.4.0-91.102~18.04.1-generic 5.4.151
Uname: Linux 5.4.0-91-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.27
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat May 21 21:51:15 2022
InstallationDate: Installed on 2022-01-01 (140 days ago)
InstallationMedia: Ubuntu 18.04.6 LTS "Bionic Beaver" - Release amd64 (20210915)
SourcePackage: linux-signed-hwe-5.4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  ubuntu can't identify touchpad

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


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

[Bug 1948410] Re: [nvidia] Software cursor in Wayland sessions (EGLStreams)

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [nvidia] Software cursor in Wayland sessions (EGLStreams)

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


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

[Bug 1967219] Re: Wayland: Cursor is 90° rotated on rotated screen

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Wayland: Cursor is 90° rotated on rotated screen

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


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

[Bug 1967274] Re: Screen sometimes can't update [Failed to post KMS update: CRTC property (GAMMA_LUT) not found]

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Screen sometimes can't update [Failed to post KMS update: CRTC
  property (GAMMA_LUT) not found]

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


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

[Bug 1969574] Re: [Wayland] Can not select JetBrains IntelliJ IDEA windows (including Android Studio) with mouse in workspace

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [Wayland] Can not select JetBrains IntelliJ IDEA windows (including
  Android Studio) with mouse in workspace

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1969574/+subscriptions


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

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1969574 ***
https://bugs.launchpad.net/bugs/1969574

This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

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


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

[Bug 1972721] Re: Include gtk3 changes needed for mutter 42.1

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+3.0 - 3.24.33-2ubuntu1

---
gtk+3.0 (3.24.33-2ubuntu1) kinetic; urgency=medium

  * Resynchronize with Debian, remaining changes
+ Install a settings.ini file to set our themes
+ Update debian/libgtk-3-0.symbols
+ debian/control.in and debian/tests/control (installed-tests):
  - Build-depend on adwaita-icon-theme-full for icon name check test
+ debian/control.in: Build-Depend on dh-sequence-translations
+ Ubuntu-specific patches:
  - 073_treeview_almost_fixed.patch
  - bzg_gtkcellrenderer_grabbing_modifier.patch
  - ubuntu_gtk_custom_menu_items.patch
  - print-dialog-show-options-of-remote-dnssd-printers.patch
  - uimanager-guard-against-nested-node-updates.patch
  - x-canonical-accel.patch
  - message-dialog-restore-traditional-look-on-unity.patch
  - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
  - restore_filechooser_typeaheadfind.patch
  - 0001-calendar-always-emit-day-selected-once.patch
  - 0001-gtkwindow-set-transparent-background-color.patch
  - unity-border-radius.patch
  - unity-headerbar-maximized-mode.patch

gtk+3.0 (3.24.33-2) unstable; urgency=medium

  * Cherry-pick gtk-3-24 commits needed for mutter 42.1 (LP: #1972721)

 -- Jeremy Bicha   Mon, 09 May 2022 16:12:01 -0400

** Changed in: gtk+3.0 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Include gtk3 changes needed for mutter 42.1

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


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

[Bug 1972726] Re: Update mutter to 42.1

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-1ubuntu1

---
mutter (42.1-1ubuntu1) kinetic; urgency=medium

  [ Jeremy Bicha ]
  * Merge from Debian unstable. Remaining changes:
- Add triple-buffering patch
- Add x11-Add-support-for-fractional-scaling-using-Randr.patch:
  + X11: Add support for fractional scaling using Randr
- Add ubuntu/wayland-data-device-Allow-any-drag-timestamppatch
  + Allow any drag timestamp as drag start serial
- Add backends-native-kms-crtc-Don-t-compare-gamma-values-on-un.patch
  + Avoid memory errors when comparing gamma values
- Add monitor-manager-Ensure-monitors-settings-after-backend-ha.patch
  + Ensure privacy screen settings are applied on startup
- Add patches from GNOME !2364
  + Fix X11 selection related crash when Xwayland died
- debian/libmutter-10-0.symbols: Add symbols for triple buffering patch
  * Refresh triple buffering patch with latest version

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Adapt expected messages to new domains

mutter (42.1-1) unstable; urgency=medium

  * New upstream release
(LP: #1972726, #1967274, #1965557, #1969574, #1948410, #1967219, #1971693)
  * Drop patches applied in new release
  * debian/libmutter-10-0.symbols: Add new symbol
  * debian/libmutter-10-0.symbols: Drop a symbol that was only in experimental
  * Add Breaks against old gtk3 & gtk4 versions.
See Ubuntu bug 1972721
  * Release to unstable

mutter (42.0-5) experimental; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-74-g6c8e8fbba
- Bug fixes targeted for 42.1
- d/p/clutter-stage-Repick-when-pointer-actor-goes-unmapped.patch:
  Replace with the version that was applied upstream
- d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
  Mark as applied upstream

mutter (42.0-4) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream commit 42.0-55-gbe9deeba0
- Update translations
- Update upstream status of cherry-picked patches
- Add various bug fixes including LP: #1959888, LP: #1964037
  * d/p/core-Account-ClutterStage-grabs-on-Wayland-key-focus-sync.patch:
Add patch proposed upstream to fix grabs vs. system-modal prompts.
This is particularly annoying when using pkexec, or when using gcr as
a passphrase prompt for PGP, ssh and/or sudo.
(Closes: #1008998, LP: #1964442)

 -- Jeremy Bicha   Fri, 13 May 2022 09:14:41 -0400

** Changed in: mutter (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Update mutter to 42.1

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


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

[Bug 713385] Re: netcfg/choose_interface=auto fails to find the right interface

2022-05-21 Thread Bzzz
netcfg/choose_interface=auto does work in 22.04 installers. When setting
to manual, any WiFi configuration is ignored (even after selecting the
appropriate entry), but auto and a valid config does indeed connect to
the predefined network.

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

Title:
  netcfg/choose_interface=auto fails to find the right interface

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


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

[Bug 1973709] Re: Thinkpad T460s won't turn off or resume after upgrade to 22.04

2022-05-21 Thread mal-tee
** Summary changed:

- laptop won't turn off properly after upgrade to 22.04
+ Thinkpad T460s won't turn off or resume after upgrade to 22.04

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

Title:
  Thinkpad T460s won't turn off or resume after upgrade to 22.04

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


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

[Bug 1973816] Re: Deja Dup's Google support will break in September 2022 for versions < 43.3

2022-05-21 Thread Bug Watch Updater
** Changed in: deja-dup (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/1973816

Title:
  Deja Dup's Google support will break in September 2022 for versions <
  43.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1973816/+subscriptions


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-0543

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1931603] Re: [apparmor] Unable to show Downloads with apparmor enabled

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox -
100.0.2+build1-0ubuntu0.21.10.1

---
firefox (100.0.2+build1-0ubuntu0.21.10.1) impish; urgency=medium

  * New upstream release (100.0.2+build1)

  [ Dariusz Gadomski ]
  * Enable launching external file browser with AppArmor enabled (LP: #1931603)

 -- Olivier Tilloy   Fri, 20 May 2022
08:15:03 +0200

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

Title:
  [apparmor] Unable to show Downloads with apparmor enabled

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


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

[Bug 1931603] Re: [apparmor] Unable to show Downloads with apparmor enabled

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox -
100.0.2+build1-0ubuntu0.20.04.1

---
firefox (100.0.2+build1-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (100.0.2+build1)

  [ Dariusz Gadomski ]
  * Enable launching external file browser with AppArmor enabled (LP: #1931603)

 -- Olivier Tilloy   Fri, 20 May 2022
08:14:35 +0200

** Changed in: firefox (Ubuntu Impish)
   Status: Fix Committed => Fix Released

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

Title:
  [apparmor] Unable to show Downloads with apparmor enabled

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


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

[Bug 1931603] Re: [apparmor] Unable to show Downloads with apparmor enabled

2022-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox -
100.0.2+build1-0ubuntu0.18.04.1

---
firefox (100.0.2+build1-0ubuntu0.18.04.1) bionic; urgency=medium

  * New upstream release (100.0.2+build1)

  [ Dariusz Gadomski ]
  * Enable launching external file browser with AppArmor enabled (LP: #1931603)

 -- Olivier Tilloy   Fri, 20 May 2022
07:20:46 +0200

** Changed in: firefox (Ubuntu)
   Status: Invalid => Fix Released

** Changed in: firefox (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  [apparmor] Unable to show Downloads with apparmor enabled

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-15563

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-21 Thread kjur
adding "i915.enable_dc=0 intel_idle.max_cstate=2" doesn't help in my
case (kernel 5.15, Intel UHD / i915 graphics)

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-11742

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1967632] Re: [snap] apparmor denied when trying to load pkcs11 module for smart card authentication

2022-05-21 Thread Douglas E Engert
After spending a week on this, I think I see the problem.

(1) pkcs11 modules are dynamically load by mozilla nss and need the
/etc/apparmor.d/abstractions/p11-kit   as stated in previous comment.

(2) dynamically loaded modules may also load additional shared
libraries. So apparmor profiles are need for each possible pkcs11
module. Ubuntu-22.04 has a /etc/apparmor.d/abstractions/p11-kit but
needs the "m" file_mmap as stated in previous comment.

(3) /var/lib/snapd/apparmor/profiles/snap.firefox.firefox included these system 
based profiles:
  #include 
  #include 
  #include 
But it does not include 
  #include  
So it can not load the p11-kit or any pkcs11 module p11-kit might try and load.
(/etc/apparmor.d/abstractions/p11-kit will also include any profiles in 
abstractions/p11-kit.d) 

(4) Smartcard pkcs11 modules use the pcscd system service. On most linux
system this is the pcscd-lite package:
https://github.com/LudovicRousseau/PCSC the ClientSetupSession
https://github.com/LudovicRousseau/PCSC/blob/master/src/winscard_msg.c#L107-L167
sets client access to the socket. (I have not looked at what it would
take to add the dbus apparmor code needed to do this.)

Observations:

With a modified p11-kit /etc/apparmor.d/abstractions/p11-kit with the "m" 
file_mmap and adding the #include  to 
/var/lib/snapd/apparmor/profiles/snap.firefox.firefox I can add p11-kit as a 
"security Device", but it does not load any additional pkcs11 modules.
 
 ~/snap/firefox/common/.mozilla/firefox/0i8u9awg.default/pkcs11.txt has: 
   library=/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
name=p11-kit
   (using symlinks to libs appears to be a problem, so I avoided using them.)

I can not add a "security device" for OpenSC even with adding a
/etc/apparmor.d/abstractions/opensc profile.

(Others on the internet have reported problems with other smart card
pkcs11 modules not just opensc.)

Using audit on all possible files, does not show a file loading problem or does 
running
sudo apparmor_parser -v -C -r snap.firefox.firefox to reload with complain only 
show any problems. So the problme must be somehing else.

P11-kit does not directly need access to pcscd, so (4) is not an issue
with p11 kit itself but (4) is an issued with any (or most) pkcs11
modules loaded by p11-kit.

Solutions:

For a snap installed firefox if (1), (2), (3) and (4) where addressed, snap 
firefox should work.
Adding profiles for each pkcs11 module to /etc/apparmor.d/abstractions and 
adding an include in /etc/apparmor.d/abstractions/p11-kit.d would require only 
only adding an include for p11-kit to snap.firefox.firefox. I hope that there 
is enough info above so someone else can add the dbus code.


Personally:

I find snap to be nightmare and Ubuntu should not have made it the
default firefox. Ubuntu should at least continue to give the user a
choice. All my testing has been on a virtual test 22.04 system. I was in
the process of converting from 20.04 to 22.04, both virtual, when I ran
into this problem. I have removed the snap firefox and am working on
using the Debian firefox-esr which works great with smartcards and
pkcs11, and is much faster. I just have to convert my .mozilla profiles
because the name changed from firefox to firefox-esr.

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

Title:
  [snap] apparmor denied when trying to load pkcs11 module for smart
  card authentication

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-15566

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1975373] Re: When I drag a drop an icon to the desktop the icon never stay where I drop it.

2022-05-21 Thread Norbert
Please run

apport-collect 1975373

** Tags added: jammy

** Also affects: caja (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When I drag a drop an icon to the desktop the icon never stay where I
  drop it.

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-11743

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1971034] Re: Several security issues in libpod 3.4.x

2022-05-21 Thread Romain Geissler
Hi,

This is not the scope of this bug, but will podman be upgraded and
follow upstream releases regularly in Ubuntu 22.04, or it will stay at
version 3.4.x during the whole lifetime of jammy ? Indeed this kind of
package is still in fast pace mode, and even Red Hat is upgrading it its
stable RHEL distos (RHEL 8/9 just moved to 4.0.2 in the last few weeks,
and 4.1.x exists already upstream).

Cheers,
Romain

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

Title:
  Several security issues in libpod 3.4.x

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


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

[Bug 1970507] Re: No security updates since release in all Ubuntu releases

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-11740

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-11741

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-11739

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

Title:
  No security updates since release in all Ubuntu releases

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


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

[Bug 1975371] [NEW] Plugging / unplugging external monitor rearranges desktop icons differently

2022-05-21 Thread Islam
Public bug reported:

Desktop icons were arranged and looking normally but after unplugging the 
external monitor, they looks like the screenshot.
When I re-plugged the external monitor again, they were restored to the normal 
view.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.0-2ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
Uname: Linux 5.15.0-30-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sat May 21 14:24:12 2022
DisplayManager: gdm3
GsettingsChanges:
 
InstallationDate: Installed on 2022-02-03 (106 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: mutter-common 42.0-3ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-04-21 (29 days ago)

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


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot from 2022-05-21 14-23-24.png"
   
https://bugs.launchpad.net/bugs/1975371/+attachment/5591778/+files/Screenshot%20from%202022-05-21%2014-23-24.png

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

Title:
  Plugging / unplugging external monitor rearranges desktop icons
  differently

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


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

[Bug 1972151] Re: App window starts overlapping two (vertical) monitors (under the panel of the bottom monitor)

2022-05-21 Thread Islam
This also happens even if the external monitor is connected but switched off.
If no monitors are connected at all, it open with in the main display normally.

** Attachment added: "photo_2022-05-21_14-12-08.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1972151/+attachment/5591777/+files/photo_2022-05-21_14-12-08.jpg

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

Title:
  App window starts overlapping two (vertical) monitors (under the panel
  of the bottom monitor)

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


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

[Bug 1970228] Re: Multiple vulnerabilities in Bionic, Focal and Jammy

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** Patch added: "subversion_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1970228/+attachment/5591776/+files/subversion_jammy.debdiff

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

Title:
  Multiple vulnerabilities in Bionic, Focal and Jammy

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


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

[Bug 1965944] Re: [RFC] Demote byobu to universe

2022-05-21 Thread Paride Legovini
Marking this as a Won't Fix for now, for rationale see:

https://lists.ubuntu.com/archives/ubuntu-devel/2022-May/042093.html

** Changed in: byobu (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [RFC] Demote byobu to universe

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


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

[Bug 1970743] Re: Gedit not changing themes when run as root in Ubuntu 22.04

2022-05-21 Thread Viktor Kutsovol
Error is
(gedit:41903): dconf-WARNING **: 13:59:25.721: failed to commit changes to 
dconf: Failed to execute child process “dbus-launch” (No such file or directory)

Can be fixed with dbus-x11 install
sudo apt install dbus-x11

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

Title:
  Gedit not changing themes when run as root in Ubuntu 22.04

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


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

[Bug 1777070] Re: firefox plugin libwidevinecdm.so crashes due to apparmor denial

2022-05-21 Thread A. Denton
Solved it for me by editing /etc/apparmor.d/usr.bin.firefox on XSE
(Debian- & Xubutnu 18.04 LTS-based distro):

  # per-user firefox configuration
  #...
  owner @{HOME}/.{firefox,mozilla}/**/gmp-widevinecdm/*/lib*so m,


That solved the problem when using Mz Firefox 100.0 (64-bit) and widevine 
4.10.2449.0

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

Title:
  firefox plugin libwidevinecdm.so crashes due to apparmor denial

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


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

[Bug 1971034] Re: Several security issues in libpod 3.4.x

2022-05-21 Thread Anders F Björklund
Which "latest binaries from github" ? Upstream only releases source
code.

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

Title:
  Several security issues in libpod 3.4.x

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


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

[Bug 1975370] [NEW] package libgphoto2-6 2.5.27-1build2 failed to install/upgrade: trying to overwrite shared '/lib/udev/rules.d/60-libgphoto2-6.rules', which is different from other instances of pack

2022-05-21 Thread First Last
Public bug reported:

At the installation of Wine app

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: libgphoto2-6 2.5.27-1build2
ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
Uname: Linux 5.15.0-30-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Sat May 21 12:52:28 2022
DuplicateSignature:
 package:libgphoto2-6:2.5.27-1build2
 Unpacking libgphoto2-6:i386 (2.5.27-1build2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-fj8JDx/172-libgphoto2-6_2.5.27-1build2_i386.deb 
(--unpack):
  trying to overwrite shared '/lib/udev/rules.d/60-libgphoto2-6.rules', which 
is different from other instances of package libgphoto2-6:i386
ErrorMessage: trying to overwrite shared 
'/lib/udev/rules.d/60-libgphoto2-6.rules', which is different from other 
instances of package libgphoto2-6:i386
InstallationDate: Installed on 2018-05-03 (1478 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: /usr/bin/python3.10, Python 3.10.4, python-is-python3, 3.9.2-2
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2
 apt  2.4.5
SourcePackage: libgphoto2
Title: package libgphoto2-6 2.5.27-1build2 failed to install/upgrade: trying to 
overwrite shared '/lib/udev/rules.d/60-libgphoto2-6.rules', which is different 
from other instances of package libgphoto2-6:i386
UpgradeStatus: Upgraded to jammy on 2022-04-21 (29 days ago)

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


** Tags: amd64 apport-package jammy need-duplicate-check package-conflict

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

Title:
  package libgphoto2-6 2.5.27-1build2 failed to install/upgrade: trying
  to overwrite shared '/lib/udev/rules.d/60-libgphoto2-6.rules', which
  is different from other instances of package libgphoto2-6:i386

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


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

[Bug 1970228] Re: Multiple vulnerabilities in Bionic, Focal and Jammy

2022-05-21 Thread Luís Cunha dos Reis Infante da Câmara
** Patch added: "subversion_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1970228/+attachment/5591768/+files/subversion_bionic.debdiff

** Patch removed: "subversion_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1970228/+attachment/5589241/+files/subversion_bionic.debdiff

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

Title:
  Multiple vulnerabilities in Bionic, Focal and Jammy

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


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

[Bug 1975369] [NEW] conky is not visible - Ubuntu 22.04

2022-05-21 Thread mpetit987
Public bug reported:

conky is running from terminal but does not show on the desktop:

conky: desktop window (800015) is subwindow of root window (96)
conky: window type - dock
conky: drawing to create window (0xa02)
conky: drawing to double buffer

This is only happening in Ubuntu 22.04!

conky is visible in Ubuntu 18.04 20.04, Kubuntu 20.04, Kubuntu 22.04,
and KDE Neon

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat May 21 03:27:48 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82Q35 Express Integrated Graphics Controller [8086:29b2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell OptiPlex 755 [1028:0211]
   Subsystem: Dell OptiPlex 755 [1028:0211]
InstallationDate: Installed on 2022-04-22 (28 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: Dell Inc. OptiPlex 755
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=5c6021ec-5923-467d-b2f9-d0a62f8823b2 ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2011
dmi.bios.release: 18.0
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A21
dmi.board.name: 0PU052
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA21:bd12/07/2011:br18.0:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0PU052:rvr:cvnDellInc.:ct15:cvr:sku:
dmi.product.name: OptiPlex 755
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu wayland-session

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

Title:
  conky is not visible - Ubuntu 22.04

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


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

[Bug 1973430] Re: backintime is broken with python 3.10

2022-05-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1970090 ***
https://bugs.launchpad.net/bugs/1970090

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: backintime (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/1973430

Title:
  backintime is broken with python 3.10

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


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

[Bug 1938606] Re: shares-admin crashed with SIGSEGV in g_type_check_instance_cast()

2022-05-21 Thread Norbert
Still happens on Ubuntu MATE 22.04 LTS.

** Tags removed: hirsute
** Tags added: jammy

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

Title:
  shares-admin crashed with SIGSEGV in g_type_check_instance_cast()

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


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

  1   2   >