[Bug 2064054] Re: Chinese characters displayed incorrectly in Ubuntu 24.04

2024-05-06 Thread Julian
** Also affects: fonts-ubuntu (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/2064054

Title:
  Chinese characters displayed incorrectly in Ubuntu 24.04

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


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

[Bug 2064291] Re: Ubuntu 24.04 crashed multiple times

2024-05-06 Thread Matthew Ruffell
Hi Bernard,

The crash seems to bring your system down before the logs are able to be
written to disk, so there is no oops present in your dmesg.

Its pretty common. Would you be able to capture a kernel crashdump
(kdump).

Follow the instructions in:

https://ubuntu.com/server/docs/kernel-crash-dump

All you really need to do is:

$ sudo apt install linux-crashdump

Say yes twice.

Then reboot.

Attempt to open app center or something to cause the crash.

When the system crashes, it will take a minute or so, as it copies the
system memory to a file.

When the system comes back, see if there is a crashdump in
/var/crash/

If there is, see if there is a dmesg.log in that folder. If there is,
upload that file. You don't have to upload the whole kdump.

Thanks,
Matthew

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

Title:
  Ubuntu 24.04 crashed multiple times

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


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

[Bug 2064054] Re: Chinese characters displayed incorrectly in Ubuntu 24.04

2024-05-06 Thread Julian
This maybe something relate to the default font for Chinese characters
in Ubuntu 24.04.

After set custom font to `Monospace` or `Noto Sans CJK` in perferences
of gnome-text-editor, the problem auto solved, while with `Ubuntu Mono`
or `Ubuntu Sans`, the problem exist.

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

Title:
  Chinese characters displayed incorrectly in Ubuntu 24.04

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


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

[Bug 2064999] [NEW] Prevent soft lockups during IOMMU streaming DMA mapping by limiting nvme max_hw_sectors_kb to cache optimised size

2024-05-06 Thread Matthew Ruffell
Public bug reported:

BugLink: https://bugs.launchpad.net/bugs/2064999

[Impact]

On systems with IOMMU enabled, every streaming DMA mapping involves an
IOVA to be allocated and freed. For small mappings, IOVA sizes are
normally cached, so IOVA allocations complete in a reasonable time. For
larger mappings, things can be significantly slower to the point where
softlockups occur due to lock contention on iova_rbtree_lock.

commit 9257b4a206fc ("iommu/iova: introduce per-cpu caching to iova allocation")
introduced a scalable IOVA cache mechanism, that helps increase performance up 
to 128kb mappings.

On systems that do larger streaming DMA mappings, e.g. a NVMe device
with:

/sys/block/nvme0n1/queue/max_hw_sectors_kb
2048

The 2048kb mapping takes significantly longer, causing lock contention
on the iova_rbtree_lock, as other resources such as ethernet NICs are
also trying to acquire the lock.

We hit the following soft lockup:

watchdog: BUG: soft lockup - CPU#60 stuck for 24s!
CPU: 60 PID: 608304 Comm: segment-merger- Tainted: PW   EL
5.15.0-76-generic #83~20.04.1-Ubuntu
RIP: 0010:_raw_spin_unlock_irqrestore+0x25/0x30
Call Trace:
 
 fq_flush_timeout+0x82/0xc0
 ? fq_ring_free+0x170/0x170
 call_timer_fn+0x2e/0x120
 run_timer_softirq+0x433/0x4c0
 ? lapic_next_event+0x21/0x30
 ? clockevents_program_event+0xab/0x130
 __do_softirq+0xdd/0x2ee
 irq_exit_rcu+0x7d/0xa0
 sysvec_apic_timer_interrupt+0x80/0x90
 
 
 asm_sysvec_apic_timer_interrupt+0x1b/0x20
RIP: 0010:_raw_spin_unlock_irqrestore+0x25/0x30
...
 alloc_iova+0x1d8/0x1f0
 alloc_iova_fast+0x5c/0x3a0
 iommu_dma_alloc_iova.isra.0+0x128/0x170
 ? __kmalloc+0x1ab/0x4b0
 iommu_dma_map_sg+0x1a4/0x4c0
 __dma_map_sg_attrs+0x72/0x80
 dma_map_sg_attrs+0xe/0x20
 nvme_map_data+0xde/0x800 [nvme]
 ? recalibrate_cpu_khz+0x10/0x10
 ? ktime_get+0x46/0xc0
 nvme_queue_rq+0xaf/0x1f0 [nvme]
 ? __update_load_avg_se+0x2a2/0x2c0
 __blk_mq_try_issue_directly+0x15b/0x200
 blk_mq_request_issue_directly+0x51/0xa0
 blk_mq_try_issue_list_directly+0x7f/0xf0
 blk_mq_sched_insert_requests+0xa4/0xf0
 blk_mq_flush_plug_list+0x103/0x1c0
 blk_flush_plug_list+0xe3/0x110
 blk_mq_submit_bio+0x29d/0x600
 __submit_bio+0x1e5/0x220
 ? ext4_inode_block_valid+0x9f/0xc0
 submit_bio_noacct+0xac/0x2c0
 ? xa_load+0x61/0xa0
 submit_bio+0x50/0x140
 ext4_mpage_readpages+0x6a2/0xe20
 ? __mod_lruvec_page_state+0x6b/0xb0
 ext4_readahead+0x37/0x40
 read_pages+0x95/0x280
 page_cache_ra_unbounded+0x161/0x220
 do_page_cache_ra+0x3d/0x50
 ondemand_readahead+0x137/0x330
 page_cache_async_ra+0xa6/0xd0
 filemap_get_pages+0x224/0x660
 ? filemap_get_pages+0x9e/0x660
 filemap_read+0xbe/0x410
 generic_file_read_iter+0xe5/0x150
 ext4_file_read_iter+0x5b/0x190
 new_sync_read+0x110/0x1a0
 vfs_read+0x102/0x1a0
 ksys_pread64+0x71/0xa0
 __x64_sys_pread64+0x1e/0x30
 unload_network_ops_symbols+0xc4de/0xf750 [falcon_lsm_pinned_15907]
 do_syscall_64+0x5c/0xc0
 ? do_syscall_64+0x69/0xc0
 ? do_syscall_64+0x69/0xc0
 entry_SYSCALL_64_after_hwframe+0x61/0xcb

A workaround is to disable IOMMU with "iommu=off amd_iommu=off" on the
kernel command line.

[Fix]

The fix is to clamp max_hw_sectors to the optimised IOVA size that still
fits in the cache, so allocation and freeing of the IOVA is faster,
during streaming DMA mapping.

The fix requires two dependency commits, which introduces a function to
find the optimal value, dma_opt_mapping_size().

commit a229cc14f3395311b899e5e582b71efa8dd01df0
Author: John Garry 
Date:   Thu Jul 14 19:15:24 2022 +0800
Subject: dma-mapping: add dma_opt_mapping_size()
Link: 
https://github.com/torvalds/linux/commit/a229cc14f3395311b899e5e582b71efa8dd01df0

commit 6d9870b7e5def2450e21316515b9efc0529204dd
Author: John Garry 
Date:   Thu Jul 14 19:15:25 2022 +0800
Subject: dma-iommu: add iommu_dma_opt_mapping_size()
Link: 
https://github.com/torvalds/linux/commit/6d9870b7e5def2450e21316515b9efc0529204dd

The dependencies are present in 6.0-rc1 and later.

The fix itself simply changes max_hw_sectors from dma_max_mapping_size()
to dma_opt_mapping_size(). The fix needs a backport, as setting
dev->ctrl.max_hw_sectors moved from nvme_reset_work() in 5.15 to
nvme_pci_alloc_dev() in later releases.

commit 3710e2b056cb92ad816e4d79fa54a6a5b6ad8cbd
Author: Adrian Huang 
Date:   Fri Apr 21 16:08:00 2023 +0800
Subject: nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
Link: 
https://github.com/torvalds/linux/commit/3710e2b056cb92ad816e4d79fa54a6a5b6ad8cbd

The fix is present in 6.4-rc3 and later.

[Testcase]

The system needs to be extremely busy. So busy infact, that we cannot
reproduce it in lab environments, and only in production.

The systems that hit this issue have 64 cores, ~90%+ sustained CPU
usage, ~90%+ sustained memory usage, high disk I/O, and nearly saturated
network throughput with 100Gb NICs.

The NVMe disk MUST have /sys/block/nvme0n1/queue/max_hw_sectors_kb greater than
128kb, in this case, 2048kb.

Leave the system at sustained load until IOVA allocations slow to a halt
and soft 

[Bug 2064986] Re: please merge gnome-system-tools 3.0.0-10 from debian unstable

2024-05-06 Thread Vladimir Petko
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/gnome-system-tools/+git/gnome-system-tools/+merge/465627

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

Title:
  please merge gnome-system-tools 3.0.0-10 from debian unstable

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


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

[Bug 2064961] Re: Fails to install linux-headers-6.5.0-28-generic

2024-05-06 Thread Juerg Haefliger
Do you have anti-virus software installed? That misnamed link looks
indeed funny but I have the smae packages installed here and all looks
fine so don't believe it's a package problem. How did you install the
header packages? Can you remove all header packages and try again?

$ apt purge linux-headers-6.5.0-28 linux-headers-6.5.0-28-generic 
linux-headers-generic
$ apt install linux-headers-generic

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

Title:
  Fails to install linux-headers-6.5.0-28-generic

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


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

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2024-05-06 Thread Otto Kekäläinen
As commented in LP#2038500: I tested again building on Ubuntu 24.04
Noble with latest dependencies at
https://launchpadlibrarian.net/728345044/buildlog_ubuntu-noble-
amd64.mariadb_1%3A10.11.7-5~bpo24.04.1~1715052025.97428f7b341+debian.latest_BUILDING.txt.gz
and it is *still* failing on this bug.

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

Title:
  FTBFS: mariadb fails to start due to low MEMLOCK limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634/+subscriptions


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

[Bug 2038500] Re: FTBFS: mariadb fails to start due to MEMLOCK limit under 256 MB

2024-05-06 Thread Otto Kekäläinen
I tested again building on Ubuntu 24.04 Noble with latest dependencies
at https://launchpadlibrarian.net/728345044/buildlog_ubuntu-noble-
amd64.mariadb_1%3A10.11.7-5~bpo24.04.1~1715052025.97428f7b341+debian.latest_BUILDING.txt.gz
and it is *still* failing on this bug.

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

Title:
  FTBFS: mariadb fails to start due to MEMLOCK limit under 256 MB

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


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

[Bug 2046084] Re: HID gamepad not working when paired with blueman on bluez 5.68-0ubuntu1.1

2024-05-06 Thread Steve Langasek
*** This bug is a duplicate of bug 2045931 ***
https://bugs.launchpad.net/bugs/2045931

I think the correct state for this bug is to keep the regression-updates
and regression-security tags, because it is a functional regression, and
to mark it wontfix - which is the state of the bug this is a duplicate
of.  And then any scripting you're doing on identifying regression-
security bugs should ignore bugs (that are duplicates of bugs) marked
wontfix.

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

Title:
  HID gamepad not working when paired with blueman on bluez
  5.68-0ubuntu1.1

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


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

[Bug 2045931] Re: ps3 sixasis controller request pin to connect to bt

2024-05-06 Thread Steve Langasek
** Tags added: regression-security regression-update

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

Title:
  ps3 sixasis controller request pin to connect to bt

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


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

[Bug 1528804] Re: attaching second display leads to black screen on both displays

2024-05-06 Thread Launchpad Bug Tracker
[Expired for libkscreen (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  attaching second display leads to black screen on both displays

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


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

[Bug 2000463] Re: Session crashes (desktop environment (Plasma/KWin) and game) due to AMD RX 6900XT GPU "resetting"

2024-05-06 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-video-amdgpu (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: xserver-xorg-video-amdgpu (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Session crashes (desktop environment (Plasma/KWin) and game) due to
  AMD RX 6900XT GPU "resetting"

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


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

[Bug 2021881] Re: Kwin and plasmashell freeze randomly

2024-05-06 Thread Launchpad Bug Tracker
[Expired for mesa (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Kwin and plasmashell freeze randomly

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


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

[Bug 2019470] Re: asus x555la touchpad scroll didn`t work properly

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  asus x555la touchpad scroll didn`t work properly

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


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

[Bug 2009350] Re: KWin crash on screen touch

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  KWin crash on screen touch

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


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

[Bug 2000463] Re: Session crashes (desktop environment (Plasma/KWin) and game) due to AMD RX 6900XT GPU "resetting"

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Session crashes (desktop environment (Plasma/KWin) and game) due to
  AMD RX 6900XT GPU "resetting"

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


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


[Bug 2021881] Re: Kwin and plasmashell freeze randomly

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Kwin and plasmashell freeze randomly

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


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

[Bug 2051194] Re: Keyboard hanging when long press SHIFT

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Keyboard hanging when long press SHIFT

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


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

[Bug 2056479] Re: Error qemu-system-x86_64: -accel kvm: failed to initialize kvm: Permission denied

2024-05-06 Thread Launchpad Bug Tracker
[Expired for virt-manager (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  Error qemu-system-x86_64: -accel kvm: failed to initialize kvm:
  Permission denied

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


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

[Bug 2048141] Re: Installed wayland, now some Kwin shortcuts dont work

2024-05-06 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Installed wayland, now some Kwin shortcuts dont work

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


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

[Bug 2051151] Re: Update to shim 15.8

2024-05-06 Thread Bug Watch Updater
** Changed in: shim (Debian)
   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/2051151

Title:
  Update to shim 15.8

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


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

[Bug 2064998] Re: please sync spotlighter 0.3-1.2 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package spotlighter - 0.3-1.2

---
spotlighter (0.3-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch to add callback declaration to resolve
-Werror=implicit-function-declaration. (Closes: #1066355)
Thanks to Vladimir Petko for the patch!

 -- Andreas Rönnquist   Wed, 24 Apr 2024 12:47:30
+0200

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

Title:
  please sync spotlighter 0.3-1.2 from debian unstable

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


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

[Bug 2064998] [NEW] please sync spotlighter 0.3-1.2 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu introduced following delta:
spotlighter (0.3-1.1ubuntu1) noble; urgency=medium

  * d/p/2_ftbfs_implicit_declaration.patch: declare callback to
resolve -Werror=implicit-function-declaration ftbfs (LP: #2061331).
Debian has integrated those changes in 
spotlighter (0.3-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch to add callback declaration to resolve
-Werror=implicit-function-declaration. (Closes: #1066355)
Thanks to Vladimir Petko for the patch!


No other changes remain. 

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121987/+listing-
archive-extra

** Affects: spotlighter (Ubuntu)
 Importance: Wishlist
 Status: Fix Released

** Changed in: spotlighter (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: spotlighter (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/2064998

Title:
  please sync spotlighter 0.3-1.2 from debian unstable

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


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

[Bug 2060750] Re: get_moz_enUS crashed with FileNotFoundError in process_l10n_ini(): [Errno 2] No such file or directory: 'mozilla/locales/l10n.ini'

2024-05-06 Thread Bug Watch Updater
** Changed in: translate-toolkit (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/2060750

Title:
  get_moz_enUS crashed with FileNotFoundError in process_l10n_ini():
  [Errno 2] No such file or directory: 'mozilla/locales/l10n.ini'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/translate-toolkit/+bug/2060750/+subscriptions


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

[Bug 1972664] Re: networkd-dispatcher[1079401]: ERROR:Unknown interface index 88 seen even after reload

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

** Changed in: networkd-dispatcher (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/1972664

Title:
  networkd-dispatcher[1079401]: ERROR:Unknown interface index 88 seen
  even after reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/networkd-dispatcher/+bug/1972664/+subscriptions


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

[Bug 2064997] Re: please libnb-platform18-java 12.1-3 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package libnb-platform18-java - 12.1-3

---
libnb-platform18-java (12.1-3) unstable; urgency=medium

  * Team upload
  * d/p/allow-security-manager.patch: cherry-pick upstream patch to
allow setting Java Security Manager (Closes: #1069015).

 -- Vladimir Petko   Mon, 15 Apr 2024
17:24:38 +1200

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

Title:
  please libnb-platform18-java 12.1-3 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnb-platform18-java/+bug/2064997/+subscriptions


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

[Bug 2064997] [NEW] please libnb-platform18-java 12.1-3 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu introduced following delta:
libnb-platform18-java (12.1-2ubuntu1) noble; urgency=medium

  * d/p/allow-security-manager.patch: cherry-pick upstream patch to
allow setting Java Security Manager (LP: #2061363).
This change was integrated in Debian:
libnb-platform18-java (12.1-3) unstable; urgency=medium

  * Team upload
  * d/p/allow-security-manager.patch: cherry-pick upstream patch to
allow setting Java Security Manager (Closes: #1069015).


No other Ubuntu changes remain.

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121986/+listing-
archive-extra

** Affects: libnb-platform18-java (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Changed in: libnb-platform18-java (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/2064997

Title:
  please libnb-platform18-java 12.1-3 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnb-platform18-java/+bug/2064997/+subscriptions


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

[Bug 2064995] Re: please sync sniffit 0.6-1 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package sniffit - 0.6-1

---
sniffit (0.6-1) unstable; urgency=medium

  * New upstream version 0.6. (Closes: #1066536)
  * debian/control:
  - Bumped Standards-Version to 4.6.2.
  - Changed from libncurses5-dev to libncurses-dev.
  * debian/copyright: updated packaging copyright years.

 -- Joao Eriberto Mota Filho   Tue, 23 Apr 2024
22:11:43 -0300

** Changed in: sniffit (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/2064995

Title:
  please sync sniffit 0.6-1 from debian unstable

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


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

[Bug 2042500] Re: Fix after-suspend-mediacard/sdhc-insert test failed

2024-05-06 Thread AceLan Kao
** Tags removed: verification-needed-noble-linux
** Tags added: verification-done-noble-linux

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

Title:
  Fix after-suspend-mediacard/sdhc-insert test failed

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


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

[Bug 2064995] [NEW] please sync sniffit 0.6-1 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu introduced the following delta from sniffit 06:
sniffit (0.5-3ubuntu1) noble; urgency=medium

  * d/p/implicit-declaration.patch: cherry-pick upstream patch
to resolve -Werror=implicit-function-declaration (LP: #2061033).

Debian performed new upstream release:
sniffit (0.6-1) unstable; urgency=medium
  * New upstream version 0.6. (Closes: #1066536)
  * debian/control:
  - Bumped Standards-Version to 4.6.2.
  - Changed from libncurses5-dev to libncurses-dev.
  * debian/copyright: updated packaging copyright years.

and the patch is no longer needed.

PPA build[1]


[1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16124398/+listing-archive-extra

** Affects: sniffit (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/2064995

Title:
  please sync sniffit 0.6-1 from debian unstable

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


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

[Bug 2063002] Re: Add support for DCN 3.5

2024-05-06 Thread Mario Limonciello
This is certainly a false negative.  This firmware only affects DCN 3.5
which isn't available for arm64 or armhf.

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

Title:
  Add support for DCN 3.5

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


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

[Bug 2064993] [NEW] please sync android-platform-tools-apksig 31.0.2-2 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu introduced following delta:
android-platform-tools-apksig (31.0.2-1ubuntu1) noble; urgency=medium

  * d/p/update-failure-reason: update test assertion due to
java.security implementation changes (LP: #2056087).
It was integrated in Debian:
android-platform-tools-apksig (31.0.2-2) unstable; urgency=medium

  [ Vladimir Petko ]
  * d/p/update-failure-reason: update test assertion due to
java.security implementation changes (Closes: #1064676).


No more Ubuntu delta remains.

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121984/+listing-
archive-extra

** Affects: android-platform-tools-apksig (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Changed in: android-platform-tools-apksig (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/2064993

Title:
  please sync android-platform-tools-apksig 31.0.2-2 from debian
  unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-tools-apksig/+bug/2064993/+subscriptions


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

[Bug 2064993] Re: please sync android-platform-tools-apksig 31.0.2-2 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package android-platform-tools-apksig -
31.0.2-2

---
android-platform-tools-apksig (31.0.2-2) unstable; urgency=medium

  [ Vladimir Petko ]
  * d/p/update-failure-reason: update test assertion due to
java.security implementation changes (Closes: #1064676).

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Hans-Christoph Steiner   Sun, 21 Apr 2024 21:37:47
+0200

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

Title:
  please sync android-platform-tools-apksig 31.0.2-2 from debian
  unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-tools-apksig/+bug/2064993/+subscriptions


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

[Bug 2062951] Re: Random flickering with i915 on Linux 6.8

2024-05-06 Thread Eugene San
Update:
Still happens on Kubuntu 24.04 with Linux 6.8.0-32 (6.8.4).

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

Title:
  Random flickering with i915 on Linux 6.8

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


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

[Bug 2064987] Re: Conky not working on Unity

2024-05-06 Thread Jonas Gamao
Video example

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

** Attachment added: "2024-05-06 23-11-11.mkv"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/2064987/+attachment/5775685/+files/2024-05-06%2023-11-11.mkv

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

Title:
  Conky not working on Unity

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


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

[Bug 2064991] [NEW] please sync ncrack 0.7+debian-6 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu introduced following delta:
ncrack (0.7+debian-5ubuntu1) noble; urgency=medium

  * debian/patches/implicit-declaration-in-configure.patch: add missing
headers to workaround -Werror=implicit-function-declaration (Closes:
#1065799, LP: #2060908).


It was integrated in Debian:
ncrack (0.7+debian-6) unstable; urgency=medium

  [ Vladimir Petko ]
  * d/p/{implicit-declaration-in-configure.patch, implicit-declaration-
xmalloc.patch}: add missing headers and defines to resolve -
Werror=implicit-function-declaration build failures (Closes:
#1065799).

No more Ubuntu delta remains.

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121983/+listing-
archive-extra

** Affects: ncrack (Ubuntu)
 Importance: Wishlist
 Status: Fix Released

** Changed in: ncrack (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ncrack (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/2064991

Title:
  please sync ncrack 0.7+debian-6 from debian unstable

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


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

[Bug 2064991] Re: please sync ncrack 0.7+debian-6 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package ncrack - 0.7+debian-6

---
ncrack (0.7+debian-6) unstable; urgency=medium

  [ Vladimir Petko ]
  * d/p/{implicit-declaration-in-configure.patch, implicit-declaration-
xmalloc.patch}: add missing headers and defines to resolve -
Werror=implicit-function-declaration build failures (Closes:
#1065799).

 -- Arnaud Rebillout   Mon, 22 Apr 2024 08:59:25 +0700

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

Title:
  please sync ncrack 0.7+debian-6 from debian unstable

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


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

[Bug 2064989] Re: please sync libmatthew-java 0.8.1-3 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package libmatthew-java - 0.8.1-3

---
libmatthew-java (0.8.1-3) unstable; urgency=medium

  [ Vladimir Petko ]
  * debian/rules: use java_compat_level variable provided by java-common to
  adjust --release level to the minimum required by the
  default Java (Closes: #1052581).
  (Closes: #1069496)
  [ Thorsten Alteholz ]
  * debian/control: bump standard to 4.7.0 (no changes)

 -- Thorsten Alteholz   Sun, 21 Apr 2024 12:42:46
+0200

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

Title:
  please sync libmatthew-java  0.8.1-3 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmatthew-java/+bug/2064989/+subscriptions


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

[Bug 2064989] [NEW] please sync libmatthew-java 0.8.1-3 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu delta was introduced in 
libmatthew-java (0.8.1-2ubuntu1) noble; urgency=medium

  * d/rules: use java_compat_level variable provided by java-common to
adjust --release level to the minimum required by the
default Java (LP: #1049791, LP: #2052572).

The changes were integrated in Debian:
libmatthew-java (0.8.1-3) unstable; urgency=medium

  * debian/rules: use java_compat_level variable provided by java-common to
  adjust --release level to the minimum required by the
  default Java (Closes: #1052581).
  (Closes: #1069496)


No Ubuntu-specific delta remains.

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121982/+listing-
archive-extra

** Affects: libmatthew-java (Ubuntu)
 Importance: Wishlist
 Status: Fix Released

** Changed in: libmatthew-java (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: libmatthew-java (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/2064989

Title:
  please sync libmatthew-java  0.8.1-3 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmatthew-java/+bug/2064989/+subscriptions


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

[Bug 2060729] Re: tmserver crashed with ModuleNotFoundError in /usr/lib/python3/dist-packages/translate/misc/wsgi.py: No module named 'cheroot'

2024-05-06 Thread Bug Watch Updater
** Changed in: translate-toolkit (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/2060729

Title:
  tmserver crashed with ModuleNotFoundError in /usr/lib/python3/dist-
  packages/translate/misc/wsgi.py: No module named 'cheroot'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/translate-toolkit/+bug/2060729/+subscriptions


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

[Bug 2064988] [NEW] please sync iraf-fitsutil 2018.07.06-8 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

Ubuntu delta was introduced in 2018.07.06-7ubuntu1
  * d/p/use-time-t.patch: use time_t instead of long for
timestamps (LP: #2058985)

Ubuntu delta was integrated in 2018.07.06-8:
  * Use time_t instead of long to represent timestamps. (Closes: #1068791)

No other ubuntu-specific changes remain.

PPA build[1]

[1]
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121981/+listing-
archive-extra

** Affects: iraf-fitsutil (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Changed in: iraf-fitsutil (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/2064988

Title:
  please sync iraf-fitsutil 2018.07.06-8 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2064988/+subscriptions


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

[Bug 2064988] Re: please sync iraf-fitsutil 2018.07.06-8 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package iraf-fitsutil - 2018.07.06-8

---
iraf-fitsutil (2018.07.06-8) unstable; urgency=medium

  * Use time_t instead of long to represent timestamps. (Closes:
#1068791)

 -- Ole Streicher   Thu, 11 Apr 2024 16:21:05 +0200

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

Title:
  please sync iraf-fitsutil 2018.07.06-8 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2064988/+subscriptions


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

[Bug 2064986] [NEW] please merge gnome-system-tools 3.0.0-10 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

tracking bug

** Affects: gnome-system-tools (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: gnome-system-tools (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- please sync gnome-system-tools 3.0.0-10 from debian unstable
+ please merge gnome-system-tools 3.0.0-10 from debian unstable

** Description changed:

- Ubuntu delta in 3.0.0-9.1ubuntu4
-   * d/p/implicit_declaration.patch: add missing declarations to resolve
- ftbfs (LP: #2060165).
- 
- Was integrated in gnome-system-tools 3.0.0-10
-   * Add implicit_declaration.patch (Closes: #1066239).
- 
- No delta remains.
- 
- PPA build[1]
- 
- 
- [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121980/+listing-archive-extra
+ tracking bug

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

Title:
  please merge gnome-system-tools 3.0.0-10 from debian unstable

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


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

[Bug 2064987] [NEW] Conky not working on Unity

2024-05-06 Thread Jonas Gamao
Public bug reported:

Desktop looks like its freaking out when minimizing

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: conky-all 1.19.6-1build3
Uname: Linux 6.8.9-x64v2-xanmod1 x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: Unity:Unity7:ubuntu
Date: Mon May  6 22:57:35 2024
InstallationDate: Installed on 2022-10-23 (561 days ago)
InstallationMedia: Ubuntu-Unity 22.10 "Kinetic Kudu" - Release amd64 (20221018)
ProcEnviron:
 LANG=en_CA.UTF-8
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: conky
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oracular

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

Title:
  Conky not working on Unity

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


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

[Bug 2064981] Re: please sync plantuml 1:1.2020.2+ds-5 from debian unstable

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package plantuml - 1:1.2020.2+ds-5

---
plantuml (1:1.2020.2+ds-5) unstable; urgency=medium

  * Add missing libfontconfig1 dependency (Closes: #1068999)
  * Sort plantuml dependencies, move font stuff to the end.

 -- Andrej Shadura   Tue, 23 Apr 2024 10:34:03
+0200

plantuml (1:1.2020.2+ds-4) unstable; urgency=medium

  * Explicitly depend on fontmanager dependencies as headless JRE
no longer does (Closes: #1068437, #1067333).

 -- Andrej Shadura   Fri, 05 Apr 2024 10:40:17
+0200

** Changed in: plantuml (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/2064981

Title:
  please sync plantuml 1:1.2020.2+ds-5 from debian unstable

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


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

[Bug 2064689] Re: Fix inaudible HDMI/DP audio on USB-C MST dock

2024-05-06 Thread AceLan Kao
This fix is required for the 6.5 and 6.8 kernels.

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

** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Noble)
   Importance: Undecided
   Status: New

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

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Noble)
   Status: New => Invalid

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

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

Title:
  Fix inaudible HDMI/DP audio on USB-C MST dock

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


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

[Bug 2064981] Re: please sync plantuml 1:1.2020.2+ds-5 from debian unstable

2024-05-06 Thread Vladimir Petko
** Description changed:

  plantuml 1:1.2020.2+ds-5 resolves fontconfig issue[1] and can be synced.
  
  plantuml Ubuntu delta changed dependency to -jre where Debian kept
  dependency on jre-headless and added additional dependencies directly to
  the package.
  
  PPA build[2]
  
+ Smoke test - generate a diagram from 
+ ---
+ @startuml
+ class Foo 
+ @enduml
+ ---
+ passes.
+ 
  [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068999
  [2] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121969/+listing-archive-extra

** Changed in: plantuml (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  please sync plantuml 1:1.2020.2+ds-5 from debian unstable

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


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

[Bug 2064981] [NEW] please sync plantuml 1:1.2020.2+ds-5 from debian unstable

2024-05-06 Thread Vladimir Petko
Public bug reported:

plantuml 1:1.2020.2+ds-5 resolves fontconfig issue[1] and can be synced.

plantuml Ubuntu delta changed dependency to -jre where Debian kept
dependency on jre-headless and added additional dependencies directly to
the package.

PPA build[2]

Smoke test - generate a diagram from 
---
@startuml
class Foo 
@enduml
---
passes.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068999
[2] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121969/+listing-archive-extra

** Affects: plantuml (Ubuntu)
 Importance: Wishlist
 Status: New

** Description changed:

  plantuml 1:1.2020.2+ds-5 resolves fontconfig issue[1] and can be synced.
  
  plantuml Ubuntu delta changed dependency to -jre where Debian kept
  dependency on jre-headless and added additional dependencies directly to
  the package.
  
- 
+ PPA build[2]
  
  [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068999
+ [2] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16121969/+listing-archive-extra

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

Title:
  please sync plantuml 1:1.2020.2+ds-5 from debian unstable

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


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

[Bug 1738774] Re: Pixeled icons with LibreOffice 5.1.6.2 on HiDPI/4K display

2024-05-06 Thread Bug Watch Updater
** Bug watch added: Document Foundation Bugzilla #130678
   https://bugs.documentfoundation.org/show_bug.cgi?id=130678

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

Title:
  Pixeled icons with LibreOffice 5.1.6.2 on HiDPI/4K display

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


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

[Bug 1729433]

2024-05-06 Thread Jeff Fortin Tam
I was about to file a new one, and then I rediscovered the one that
still describes the remaining problem: bug #99112

It was a bit difficult to find, so I will update its metadata a bit to
relate to this. I'll leave you to decide whether its importance/priority
should be bumped from "low" to "high" to match this closed bug here or
not.

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

Title:
  LibreOffice doesn't remember window size when running under Wayland

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


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

[Bug 1738774]

2024-05-06 Thread Lo-2
FYI update: SVG icons on macOS have been fixed as per
https://bugs.documentfoundation.org/show_bug.cgi?id=130678 which is a
major milestone to move this enhancement request here forward.

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

Title:
  Pixeled icons with LibreOffice 5.1.6.2 on HiDPI/4K display

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


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

[Bug 2064580] Autopkgtest regression report (google-osconfig-agent/20240320.00-0ubuntu1~24.04.0)

2024-05-06 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted google-osconfig-agent 
(20240320.00-0ubuntu1~24.04.0) for noble have finished running.
The following regressions have been reported in tests triggered by the package:

google-osconfig-agent/unknown (armhf)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/noble/update_excuses.html#google-osconfig-agent

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

Thank you!

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

[Bug 2064580] Autopkgtest regression report (google-osconfig-agent/20240320.00-0ubuntu1~23.10.0)

2024-05-06 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted google-osconfig-agent 
(20240320.00-0ubuntu1~23.10.0) for mantic have finished running.
The following regressions have been reported in tests triggered by the package:

google-osconfig-agent/unknown (s390x)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/mantic/update_excuses.html#google-osconfig-agent

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

Thank you!

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

[Bug 60253] Re: Can't print selection from page

2024-05-06 Thread Bug Watch Updater
Launchpad has imported 65 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=11825.

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


On 2000-09-26T13:44:19+00:00 Charta wrote:

(*** This bug was imported into bugs.kde.org ***)

Package: khtml
Version: 3.0 (KDE 1.94 >= 2911)
Severity: wishlist

$subj

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/0


On 2001-10-11T20:09:33+00:00 Andriy Rysin wrote:

Applications using new KDE print system in KDE 2.2 - Konqueror Kate 
do not allow print the selection which would be nice to have.
As opposite to kedit which uses old printing dialog with "lpr/Other
command" and "All/Selection" options but have some glitches in
non-latin selection printing.

Andriy

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/1


On 2002-10-27T16:03:39+00:00 Stephan Binner wrote:

*** Bug 37633 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/2


On 2004-02-06T22:03:55+00:00 SadEagle wrote:

*** Bug 71686 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/3


On 2004-07-07T13:20:12+00:00 Michael-jahn wrote:

Still valid with 3.2.3.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/4


On 2004-08-12T06:51:37+00:00 7-mall-s wrote:

Still valid with kde 3.3.0 RC2

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/5


On 2004-10-17T17:57:28+00:00 Stephan Binner wrote:

*** Bug 91332 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/6


On 2005-01-23T14:50:06+00:00 S0ppelb0tte wrote:

This one is not just a "nice to have" feature, it is a must if you need
to print something from e.g. in the middle of an article. Copying the
text and pictures to a separate document to print instead of just making
a selection is REALLY much more difficult.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/7


On 2005-03-01T19:36:34+00:00 brunes wrote:

Created attachment 9905
Patch to print selection

Attached a patch to show how one could easily enable printing of only the
selection, through the use of a second KHTMLPart.

Probably not most efficient methodology, but would be simple to do.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/8


On 2005-03-04T01:38:44+00:00 mp wrote:

Patches are good.  But I rely soley on a released binaries as this is
the families' SUSE 9.1 PC.

KDE is a spectacular GUI.  But misses (arguably) vital but not-so-
glamourous user features like this.

Michael

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/9


On 2005-03-15T15:18:35+00:00 SadEagle wrote:

*** Bug 101545 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/10


On 2005-04-06T23:55:04+00:00 brunes wrote:

So, is the patch ok? Or.. ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/11


On 2005-07-29T15:40:40+00:00 H-scott-6 wrote:

What is the story? Does this patch work what does "show how one could
easily enable printing of only the selection" mean - so the patch does
not actually do this? But just shows how it could??

Please clarify. Thanks.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/60253/comments/12


On 2005-09-23T02:21:57+00:00 SadEagle wrote:

*** Bug 113095 has been marked as a duplicate of this bug. ***

Reply 

[Bug 2060904] Re: Fix the RTL8852CE BT FW Crash based on SER false alarm

2024-05-06 Thread Hui Wang
About the #3, the so-called regression has nothing to do with this SRU:
For arm64:
682s : failure: setup script failed with code 1: 
/home/ubuntu/autopkgtest/ssh-setup/nova open --flavor autopkgtest-big 
--security-groups ...

For armhf:
345s Error: Failed to fetch instance "autopkgtest-lxd-rdqntd" in project 
"default": Instance not found

** Tags added: verification-done-jammy verification-done-noble

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

Title:
  Fix the RTL8852CE BT FW Crash based on SER false alarm

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


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

[Bug 2064978] Re: Please merge 0.7.1-8 into Oracular

2024-05-06 Thread Zixing Liu
** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/xorg-gtest/+git/xorg-gtest/+merge/465618

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

Title:
  Please merge 0.7.1-8 into Oracular

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


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

[Bug 2058830] Re: vp9 hw decode broken on modern AMD apus, needs amdgpu update

2024-05-06 Thread Mario Limonciello
I just tested on a Phoenix based laptop and tested video playback on
OEM-6.5 (1022) with VP9 content in mpv and things look good to me.

** Tags added: verification-done-jammy

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

Title:
  vp9 hw decode broken on modern AMD apus, needs amdgpu update

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


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

[Bug 256039]

2024-05-06 Thread Cullmann-t
Dear user,

KHTML (and KJS) was a long time more or less unmaintained and got
removed in KF6.

Please migrate to use a QWebEngine based HTML component.

We will do no further fixes or improvements to the KF5 branches of these
components beside important security fixes.

For security issues, please see:

https://kde.org/info/security/

Sorry that we did not fix this issue during the life-time of KHTML.

Greetings
Christoph Cullmann

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

Title:
  Konqueror fails to load gmail in standard view; the Window is left
  blank.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/256039/+subscriptions


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

[Bug 2064978] [NEW] Please merge 0.7.1-8 into Oracular

2024-05-06 Thread Zixing Liu
Public bug reported:

tracking bug for the merge

** Affects: xorg-gtest (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/2064978

Title:
  Please merge 0.7.1-8 into Oracular

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


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

[Bug 2063096] Re: RTL8852BE fw security fail then lost WIFI function during suspend/resume cycle

2024-05-06 Thread Hui Wang
** Tags removed: verification-needed-noble-linux
** Tags added: verification-done-noble-linux

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

Title:
  RTL8852BE fw security fail then lost WIFI function during
  suspend/resume cycle

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


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

[Bug 2064977] [NEW] new gnome-terminal instances launched from nautilus fail to receive automatic focus

2024-05-06 Thread Jurgen Schellaert
Public bug reported:

When a first gnome-terminal instance is launched from nautilus (context
menu item "Open in Terminal"), it automatically receives focus for
keyboard input.

When additional instances are launched in the same way, the mechanism
breaks down and focus remains with nautilus. If the user immediately
starts typing, their input ends up being processed by the nautilus
search bar instead of the terminal. Correcting this course of action
requires unnecessary clicks or keyboard strokes. That is potentially
confusing and certainly annoying.

I remember being affected by the same bug in the early days of either
Ubuntu 23.04 or 23.10. I have found a bug report related to gentoo that
mentions something very much like what I am describing here:
https://forums.gentoo.org/viewtopic-p-8790088.html?sid=fe9cfd6188d38eb5e550e3e45fffe19f;.
It seems to suggest that the bug affects only wayland but I use X11.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: mutter (not installed)
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue May  7 03:06:57 2024
InstallationDate: Installed on 2022-03-27 (771 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220326)
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble

** Description changed:

  When a first gnome-terminal instance is launched from nautilus (context
  menu item "Open in Terminal"), it automatically receives focus.
  
  When additional instances are launched in the same way, the mechanism
  breaks down and focus remains with nautilus. If the user immediately
  starts typing, their input ends up being processed by the nautilus
  search bar instead of the terminal. Correcting this course of action
  requires unnecessary clicks or keyboard strokes. That is potentially
  confusing and certainly annoying.
  
  I remember being affected by the same bug in the early days of either
  Ubuntu 23.04 or 23.10. I have found a bug report on the gentoo forums
  that looks very much like what I am describing here: https://forums.gentoo.org/viewtopic-p-8790088.html?sid=fe9cfd6188d38eb5e550e3e45fffe19f;>
- g 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: mutter (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  7 03:06:57 2024
  InstallationDate: Installed on 2022-03-27 (771 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220326)
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  When a first gnome-terminal instance is launched from nautilus (context
  menu item "Open in Terminal"), it automatically receives focus.
  
  When additional instances are launched in the same way, the mechanism
  breaks down and focus remains with nautilus. If the user immediately
  starts typing, their input ends up being processed by the nautilus
  search bar instead of the terminal. Correcting this course of action
  requires unnecessary clicks or keyboard strokes. That is potentially
  confusing and certainly annoying.
  
  I remember being affected by the same bug in the early days of either
  Ubuntu 23.04 or 23.10. I have found a bug report on the gentoo forums
- that looks very much like what I am describing here: https://forums.gentoo.org/viewtopic-p-8790088.html?sid=fe9cfd6188d38eb5e550e3e45fffe19f;>
- g 
+ that looks very much like what I am describing here:
+ 
https://forums.gentoo.org/viewtopic-p-8790088.html?sid=fe9cfd6188d38eb5e550e3e45fffe19f;
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: mutter (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  7 03:06:57 2024
  InstallationDate: Installed on 2022-03-27 (771 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220326)
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  When a first gnome-terminal instance is launched from nautilus (context
- menu item "Open in Terminal"), it automatically receives focus.
+ menu item "Open in Terminal"), it automatically receives focus for
+ keyboard input.
  
  When additional instances are launched in the same way, the 

[Bug 2064976] Re: Please merge 2.11.3-4 into Oracular

2024-05-06 Thread Zixing Liu
** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/gammaray/+git/gammaray/+merge/465617

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

Title:
  Please merge 2.11.3-4 into Oracular

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


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

[Bug 2064975] Re: Sync ruby-fast-gettext 2.0.3-2 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Verification build:
https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16124294/+listing-
archive-extra

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

Title:
  Sync ruby-fast-gettext 2.0.3-2 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-fast-gettext/+bug/2064975/+subscriptions


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

[Bug 2064976] [NEW] Please merge 2.11.3-4 into Oracular

2024-05-06 Thread Zixing Liu
Public bug reported:

tracking bug for the merge

** Affects: gammaray (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/2064976

Title:
  Please merge 2.11.3-4 into Oracular

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


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

[Bug 2061017] Re: lxd-installer: permission error not handled and lxd snap not installed

2024-05-06 Thread Simon Déziel
** Description changed:

  [ Impact ]
  
  * If the LXD is not pre-created and/or the primary user isn't member of
  it, lxd-installer will fail to install LXD with a cryptic permission
  denied error.
  
  [ Test Plan ]
  
  Create a test instance:
  
  $ lxc launch ubuntu-minimal-daily:24.04 u1
  
  Make sure LXD snap is not installed:
  
  $ ! lxc exec u1 -- snap list lxd || false
  error: no matching snaps installed
  
  Remove the LXD group:
  
  $ lxc exec u1 -- delgroup lxd
  warn: The group `lxd' does not exist.
  
  Check lxd-installer version (update to -proposed package if needed):
  
  $ lxc exec u1 -- dpkg -l | grep lxd-installer
  ii  lxd-installer 4 all   
   Wrapper to install lxd snap on demand
  
  Trigger lxd-installer as the regular user not a member of the lxd group:
  
  $ lxc exec --user 1000 --group 1000 --env HOME=/home/ubuntu u1 -- lxc list
  Installing LXD snap, please be patient.
  Traceback (most recent call last):
-   File "", line 1, in 
+   File "", line 1, in 
  PermissionError: [Errno 13] Permission denied
  /usr/sbin/lxc: 12: exec: /snap/bin/lxc: not found
  Error: Command not found
  
+ 
+ The output above is the cryptic error that should not be displayed if the 
updated package is installed. Instead, a user not in the lxd group triggers the 
lxd-installer, it should receive this nicer error message:
+ 
+ $ lxc exec --user 1000 --group 1000 --env HOME=/home/ubuntu u1 -- lxc list
+ Unable to trigger the installation of the LXD snap.
+ Please make sure you're a member of the 'lxd' system group.
+ 
+ And the return code should be 1 to indicate an error.
+ 
  [ Where problems could occur ]
  
- TODO
+ The proposed fix is to check if the /run/lxd-installer.socket socket is
+ writable and if not, report a nicer error and exist with an error before
+ trying to do the installation and eventually error out.
+ 
+ It is possible for this socket to either be missing or not be writable
+ for a reason different than the invoking user not being in the lxd
+ group.
+ 
+ If that's the case, the hint to very the group membership would be
+ misleading.
+ 
  
  [Original description]
  
  On a fresh install of 24.04 server on Raspberry Pi, I ran 'lxc list'
  without having the lxd snap installed already. There was an attempt to
  install the snap, but it failed, and the snap needed to be manually
  installed:
  
  nr@pi5:~$ lxc list
  Installing LXD snap, please be patient.
  Traceback (most recent call last):
    File "", line 1, in 
  PermissionError: [Errno 13] Permission denied
  /usr/sbin/lxc: 12: exec: /snap/bin/lxc: not found
  
  More details:
  
  nr@pi5:~$ cat /etc/os-release
  PRETTY_NAME="Ubuntu Noble Numbat (development branch)"
  NAME="Ubuntu"
  VERSION_ID="24.04"
  VERSION="24.04 LTS (Noble Numbat)"
  VERSION_CODENAME=noble
  ID=ubuntu
  ID_LIKE=debian
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  UBUNTU_CODENAME=noble
  LOGO=ubuntu-logo
  nr@pi5:~$ apt policy lxd-installer
  lxd-installer:
    Installed: 4
    Candidate: 4
    Version table:
   *** 4 500
  500 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages
  100 /var/lib/dpkg/status

** Description changed:

  [ Impact ]
  
  * If the LXD is not pre-created and/or the primary user isn't member of
  it, lxd-installer will fail to install LXD with a cryptic permission
  denied error.
  
  [ Test Plan ]
  
  Create a test instance:
  
  $ lxc launch ubuntu-minimal-daily:24.04 u1
  
  Make sure LXD snap is not installed:
  
  $ ! lxc exec u1 -- snap list lxd || false
  error: no matching snaps installed
  
  Remove the LXD group:
  
  $ lxc exec u1 -- delgroup lxd
  warn: The group `lxd' does not exist.
  
  Check lxd-installer version (update to -proposed package if needed):
  
  $ lxc exec u1 -- dpkg -l | grep lxd-installer
  ii  lxd-installer 4 all   
   Wrapper to install lxd snap on demand
  
  Trigger lxd-installer as the regular user not a member of the lxd group:
  
  $ lxc exec --user 1000 --group 1000 --env HOME=/home/ubuntu u1 -- lxc list
  Installing LXD snap, please be patient.
  Traceback (most recent call last):
    File "", line 1, in 
  PermissionError: [Errno 13] Permission denied
  /usr/sbin/lxc: 12: exec: /snap/bin/lxc: not found
  Error: Command not found
  
- 
- The output above is the cryptic error that should not be displayed if the 
updated package is installed. Instead, a user not in the lxd group triggers the 
lxd-installer, it should receive this nicer error message:
+ The output above is the cryptic error that should not be displayed if
+ the updated package is installed. Instead, a user not in the lxd group
+ that would trigger the lxd-installer, should immediately receive this
+ nicer error 

[Bug 2064975] [NEW] Sync ruby-fast-gettext 2.0.3-2 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Public bug reported:

Please sync ruby-fast-gettext 2.0.3-2 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Add patch to use update over update_attributes.
  * Add patch to use update over update_attributes.
  * Add patch to use update over update_attributes.
  * Add patch to use update over update_attributes.
  * Add patch to use update over update_attributes.
  * Add patch to use update over update_attributes.

Debian has included all the Ubuntu-specific changes in 2.0.3-2.
You can see that in the changelog entry below:

Changelog entries since current oracular version 2.0.3-1ubuntu2:

ruby-fast-gettext (2.0.3-2) unstable; urgency=medium

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

  [ Utkarsh Gupta ]
  * Drop the patch related to tainting.
  * Add patch to fix FTBFS. (Closes: #1002103)
  * Add patch to use update over update_attributes.
  * Add myself as an uploader.

 -- Utkarsh Gupta   Thu, 20 Jan 2022 19:59:29 +0530

** Affects: ruby-fast-gettext (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: ruby-fast-gettext (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ruby-fast-gettext (Ubuntu)
Milestone: None => ubuntu-24.10

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

Title:
  Sync ruby-fast-gettext 2.0.3-2 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-fast-gettext/+bug/2064975/+subscriptions


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

[Bug 2064354] Re: File manager crashes on run

2024-05-06 Thread Elijah Reed
Fixed by manually installing the package nvidia-driver-550-open

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

Title:
  File manager crashes on run

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


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

[Bug 2064354] Re: File manager crashes on run

2024-05-06 Thread Elijah Reed
** Changed in: nvidia-graphics-drivers-535 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  File manager crashes on run

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


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

[Bug 2064970] Re: Please merge 0.0.4-4 into Oracular

2024-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package pct-scanner-scripts - 0.0.4-4ubuntu1

---
pct-scanner-scripts (0.0.4-4ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable (LP: #2064970). Remaining changes:
- Apply patch from Dwayne Litzenberger fixing improper quoting
  in the shell script. Thanks, Dwayne! (LP 799190). Add the patches
  to the d/patches folder after the source format upgrade.

pct-scanner-scripts (0.0.4-4) unstable; urgency=medium

  * QA upload.
  * Convert to source format 3.0 (quilt).

pct-scanner-scripts (0.0.4-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: Add build-{arch,indep} (Closes: #999239).

pct-scanner-scripts (0.0.4-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Zixing Liu   Mon, 06 May 2024 14:18:08
-0600

** Changed in: pct-scanner-scripts (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/2064970

Title:
  Please merge 0.0.4-4 into Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pct-scanner-scripts/+bug/2064970/+subscriptions


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

[Bug 2063985] Re: Does not detect hotplugged storage device

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

** Changed in: gvfs (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/2063985

Title:
  Does not detect hotplugged storage device

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


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

[Bug 2063985] Re: Does not detect hotplugged storage device

2024-05-06 Thread Nathan Sheffield
I'm also experiencing the same thing on a fresh install of ubuntu 24.04,
trying to plug in an NTFS-formatted USB external drive that works fine
in ubuntu 22. I'm using kernel 6.8.0-31

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

Title:
  Does not detect hotplugged storage device

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


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

[Bug 2064966] Re: "accept_source_route" enabled by default in 24.04

2024-05-06 Thread Mark Esler
** Information type changed from Private Security to Public Security

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

Title:
  "accept_source_route" enabled by default in 24.04

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


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

[Bug 2064973] [NEW] GIMP crashes when closed just after exporting a PNG image

2024-05-06 Thread Aaron Rainbolt
Public bug reported:

Steps to reproduce:

1. Launch GIMP on Kubuntu 24.04.
2. Create a new image.
3. Draw something in it (a black squiggly line with the default brush is fine)
4. Export the image as a PNG.
5. Close GIMP.

Expected result: GIMP closes normally.

Actual result: Segmentation fault.

Debugging info and GDB backtrace:

/usr/bin/gimp: Gimp-Widgets-CRITICAL: gimp_message_box_set_primary_text:
assertion 'GIMP_IS_MESSAGE_BOX (box)' failed

(gimp:22119): Gtk-CRITICAL **: 19:09:22.189: IA__gtk_widget_hide:
assertion 'GTK_IS_WIDGET (widget)' failed

(gimp:22119): GLib-GObject-CRITICAL **: 19:09:22.189: g_object_ref:
assertion 'G_IS_OBJECT (object)' failed

Thread 1 "gimp" received signal SIGSEGV, Segmentation fault.
Downloading source file 
/build/gtk+2.0-ngwfxy/gtk+2.0-2.24.33/debian/build/shared/gtk/../../../../gtk/gtkbutton.c
0x77a97968 in gtk_button_construct_child 
(button=button@entry=0x59f767a0) at ../../../../gtk/gtkbutton.c:955 

warning: 955../../../../gtk/gtkbutton.c: No such file or directory
(gdb) bt
#0  0x77a97968 in gtk_button_construct_child 
(button=button@entry=0x59f767a0) at ../../../../gtk/gtkbutton.c:955
#1  0x77a989ed in IA__gtk_button_set_label (label=, 
button=0x59f767a0) at ../../../../gtk/gtkbutton.c:1816
#2  IA__gtk_button_set_label (button=0x59f767a0, label=) at 
../../../../gtk/gtkbutton.c:1805
#3  0x76fc51fa in object_set_property (object=0x59f767a0, 
pspec=0x58f50170, value=0x7fffb770, nqueue=0x0, 
user_specified=) at ../../../gobject/gobject.c:2169
#4  0x76fc84b6 in g_object_set_valist (var_args=0x7fffb820, 
first_property_name=, object=0x7fffb820) at 
../../../gobject/gobject.c:3138
#5  g_object_set_valist (object=object@entry=0x59f767a0, 
first_property_name=first_property_name@entry=0x55aedc5b "label", 
var_args=var_args@entry=0x7fffb820) at ../../../gobject/gobject.c:3099
#6  0x76fc892d in g_object_set (_object=0x59f767a0, 
first_property_name=first_property_name@entry=0x55aedc5b "label") at 
../../../gobject/gobject.c:3314
#7  0x55693445 in quit_close_all_dialog_container_changed 
(images=, image=, private=0x59fb0710) at 
dialogs/quit-dialog.c:363
#8  0x76fb42fa in g_closure_invoke (closure=0x59f8adc0, 
return_value=0x0, n_param_values=2, param_values=0x7fffbb30, 
invocation_hint=0x7fffba80) at ../../../gobject/gclosure.c:834
#9  0x76fe390c in signal_emit_unlocked_R.isra.0 
(node=node@entry=0x7fffbc20, detail=detail@entry=0, 
instance=instance@entry=0x59fa5cb0, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7fffbb30) at 
../../../gobject/gsignal.c:3888
#10 0x76fd4591 in signal_emit_valist_unlocked 
(instance=instance@entry=0x59fa5cb0, signal_id=signal_id@entry=33, 
detail=detail@entry=0, var_args=var_args@entry=0x7fffbd90)
at ../../../gobject/gsignal.c:3520
#11 0x76fd47c1 in g_signal_emit_valist (instance=0x59fa5cb0, 
signal_id=33, detail=0, var_args=var_args@entry=0x7fffbd90) at 
../../../gobject/gsignal.c:3263
#12 0x76fd4883 in g_signal_emit (instance=, 
signal_id=, detail=) at 
../../../gobject/gsignal.c:3583
#13 0x559391b3 in gimp_container_remove (container=0x59fa5cb0, 
object=0x59cc0330) at core/gimpcontainer.c:684
#14 0x559b9f3c in gimp_list_clear (container=0x59fa5cb0) at 
core/gimplist.c:313
#15 0x55938cf4 in gimp_container_clear (container=0x59fa5cb0) at 
core/gimpcontainer.c:822
#16 gimp_container_clear (container=0x59fa5cb0) at core/gimpcontainer.c:815
#17 0x55939fa5 in gimp_container_dispose (object=0x59fa5cb0) at 
core/gimpcontainer.c:247
#18 0x76fc33fe in g_object_unref (_object=0x59fa5cb0) at 
../../../gobject/gobject.c:4381
#19 0x556912de in quit_close_all_dialog_free (private=0x59fb0710) 
at dialogs/quit-dialog.c:290
#20 0x76fbe137 in weak_refs_notify (data=0x59ec3140) at 
../../../gobject/gobject.c:3643
#21 0x76e924e3 in g_data_set_internal (datalist=, 
key_id=, new_data=, new_destroy_func=, dataset=0x0) at ../../../glib/gdataset.c:468
#22 0x76fc032b in g_object_real_dispose (object=0x59f868c0) at 
../../../gobject/gobject.c:1752
#23 0x76fc36c4 in g_object_run_dispose (object=0x59f868c0) at 
../../../gobject/gobject.c:1839
#24 g_object_run_dispose (object=0x59f868c0) at 
../../../gobject/gobject.c:1829
#25 0x55692d5f in quit_close_all_dialog_response (dialog=, response_id=-5, private=) at dialogs/quit-dialog.c:304
#26 0x76fb42fa in g_closure_invoke (closure=0x59fa5e00, 
return_value=0x0, n_param_values=2, param_values=0x7fffc270, 
invocation_hint=0x7fffc1c0) at ../../../gobject/gclosure.c:834
#27 0x76fe390c in signal_emit_unlocked_R.isra.0 

[Bug 2064851] Re: reorder pages images are replaced by an exclamation mark

2024-05-06 Thread Claus7
Hello,

I do not miss the crop icon if I choose e.g. Yaru icon theme. With
adwaita, humanity, humanities this icon is missing as well.

Regards!

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

Title:
   reorder pages images are replaced by an exclamation mark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2064851/+subscriptions


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

[Bug 2064953] Re: [needs-packaging] [needs-upgrade] nvidia-graphics-drivers-390 to version 390.157

2024-05-06 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Summary changed:

- [needs-upgrade] nvidia-graphics-drivers-390 to version 390.157
+ [needs-packaging] [needs-upgrade] nvidia-graphics-drivers-390 to version 
390.157

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  [needs-packaging] [needs-upgrade] nvidia-graphics-drivers-390 to
  version 390.157

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


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

[Bug 2064580] Re: Please update the package to 20240320.00

2024-05-06 Thread Mauricio Faria de Oliveira
The uploads for Noble and Mantic follow Oracular's as expected (#5),
the only differences being timestamps and a securiy patch in Mantic.

The code changes look good AFAICT, and the vendored deps changes
are such in size that require validation by testing.

Please address the request in comment #6 / SRU exception page [1],
and if at all possible, add a 'Where problems could occur' section
per SRU bug template [2] (even if it's generic, per the big scope).

Regarding the mention about some archs FTBFS with the new version,
the reasoning for it being acceptable looks OK, but we might want
to check if previous version binaries should be removed, I guess.

I'll continue tomorrow, as possible, when the uploads for Jammy
and Focal (and earlier, as Bionic and Xenial are listed) arrive.

Thanks!

[1] https://wiki.ubuntu.com/google-osconfig-agent-Updates
[2] https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

** Changed in: google-osconfig-agent (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

[Bug 2064580] Please test proposed package

2024-05-06 Thread Mauricio Faria de Oliveira
Hello Philip, or anyone else affected,

Accepted google-osconfig-agent into mantic-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/google-osconfig-
agent/20240320.00-0ubuntu1~23.10.0 in a few hours, and then in the
-proposed repository.

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

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

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

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

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

[Bug 2064580] Please test proposed package

2024-05-06 Thread Mauricio Faria de Oliveira
Hello Philip, or anyone else affected,

Accepted google-osconfig-agent into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/google-osconfig-
agent/20240320.00-0ubuntu1~24.04.0 in a few hours, and then in the
-proposed repository.

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

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

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

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

** Changed in: google-osconfig-agent (Ubuntu Mantic)
   Status: New => Fix Committed

** Tags added: verification-needed-mantic

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

[Bug 2064950] Re: Sync xbill 2.1-10 (universe) from Debian unstable (main)

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package xbill - 2.1-10

---
xbill (2.1-10) unstable; urgency=medium

  * Team upload.

  [ Reiner Herrmann ]
  * Fix FTBFS because of implicit declaration. (Closes: #1066574)
  * Update watch file to version 4.
  * Bump Standards-Version to 4.7.0.
  * Bump debhelper compat level to 13.

 -- Boyuan Yang   Sat, 20 Apr 2024 10:05:44 -0400

** Changed in: xbill (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/2064950

Title:
  Sync xbill 2.1-10 (universe) from Debian unstable (main)

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


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

[Bug 2064949] Re: Sync pike8.0 8.0.1738-1.4 (universe) from Debian unstable (main)

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package pike8.0 - 8.0.1738-1.4

---
pike8.0 (8.0.1738-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * d/copyright: Replace MPL text with link to common-licenses.
  * Fix implicit declarations (Closes: #1066378).
  * Add note on dropped PCRE module.

 -- Bastian Germann   Sat, 20 Apr 2024 08:24:08 +

** Changed in: pike8.0 (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/2064949

Title:
  Sync pike8.0 8.0.1738-1.4 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pike8.0/+bug/2064949/+subscriptions


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

[Bug 2064947] Re: Sync ruby-fusefs 0.7.0-6 (universe) from Debian unstable (main)

2024-05-06 Thread Vladimir Petko
This bug was fixed in the package ruby-fusefs - 0.7.0-6

---
ruby-fusefs (0.7.0-6) unstable; urgency=medium

  * Add patch to add missing includes. Thanks Zixing Liu (Closes: #1067066)
  * Move debian/watch to gemwatch.debian.net
  * Remove X?-Ruby-Versions fields from d/control
  * update years in d/copyright
  * Set Rules-Requires-Root to no
  * Use ${ruby:Depends}, drop explicit dependency on ruby interpreter
  * Bump Standards-Version to 4.7.0 (no changes needed)

 -- Cédric Boutillier   Sat, 13 Apr 2024 23:27:54
+0200

** Changed in: ruby-fusefs (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/2064947

Title:
  Sync ruby-fusefs 0.7.0-6 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-fusefs/+bug/2064947/+subscriptions


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

[Bug 2064971] [NEW] Can't drag icons to the dock from the launcher

2024-05-06 Thread Jonas Gamao
Public bug reported:

The new Unity launcher doesn't allow dragging icons from the launcher.

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: unity 7.7.0+23.04.20230222.2-0ubuntu7
Uname: Linux 6.8.9-x64v2-xanmod1 x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.fabric-imex-mgmt:
 DeviceFileMinor: 4323
 DeviceFileMode: 256
 DeviceFileModify: 1
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..0b.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  550.67  Tue Mar 12 23:54:15 
UTC 2024
 GCC version:  gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity:Unity7:ubuntu
Date: Mon May  6 19:17:27 2024
DistUpgraded: Fresh install
DistroCodename: oracular
DistroVariant: ubuntu
DkmsStatus:
 nvidia/550.67, 6.8.0-31-generic, x86_64: installed
 nvidia/550.67, 6.8.7-x64v2-xanmod1, x86_64: installed
 nvidia/550.67, 6.8.7-x64v2-xanmod2, x86_64: installed
 nvidia/550.67, 6.8.9-x64v1-xanmod1, x86_64: installed
 nvidia/550.67, 6.8.9-x64v2-xanmod1, x86_64: installed
GraphicsCard:
 NVIDIA Corporation AD107 [GeForce RTX 4060] [10de:2882] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:4116]
GsettingsChanges:
 
InstallationDate: Installed on 2022-10-23 (561 days ago)
InstallationMedia: Ubuntu-Unity 22.10 "Kinetic Kudu" - Release amd64 (20221018)
MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
ProcEnviron:
 LANG=en_CA.UTF-8
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-6.8.9-x64v2-xanmod1 
root=UUID=17bc7e96-2d11-4575-8e3f-fd0f79d77a12 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/12/2024
dmi.bios.release: 0.0
dmi.bios.vendor: Ubuntu distribution of EDK II
dmi.bios.version: 2023.05-2ubuntu0.1
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-q35-6.0
dmi.modalias: 
dmi:bvnUbuntudistributionofEDKII:bvr2023.05-2ubuntu0.1:bd02/12/2024:br0.0:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-6.0:cvnQEMU:ct1:cvrpc-q35-6.0:sku:
dmi.product.name: Standard PC (Q35 + ICH9, 2009)
dmi.product.version: pc-q35-6.0
dmi.sys.vendor: QEMU
version.compiz: compiz 1:0.9.14.2+22.10.20220822-0ubuntu12
version.libdrm2: libdrm2 2.4.120-2build1
version.libgl1-mesa-dri: libgl1-mesa-dri 24.0.5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.12-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-3

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


** Tags: amd64 apport-bug compiz-0.9 oracular reproducible single-occurrence 
third-party-packages ubuntu

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

Title:
  Can't drag icons to the dock from the launcher

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


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

[Bug 2046116] Re: bluetooth device connected but not recognised as output device

2024-05-06 Thread Mark Esler
@vanvugt, @vorlon, why is this marked as a regression?

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

Title:
  bluetooth device connected but not recognised as output device

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


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

[Bug 2064946] Re: Sync st 1.9-3.4 (universe) from Debian unstable (main)

2024-05-06 Thread Benjamin Drung
This bug was fixed in the package st - 1.9-3.4
Sponsored for Zixing Liu (liushuyu-011)

---
st (1.9-3.4) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/02-implicit-declarations.patch: Fix an improper macro
feature check. Thanks to Zixing Liu .
(Closes: #1065797, #1066287, LP: #2060973)
  * debian/patches/1032955_riscv_support.patch: Add support for RISC-V
CPU. Thanks to Steven Liu .
(Closes: #1032955, LP: #2061639)
  * Switch from transitional pkg-config to pkgconf.
  * Whitespace cleanup.

 -- Andreas Beckmann   Thu, 18 Apr 2024 15:28:28 +0200

** Changed in: st (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/2064946

Title:
  Sync st 1.9-3.4 (universe) from Debian unstable (main)

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


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

[Bug 2046084] Re: HID gamepad not working when paired with blueman on bluez 5.68-0ubuntu1.1

2024-05-06 Thread Mark Esler
*** This bug is a duplicate of bug 2045931 ***
https://bugs.launchpad.net/bugs/2045931

This is not a security regression. This is upstreams fix to prevent
https://github.com/skysafe/reblog/blob/main/cve-2024-0230/README.md

If you wish to to enable legacy devices (and the vulnerability) with the
most recent version of BlueZ set `ClassicBondedOnly=false` in
`/etc/bluetooth/input.conf`, and then run `systemctl restart bluetooth`.

Removing regression tags and marking as a duplicate of
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2045931


** This bug has been marked a duplicate of bug 2045931
   ps3 sixasis controller request pin to connect to bt

** Tags removed: regression-security regression-update

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

Title:
  HID gamepad not working when paired with blueman on bluez
  5.68-0ubuntu1.1

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


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

[Bug 2016388] Re: Kernel Panic on shutdown / reboot on NUC8I3BEH

2024-05-06 Thread b
Confirmed on 5.15.0-105

** Attachment added: "Photo of panic call trace for 5.15.0-105"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2016388/+attachment/5775636/+files/20240506_153829.jpg

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

Title:
  Kernel Panic on shutdown / reboot on NUC8I3BEH

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


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

Re: [Bug 1483891] Re: error report on Wily upgrade pam-kwallet

2024-05-06 Thread Valorie Zimmerman
No longer a problem: apt-cache policy pam-kwallet*
libpam-kwallet5:
 Installed: 4:5.27.11-0ubuntu2
 Candidate: 4:5.27.11-0ubuntu2
 Version table:
*** 4:5.27.11-0ubuntu2 500
   500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
   100 /var/lib/dpkg/status
libpam-kwallet-common:
 Installed: 4:5.27.11-0ubuntu2
 Candidate: 4:5.27.11-0ubuntu2
 Version table:
*** 4:5.27.11-0ubuntu2 500
   500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
   500 http://archive.ubuntu.com/ubuntu noble/universe i386 Packages
   100 /var/lib/dpkg/status


On Sun, May 5, 2024 at 9:26 PM Launchpad Bug Tracker <
1483...@bugs.launchpad.net> wrote:

> [Expired for kwallet-pam (Ubuntu) because there has been no activity for
> 60 days.]
>
> ** Changed in: kwallet-pam (Ubuntu)
>Status: Incomplete => Expired
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1483891
>
> Title:
>   error report on Wily upgrade pam-kwallet
>
> Status in kwallet-pam package in Ubuntu:
>   Expired
>
> Bug description:
>   At the end of an otherwise successful upgrade (sudo apt update && sudo
>   apt full-upgrade), error report at the end:
>
>   Errors were encountered while processing:
> /var/cache/apt/archives/pam-kwallet4_4%3a5.3.95-0ubuntu1_amd64.deb
>E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/kwallet-pam/+bug/1483891/+subscriptions
>
>

-- 
she/her. "Dwell on the beauty of life. Watch the stars, and see yourself
running with them." - Marcus Aurelius

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

Title:
  error report on Wily upgrade pam-kwallet

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


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

[Bug 2064926] Re: dhcpcd stuck for 5 Minutes (300 Seconds) during Boot Process (LUKS/Clevis Autounlock)

2024-05-06 Thread Benjamin Drung
If I understand the code correctly, 30-hostname only changes the
hostname if it was the default like `(none)` or if it was set by dhcpcd
previously (that's why need_hostname checks for the old hostname).

In case /etc/hostname is included in the initrd (which is probably the
case for your initrd), the hostname will not be changed by 30-hostname.

Can you change

```
 need_hostname || return
```

to

```
 need_hostname || return 0
```

This should exit 30-hostname in this case.

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

Title:
  dhcpcd stuck for 5 Minutes (300 Seconds) during Boot Process
  (LUKS/Clevis Autounlock)

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


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

[Bug 2064969] [NEW] Please merge 2.5.1-1.1 into Oracular

2024-05-06 Thread Zixing Liu
Public bug reported:

tracking bug for the merge

** Affects: ruby-mongo (Ubuntu)
 Importance: Undecided
 Status: New

** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/ruby-mongo/+git/ruby-mongo/+merge/465613

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

Title:
  Please merge 2.5.1-1.1 into Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-mongo/+bug/2064969/+subscriptions


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

[Bug 2064970] [NEW] Please merge 0.0.4-4 into Oracular

2024-05-06 Thread Zixing Liu
Public bug reported:

tracking bug for the merge

** Affects: pct-scanner-scripts (Ubuntu)
 Importance: Undecided
 Status: New

** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/pct-scanner-scripts/+git/pct-scanner-scripts/+merge/465612

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

Title:
  Please merge 0.0.4-4 into Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pct-scanner-scripts/+bug/2064970/+subscriptions


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

[Bug 2064946] Re: Sync st 1.9-3.4 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Verification build:
https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16123970/+listing-
archive-extra

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

Title:
  Sync st 1.9-3.4 (universe) from Debian unstable (main)

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


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

[Bug 2064827] Re: [5.19.0-1030-lowlatency] BUG: kernel NULL pointer dereference, address: 00000000000006b1

2024-05-06 Thread Matthew Ruffell
Hi Sophi,

The 5.19 HWE kernel for Jammy is no longer supported. Its support period
was for the lifetime of the 22.10 Kinetic Kudu release, which is now end
of life.

Can you upgrade to a supported kernel, e.g. the latest 5.15 Jammy kernel
or the current 6.5 HWE kernel, and retry?

Is there any reason you are using the -lowlatency variant?

$ sudo apt install linux-lowlatency-hwe-22.04
$ sudo reboot
$ uname -rv 
6.5.0-28-lowlatency #29.1~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  4 
17:17:55 UTC

or

$ sudo apt install linux-generic-hwe-22.04

for the -generic variant.

Thanks,
Matthew

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

Title:
  [5.19.0-1030-lowlatency] BUG: kernel NULL pointer dereference,
  address: 06b1

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


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

[Bug 2064949] Re: Sync pike8.0 8.0.1738-1.4 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Verification build:
https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16123968/+listing-
archive-extra

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

Title:
  Sync pike8.0 8.0.1738-1.4 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pike8.0/+bug/2064949/+subscriptions


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

[Bug 2064947] Re: Sync ruby-fusefs 0.7.0-6 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Verification build:
https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16123969/+listing-
archive-extra

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

Title:
  Sync ruby-fusefs 0.7.0-6 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-fusefs/+bug/2064947/+subscriptions


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

[Bug 2064950] Re: Sync xbill 2.1-10 (universe) from Debian unstable (main)

2024-05-06 Thread Zixing Liu
Verification build:
https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16123971/+listing-
archive-extra

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

Title:
  Sync xbill 2.1-10 (universe) from Debian unstable (main)

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


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

[Bug 2064965] [NEW] updatedb works very long time when fuse.vmhgfs-fuse FS is mounted

2024-05-06 Thread Sergey Markelov
Public bug reported:

Please add fuse.vmhgfs-fuse to PRUNEFS in updatedb.conf. Otherwise it collects 
data that is not a part of Ubuntu storage.
I've done it for me locally as in the attached file. Want to make it for all 
users by default.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: plocate 1.1.19-2ubuntu2
ProcVersionSignature: User Name 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon May  6 14:58:18 2024
InstallationDate: Installed on 2024-04-29 (7 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: plocate
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.updatedb.conf:
 PRUNE_BIND_MOUNTS="yes"
 # PRUNENAMES=".git .bzr .hg .svn"
 PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph 
/home/.ecryptfs /var/lib/schroot"
 PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs 
curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs 
fuse.encfs fuse.glusterfs fuse.gocryptfs fuse.gvfsd-fuse fuse.mfs fuse.rclone 
fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs 
mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smbfs 
sysfs tmpfs tracefs udev udf usbfs fuse.vmhgfs-fuse"
mtime.conffile..etc.updatedb.conf: 2024-05-06T14:26:36.351856

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


** Tags: amd64 apport-bug noble wayland-session

** Description changed:

- Please add fuse.vmhgfs-fuse to PRUNEFS in updatedb.conf. Otherwise it
- collects data that is not a part of Ubuntu storage.
+ Please add fuse.vmhgfs-fuse to PRUNEFS in updatedb.conf. Otherwise it 
collects data that is not a part of Ubuntu storage.
+ I've done it for me locally as in the attached file. Want to make it for all 
users by default.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: plocate 1.1.19-2ubuntu2
  ProcVersionSignature: User Name 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon May  6 14:58:18 2024
  InstallationDate: Installed on 2024-04-29 (7 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  PATH=(custom, no user)
-  SHELL=/bin/bash
-  TERM=xterm-256color
-  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+  TERM=xterm-256color
+  XDG_RUNTIME_DIR=
  SourcePackage: plocate
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.updatedb.conf:
-  PRUNE_BIND_MOUNTS="yes"
-  # PRUNENAMES=".git .bzr .hg .svn"
-  PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph 
/home/.ecryptfs /var/lib/schroot"
-  PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs 
curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs 
fuse.encfs fuse.glusterfs fuse.gocryptfs fuse.gvfsd-fuse fuse.mfs fuse.rclone 
fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs 
mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smbfs 
sysfs tmpfs tracefs udev udf usbfs fuse.vmhgfs-fuse"
+  PRUNE_BIND_MOUNTS="yes"
+  # PRUNENAMES=".git .bzr .hg .svn"
+  PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph 
/home/.ecryptfs /var/lib/schroot"
+  PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs 
curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs 
fuse.encfs fuse.glusterfs fuse.gocryptfs fuse.gvfsd-fuse fuse.mfs fuse.rclone 
fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs 
mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smbfs 
sysfs tmpfs tracefs udev udf usbfs fuse.vmhgfs-fuse"
  mtime.conffile..etc.updatedb.conf: 2024-05-06T14:26:36.351856

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

Title:
  updatedb works very long time when fuse.vmhgfs-fuse FS is mounted

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


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

[Bug 2064964] Re: 22.04 install to Dell 15 5339 i7-1355U crashed after selecting 'Erase disk' option

2024-05-06 Thread Paul White
From UbiquitySyslog.txt which has been added to this bug report:

May  6 21:23:37 ubuntu kernel: [  392.877357] SQUASHFS error: zlib 
decompression failed, data probably corrupt
May  6 21:23:37 ubuntu kernel: [  392.877362] SQUASHFS error: Failed to read 
block 0x4b2d83c: -5

It's possible you had a bad write to your installation media or for some
other reason its contents could not be read correctly. If you've tried
again and are still having problems you should try re-writing the image
to your media (and maybe re-download the image as well).

** Changed in: ubiquity (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/2064964

Title:
  22.04 install to Dell 15 5339 i7-1355U crashed after selecting 'Erase
  disk' option

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


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

[Bug 2061747] Re: obsolete out-of-tree ivsc dkms in favor of in-tree one

2024-05-06 Thread Martin D. Weinberg
Thank you for all of this work.  I am not sure that I should be changing
the tags based on previous experience, but here is my test report.

For testing, I updated to the linux/6.8.0-32.32 generic kernel in noble-
proposed.  It seemed that I needed to reinstall the intel-ipu6-dkms
after installing the kernel packages.

Overall, this is a huge improvement.  The kernel detects the camera
sensor and loads the ipu6 drivers.  About half the time, the sensor is
detected correctly and registered.  Then, applications like vlc, zoom,
gUM test in the browser all work reliably.  Successful kernel messages
look like (in part):

2024-05-06T17:26:42.688374-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: bind ov2740 3-0036 nlanes is 2 port is 1
2024-05-06T17:26:42.688378-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: All sensor registration completed.

And during operation:

2024-05-06T17:39:24.330879-04:00 raven kernel: intel-ipu6-isys intel-
ipu6-isys0: stream on ov2740 3-0036

The other half of the time, there is a problem detecting the sensor and
loading the module.  When that happens, kernel messages are:

2024-05-06T17:11:53.825968-04:00 raven kernel: ov2740 i2c-INT3474:01: error 
-EIO: failed to find sensor
2024-05-06T17:11:53.825968-04:00 raven kernel: ov2740: probe of i2c-INT3474:01 
failed with error -5

When this happens, reboot once or twice gets it back to the working
state.

One time I noticed a seemingly correct boot, but when I tried to use the
camera, it failed and I saw the following in the log:

2024-05-06T17:20:21.587753-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: stream on ov2740 3-0036
2024-05-06T17:20:21.730058-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: csi2-1 error: Payload checksum (CRC) error
2024-05-06T17:20:21.906327-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: csi2-1 error: Payload checksum (CRC) error
2024-05-06T17:20:21.906343-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: csi2-1 error: Transfer FIFO overflow
2024-05-06T17:20:21.906354-04:00 raven kernel: intel-ipu6-isys 
intel-ipu6-isys0: csi2-1 error: Frame sync error

No configuration or kernel packages were added or removed during these
tests.  Same kernel from noble-proposed:

$ uname -a
Linux raven 6.8.0-32-generic #32-Ubuntu SMP PREEMPT_DYNAMIC Wed May  1 15:30:59 
UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  obsolete out-of-tree ivsc dkms in favor of in-tree one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipu6-drivers/+bug/2061747/+subscriptions


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

[Bug 2063899] Re: [SRU] Users are not initially configured properly for audio in Ubuntu Studio

2024-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntustudio-installer - 1.20

---
ubuntustudio-installer (1.20) oracular; urgency=medium

  * Fix for correct target for audio config check (LP: #2063899)

 -- Erich Eickmeyer   Mon, 06 May 2024 11:57:23
-0700

** Changed in: ubuntustudio-installer (Ubuntu Oracular)
   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/2063899

Title:
  [SRU] Users are not initially configured properly for audio in Ubuntu
  Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2063899/+subscriptions


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

[Bug 2064580] Re: Please update the package to 20240320.00

2024-05-06 Thread Mauricio Faria de Oliveira
It looks like the uploads are coming in 
(noble 25 mins ago, mantic 16 mins ago).

After your code/package-wise tasks are done,
could you please take a look at listing the
vendorized deps changes, as per SRU exception?

I realize that might be a lot, but it's in the
exception, so it must be asked for; please let
us know if there is any issues with that, and
we'll discuss!

Thanks!

@ https://wiki.ubuntu.com/google-osconfig-agent-Updates

'''
Vendored dependencies
If any pinned and vendored dependencies in this package change as part of the 
SRU then the following must be present in the SRU bug.

* Details of vendored package version changes are present in the SRU bug

* It is preferred that links to changelogs for the vendored packages are
also present in the SRU bug

Changes in vendored dependencies may result in requests for additional
testing.

'''

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

Title:
  Please update the package to 20240320.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/2064580/+subscriptions


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

  1   2   3   4   5   >