[Bug 1958019]

2022-03-12 Thread thijs
(In reply to darnellkeithj from comment #574)
> Can't someone just make a kernel build for ubuntu or some widely used Linux
> version and put it on github? There is a lot of patching going on here but
> no good documentation on how to do it.

Probably yes, but not sure you should trust and install a kernel hosted
by just anyone ;-) I'm hoping that this patch will just soon find it's
way to the official distributed kernels...

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2022-03-12 Thread thijs
(In reply to Fer Korol from comment #572)
> Here is another variant, now with RC6, works the sound and the nvidia
> drivers at the same time! (with some tricks):
> 
> A) FIRST TIME
> 1) install kernel build tools:
> (https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel):
> 
> * sudo apt install libncurses-dev gawk flex bison openssl libssl-dev dkms
> libelf-dev libudev-dev libpci-dev libiberty-dev autoconf git p7zip-full
> 
> 2) clone the kernel from github and checkout to v5.17 branch (Rather large,
> multiple GB's):
> 
> * git clone https://github.com/torvalds/linux.git
> 
> 3)Make a 7z of the linux folder in a clear state
> 7z a linux-clean.7z linux
> 
> 3) get the patch and let it in one superior level of the linux folder:
> 
> https://patchwork.kernel.org/project/linux-acpi/patch/20220121172431.6876-4-
> sbind...@opensource.cirrus.com/
> 
> 
> A) FOR EACH RC RELEASE:
> 7z x linux-clean.7z
> cp Support-Spi-in-i2c-multi-instantiate-driver.patch linux/
> cd linux
> git pull
> git checkout v5.17-rc6
> git am Support-Spi-in-i2c-multi-instantiate-driver.patch
> make olddefconfig
> ./scripts/config --enable CONFIG_SERIAL_MULTI_INSTANTIATE
> ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_I2C
> ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_SPI
> ./scripts/config --disable CONFIG_DEBUG_INFO
> ./scripts/config --set-str CONFIG_SYSTEM_TRUSTED_KEYS ""
> ./scripts/config --set-str CONFIG_SYSTEM_REVOCATION_KEYS ""
> make -j 16
> make modules_install
> make install
> 
> 
> The patch is mandatory to enable the sound in ubuntu, im tried without the
> path and the sound don't work. With this steps will do.
> In order to make work the nvidia drivers in the 17-rc6 im just change in
> "more drivers" option of ubuntu, the current versión of the nvidia driver
> for another (511 to 470 for example).
> Im using hybrid graphics mode in the bios.

Thanks! I just tried this rc6 version on my machine, and sound plus
nvidia drivers work fine with this. In addition to the described steps,
I also did run a "make headers_install", to make sure that nvidia could
compile it's module.

My machine: Lenovo Legion 7 16ACHg6 82N6 - Laptop 16" IPS 2560 x 1600
(WQXGA) 165 Hz - AMD Ryzen - with 3 external monitors connected and
working (2560x1440).

I hope the patch gets propagated soon to a real release.

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1950062] Re: Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   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/1950062

Title:
  Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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


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

[Bug 1950062] Re: Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

2022-03-12 Thread Rick Staa
I am affected by this issue on my Ubuntu 20.04 system that is running
kernel a 5.13 kernel. I have a ASUS rog stix b550-E gaming motherboard,
an AMD 5600G CPU and use crucial ballistix ram.

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

Title:
  Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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


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

[Bug 1964514] Re: FTBFS - test failures due to disabled openssl 3 legacy providers

2022-03-12 Thread Bug Watch Updater
** Changed in: php-dapphp-radius (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/1964514

Title:
  FTBFS - test failures due to disabled openssl 3 legacy providers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-dapphp-radius/+bug/1964514/+subscriptions


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

[Bug 1964660] [NEW] Suspend is not working properly after kernel trace in acpi

2022-03-12 Thread Alexey Bazhin
Public bug reported:

This is probably duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896482 which is
marked is fixed, but apparently is not.

Sometimes when suspending laptop I am getting kernel trace (below).
After that lid close button is not working anymore and S0ix is not
working properly, laptop suspends, but it gets hot in a bag and battery
usage is too high during sleep.

 [249667.446194] PM: suspend entry (s2idle) 
   
 [249667.456868] Filesystems sync: 0.010 seconds
 [249667.579423] Freezing user space processes ... (elapsed 0.004 seconds) done.
 [249667.583763] OOM killer disabled.   
   
 [249667.583765] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
 [249667.585261] printk: Suspending console(s) (use no_console_suspend to debug)
 [249668.521948] ACPI: EC: interrupt blocked
   
 [255061.034393] [ cut here ]
 [255061.034396] WARNING: CPU: 0 PID: 106955 at kernel/workqueue.c:1440 
__queue_work+0x31b/0x480
 [255061.034409] Modules linked in: cdc_ether usbnet r8152 mii unix_diag 
snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device binfmt_misc veth 
zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock 
ccm rfcomm cmac algif_hash algif_skcipher af_alg overlay bnep snd_ctl_led 
snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common snd_soc_hdac_hdmi 
nls_iso8859_1 snd_hda_codec_hdmi snd_hda_codec_realtek intel_tcc_cooling 
snd_hda_codec_generic x86_pkg_temp_thermal snd_soc_dmic intel_powerclamp 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_intel 
soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda mei_hdcp 
snd_sof_pci intel_rapl_msr snd_sof_xtensa_dsp kvm_intel snd_sof 
snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi 
soundwire_bus joydev ledtrig_audio snd_soc_core snd_compress intel_cstate 
serio_raw efi_pstore ac97_bus snd_pcm_dmaengine btusb btrtl
 [255061.034482]  iwlmvm uvcvideo snd_hda_intel btbcm videobuf2_vmalloc 
hid_sensor_gyro_3d hid_sensor_magn_3d hid_sensor_custom_intel_hinge 
hid_sensor_incl_3d btintel hid_sensor_als hid_sensor_rotation 
hid_sensor_accel_3d videobuf2_memops snd_intel_dspcfg videobuf2_v4l2 
snd_intel_sdw_acpi hid_sensor_trigger mac80211 bluetooth 
industrialio_triggered_buffer videobuf2_common snd_hda_codec snd_hda_core 
videodev snd_hwdep wmi_bmof ecdh_generic processor_thermal_device_pci_legacy mc 
ecc kfifo_buf input_leds libarc4 hid_sensor_iio_common industrialio snd_pcm 
processor_thermal_device snd_timer processor_thermal_rfim iwlwifi snd 
processor_thermal_mbox soundcore processor_thermal_rapl mei_me cros_ec_ishtp 
ucsi_acpi mei pmt_telemetry hid_multitouch intel_rapl_common typec_ucsi cros_ec 
pmt_class igen6_edac intel_soc_dts_iosf cfg80211 typec int3403_thermal 
soc_button_array int340x_thermal_zone int3400_thermal intel_hid 
acpi_thermal_rel wireless_hotkey mac_hid sparse_keymap acpi_pad ip6t_REJECT
 [255061.034541]  nf_reject_ipv6 ip6_tables nft_chain_nat xt_MASQUERADE 
xt_CHECKSUM xt_TCPMSS nft_counter ipt_REJECT nf_reject_ipv4 xt_state 
xt_conntrack xt_multiport xt_tcpudp nft_compat nf_tables nfnetlink sch_fq_codel 
coretemp nf_nat_ftp nf_conntrack_ftp nf_nat nf_conntrack nf_defrag_ipv6 
nf_defrag_ipv4 libcrc32c bridge stp llc parport_pc ppdev lp parport ip_tables 
x_tables autofs4 dm_crypt hid_sensor_custom hid_sensor_hub intel_ishtp_loader 
intel_ishtp_hid usbhid hid_generic i915 i2c_algo_bit ttm drm_kms_helper 
syscopyarea sysfillrect sysimgblt crct10dif_pclmul fb_sys_fops crc32_pclmul 
ghash_clmulni_intel nvme cec rc_core i2c_hid_acpi aesni_intel intel_ish_ipc 
intel_lpss_pci crypto_simd i2c_i801 i2c_hid intel_lpss i2c_smbus cryptd 
nvme_core idma64 drm intel_ishtp thunderbolt vmd xhci_pci xhci_pci_renesas 
intel_pmt wmi hid video pinctrl_tigerlake
 [255061.034606] CPU: 0 PID: 106955 Comm: kworker/0:0 Tainted: P U O
  5.15.0-18-generic #18-Ubuntu
 [255061.034610] Hardware name: HP HP Elite Dragonfly G2 Notebook PC/8716, BIOS 
T90 Ver. 01.08.00 01/14/2022
 [255061.034613] Workqueue: kec_query acpi_ec_event_processor
 [255061.034620] RIP: 0010:__queue_work+0x31b/0x480
 [255061.034626] Code: ff 49 89 c7 e9 93 fe ff ff 65 8b 05 2f 77 94 6a a9 00 01 
ff 00 75 13 65 48 8b 3c 25 c0 fb 01 00 f6 47 2c 20 0f 85 95 00 00 00 <0f> 0b 48 
83 c4 18 5b 41 5c 41 5d 41 5e 41 5f 5d c3 48 8b 05 a5 07
 [255061.034629] RSP: 0018:9605c7a078b8 EFLAGS: 00010087
 [255061.034632] RAX: 89b3cfa39d00 RBX: 0002 RCX: 
0004
 [255061.034634] RDX: 89ac40204990 RSI: 89ac402c4800 RDI: 
89adeccc8000
 [255061.034635] RBP: 9605c7a078f8 R08:  R09: 
0001
 [255061.034637] R10: 0020 R11:  R12: 
2000
 [25506

[Bug 1964659] Re: tracker-miner-fs-3 crashed with SIGSEGV in g_slice_free1()

2022-03-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1962625 ***
https://bugs.launchpad.net/bugs/1962625

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568133/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568135/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568138/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568139/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568140/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568141/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964659/+attachment/5568142/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1962625

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  tracker-miner-fs-3 crashed with SIGSEGV in g_slice_free1()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/1964659/+subscriptions


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

[Bug 1964661] Re: r-cran-pki autopkgtests fail with openssl3

2022-03-12 Thread Steve Langasek
** Patch added: "r-cran-pki_lp1964661.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/r-cran-pki/+bug/1964661/+attachment/5568175/+files/r-cran-pki_lp1964661.debdiff

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

Title:
  r-cran-pki autopkgtests fail with openssl3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-cran-pki/+bug/1964661/+subscriptions


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

[Bug 1964661] [NEW] r-cran-pki autopkgtests fail with openssl3

2022-03-12 Thread Steve Langasek
Public bug reported:

Attaching a partial patch for this issue.  After applying, the
autopkgtest then fails with:

> info("Tar ball signing")
 -- Tar ball signing
> tmpfn <- c(fn.pub.der, fn.pub.pem, fn.priv.der, fn.priv.pem)
> fn <- tempfile()
> ## on some systems using abs paths can break 100 byte limit
> ## so we must do this in the tempdir
> wd <- getwd()
> td <- tempdir()
> setwd(td)
> tar(fn, basename(tmpfn), "none")
> PKI.sign.tar(fn, key)
Error: (converted from warning) input string '�7zXZ' cannot be translated to 
UTF-8, is it valid in 'ANSI_X3.4-1968'?

** Affects: r-cran-pki (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Tags added: update-excuse

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

Title:
  r-cran-pki autopkgtests fail with openssl3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-cran-pki/+bug/1964661/+subscriptions


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

[Bug 1964660] Status changed to Confirmed

2022-03-12 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/1964660

Title:
  Suspend is not working properly after kernel trace in acpi

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


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

[Bug 1859632]

2022-03-12 Thread Oliver-sander
If all you need is printing, then enabling 'force rasterization' in the
print dialog will probably circumvent the problem for you.

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

Title:
  Stamp annotations cannot be printed to pdf or "flattened"

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


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

[Bug 1859632]

2022-03-12 Thread Albert Astals Cid
This has been fixed since Okular 21.12.0 assuming you run a moderately
modern poppler, if you don't (e.g Neon users, you should either convince
the Neon developers to stop using such an old poppler or find a new
distribution to use).

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

Title:
  Stamp annotations cannot be printed to pdf or "flattened"

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


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

[Bug 1859632]

2022-03-12 Thread Jens-bugs-kde-org
Thanks for the update.
What is the minimum poppler version that we need?

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

Title:
  Stamp annotations cannot be printed to pdf or "flattened"

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


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

[Bug 1859632]

2022-03-12 Thread Albert Astals Cid
Poppler >= 21.10

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

Title:
  Stamp annotations cannot be printed to pdf or "flattened"

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


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

[Bug 1859632] Re: Stamp annotations cannot be printed to pdf or "flattened"

2022-03-12 Thread Bug Watch Updater
** Changed in: okular
   Status: Unknown => 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/1859632

Title:
  Stamp annotations cannot be printed to pdf or "flattened"

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


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

[Bug 1804592] Re: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.

2022-03-12 Thread Ian! D. Allen
Description:Ubuntu 20.04.4 LTS
Linux linux 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 
2022 x86_64 x86_64 x86_64 GNU/Linux

Mar 11 10:43:28 linux kernel: [1.578010] usb usb6: We don't know the 
algorithms for LPM for this host, disabling LPM.
Mar 11 10:43:28 linux kernel: [1.578061] usb usb6: New USB device found, 
idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Mar 11 10:43:28 linux kernel: [1.578066] usb usb6: New USB device strings: 
Mfr=3, Product=2, SerialNumber=1
Mar 11 10:43:28 linux kernel: [1.578070] usb usb6: Product: xHCI Host 
Controller
Mar 11 10:43:28 linux kernel: [1.578074] usb usb6: Manufacturer: Linux 
5.13.0-35-generic xhci-hcd
Mar 11 10:43:28 linux kernel: [1.578077] usb usb6: SerialNumber: 
:08:00.0
Mar 11 10:43:28 linux kernel: [1.578207] hub 6-0:1.0: USB hub found
Mar 11 10:43:28 linux kernel: [1.578223] hub 6-0:1.0: 4 ports detected

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

Title:
  usb usb2: We don't know the algorithms for LPM for this host,
  disabling LPM.

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


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

[Bug 1964636] Re: Incorrect handling of apparmor `bpf` capability

2022-03-12 Thread Maciej Borzecki
I pulled a clean 20.04 cloud image VM from https://cloud-
images.ubuntu.com/focal/current/

root@ubuntu:/home/guest# grep PRETTY /etc/os-release 
PRETTY_NAME="Ubuntu 20.04.4 LTS"
root@ubuntu:/home/guest# uname -a
Linux ubuntu 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

root@ubuntu:/home/guest# echo 'profile snap-test { capability bpf, }' | 
apparmor_parser --preprocess
AppArmor parser error, in stdin line 1: Invalid capability bpf.

as expected:

root@ubuntu:/home/guest# cat /var/lib/snapd/apparmor/snap-confine/cap-bpf
cat: /var/lib/snapd/apparmor/snap-confine/cap-bpf: No such file or directory

root@ubuntu:/home/guest# snap list lxd
Name  Version  RevTracking  Publisher   Notes
lxd   4.0.922526  4.0/stable/…  canonical✓  -
root@ubuntu:/home/guest# lxd init --auto
root@ubuntu:/home/guest# lxc launch images:ubuntu/20.04 c1
Creating c1 
Starting c1  
root@ubuntu:/home/guest# lxc exec c1 -- apt install snapd -y 
..
root@ubuntu:/home/guest# lxc exec c1 -- snap list
No snaps are installed yet. Try 'snap install hello-world'.

As expected bpf isn't supported by apparmor_parser:

root@c1:~# echo 'profile snap-test { capability bpf, }' |
apparmor_parser --preprocess

restarted the guest:
root@ubuntu:/home/guest# lxc restart c1

and it's still the same:
root@ubuntu:/home/guest# lxc exec c1 -t /bin/bash
root@c1:~# echo 'profile snap-test { capability bpf, }' | apparmor_parser 
--preprocess
AppArmor parser error, in stdin line 1: Invalid capability bpf.
profile snap-test { capability bpfroot@c1:~# 
root@c1:~# 
root@c1:~# cat /var/lib/snapd/apparmor/snap-confine/cap-bpf
cat: /var/lib/snapd/apparmor/snap-confine/cap-bpf: No such file or directory


The only difference is that I didn't install or run distrobuilder. So I 
proceeded to do it.

root@c1:~# snap install distrobuilder --edge --classic 
2022-03-12T09:17:52Z INFO Waiting for automatic snapd restart...
  
distrobuilder (edge) git-f883431 from Stéphane Graber (stgraber) installed
root@c1:~# echo 'profile snap-test { capability bpf, }' | apparmor_parser 
--preprocess
AppArmor parser error, in stdin line 1: Invalid capability bpf. 
 
profile snap-test { capability bpf
root@c1:~# cat /var/lib/snapd/apparmor/snap-confine/cap-bpf 
 
cat: /var/lib/snapd/apparmor/snap-confine/cap-bpf: No such file or directory

and restart:

root@c1:~# exit
root@ubuntu:/home/guest# lxc restart c1 
root@ubuntu:/home/guest# lxc exec c1 -t /bin/bash   


root@c1:~# echo 'profile snap-test { capability bpf, }' | apparmor_parser 
--preprocess
  
AppArmor parser error, in stdin line 1: Invalid capability bpf.
profile snap-test { capability bpfroot@c1:~# 
root@c1:~# 
root@c1:~# cat /var/lib/snapd/apparmor/snap-confine/cap-bpf
cat: /var/lib/snapd/apparmor/snap-confine/cap-bpf: No such file or directory

root@c1:~# systemctl status snapd.apparmor
● snapd.apparmor.service - Load AppArmor profiles managed internally by snapd
 Loaded: loaded (/lib/systemd/system/snapd.apparmor.service; enabled; 
vendor preset: enabled)
Drop-In: /run/systemd/system/service.d
 └─zzz-lxc-service.conf
 Active: active (exited) since Sat 2022-03-12 09:18:46 UTC; 47s ago
Process: 134 ExecStart=/usr/lib/snapd/snapd-apparmor start (code=exited, 
status=0/SUCCESS)
   Main PID: 134 (code=exited, status=0/SUCCESS)

Mar 12 09:18:46 c1 systemd[1]: Starting Load AppArmor profiles managed 
internally by snapd...
Mar 12 09:18:46 c1 snapd-apparmor[134]: /usr/lib/snapd/snapd-apparmor: 47: 
ns_stacked: not found
Mar 12 09:18:46 c1 snapd-apparmor[134]: /usr/lib/snapd/snapd-apparmor: 48: 
ns_name: not found
Mar 12 09:18:46 c1 systemd[1]: Finished Load AppArmor profiles managed 
internally by snapd.
root@c1:~# exit
root@ubuntu:/home/guest# lxc exec c1 -- distrobuilder
System container image builder for LXC and LXD

Usage:
  distrobuilder [command]

Available Commands:
  build-dir  Build plain rootfs
  build-lxc  Build LXC image from scratch
  build-lxd  Build LXD image from scratch
  help   Help about any command
  pack-lxc   Create LXC image from existing rootfs
  pack-lxd   Create LXD image from existing rootfs
  repack-windows Repack Windows ISO with drivers included

Flags:
  --cache-dir Cache directory
  --cleanup   Clean up cache directory (default true)
  --debug Enable debug output
  --disable-overlay   Disable the use of filesystem ove

[Bug 1960636] Re: openstack systemd services not enabled by default

2022-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package networking-baremetal -
5.1.0+git2022030210.33aa103-0ubuntu1

---
networking-baremetal (5.1.0+git2022030210.33aa103-0ubuntu1) jammy; 
urgency=medium

  * d/control, d/rules: Switch to debhelper compat 13 and pybuild (LP: 
#1960636).
  * New upstream snapshot for OpenStack Yoga.
  * d/control: Align (Build-)Depends with upstream.
  * d/p/skip-test-agent-type.patch: Skip until fixed upstream.

 -- Corey Bryant   Wed, 02 Mar 2022 10:42:51
-0500

** Changed in: networking-baremetal (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/1960636

Title:
  openstack systemd services not enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-glance/+bug/1960636/+subscriptions


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

[Bug 1964642] Re: Packer virtualbox ssh can't connect to unattended Ubuntu 20.04.1/2/3/4 but can connect to Ubuntu 20.4

2022-03-12 Thread Barto
I am not sure of this bug being related to the openssh package, but the
Ubuntu Foundations Team Bug Bot has asked me to fill this field.

** Package changed: ubuntu => openssh (Ubuntu)

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

Title:
  Packer virtualbox ssh can't connect to unattended Ubuntu 20.04.1/2/3/4
  but can connect to Ubuntu 20.4

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


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

[Bug 1960216] Re: [needs-packaging] Package cd-boot-images-riscv64

2022-03-12 Thread Heinrich Schuchardt
** Changed in: ubuntu
   Status: In Progress => Fix Released

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

Title:
  [needs-packaging] Package cd-boot-images-riscv64

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


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

[Bug 1964664] [NEW] libsndio7.0 : Breaks: libsndio7.1 (<= 1.8.1-1~exp2) but 1.8.1-1~exp2 is to be installed

2022-03-12 Thread Heinrich Schuchardt
Public bug reported:

Installing libsdl2-dev and vlc-plugin-base have become mutually
incompatible with the new release of libsndio.7.0:

$ sudo apt-get install vlc
The following packages have unmet dependencies:
 libsndio7.0 : Breaks: libsndio7.1 (<= 1.8.1-1~exp2) but 1.8.1-1~exp2 is to be 
installed

Best regards

Heinrich

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


** Tags: jammy regression-release

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

Title:
  libsndio7.0 : Breaks: libsndio7.1 (<= 1.8.1-1~exp2) but 1.8.1-1~exp2
  is to be installed

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


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

[Bug 1948877] Re: Bluetooth headphones media buttons no longer work

2022-03-12 Thread Roman
The bug is not present in the current development release of Ubuntu
22.04. Moreover, I've noticed that OS volume control is tied directly to
the headphones.

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

Title:
  Bluetooth headphones media buttons no longer work

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


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread antoine
I am not sure about what you mean by physically logged.
I am not using ssh or vnc, I was using xubuntu on a personal computer so I 
guess I was physically logged.

As you can see in my previous message, I was not in the scanner group
neither and I do not know why.

** Changed in: sane-backends (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1964665] Re: packagekitd crashed with SIGSEGV in __strcmp_avx2()

2022-03-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1962702 ***
https://bugs.launchpad.net/bugs/1962702

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568186/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568188/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568191/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568192/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568193/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568194/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964665/+attachment/5568195/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1962702

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  packagekitd crashed with SIGSEGV in __strcmp_avx2()

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


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

[Bug 1964661] Re: r-cran-pki autopkgtests fail with openssl3

2022-03-12 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  r-cran-pki autopkgtests fail with openssl3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-cran-pki/+bug/1964661/+subscriptions


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

[Bug 1964653] Re: [FFe] Merge Cacti 1.2.19

2022-03-12 Thread Andreas Hasenack
PPA with proposed enabled:
https://launchpad.net/~bryce/+archive/ubuntu/cacti-merge-v1.2.19ads1-2

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

Title:
  [FFe] Merge Cacti 1.2.19

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


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

[Bug 1964393] Re: gnome-shell crashed with assertion failure in meta_kms_update_set_power_save: !update->plane_assignments

2022-03-12 Thread Max Overmeyer
I saw on
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1441#note_1289561
that you introduced a new environment variable
MUTTER_DEBUG_DISABLE_TRIPLE_BUFFERING and subscribed to jammy-proposed
to try it out.

The problem does not occur since the updates!

I haven't even set the environment variable. Updated packages were:
2022-03-12 10:59:50 install libadwaita-1-0:amd64  1.1~rc-1
2022-03-12 10:59:50 install gir1.2-adw-1:amd64  1.1~rc-1
2022-03-12 10:59:50 install libopengl0:amd64  1.4.0-1
2022-03-12 10:59:50 install libmutter-10-0:amd64  42~beta-1ubuntu1
2022-03-12 10:59:50 install gir1.2-mutter-10:amd64  42~beta-1ubuntu1
2022-03-12 10:59:52 install xcvt:amd64  0.1.1-3


I also installed lutris since I reproduced the bug, probably uninteresting, but 
mention it nevertheless due to mesa-utils.
2022-03-11 20:25:52 install fluid-soundfont-gm:all  3.1-5.3
2022-03-11 20:25:53 install fluid-soundfont-gs:all  3.1-5.3
2022-03-11 20:25:53 install libz-mingw-w64:all  1.2.11+dfsg-3
2022-03-11 20:25:53 install libwine-development:amd64  6.0+repack-1ubuntu1
2022-03-11 20:25:58 install python3-lxml:amd64  4.8.0-1
2022-03-11 20:25:58 install python3-setproctitle:amd64  1.2.2-2
2022-03-11 20:25:58 install python3-magic:all  2:0.4.24-2
2022-03-11 20:25:58 install mesa-utils:amd64  8.4.0-1build1
2022-03-11 20:25:58 install lutris:all  0.5.9.1-1
2022-03-11 20:25:58 install python3-soupsieve:all  2.3.1-1
2022-03-11 20:25:58 install python3-bs4:all  4.10.0-2
2022-03-11 20:25:58 install python3-evdev:amd64  1.4.0+dfsg-1build1
2022-03-11 20:25:58 install python3-webencodings:all  0.5.1-4
2022-03-11 20:25:58 install python3-html5lib:all  1.1-3

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

Title:
  gnome-shell crashed with assertion failure in
  meta_kms_update_set_power_save: !update->plane_assignments

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


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

[Bug 1964407] Re: Please remove rutilt from Ubuntu

2022-03-12 Thread Jeremy Bicha
rutilt is also in jammy-proposed.

** Changed in: rutilt (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Please remove rutilt from Ubuntu

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


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

[Bug 1964653] Re: [FFe] Merge Cacti 1.2.19

2022-03-12 Thread Andreas Hasenack
Upstream release notes: https://www.cacti.net/info/changelog

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

Title:
  [FFe] Merge Cacti 1.2.19

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


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

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Pasted text in the terminal is always highlighted and selected

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


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

[Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

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


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

[Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

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


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

[Bug 1901293] Re: EPSON ET-2600 not detected by sane-find-scanner

2022-03-12 Thread David Ward
What is the output of scanimage -L?

This utility is meant to identify scanners that are not yet supported by
SANE. Your scanner is already supported.

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

Title:
  EPSON ET-2600 not detected by sane-find-scanner

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1901293/+subscriptions


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

[Bug 1961519] Re: Avogadro 1.95.1 broken, proposal to cherry-pick fix

2022-03-12 Thread Hans Joachim Desserud
Fwiw, jammy now has the 1.95.1-8 release
https://bugs.launchpad.net/ubuntu/+source/avogadrolibs/1.95.1-8

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

Title:
  Avogadro 1.95.1 broken, proposal to cherry-pick fix

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


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

[Bug 1961477] Re: software-properties-gtk not running

2022-03-12 Thread Hans Joachim Desserud
Thanks for adding the error message.

I'm afraid don't know what goes wrong, all I could find when searching
for the error message was an ancient bug report (bug 1191700) which I
don't know if is relevant or not. Setting status back to New, hopefully
someone else can take a look at this and see what's going on.

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

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

Title:
  software-properties-gtk not running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1961477/+subscriptions


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

[Bug 1901293] Re: EPSON ET-2600 not detected by sane-find-scanner

2022-03-12 Thread David Ward
This was fixed upstream in sane-backends 1.0.32. Please see:
https://gitlab.com/sane-project/backends/-/issues/395

Can you please try the workaround mentioned at the beginning of that
issue, combined with adding the udev rule?

** Bug watch added: gitlab.com/sane-project/backends/-/issues #395
   https://gitlab.com/sane-project/backends/-/issues/395

** Changed in: sane-backends (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/1901293

Title:
  EPSON ET-2600 not detected by sane-find-scanner

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1901293/+subscriptions


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

[Bug 1946538] Re: Update to Maliit 2.x

2022-03-12 Thread sacharja
Worse: login screen unusable in a Kubuntu Wayland session because the
old Maliit is blocking the whole screen.

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

Title:
  Update to Maliit 2.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+subscriptions


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

[Bug 1955116] Re: mk-sbuild create error due to bullseye security move

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

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

Title:
  mk-sbuild create error due to bullseye security move

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


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread David Ward
Yes, that is what I meant by physically logged in.

You shouldn't need to be in the scanner group (or the lp group) in that
case.

If you remove yourself from both of those groups, does this stop
working? If so, what is the output of "sudo scanimage -L"?

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1950062] Re: Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

2022-03-12 Thread Rick Staa
I tried the PPA from @vicamo on Ubuntu 20.04 with kernel 5.14, but It
does not seem to work for me. I installed the PPA using the following
commands:

sudo add-apt-repository ppa:vicamo/ppa-1950062
sudo update`
sudo install linux-oem-5.14-headers-5.14.0-2023 
linux-oem-5.14-tools-5.14.0-2023 linux-oem-5.14-tools-host.
sudo apt reboot.
sudo openrgb

Maybe I am doing something wrong.

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

Title:
  Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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


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

[Bug 1395003] Re: Plug n play support for Epson Scanners (supported by epson2 backend)

2022-03-12 Thread David Ward
This was reported against a version of Ubuntu that is no longer
maintained. Please change status to Triaged if this is still happening
in a supported version.

** Changed in: sane-backends (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Plug n play support for Epson Scanners (supported by epson2 backend)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1395003/+subscriptions


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread antoine
I am not using xubuntu 20.04 now, I switch to another linux distro recently, so 
I can not give you the output you are looking for.
All I can say is that adding myself in the lp group solved the issue

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1888928] Re: "getaddrinfo for local hostname failed: No address associated with hostname" for IPv4 to IPv6 converted address

2022-03-12 Thread David Ward
Possibly related? https://gitlab.com/sane-project/backends/-/issues/499

What are you using to start the daemon (systemd, inetd, sysvinit)? Can
you add the command-line option "--debug=5" and post the same part of
the system log?

** Bug watch added: gitlab.com/sane-project/backends/-/issues #499
   https://gitlab.com/sane-project/backends/-/issues/499

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

Title:
  "getaddrinfo for local hostname failed: No address associated with
  hostname" for  IPv4 to IPv6 converted address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1888928/+subscriptions


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

[Bug 1721049] Re: "Got unknown content type text/html" error viewing flatpack packages

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

** Changed in: gnome-software (Ubuntu Artful)
   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/1721049

Title:
  "Got unknown content type text/html" error viewing flatpack packages

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


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread Gunnar Hjalmarsson
On 2022-03-12 14:32, David Ward wrote:
> Yes, that is what I meant by physically logged in.
> 
> You shouldn't need to be in the scanner group (or the lp group) in
> that case.

The lp group still (21.10) makes a difference for my combined printer
and scanner.

$ lsusb | grep Brother
Bus 001 Device 004: ID 04f9:01ab Brother Industries, Ltd MFC-240C
$ ls -l /dev/bus/usb/001/004
crw-rw-r-- 1 root lp 189, 3 mar 12 11:01 /dev/bus/usb/001/004

> If you remove yourself from both of those groups, does this stop
> working?

Yes, both simple-scan and xsane stop working; please see attached
screenshots.

> If so, what is the output of "sudo scanimage -L"?

"scanimage -L" keeps working without the lp group (also without sudo)
but apparently there is more into it.

** Attachment added: "simple-scan_error.png"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+attachment/5568207/+files/simple-scan_error.png

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread Gunnar Hjalmarsson
** Attachment added: "xsane_error.png"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+attachment/5568208/+files/xsane_error.png

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-12 Thread Alexander Balderson
Hello,

Solutions QA has observed successful deployments of openstack using the
proposed cloud-init on bionic and focal and are happy to give a +1

https://solutions.qa.staging.canonical.com/testplans/testplaninstance/bacea2e4-8842-44a3-941f-febeb529f6ae

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

Title:
  sru cloud-init (22.1 update) Bionic, Focal, Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1961446/+subscriptions


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

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-03-12 Thread Gaurav
I am seeing this static since kernel 5.13.0-28  and even now after
today's update to kernel 5.13.0-35 the static still appears for a while
while rebooting / shutdown.

The issue is same, "Laptop internal display shows random looking
'static' after it's turned off"

This is ASUS Laptop with AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx

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

Title:
  [amdgpu] Random noise 'static' display after internal display turned
  off/on

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


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

[Bug 1958523] Re: [amdgpu] Static-noise-like effect

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

** Changed in: linux-hwe-5.13 (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/1958523

Title:
  [amdgpu] Static-noise-like effect

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


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

[Bug 1958523] Re: [amdgpu] Static-noise-like effect

2022-03-12 Thread Gaurav
I am seeing this static since kernel 5.13.0-28 and even now after
today's update to kernel 5.13.0-35 the static still appears for a while
while rebooting / shutdown.

The issue is same, "Laptop internal display shows random looking
'static' after it's turned off"

This is xubuntu 20.04 running on ASUS Laptop with AMD Ryzen 7 3750H with
Radeon Vega Mobile Gfx

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

Title:
  [amdgpu] Static-noise-like effect

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


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

[Bug 1964667] [NEW] Upgrade to 0.9.33

2022-03-12 Thread Damon Lynch
Public bug reported:

Version 0.9.33 is bug fix only release that fixes this issue:
https://github.com/damonlynch/rapid-photo-downloader/issues/59

** Affects: rapid-photo-downloader (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/1964667

Title:
  Upgrade to 0.9.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rapid-photo-downloader/+bug/1964667/+subscriptions


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

[Bug 1923033] Re: Archive manager drag to extract doesn't work on Gnome with Wayland

2022-03-12 Thread Paul White
Upstream issue in comment #3 was marked as a duplicate of
https://gitlab.gnome.org/GNOME/file-roller/-/issues/4

** Bug watch added: gitlab.gnome.org/GNOME/file-roller/-/issues #4
   https://gitlab.gnome.org/GNOME/file-roller/-/issues/4

** Also affects: file-roller via
   https://gitlab.gnome.org/GNOME/file-roller/-/issues/4
   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/1923033

Title:
  Archive manager drag to extract doesn't work on Gnome with Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1923033/+subscriptions


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

[Bug 1923033] Re: Archive manager drag to extract doesn't work on Gnome with Wayland

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

** Changed in: file-roller (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/1923033

Title:
  Archive manager drag to extract doesn't work on Gnome with Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1923033/+subscriptions


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

[Bug 1950062] Re: Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

2022-03-12 Thread Gazi
All steps look right. `sudo apt reboot` won't work though, its either
`reboot` or `systemctl reboot`.

After that you need to pick the correct kernel. You can do that during
boot time, on Ubuntu its grub so maybe try `sudo update-grub`(I think,
if not try grub-update). Then just pick the correct kernel version
during the boot sequence, I think its in "advanced options" in grub
menu.

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

Title:
  Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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


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

[Bug 1964670] [NEW] [mk-sbuild] still requests pkg-config-$target_tuple

2022-03-12 Thread Ingo Bauersachs
Public bug reported:

The cross pkg-config packages don't exist anymore, but mk-sbuild still attempts 
to install it for cross-compilations.
pkg-config-$target_tuple was removed in 
https://salsa.debian.org/toolchain-team/gcc-defaults/-/commit/b1e452e249846782e25dc29f62762ebc23ca1633
 and hirsute was the last release to have it.

The package also apparently never existed for Debian, so creating cross-
compilation chroots probably never worked for Debian.

It's probably okay to simply remove pkg-config-$target_tuple from
https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools/tree/mk-
sbuild?h=ubuntu%2Fdevel#n694

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- mk-sbuild still requests pkg-config-$target_tuple
+ [mk-sbuild] still requests pkg-config-$target_tuple

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

Title:
  [mk-sbuild] still requests pkg-config-$target_tuple

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


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

[Bug 1962791] Re: python3 -m venv installs pip to incorrect path VENV_ROOT/local/bin/pip

2022-03-12 Thread Stefano Rivera
FYI, I filed https://salsa.debian.org/cpython-
team/python3/-/merge_requests/18 including a fix for this.

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

Title:
  python3 -m venv installs pip to incorrect path VENV_ROOT/local/bin/pip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1962791/+subscriptions


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

[Bug 1964672] [NEW] Bluetooth disconnects after few minutes

2022-03-12 Thread as
Public bug reported:

Ubuntu 21.10 (Impish)
Bluetooth disconnects after few minutes, after kernel upgrade from 
5.13.0-28-generic to 5.13.0-35-generic. After connecting, it disconnects again 
after few minutes.

To connect again these commands helps:

hciconfig hci0 down
rmmod btusb
modprobe btusb
hciconfig hci0 up


Bluetooth in previous kernel was ok. This version of kernel have something like 
this in changelog:

  * Impish update: upstream stable patchset 2022-02-09 (LP: #1960452 
https://bugs.launchpad.net/bugs/1960452)
- workqueue: Fix unbind_workers() VS wq_worker_running() race
- Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
- Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
- Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
- Bluetooth: bfusb: fix division by zero in send path
- Bluetooth: btusb: Add the new support ID for Realtek RTL8852A
- Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)
- Bluetooth: btusb: Add another Bluetooth part for Realtek 8852AE
- Bluetooth: btusb: Enable MSFT extension for Mediatek Chip (MT7921)
- Bluetooth: btusb: enable Mediatek to support AOSP extension
- Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
- Bluetooth: btusb: Add the new support IDs for WCN6855
- Bluetooth: btusb: Add one more Bluetooth part for WCN6855
- Bluetooth: add quirk disabling LE Read Transmit Power
- Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security
  chip
- Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2

So I assume the bug was introduced here.

https://bugs.launchpad.net/ubuntu/+source/linux/5.13.0-32.35

Device connected with bluetooth was Thinkpad Bluetooth Keyboard KT-1255
(03X8714).

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-35-generic 5.13.0-35.40
ProcVersionSignature: Ubuntu 5.13.0-35.40-generic 5.13.19
Uname: Linux 5.13.0-35-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  as 3537 F pulseaudio
 /dev/snd/controlC0:  as 3537 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar 12 17:20:35 2022
InstallationDate: Installed on 2020-12-06 (461 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
MachineType: LENOVO 20T6000TPB
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic 
root=UUID=a5796f3d-37a8-428b-aa28-c160ea77bc9b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-35-generic N/A
 linux-backports-modules-5.13.0-35-generic  N/A
 linux-firmware 1.201.5
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2021-10-18 (144 days ago)
dmi.bios.date: 09/06/2021
dmi.bios.release: 1.16
dmi.bios.vendor: LENOVO
dmi.bios.version: R1AET40W (1.16 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20T6000TPB
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.16
dmi.modalias: 
dmi:bvnLENOVO:bvrR1AET40W(1.16):bd09/06/2021:br1.16:efr1.16:svnLENOVO:pn20T6000TPB:pvrThinkPadE14Gen2:rvnLENOVO:rn20T6000TPB:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20T6_BU_Think_FM_ThinkPadE14Gen2:
dmi.product.family: ThinkPad E14 Gen 2
dmi.product.name: 20T6000TPB
dmi.product.sku: LENOVO_MT_20T6_BU_Think_FM_ThinkPad E14 Gen 2
dmi.product.version: ThinkPad E14 Gen 2
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug impish

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

Title:
  Bluetooth disconnects after few minutes

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


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

[Bug 1964671] Re: tracker-miner-fs-3 crashed with SIGSEGV in g_slice_free1()

2022-03-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1962625 ***
https://bugs.launchpad.net/bugs/1962625

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568216/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568218/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568221/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568222/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568223/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568224/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1964671/+attachment/5568225/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1962625

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  tracker-miner-fs-3 crashed with SIGSEGV in g_slice_free1()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/1964671/+subscriptions


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

[Bug 1960028] Re: python3-mappy: undefined symbol ksw_extz2_sse on several architectures

2022-03-12 Thread Bug Watch Updater
** Changed in: minimap2 (Debian)
   Status: New => Fix Released

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

Title:
  python3-mappy: undefined symbol ksw_extz2_sse on several architectures

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


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

[Bug 1964672] Status changed to Confirmed

2022-03-12 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/1964672

Title:
  Bluetooth disconnects after few minutes

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


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

[Bug 1964672] Re: Bluetooth disconnects after few minutes

2022-03-12 Thread as
At the 17:57 keyboard disconnected, but I can't find anything about in
logs.

Logs:

17:58:00 dbus-daemon: [session uid=1000 pid=3545] Successfully activated 
service 'org.gnome.Terminal'
17:57:59 systemd: Starting GNOME Terminal Server...
17:57:59 dbus-daemon: [session uid=1000 pid=3545] Activating service 
name='org.gnome.Epiphany.SearchProvider' requested by ':1.41' (uid=1000 
pid=3786 comm="/usr/bin/gnome-shell " label="unconfined")
17:57:55 portmaster-star: 220312 17:57:55.158 connection:629 ▶ INFO 
069 filter: connection as:/opt/google/chrome/chrome:5753 to 
mail.google.com. (216.58.208.197) accepted: allowed by default action
17:57:46 upowerd: treating change event as add on 
/sys/devices/pci:00/:00:08.1/:05:00.4/usb3/3-3
17:57:45 kernel: usb 3-4: reset full-speed USB device number 6 using xhci_hcd
17:57:36 portmaster-star: 220312 17:57:36.362 connection:629 ▶ INFO 
061 filter: connection as:/opt/google/chrome/chrome:5753 to 
syndication.twitter.com. (104.244.42.8) accepted: allowed by default action
17:55:40 upowerd: treating change event as add on 
/sys/devices/pci:00/:00:08.1/:05:00.4/usb3/3-3


dmesg -T:

[sob mar 12 17:55:39 2022] usb 3-3: reset high-speed USB device number 2 using 
xhci_hcd
[sob mar 12 17:57:44 2022] usb 3-3: reset high-speed USB device number 2 using 
xhci_hcd
[sob mar 12 17:57:44 2022] usb 3-4: reset full-speed USB device number 6 using 
xhci_hcd
[sob mar 12 18:06:47 2022] Bluetooth: hci0: command 0x0c03 tx timeout

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

Title:
  Bluetooth disconnects after few minutes

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


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

[Bug 1964667] Re: Upgrade to 0.9.33

2022-03-12 Thread Erich Eickmeyer 
** Changed in: rapid-photo-downloader (Ubuntu)
 Assignee: (unassigned) => Erich Eickmeyer  (eeickmeyer)

** Changed in: rapid-photo-downloader (Ubuntu)
   Status: New => In Progress

** Changed in: rapid-photo-downloader (Ubuntu)
   Importance: Undecided => High

** Changed in: rapid-photo-downloader (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Upgrade to 0.9.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rapid-photo-downloader/+bug/1964667/+subscriptions


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

[Bug 1964674] [NEW] FFe: Sync libvdpau 1.5-1 (main) from Debian sid (main)

2022-03-12 Thread Oibaf
Public bug reported:

Please sync libvdpau 1.5-1 (main) from Debian sid (main)

Explanation of FeatureFreeze exception:
Add AV1 support, the best patent-free codec, used by YouTube, Netflix and many 
others.
Tested in my PPA: 
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/+packages?field.name_filter=libvdpau&field.status_filter=published

Changelog entries since current jammy version 1.4-3build1:

libvdpau (1.5-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on meson.

  [ Luca Boccassi ]
  * d/watch: remove signature download, release tarball is no longer
signed.
  * New upstream release.
  * Bump Standards-Version to 4.6.0, no changes.
  * Bump d/copyright year range.
  * Set Homepage to landing page, and Source to Gitlab repo.

 -- Luca Boccassi   Thu, 10 Mar 2022 22:33:21 +

** Affects: libvdpau (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/1964674

Title:
  FFe: Sync libvdpau 1.5-1 (main) from Debian sid (main)

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


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

[Bug 1964624] Re: hold python3.10 with PIE in -proposed

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

** Changed in: python3.10 (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/1964624

Title:
  hold python3.10 with PIE in -proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1964624/+subscriptions


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

[Bug 1420022] Re: mplayer using va_gl whites out while fast-forwarding/rewinding

2022-03-12 Thread Oibaf
Can you please try with a new Ubuntu release?

** Changed in: libvdpau-va-gl (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  mplayer using va_gl whites out while fast-forwarding/rewinding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvdpau-va-gl/+bug/1420022/+subscriptions


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

[Bug 1069056] Re: Vdpau doesn't work.

2022-03-12 Thread Oibaf
Can you please try with a new Ubuntu release?

** Changed in: libvdpau (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/1069056

Title:
  Vdpau doesn't work.

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


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

[Bug 1403418] Re: Graphic issues on the VLC media player with VDPAU

2022-03-12 Thread Oibaf
Can you please try with a new Ubuntu release?

** Changed in: libvdpau (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/1403418

Title:
  Graphic issues on the VLC media player with VDPAU

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


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

[Bug 1964675] [NEW] Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA, glxgear, pymol)

2022-03-12 Thread Xiaoguang Xue
Public bug reported:

OS/software: Ubuntu Jammy Jellyfish (development branch), GNOME 42.beta, X11, 
NVIDIA-driver-510 (510.54)
Hardware: Intel® Xeon(R) CPU E5-1650 v2 @ 3.50GHz × 12, 31,3 GiB RAM, NVIDIA 
Corporation GP106 [GeForce GTX 1060 6GB]

How to reproduce: open glxgear, on the same workspace, move any window,
there is badly dragging lag. But there is no lag if move window on a
different workspace. CPU/GPU usages are normal (<3%).

Disable Sync to VBlank in NVIDIA Settings can solve this issue, but
CPU/GPU usages are abornmally high (single core CPU>80%, GPU>10% only
for glxgear).

Both NVIDIA-driver-510 and NVIDIA-driver-470 have the same issue. But
another Intel-GPU based laptop works fine.

This is not a glxgear bug, as other realtime 3D rendering (PyMOL,
Blender...) casue the same issue.

Possible reasons I guess: NVIDIA driver bug, kernel bug, or GNOME 42
bug.

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


** Tags: ubuntu22.04

** Summary changed:

- Window dragging lag when rendering 3d objects.
+ Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA)

** Summary changed:

- Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA)
+ Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA, glxgear, 
pymol)

** Tags added: 22.04 ubuntu

** Tags removed: 22.04 ubuntu
** Tags added: ubuntu22.04

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

Title:
  Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA,
  glxgear, pymol)

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


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

[Bug 1964672] Re: Bluetooth isn't stable - 5.13.0-35

2022-03-12 Thread as
** Summary changed:

- Bluetooth disconnects after few minutes
+ Bluetooth isn't stable - 5.13.0-35

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

Title:
  Bluetooth isn't stable - 5.13.0-35

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


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

[Bug 1906238] Re: Wrong time display in Ubuntu Mate 20.10 when LC_TIME=pl_PL.UTF-8

2022-03-12 Thread NetBit73
The same problem with 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/1906238

Title:
  Wrong time display in Ubuntu Mate 20.10 when LC_TIME=pl_PL.UTF-8

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


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

[Bug 1964677] [NEW] Mozilla VPN can't be detected by multi account containers

2022-03-12 Thread Evert Pot
Public bug reported:

I have Mozilla VPN and container tabs installed, but my container tabs
aren't detecting VPN.

https://support.mozilla.org/en-US/kb/protect-your-container-tabs-
mozilla-vpn

** 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/1964677

Title:
  Mozilla VPN can't be detected by multi account containers

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


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

[Bug 1964676] [NEW] FFe: Sync svt-av1 0.9.1+dfsg-1 (universe) from Debian sid (main)

2022-03-12 Thread Oibaf
Public bug reported:

Please sync svt-av1 0.9.1+dfsg-1 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
Improvements to AV1 patent-free codec, also "All open library bugs resolved and 
closed":
https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.9.1

Changelog entries since current jammy version 0.9.0+dfsg-1:

svt-av1 (0.9.1+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Fix build on i386 by compiling only C code with no simds (Closes: #1004073)
  * Add missing license in d/copyright

 -- Dylan Aïssi   Fri, 04 Mar 2022 15:01:26 +0100

** Affects: svt-av1 (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/1964676

Title:
  FFe: Sync svt-av1 0.9.1+dfsg-1 (universe) from Debian sid (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/svt-av1/+bug/1964676/+subscriptions


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

[Bug 1963861] Re: Can't tell what application will be launched with custom schemes

2022-03-12 Thread Evert Pot
While I don't have an immediate exploit, attackers tricking a user to
start applications does feel like in should be classified as a security
bug.

I've _never_ gotten asked what application to start for a given uri
scheme.

-- 
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/1963861

Title:
  Can't tell what application will be launched with custom schemes

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


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

[Bug 1960946] Re: Malfunctioning bluetooth driver

2022-03-12 Thread as
The same here, Lenovo, Thinkpad E14, gen 2, AMD

GUI for WIFI, Bluetooth, Airplane mode is a mess, real mess. I believe
it shouldn't be released in the first place.

No logs are needed, just start settings, and try to disable/enable
wifi/bluetooth and you will see that nothing is working there as it
should be.

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

Title:
  Malfunctioning bluetooth driver

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


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

[Bug 1947210] Re: Firefox Snap can't copy&paste or drag&drop in Wayland

2022-03-12 Thread Erkin Alp Güney
Re-emerged in 22.04 after Firefox became snap-only.

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

Title:
  Firefox Snap can't copy&paste or drag&drop in Wayland

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


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread David Ward
Assuming you are not in the lp or scanner groups, what happens if you
try to use scanimage to scan an image? (See "scanimage --help" for
syntax, and use the device name that appears when you run "scanimage
-L".)

If that doesn't work, can you add the --verbose flag to scanimage, and
attach the output here?

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1890464] Re: Can not scan as user

2022-03-12 Thread David Ward
Actually, here's a better question first. Take yourself out of the lp
and scanner groups. What do you see when you run:

$ getfacl /dev/bus/usb/001/004

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

Title:
  Can not scan as user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1890464/+subscriptions


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

[Bug 1906238] Re: Wrong time display in Ubuntu Mate 20.10 when LC_TIME=pl_PL.UTF-8

2022-03-12 Thread Norbert
** Tags added: jammy

** Tags added: impish

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

Title:
  Wrong time display in Ubuntu Mate 20.10 when LC_TIME=pl_PL.UTF-8

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


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

[Bug 1964667] Re: Upgrade to 0.9.33

2022-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package rapid-photo-downloader -
0.9.33-0ubuntu1

---
rapid-photo-downloader (0.9.33-0ubuntu1) jammy; urgency=medium

  * New upstream release 0.9.33 (LP: #1964667)

 -- Erich Eickmeyer   Sat, 12 Mar 2022 09:24:44
-0800

** Changed in: rapid-photo-downloader (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/1964667

Title:
  Upgrade to 0.9.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rapid-photo-downloader/+bug/1964667/+subscriptions


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

[Bug 1964678] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

2022-03-12 Thread N.Buechner
** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

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


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

[Bug 1940754] Re: Scanned images are deteriorated by compression artifacts with Brother MFC-L2710DW

2022-03-12 Thread David Ward
What happens if you run "scanimage" from the command line, and use one of:
  --format=pnm
  --format=tiff
  --format=png

Does the image still have artifacts?

** Summary changed:

- All scans via sane deteriotad by compression artefacts for Brother MFC-L2710DW
+ Scanned images are deteriorated by compression artifacts with Brother 
MFC-L2710DW

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

Title:
  Scanned images are deteriorated by compression artifacts with Brother
  MFC-L2710DW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1940754/+subscriptions


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

[Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2022-03-12 Thread Alberts Muktupāvels
This is not libwnck problem!

** Changed in: libwnck3 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

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


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

[Bug 1964407] Re: Please remove rutilt from Ubuntu

2022-03-12 Thread Steve Langasek
Thanks, also removed now.

Removing packages from jammy-proposed:
rutilt 0.18-0ubuntu8 in jammy
Comment: Ubuntu-specific, unmaintained for a decade, FTBFS; LP: #1964407
1 package successfully removed.


** Changed in: rutilt (Ubuntu)
   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/1964407

Title:
  Please remove rutilt from Ubuntu

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


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

[Bug 1964661] Re: r-cran-pki autopkgtests fail with openssl3

2022-03-12 Thread Steve Langasek
On a hunch I uploaded this patch anyway and the package passed its
autopkgtests and migrated, without running into this encoding issue
which seems to have been specific to my environment.

** Changed in: r-cran-pki (Ubuntu)
   Status: New => Fix Released

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

Title:
  r-cran-pki autopkgtests fail with openssl3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-cran-pki/+bug/1964661/+subscriptions


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

[Bug 1964680] [NEW] Free space width to resize, shows in smaller window

2022-03-12 Thread Kangarooo Jānis
Public bug reported:

Free space width to resize, shows in smaller window

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: kde-cli-tools 4:5.18.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-30-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Sat Mar 12 21:08:26 2022
ExecutablePath: /usr/bin/kcmshell5
InstallationDate: Installed on 2022-02-28 (12 days ago)
InstallationMedia: Kubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210819.1)
SourcePackage: kde-cli-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-cli-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "Screenshot_20220312_210510.png"
   
https://bugs.launchpad.net/bugs/1964680/+attachment/5568284/+files/Screenshot_20220312_210510.png

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

Title:
  Free space width to resize, shows in smaller window

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


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

[Bug 1942684] Re: Kernel 5.14.X / 5.13.14 fails to boot

2022-03-12 Thread Andrew Purtell
Running 5.13.0-xx on Parallels Desktop on M1 Macbook. 5.13.0-12-generic
is the last kernel that will boot. -13 and -14 have been withdrawn,
apparently. -15 and -16 just hang as soon as control is given to the
kernel back from the EFI loader. Some fail code was backported post -12
from more recent kernels it seems.

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

Title:
  Kernel 5.14.X / 5.13.14 fails to boot

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


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

[Bug 1964681] [NEW] install kubuntu application craches once i try to open it

2022-03-12 Thread Amgad Elsaiegh
Public bug reported:

i can't start kubuntu installer

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubiquity 22.04.7
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.467
CurrentDesktop: KDE
Date: Sat Mar 12 19:13:20 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/kubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220312)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy kubuntu ubiquity-22.04.7

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

Title:
  install kubuntu application craches once i try to open it

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


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

[Bug 1964679] Re: gnome-panel crashed with signal 5 in g_settings_get_value()

2022-03-12 Thread Dmitry Shachnev
** Information type changed from Private to Public

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

Title:
  gnome-panel crashed with signal 5 in g_settings_get_value()

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


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

[Bug 1934661] Re: kylin-greeter build-depends on missing ukui-settings-daemon-dev:amd64

2022-03-12 Thread Jeremy Bicha
** Tags added: jammy update-excuse

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

Title:
  kylin-greeter build-depends on missing ukui-settings-daemon-dev:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kylin-greeter/+bug/1934661/+subscriptions


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

[Bug 1964682] [NEW] IBus not starting properly at login with gnome-shell 42

2022-03-12 Thread Gunnar Hjalmarsson
Public bug reported:

To get to the state in the bug summary I did:

1. Installed Ubuntu via the 220312 ISO

2. Made sure that all packages were updated

3. Installed ibus-libpinyin, re-logged in, and added "Intelligent
Pinyin" to the input sources

4. Enabled -proposed

5. Run this command:
sudo apt install gnome-shell gnome-shell-common gir1.2-mutter-10 libmutter-10-0 
mutter-common

6. Rebooted

Now, once logged in, gnome-shell does not include "Intelligent Pinyin"
in the input source menu. Several expected processes are missing:

$ ps aux | grep ibus
gunnar  3057  0.0  0.0 232404  7984 ?Sl   20:05   0:00 ibus-daemon 
--panel disable -r --xim
gunnar  3076  0.0  0.0 157280  6228 ?Sl   20:05   0:00 
/usr/libexec/ibus-memconf
gunnar  5117  0.0  0.0  24492  2776 pts/0S+   20:06   0:00 grep 
--color=auto ibus

If I start ibus-setup it shows the attached dialog. From there I can
click "Yes" and successfully start IBus that way, and then it works as
expected.

Note that im-config is not involved. Nowadays, on GNOME desktops, we
rely completely on the GNOME mechanisms for starting and configuring
IBus.

One thought is that ibus upstream has not released since August 20. Can
it possibly be that some unreleased upstream ibus commits are needed for
gnome-shell 42?

https://github.com/ibus/ibus/commits/master

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

** Affects: ibus (Ubuntu)
 Importance: High
 Status: New


** Tags: jammy rls-jj-incoming

** Attachment added: "ibus-setup_response.png"
   
https://bugs.launchpad.net/bugs/1964682/+attachment/5568298/+files/ibus-setup_response.png

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

** Changed in: ibus (Ubuntu)
   Importance: Undecided => High

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

Title:
  IBus not starting properly at login with gnome-shell 42

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


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

[Bug 1910938] Re: Text is missing from shell panel and menus

2022-03-12 Thread Nicholas Schell
Just got a new Lenovo Thinkpad and using Ubuntu 20.04, and I think I'm
seeing a very similar issue. After leaving the laptop on for so long
eventually a ton of the text menues and displays either show NO text at
all, or half of the characters are missing. I'll attempt a screenshot
the next time it happens, it doesn't take longer than a day it seems as
already reported.

I also use Discord so I wonder if that is part of the culprit as well.
Will try using without Discord for about a day.

I have found a simple logout/login is enough to fix all text menues. So
it doesn't seem a full reboot is strictly necessary.

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

Title:
  Text is missing from shell panel and menus

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


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

[Bug 1964636] Re: Incorrect handling of apparmor `bpf` capability

2022-03-12 Thread Stéphane Graber
Yeah, that's because you're using LXD 4.23 which has the older LXCFS and
doesn't trigger the apparmor warning message which then confuses
everything else (per previous comment).

If you `snap install lxd --channel=latest/edge`, you should start getting the 
broken behavior.
Note however that we did fix LXCFS so that broken behavior on an apparmor 
warning will soon go away as the warning in question will no longer be issued 
by apparmor.

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

Title:
  Incorrect handling of apparmor `bpf` capability

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


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

[Bug 1961189] Re: softhsm2: FTBFS against OpenSSL 3.0 (test suite)

2022-03-12 Thread Steve Langasek
** Tags added: update-excuse

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

Title:
  softhsm2: FTBFS against OpenSSL 3.0 (test suite)

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


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

[Bug 1950062] Re: Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

2022-03-12 Thread Rick Staa
Ah yea, that's a type. I used `sudo reboot now`. For me, after those
steps the ram still didn't show up, so there might be another problem on
my system. I also tried manually building the kernel with the patch, but
I run into some unrelated issues. I think I will wait till the patch
hits the upstream.

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

Title:
  Unable to access CPU i2c interfaces with AMD "Cezanne" CPU's

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


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

[Bug 1872141] Re: evolution-source-registry crashed with SIGSEGV in invoke_set_property_in_idle_cb()

2022-03-12 Thread Claus7
This happened using ubuntu 22.04 development version.

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

Title:
  evolution-source-registry crashed with SIGSEGV in
  invoke_set_property_in_idle_cb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1872141/+subscriptions


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

[Bug 1964684] [NEW] Yaru (battery) icons in Power Statistics do not show correctly

2022-03-12 Thread Xiaoguang Xue
Public bug reported:

Yaru (battery) icons in Power Statistics do not show correctly. Some are
not visible to the white background. See attached screenshot.

** Affects: yaru-theme (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1964684/+attachment/5568299/+files/Screenshot%20from%202022-03-12%2022-19-14.png

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

Title:
  Yaru (battery) icons in Power Statistics do not show correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1964684/+subscriptions


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

[Bug 1928414] Re: Ubuntu 21.04 mono-devel_6.8.0.105+dfsg-3_all.deb install failed

2022-03-12 Thread David Aguiar de Aquino
Ok, I am using ubuntu studio, thus I had discodos even if I not use it.

I was with full broken apt and thus I could not even purge discodos

Then I used

sudo dpkg -l | grep '^rc' | awk '{print $2}' | xargs dpkg --purge
discodos

If it's says it's need superuser even if you are using sudo
Sudo su
It will open the superuser terminal, use
sudo dpkg -l | grep '^rc' | awk '{print $2}' | xargs dpkg --purge dicodos

And then close the terminal, for safety reasons

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

Title:
  Ubuntu 21.04 mono-devel_6.8.0.105+dfsg-3_all.deb install failed

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


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

Re: [Bug 1964554] Re: Brasero does not burn ISO IMAGE. Error message; "SCSI error on write(0,16): See MMC specs: Sense Key 5 "Illegal request"

2022-03-12 Thread C. Clear
Hi Thomas;

Thank you very much for getting back to me. So will try to answer your
questions. Some of which may be delayed due to me having to run test.


*- What is the vendor, model, revision of your drive.   You may obtain it
from the empty drive by*

xorriso : NOTE : Disc status unsuitable for writing
Drive current: -outdev '/dev/sr0'
Media current: is not recognizable
Media status : is not present
Drive type   : vendor 'ASUS' product 'BW-16D1HT' revision '3.10'



*- Do you experience the problem with CD-R or CD-RW media ?   If so:*

*   - What happens if you use a writable DVD medium instead ?*

*   - Does it help to blank the CD medium before using it with Brasero:*
*   xorriso -outdev /dev/sr0 -blank as_needed*


Will Run these test shortly and get back to you with the results




*- Do you experience the problem with other GUI programs like K3B or
Xfburn ? - Do you experience the problem with a run of xorriso ?
ISO="...path.to.your.iso.image.file..." xorriso -as cdrecord -v
dev=/dev/sr0 blank=as_needed "$ISO"*

Have not tried K3B or Xfburn. Did try Nero for Linux and had the same
result as I did with Brasero.

Thank you very much for the assistance. Talk shortly.



On Fri, Mar 11, 2022 at 3:10 AM Thomas Schmitt <1964...@bugs.launchpad.net>
wrote:

> Hi,
>
> the error message stems from the burner drive and was forwarded by libburn
> to Brasero. Strangely the code ASC=21 , ASCQ=04 is not specified in in
> the SCSI specs for optical drives (MMC).
> In the overall error code list
>   https://www.t10.org/lists/asc-num.htm
> it is listed for other device classes as
>   21h/04h  DZ UNALIGNED WRITE COMMAND
>
> I know this error code from
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998718
> with
>   Drive type   : vendor 'ASUS' product 'DRW-24D5MT' revision '2.00'
> Brasero crashed at that occasion before it could start to write.
> The indirect reason seems to be a bad READ CD command which Brasero
> emitted on its own (i.e. not via libburn). It brings the firmware of
> two ASUS drives to a state from where it throws that error code.
> (Mine is a BW-16D1HT with firmware 1.01.)
> It happens only with CD media which were written by write type TAO.
>
> So (assuming that the drive has address /dev/sr0):
>
> - What is the vendor, model, revision of your drive.
>   You may obtain it from the empty drive by
>
> xorriso -outdev /dev/sr0 -toc | grep 'Drive type'
>
> - Do you experience the problem with CD-R or CD-RW media ?
>   If so:
>
>   - What happens if you use a writable DVD medium instead ?
>
>   - Does it help to blank the CD medium before using it with Brasero:
>
>   xorriso -outdev /dev/sr0 -blank as_needed
>
> - Do you experience the problem with other GUI programs like K3B or
>   Xfburn ?
>
> - Do you experience the problem with a run of xorriso ?
>
> ISO="...path.to.your.iso.image.file..."
> xorriso -as cdrecord -v dev=/dev/sr0 blank=as_needed "$ISO"
>
>
> Have a nice day :)
>
> Thomas
>
>
> ** Bug watch added: Debian Bug tracker #998718
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998718
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1964554
>
> Title:
>   Brasero does not burn ISO IMAGE. Error message;  "SCSI error on
>   write(0,16): See MMC specs: Sense Key 5 "Illegal request"
>
> Status in brasero package in Ubuntu:
>   New
>
> Bug description:
>
>   BraseroLibburn SCSI error condition on command 2Ah WRITE(10): See MMC
> specs: Sense Key 5 "Illegal request", ASC 21 ASCQ 04.
>   BraseroLibburn called brasero_job_set_current_action
>   BraseroLibburn Libburn reported an error SCSI error on write(0,16): See
> MMC specs: Sense Key 5 "Illegal request", ASC 21 ASCQ 04.
>   BraseroLibburn called brasero_job_error
>   BraseroLibburn finished with an error
>   BraseroLibburn asked to stop because of an error
> error   = 1
> message = "SCSI error on write(0,16): See MMC specs: Sense Key 5
> "Illegal request", ASC 21 ASCQ 04."
>   BraseroLibburn stopping
>   Session error : SCSI error on write(0,16): See MMC specs: Sense Key 5
> "Illegal request", ASC 21 ASCQ 04. (brasero_burn_record brasero-burn.c:2856)
>   ---
>   ProblemType: Bug
>   ApportVersion: 2.20.9-0ubuntu7.27
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   DistroRelease: Ubuntu 18.04
>   InstallationDate: Installed on 2021-01-31 (403 days ago)
>   InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
> (20190805)
>   Package: brasero 3.12.1-4ubuntu2
>   PackageArchitecture: amd64
>   ProcEnviron:
>TERM=xterm-256color
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcVersionSignature: Ubuntu 5.4.0-100.113~18.04.1-generic 5.4.166
>   Tags:  bionic
>   Uname: Linux 5.4.0-100-generic x86_64
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin plugdev sambashar

[Bug 1964684] Re: Yaru (battery) icons in Power Statistics do not show correctly

2022-03-12 Thread Xiaoguang Xue
** Tags added: jamm

** Tags removed: jamm
** Tags added: icon jammy yaru

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

Title:
  Yaru (battery) icons in Power Statistics do not show correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1964684/+subscriptions


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

[Bug 1964675] Re: Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA, glxgear, pymol)

2022-03-12 Thread Xiaoguang Xue
** Tags removed: ubuntu22.04
** Tags added: jammy

** Tags added: gnome42

** Tags added: nvidia

** Tags removed: gnome42
** Tags added: gnome

** Tags added: vsync

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

Title:
  Window dragging lag when rendering 3d objects. (GNOME 42, NVIDIA,
  glxgear, pymol)

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


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

  1   2   >