[Bug 2062140] Re: [BPO] libreoffice 7.6.6 for jammy

2024-04-18 Thread Rico Tzschichholz
** Patch added: "libreoffice_7.6.6-0ubuntu0.23.10.1_bpo22.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/2062140/+attachment/5767397/+files/libreoffice_7.6.6-0ubuntu0.23.10.1_bpo22.04.1.diff

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

Title:
  [BPO] libreoffice 7.6.6 for jammy

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


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

[Bug 2062145] [NEW] python-pyscss: FTBFS: scss/src/scanner.h:20:10: fatal error: pcre.h: No such file or directory

2024-04-18 Thread Benjamin Drung
Public bug reported:

Imported from Debian bug http://bugs.debian.org/1042220:

Source: python-pyscss
Version: 1.4.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
> -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.11 -c scss/src/_speedups.c -o 
> build/temp.linux-x86_64-cpython-311/scss/src/_speedups.o
> In file included from scss/src/_speedups.c:15:
> scss/src/scanner.h:20:10: fatal error: pcre.h: No such file or directory
>20 | #include 
>   |  ^~~~
> compilation terminated.
> ==
> WARNING: The C extension could not be compiled, speedups are not enabled.
> Failure information, if any, is above.
> Retrying the build without the C extension now.
> 
> running build
> running build_py
> ==
> WARNING: The C extension could not be compiled, speedups are not enabled.
> pyScss will still work fine, but may be slower.
> The most likely cause is missing PCRE headers; you may need to install 
> libpcre or libpcre-dev, depending on your platform.
> Plain-Python installation succeeded.
> ==
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11_pyscss/build; 
> python3.11 -m pytest /<>/scss/tests
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>/scss
> collected 220 items
> 
> ../../../scss/tests/test_cli.py .[  
> 0%]
> ../../../scss/tests/test_expression.py . [  
> 2%]
> ../../../scss/tests/test_interactive.py ..   [  
> 3%]
> ../../../scss/tests/test_misc.py ..  [  
> 6%]
> ../../../scss/tests/test_types.py ...[  
> 9%]
> ../../../scss/tests/extension/test_core.py . [ 
> 22%]
> .[ 
> 37%]
> ../../../scss/tests/extension/test_extra.py  [ 
> 39%]
> ../../../scss/tests/extension/compass/test_gradients.py .x   [ 
> 40%]
> ../../../scss/tests/extension/compass/test_helpers.py    [ 
> 47%]
> ../../../scss/tests/extension/compass/test_images.py ... [ 
> 49%]
> ../../../scss/tests/from_ruby/test_extend.py EEE [ 
> 61%]
>  [ 
> 94%]
> E
> [100%]
> 
>  ERRORS 
> 
> _ ERROR at setup of test_basic 
> _
> 'Namespace' object has no attribute 'include_ruby'
> 
> The above exception was the direct cause of the following exception:
> no option named 'include_ruby'
> 
> During handling of the above exception, another exception occurred:
> Error evaluating 'skipif' condition
> not config.getoption('include_ruby')
> ValueError: no option named 'include_ruby'
> ___ ERROR at setup of test_multiple_targets 
> 
> 'Namespace' object has no attribute 'include_ruby'
> 
> The above exception was the direct cause of the following exception:
> no option named 'include_ruby'
> 
> During handling of the above exception, another exception occurred:
> Error evaluating 'skipif' condition
> not config.getoption('include_ruby')
> ValueError: no option named 'include_ruby'
> __ ERROR at setup of test_multiple_extendees 
> ___
> 'Namespace' object has no attribute 'include_ruby'
> 
> The above exception was the direct cause of the following exception:
> no option named 'include_ruby'
> 
> During handling of the above exception, another exception occurred:
> Error evaluating 'skipif' condition
> not config.getoption('include_ruby')
> ValueError: no option named 'include_ruby'
> _ ERROR at setup of 
> test_multiple_extends_with_single_extender_and_single_target _
> 'Namespace' object has no attribute 'include_ruby'
> 
> The above exception was the direct cause of the following exception:
> no option named 'include_ruby'
> 
> During handling of the above exception, another exception occurred:
> Error evaluating 'skipif' condition
>

[Bug 2062145] Re: python-pyscss: FTBFS: scss/src/scanner.h:20:10: fatal error: pcre.h: No such file or directory

2024-04-18 Thread Benjamin Drung
Fixing this build failure needs porting the code to pcre2 which seems to
be non-trivial.

** Description changed:

  Imported from Debian bug http://bugs.debian.org/1042220:
  
  Source: python-pyscss
  Version: 1.4.0-3
  Severity: serious
  Justification: FTBFS
  Tags: trixie sid ftbfs
  User: lu...@debian.org
  Usertags: ftbfs-20230726 ftbfs-trixie
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build
  on amd64.
  
- 
  Relevant part (hopefully):
  > x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.11 -c scss/src/_speedups.c -o 
build/temp.linux-x86_64-cpython-311/scss/src/_speedups.o
  > In file included from scss/src/_speedups.c:15:
  > scss/src/scanner.h:20:10: fatal error: pcre.h: No such file or directory
  >20 | #include 
  >   |  ^~~~
  > compilation terminated.
  > ==
  > WARNING: The C extension could not be compiled, speedups are not enabled.
  > Failure information, if any, is above.
  > Retrying the build without the C extension now.
- > 
+ >
  > running build
  > running build_py
  > ==
  > WARNING: The C extension could not be compiled, speedups are not enabled.
  > pyScss will still work fine, but may be slower.
  > The most likely cause is missing PCRE headers; you may need to install 
libpcre or libpcre-dev, depending on your platform.
  > Plain-Python installation succeeded.
  > ==
  >dh_auto_test -O--buildsystem=pybuild
  > I: pybuild base:240: cd 
/<>/.pybuild/cpython3_3.11_pyscss/build; python3.11 -m pytest 
/<>/scss/tests
  > = test session starts 
==
  > platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
  > rootdir: /<>/scss
  > collected 220 items
- > 
+ >
  > ../../../scss/tests/test_cli.py .[  
0%]
  > ../../../scss/tests/test_expression.py . [  
2%]
  > ../../../scss/tests/test_interactive.py ..   [  
3%]
  > ../../../scss/tests/test_misc.py ..  [  
6%]
  > ../../../scss/tests/test_types.py ...[  
9%]
  > ../../../scss/tests/extension/test_core.py . [ 
22%]
  > .[ 
37%]
  > ../../../scss/tests/extension/test_extra.py  [ 
39%]
  > ../../../scss/tests/extension/compass/test_gradients.py .x   [ 
40%]
  > ../../../scss/tests/extension/compass/test_helpers.py    [ 
47%]
  > ../../../scss/tests/extension/compass/test_images.py ... [ 
49%]
  > ../../../scss/tests/from_ruby/test_extend.py EEE [ 
61%]
  >  [ 
94%]
  > E
[100%]
- > 
+ >
  >  ERRORS 

  > _ ERROR at setup of test_basic 
_
  > 'Namespace' object has no attribute 'include_ruby'
- > 
+ >
  > The above exception was the direct cause of the following exception:
  > no option named 'include_ruby'
- > 
+ >
  > During handling of the above exception, another exception occurred:
  > Error evaluating 'skipif' condition
  > not config.getoption('include_ruby')
  > ValueError: no option named 'include_ruby'
  > ___ ERROR at setup of test_multiple_targets 

- > 'Namespace' object has no attribute 'include_ruby'
- > 
- > The above exception was the direct cause of the following exception:
- > no option named 'include_ruby'
- > 
- > During handling of the above exception, another exception occurred:
- > Error evaluating 'skipif' condition
- > not config.getoption('include_ruby')
- > ValueError: no option named 'include_ruby'
- > __ ERROR at setup of test_multiple_extendees 
___
- > 'Namespace' object has no attribute 'include_ruby'
- > 
- > The above exception was the direct cause of the following exception:
- > no option named 'include_ruby'
- > 
- > During handling of the above exception, another exception occurred:
- > Error evaluating 'skipif' condition
- > not config.getoption('include_ruby')
- > ValueError: no option named 'include_ruby'
- > _ ERROR at setup of 
test_multiple_extends_with_single_extender_and_single_target _
- > 'Namespace' object has no 

[Bug 2062115] Re: Connected Google account, but Drive is not shown

2024-04-18 Thread Jeremy Bícha
I believe there is an upgrade issue where you need to reauthenticate in
Settings > Online Accounts after upgrading to gnome-online-accounts
3.49/3.50 (which will happen when upgrading to Ubuntu 24.04 LTS).

Could you check if this fixes your issue? If it does, we can use this
bug to track that upgrade issue.

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

Title:
  Connected Google account, but Drive is not shown

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


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

[Bug 2062145] Re: python-pyscss: FTBFS: scss/src/scanner.h:20:10: fatal error: pcre.h: No such file or directory

2024-04-18 Thread Benjamin Drung
Upstream bug requesting the port to pcre2:
https://github.com/Kronuz/pyScss/issues/429

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

Title:
  python-pyscss: FTBFS: scss/src/scanner.h:20:10: fatal error: pcre.h:
  No such file or directory

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


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

[Bug 2053037] Re: Rebuild against grub2 2.12-1ubuntu1 and u-boot 2024.01+dfsg-1ubuntu1

2024-04-18 Thread Heinrich Schuchardt
** Changed in: cd-boot-images-riscv64 (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/2053037

Title:
  Rebuild against grub2 2.12-1ubuntu1 and u-boot 2024.01+dfsg-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2053037/+subscriptions


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

[Bug 2062159] Re: xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
outb is defined in /usr/include/xorg/compiler.h guarded with some
#ifdefs.

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

Title:
  xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vesa/+bug/2062159/+subscriptions


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

[Bug 2062167] [NEW] [FFe] openssl: post-3.0.13 changes from git

2024-04-18 Thread Adrien Nader
Public bug reported:

I would like to have the most recent openssl version possible in Noble.
For that I am requesting to upload all the commits in the openssl-3.0
branch that follow 3.0.13 which is already in the archive.

I would like to include 3.0.14 afterwards if feasible. Having the most
recent commits of the 3.0 branch will make that easier.

I went through all commits since 3.0.13 at the end of January. I skipped
a few which touch files that are not in the 3.0.13 release tarball
(github CI stuff mostly) and edited one that touched such a file.

There are only fixes. This is not surprising considering we are past the
13th patch release for openssl 3.0, and almost 3 years after 3.0 was
released.

Changes are most usually backports which is a good thing as it means
they are also tested in the other branches, including through 3.3, for
which the .0 release was published a few days ago after weeks in
beta/RC.

There are a few behaviour tweaks, and that is why I want to get as close
as possible to what 3.0.14 will be. The bigger one is
ad6cbe4b7f57a783a66a7ae883ea0d35ef5f82b6: Revert "Improved detection of
engine-provided private "classic" keys", which also states "The
workaround has caused more problems than it solved."

As I said, I went through all commits. All look safe to me. The question
really boils down to whether we will include these fixes in Noble now or
if we won't: there is only a very very small chance that any given
change is SRU'ed afterwards.

** Affects: openssl (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  [FFe] openssl: post-3.0.13 changes from git

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


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

[Bug 2060805] Re: strace fails to build it's tests on arm-linux-gnueabihf with 64bit time_t

2024-04-18 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/strace/+git/strace/+merge/464606

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

Title:
  strace fails to build it's tests on arm-linux-gnueabihf with 64bit
  time_t

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


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

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-ubuntu-dock -
90ubuntu1

---
gnome-shell-extension-ubuntu-dock (90ubuntu1) noble; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release: dash-to-dock v90
  * locations: Remove unused variable
  * appIcon: Allow customizing the showAppsIcon based on the session mode
(LP: #2060816)

  [ taoky ]
  * docking: fix window picker space for multi-monitor environments
  * intellihide: enable/disable unredirect when dock shows/hides

  [ Jichi Zhang ]
  * intellihide: treat fullscreen windows as maximized

 -- Marco Trevisan (Treviño)   Wed, 17 Apr 2024
21:09:42 +0200

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  App grid icon is Ubuntu logo, need to find override

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


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

[Bug 2061234] Re: Created an user w language Italian but language is English

2024-04-18 Thread corrado venturini
No longer occurs with today install from ISO Ubuntu 24.04 LTS "Noble
Numbat" - Beta amd64 (20240418)

** Changed in: gnome-control-center (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/2061234

Title:
  Created an user w language Italian but language is English

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


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

[Bug 2059742] Re: Gdebi : unable to resize details window

2024-04-18 Thread Coeur Noir
** Description changed:

  Hi,
  
  Ubuntu 24.04
  
  For years now, it's very uncomfortable to (try) to use gdebi because the
  « details » window can't be resized.
  
  Attached is a funny example where there 480 packages to remove,
- but the « details » can only 2 lines of the list…
+ but the « details » can only show 2 lines of the list…
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: gdebi 0.9.5.7+nmu7
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 29 02:43:00 2024
  InstallationDate: Installed on 2024-03-28 (0 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  ProcEnviron:
-  LANG=fr_FR.UTF-8
-  PATH=(custom, no user)
-  SHELL=/bin/bash
-  TERM=xterm-256color
-  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+  TERM=xterm-256color
+  XDG_RUNTIME_DIR=
  SourcePackage: gdebi
  UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment added: "gdebi only show two lines out of the missing dependencies"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/2059742/+attachment/5767492/+files/2404_gdebi_dep.png

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

Title:
  Gdebi : unable to resize details window

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


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

[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-04-18 Thread Lukas Märdian
** Changed in: netplan.io (Ubuntu Noble)
   Status: In Progress => Fix Committed

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

Title:
  Setting "optional: true" to overcome he timeout "Job systemd-networkd-
  wait-online" does no longer work with latest noble image

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


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

[Bug 2060217] Re: NFSv4 fails to mount in noble/s390x

2024-04-18 Thread Frank Heimes
I've noticed that Vasily's commit has meanwhile landed in linux-next,
so I took it from there and applied it to noble master-next,
but it failed due to changed context.
Hence I did a bit of backporting work and got now it in.

I triggered appropriate kernel test builds here:
https://launchpad.net/~fheimes/+archive/ubuntu/lp2060217

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

Title:
  NFSv4 fails to mount in noble/s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/2060217/+subscriptions


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

[Bug 2062330] Re: Chromium fails to start with "invalid home directory"

2024-04-18 Thread Nathan Teodosio
I think the same fix[1] that was committed to address the related bug
will apply here. Quoting from there:

> Please re-test on snapd edge tomorrow

[1] https://github.com/snapcore/snapd/pull/13853

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

Title:
  Chromium fails to start with "invalid home directory"

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


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

[Bug 2062330] Re: Chromium fails to start apparently citing issue with nocsd

2024-04-18 Thread Nathan Teodosio
Great! Just a question, does

> ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be
preloaded (failed to map segment from shared object): ignored.

still show when launching Chromium? I'm assuming the following "cannot
update snap namespace" line went away.

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

** Summary changed:

- Chromium fails to start apparently citing issue with nocsd
+ Chromium fails to start with "invalid home directory"

** Changed in: chromium-browser (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  Chromium fails to start with "invalid home directory"

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


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

[Bug 2056100] Re: sru cloud-init (24.1.3 update) Focal, Jammy, and Mantic

2024-04-18 Thread James Falcon
Attached are the integration test runs for Focal, Jammy, and Mantic on
EC2, GCE, Azure, LXD containers, and LXD VMs. Curtin-cloud-init-sru
results are also attached.

Any failures are described in failures.txt along with "-rerun.txt"
containing reruns due to transient failures.

** Summary changed:

- sru cloud-init 23.4.4 to 24.1.3
+ sru cloud-init (24.1.3 update) Focal, Jammy, and Mantic

** Attachment added: "24.1.3.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056100/+attachment/5767494/+files/24.1.3.tar.gz

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

Title:
  sru cloud-init (24.1.3 update) Focal, Jammy, and Mantic

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


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

[Bug 2004523] Re: [MIR] libwebm (transitive dependency of libheif)[libheif -> aom -> libwebm]

2024-04-18 Thread Lukas Märdian
** Changed in: libwebm (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] libwebm (transitive dependency of libheif)[libheif -> aom ->
  libwebm]

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


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

[Bug 2004516] Re: [MIR] libyuv (transitive dependency of libheif)

2024-04-18 Thread Lukas Märdian
** Changed in: libyuv (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] libyuv (transitive dependency of libheif)

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


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

[Bug 2004449] Re: [MIR] libde265 (dependency of libheif)

2024-04-18 Thread Lukas Märdian
** Changed in: libde265 (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] libde265 (dependency of libheif)

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


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

[Bug 2004442] Re: [MIR] aom (dependency of libheif)

2024-04-18 Thread Lukas Märdian
** Changed in: aom (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] aom (dependency of libheif)

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


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

[Bug 2054761] Re: gnome-shell crashed with signal 5: Settings schema 'org.gnome.mutter.wayland' does not contain a key named 'xwayland-allow-byte-swapped-clients'

2024-04-18 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

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

** Tags added: iso-testing

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

Title:
  gnome-shell crashed with signal 5:  Settings schema
  'org.gnome.mutter.wayland' does not contain a key named 'xwayland-
  allow-byte-swapped-clients'

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


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

[Bug 2062140] Re: [BPO] libreoffice 7.6.6 for jammy

2024-04-18 Thread Rico Tzschichholz
Packaging changes are staged at
https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/log/?h=wip/jammy-7.6


** Changed in: libreoffice (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/2062140

Title:
  [BPO] libreoffice 7.6.6 for jammy

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


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

[Bug 2062144] [NEW] xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
Public bug reported:

xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:

```
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
-I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
../../src/nv_driver.c: In function ‘NVScreenInit’:
../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
 1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
  |   ^
  |   fbScreenInit
```

This failure is fixed upstream in xorg-server via
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

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

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xorg-server (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:
  
  ```
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time 
-D_FORTIFY_SOURCE=3 -I/usr/include/xorg -fvisibility=hidden 
-I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm 
-I/usr/include/libdrm -I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
  ../../src/nv_driver.c: In function ‘NVScreenInit’:
  ../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
-  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
-   |   ^
-   |   fbScreenInit
+  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
+   |   ^
+   |   fbScreenInit
  ```
  
- This failure is fixed upstream in xserver-xorg via
+ This failure is fixed upstream in xorg-server via
  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

** Bug watch added: Debian Bug tracker #1066966
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966

** Also affects: xorg-server (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966
   Importance: Unknown
   Status: Unknown

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

Title:
  xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

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


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

[Bug 2062065] Re: pycallgraph crashed with AttributeError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  pycallgraph crashed with AttributeError in Noble

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


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

[Bug 2062066] Re: bpython-urwid crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  bpython-urwid crashed with ModuleNotFoundError in Noble

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


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

[Bug 2062146] Re: MiniBrowser crashed with SIGSEGV

2024-04-18 Thread Daniel van Vugt
See also bug 2060938.

** Tags added: raspi raspigfx

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

Title:
  MiniBrowser crashed with SIGSEGV

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


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

[Bug 2061857] Re: [FFe] enable the new GNOME OneDrive backend

2024-04-18 Thread Utkarsh Gupta
Hey there,

Thanks for filing an FFe. I think, as you mentioned, this is low risk
since it doesn't change the existing features. The builds looks OK,
please make sure to smoke test before uploading to the archive.

That said, consider this FFe approved. Thanks,

Utkarsh

** Changed in: gnome-online-accounts (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  [FFe] enable the new GNOME OneDrive backend

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


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

[Bug 2060805] Re: strace fails to build it's tests on arm-linux-gnueabihf with 64bit time_t

2024-04-18 Thread Christian Ehrhardt 
It has not yet completed build, but seems to have passed the section it failed 
before.
Hence opening up for review:

PPA: 
https://launchpad.net/~paelzer/+archive/ubuntu/lp-2060805-time-t-conversions/+packages
MR: 
https://code.launchpad.net/~paelzer/ubuntu/+source/strace/+git/strace/+merge/464606

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

Title:
  strace fails to build it's tests on arm-linux-gnueabihf with 64bit
  time_t

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


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

[Bug 1954837] Re: [jammy] FTBFS in armhf: test_rpc fails

2024-04-18 Thread Bug Watch Updater
** Changed in: netopeer2 (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/1954837

Title:
  [jammy] FTBFS in armhf: test_rpc fails

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


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

[Bug 2062167] Re: [FFe] openssl: post-3.0.13 changes from git

2024-04-18 Thread Adrien Nader
Note that there is a CVE fix in there too. It's low-severity because
it's only unbounded memory growth but it's quite easy to trigger and I
think that anyone who has a webserver with TLS 1.3 will want it patched.
Therefore there should be an upload of this at least.

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

Title:
  [FFe] openssl: post-3.0.13 changes from git

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


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

[Bug 2061815] Re: [FFE] Drop support for non-64 bit architectures for ceph

2024-04-18 Thread Matthias Klose
Removing packages from noble:
ceph 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-base 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-common 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-immutable-object-cache 19.2.0~git20240301.4c76c50-0ubuntu4 in 
noble armhf
ceph-mds 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-mgr 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-mon 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
ceph-osd 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
cephadm 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
cephfs-mirror 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libcephfs-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libcephfs-jni 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libcephfs2 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librados-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librados2 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libradospp-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libradosstriper-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libradosstriper1 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librbd-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librbd1 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librgw-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
librgw2 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libsqlite3-mod-ceph 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
libsqlite3-mod-ceph-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble 
armhf
python3-ceph-argparse 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
python3-cephfs 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
python3-rados 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
python3-rbd 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
python3-rgw 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
rados-objclass-dev 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
radosgw 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
rbd-fuse 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
rbd-mirror 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
rbd-nbd 19.2.0~git20240301.4c76c50-0ubuntu4 in noble armhf
Comment: LP: #2061815, remove armhf binaries for ceph and rdeps
Remove [y|N]? y
34 packages successfully removed.


** Changed in: ceph (Ubuntu)
   Status: Triaged => 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/2061815

Title:
  [FFE] Drop support for non-64 bit architectures for ceph

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


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

[Bug 2061090] Re: [FFe] add libheif as a dependency

2024-04-18 Thread Jeremy Bícha
** Changed in: shotwell (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
   [FFe] add libheif as a dependency

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


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

[Bug 2061981] Re: chromium fails to start with non-standard home directory

2024-04-18 Thread Zygmunt Krynicki
This bug is now well-understood and a fix is proposed in:
https://github.com/snapcore/snapd/pull/13853

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

Title:
  chromium fails to start with non-standard home directory

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


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

[Bug 2062173] [NEW] Apparmor denies updating namespace with ecryptfs

2024-04-18 Thread Marco Tanner
Public bug reported:

Noticed on Ubuntu 23.10. Started misbehaving on April 17th 2024.

$ snap info chromium
...
snap-id:  XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R
tracking: latest/stable
refresh-date: today at 08:58 CEST
channels:
  latest/stable:123.0.6312.122 2024-04-15 (2821) 168MB -
...


When running chromium, it complains about not being able to open my home dir:
cannot update snap namespace: cannot expand mount entry (none 
$HOME/.local/share none x-snapd.kind=ensure-dir,x-snapd.must-exist-dir=$HOME 0 
0): cannot use invalid home directory "/home/tannerli": permission denied
snap-update-ns failed with code 1

AppArmor log shows that access to ecryptfs private folder was denied:

Apr 18 13:13:21 hostname kernel: audit: type=1400
audit(1713438801.579:437): apparmor="DENIED" operation="open"
class="file" profile="snap-update-ns.chromium"
name="/home/.ecryptfs/tannerli/.Private/" pid=32412 comm="5"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000


I found out, that, under /var/lib/snapd/apparmor/profiles, while 
snap.chromium.chromium has the line
owner @{HOMEDIRS}/.ecryptfs/*/.Private/ r,

the file snap-update-ns.chromium does _not_ have the line. Adding it and
reloading the profile allows chromium to start again.

I'm nowhere near experienced enough to tell whether this line should be
added by default or something else went wrong on my machine.

** Affects: chromium-browser (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/2062173

Title:
  Apparmor denies updating namespace with ecryptfs

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


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

[Bug 2062162] Re: Update shotwell to 0.32.6

2024-04-18 Thread Jeremy Bícha
Today is Final Freeze and Language Pack Translation Deadline. Shotwell
participates in Ubuntu language packs so today is the last day for
Shotwell translations to be updated for Ubuntu 24.04 LTS until shortly
before 24.04.1. These days, the language packs are only updated shortly
before each release.

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

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

Title:
  Update shotwell to 0.32.6

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


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

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package edubuntu-artwork - 24.04.24

---
edubuntu-artwork (24.04.24) noble; urgency=medium

  * Install and divert app grid icon correctly (LP: #2060816)
Also uses new naming nomenclature to work with new dock
bugfixes as described in conversation in aforementioned
bug report where the default app grid icon is being replaced
by an Ubuntu icon. That icon is then diverted here for an
Edubuntu icon. Discussions also took place on Matrix
for clarification.

 -- Erich Eickmeyer   Wed, 17 Apr 2024 09:00:14
-0700

** Changed in: edubuntu-artwork (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: yaru-theme (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  App grid icon is Ubuntu logo, need to find override

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


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

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 24.04.1-0ubuntu1

---
yaru-theme (24.04.1-0ubuntu1) noble; urgency=medium

  [ Muqtadir ]
  * Sync with `org.gnome.Settings` symbolic icons changes
  * add org.gnome.Nautilus* symbolic icons and revert app-grid icon
(LP: #2062046)

  [ Muqtxdir ]
  * add @ubuntujaggers refined app-center fullcolor icon (no visual changes)

  [ Marco Trevisan (Treviño) ]
  * gtk/common: Sync with upstream fixes
  * icons: Remove start-here-symbolic symlink that was breaking view-app-grid.
  * icons: Add view-app-grid-ubuntu-symbolic symlink to start-here
(LP: #2060816).
  * gnome-shell/dock: Use more visible background on highlighted icons
(LP: #2061729)
  * gnome-shell/dock: Draw focused icons with highlight background
(LP: #2062044)
  * icons: Re-render icons and regenerate symlinks
  * debian/control: Add Breaks on ubuntu-dock << 90~
It doesn't really break it but if we'd release this version of the icon
theme before of the new dock, we'd end up changing the dock's show-apps
icon, breaking the UI freeze (related to lp:2060816).

 -- Marco Trevisan (Treviño)   Wed, 17 Apr 2024
21:44:55 +0200

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

Title:
  App grid icon is Ubuntu logo, need to find override

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


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

[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-04-18 Thread Lukas Märdian
** Changed in: systemd (Ubuntu Noble)
   Status: Confirmed => Invalid

** Tags removed: foundations-todo
** Tags added: block-proposed update-excuse

** Changed in: netplan.io (Ubuntu Noble)
   Status: Confirmed => In Progress

** Changed in: netplan.io (Ubuntu Noble)
 Assignee: (unassigned) => Lukas Märdian (slyon)

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

Title:
  Setting "optional: true" to overcome he timeout "Job systemd-networkd-
  wait-online" does no longer work with latest noble image

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


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

[Bug 2054337] Re: Setup screens incompletely transtated in Italian

2024-04-18 Thread Jeremy Bícha
I noticed this bug was reported about an early alpha build of gnome-
control-center 46. Are you still affected by this issue?

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

Title:
  Setup screens incompletely transtated in Italian

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


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

[Bug 2062269] [NEW] incorrect parsing of long command lines

2024-04-18 Thread Andreas Hasenack
Public bug reported:

https://autopkgtest.ubuntu.com/results/autopkgtest-
noble/noble/ppc64el/u/unhide/20240418_084331_7a010@/log.gz

"""
534s autopkgtest [08:42:25]: test command5: unhide reverse
534s autopkgtest [08:42:25]: test command5: [---
534s Unhide 20211016
534s Copyright © 2010-2021 Yago Jesus & Patrick Gouin
534s License GPLv3+ : GNU GPL version 3 or later
534s http://www.unhide-forensics.info
534s 
534s NOTE : This version of unhide is for systems using Linux >= 2.6 
534s 
534s Used options: 
534s [*]Searching for Fake processes by verifying that all threads seen by ps 
are also seen by others
534s Found FAKE PID: 0  Command = .1ubuntu4 -- bash -ec 'unhide reverse' not 
seen by 3 sys fonc
"""

Look at "command", it's clearly a portion of a long command line. And
'.1ubuntu4' is the ubuntu release of net-tools, which was a trigger for
this test.

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


** Tags: update-excuse

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

Title:
  incorrect parsing of long command lines

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


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

[Bug 2052782] Re: kio-gdrive hangs with no apparant reason

2024-04-18 Thread Scarlett Gately Moore
https://bugs.kde.org/show_bug.cgi?id=420280

** Bug watch added: KDE Bug Tracking System #420280
   https://bugs.kde.org/show_bug.cgi?id=420280

** Also affects: signon-ui (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/2052782

Title:
  kio-gdrive hangs with no apparant reason

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


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

[Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-18 Thread Thomas Angert
I had no problem installing and testing 5.15.0-104, but when I try to
install 105 I get:

Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.15.0-105-generic
Error! The 
/var/lib/dkms/wireguard/1.0.20210606/5.15.0-105-generic/x86_64/dkms.conf for 
module wireguard includes a BUILD_EXCLUSIVE directive which does not match this 
kernel/arch.
The /var/lib/dkms/wireguard/1.0.20210606/5.15.0-105-generic/x86_64/dkms.conf 
for module wireguard includes a BUILD_EXCLUSIVE directive which does not match 
this kernel/arch/config.
This indicates that it should not be built.
   ...done.

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

Title:
  CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

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


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

[Bug 2062269] Re: incorrect parsing of long command lines

2024-04-18 Thread Robie Basak
** Merge proposal linked:
   
https://code.launchpad.net/~racb/ubuntu/+source/unhide/+git/unhide/+merge/464618

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

Title:
  incorrect parsing of long command lines

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


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

[Bug 2062038] Re: Update gnome-mahjongg to 3.40.1

2024-04-18 Thread Jeremy Bícha
** Changed in: gnome-mahjongg (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Update gnome-mahjongg to 3.40.1

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


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

[Bug 2062119] Re: autopkgtests fail on ppc64el

2024-04-18 Thread Adrien Nader
** Tags added: rls-oo-incoming

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

Title:
  autopkgtests fail on ppc64el

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


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

[Bug 2062118] Re: autopkgtests fail on s390x (segfault)

2024-04-18 Thread Adrien Nader
** Tags added: rls-oo-incoming

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

Title:
  autopkgtests fail on s390x (segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/2062118/+subscriptions


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

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-04-18 Thread Joseph Salisbury
Thanks, Eric!  I'm going to build some test kernels and will post them
shortly.

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

Title:
   Adding bpf to CONFIG_LSM in linux kernel

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


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

[Bug 2059337] Re: noble: needrestart triggering SIGTERM of cloud-final.service preventing apt packages from being installed when cloud-init is also being upgraded

2024-04-18 Thread Chad Smith
Marking won't fix as the resolution was in needrestart not cloud-init

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

Title:
  noble: needrestart triggering SIGTERM of cloud-final.service
  preventing apt packages from being installed when cloud-init is also
  being upgraded

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


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

[Bug 2059337] Re: noble: needrestart triggering SIGTERM of cloud-final.service preventing apt packages from being installed when cloud-init is also being upgraded

2024-04-18 Thread Chad Smith
Closing cloud-init task for this bug as cloudimages created after
20240408 contain appropriate needrestart to defer cloud-final.service
during cloud-init package upgrade.

** Changed in: cloud-init (Ubuntu Noble)
   Status: Confirmed => Won't Fix

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

Title:
  noble: needrestart triggering SIGTERM of cloud-final.service
  preventing apt packages from being installed when cloud-init is also
  being upgraded

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


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

[Bug 2061292] Re: Reduce animation setting gets forgotten on every reboot

2024-04-18 Thread Alistair Cunningham
I think I've figured out why this is happening. If I restart directly
into Ubuntu, then it works correctly and the setting is remembered.
However, if I restart into Unity, then back into Ubuntu, the setting is
forgotten. Perhaps Unity is overwriting the setting?

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

Title:
  Reduce animation setting gets forgotten on every reboot

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


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

[Bug 2062144] Re: xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

2024-04-18 Thread Bug Watch Updater
** Changed in: xorg-server (Debian)
   Status: Unknown => Confirmed

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

Title:
  xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

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


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

[Bug 2061981] Re: chromium fails to start with non-standard home directory

2024-04-18 Thread Zygmunt Krynicki
We've debugged this issue and the problem is caused by apparmor re-
execution and configuration files being loaded from read-only snapd
squashfs, thus making HOMEDIRS customization invisible.

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

Title:
  chromium fails to start with non-standard home directory

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


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

[Bug 2061090] Re: [FFe] add libheif as a dependency

2024-04-18 Thread Jeremy Bícha
Ubuntu Release, now that libheif is allowed in Main, Ubuntu Desktop
requests a follow-up FFe to:

Have gnome-control-center & shotwell Depend on heif-gdk-pixbuf & heif-
thumbnailer. Both those packages are built from the same libheif source
package and have no further universe dependencies.

gnome-control-center is seeded in Ubuntu Desktop & Edubuntu
shotwell is seeded in Ubuntu Desktop (expanded install), Ubuntu Cinnamon, 
Ubuntu Kylin, Ubuntu MATE, Ubuntu Unity

The heif format is already mentioned in Shotwell's .desktop files so it
is actually a bug that heif-gdk-pixbuf was not a dependency already.

** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: shotwell (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/2061090

Title:
   [FFe] add libheif as a dependency

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


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

[Bug 2062144] Re: xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

2024-04-18 Thread Timo Aaltonen
the upstream backport request has more context

https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1222

and it's not clear that this wouldn't be a bug in nouveau instead

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

Title:
  xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

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


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

[Bug 2060938] Re: yelp crashed with SIGSEGV

2024-04-18 Thread Daniel van Vugt
See also bug 2062146

** Information type changed from Private to Public

** Tags added: raspi raspigfx

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

Title:
  yelp crashed with SIGSEGV

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


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

[Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-04-18 Thread pmeerw
same, at least it's easy to fix

what's worse is that snap applications (firefox, chromium, slack) fail
to resolve hostnames, see e.g.
https://askubuntu.com/questions/1510668/network-problems-with-snap-apps

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

Title:
  When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

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


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

[Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-04-18 Thread pmeerw
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055012

Title:
  When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

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


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

[Bug 2062166] Re: Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

2024-04-18 Thread Heinrich Schuchardt
cd-boot-images-riscv64 12 is building in ppa:xypron/cd-boot-images-
riscv6.

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

Title:
  Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+subscriptions


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

[Bug 2062166] Re: Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

2024-04-18 Thread Heinrich Schuchardt
** Patch added: "cd-boot-images-riscv64-11..12.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+attachment/5767440/+files/cd-boot-images-riscv64-11..12.debdiff

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

Title:
  Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+subscriptions


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

[Bug 2062071] Re: gff2gff.py crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
Adding that guess-ploidy.py also fails with the error:

$ guess-ploidy.py --help
Traceback (most recent call last):
  File "/usr/bin/guess-ploidy.py", line 29, in 
import matplotlib as mpl
ModuleNotFoundError: No module named 'matplotlib'

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

Title:
  gff2gff.py crashed with ModuleNotFoundError in Noble

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


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

[Bug 2062166] Re: Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

2024-04-18 Thread Heinrich Schuchardt
** Patch removed: "cd-boot-images-riscv64-11..12.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+attachment/5767440/+files/cd-boot-images-riscv64-11..12.debdiff

** Patch added: "cd-boot-images-riscv64-11..12.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+attachment/5767465/+files/cd-boot-images-riscv64-11..12.debdiff

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

Title:
  Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+subscriptions


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

[Bug 2062166] Re: Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

2024-04-18 Thread Heinrich Schuchardt
Merge request https://code.launchpad.net/~xypron/ubuntu/+source/cd-boot-
images-riscv64/+git/cd-boot-images-riscv64/+merge/464607

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

Title:
  Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+subscriptions


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

[Bug 2061729] Re: Ubuntu Dock icon highlight is practically invisible when a white or grey window is behind it

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 24.04.1-0ubuntu1

---
yaru-theme (24.04.1-0ubuntu1) noble; urgency=medium

  [ Muqtadir ]
  * Sync with `org.gnome.Settings` symbolic icons changes
  * add org.gnome.Nautilus* symbolic icons and revert app-grid icon
(LP: #2062046)

  [ Muqtxdir ]
  * add @ubuntujaggers refined app-center fullcolor icon (no visual changes)

  [ Marco Trevisan (Treviño) ]
  * gtk/common: Sync with upstream fixes
  * icons: Remove start-here-symbolic symlink that was breaking view-app-grid.
  * icons: Add view-app-grid-ubuntu-symbolic symlink to start-here
(LP: #2060816).
  * gnome-shell/dock: Use more visible background on highlighted icons
(LP: #2061729)
  * gnome-shell/dock: Draw focused icons with highlight background
(LP: #2062044)
  * icons: Re-render icons and regenerate symlinks
  * debian/control: Add Breaks on ubuntu-dock << 90~
It doesn't really break it but if we'd release this version of the icon
theme before of the new dock, we'd end up changing the dock's show-apps
icon, breaking the UI freeze (related to lp:2060816).

 -- Marco Trevisan (Treviño)   Wed, 17 Apr 2024
21:44:55 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Ubuntu Dock icon highlight is practically invisible when a white or
  grey window is behind it

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


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

[Bug 2062046] Re: Nautilus icons are not using yaru theme

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 24.04.1-0ubuntu1

---
yaru-theme (24.04.1-0ubuntu1) noble; urgency=medium

  [ Muqtadir ]
  * Sync with `org.gnome.Settings` symbolic icons changes
  * add org.gnome.Nautilus* symbolic icons and revert app-grid icon
(LP: #2062046)

  [ Muqtxdir ]
  * add @ubuntujaggers refined app-center fullcolor icon (no visual changes)

  [ Marco Trevisan (Treviño) ]
  * gtk/common: Sync with upstream fixes
  * icons: Remove start-here-symbolic symlink that was breaking view-app-grid.
  * icons: Add view-app-grid-ubuntu-symbolic symlink to start-here
(LP: #2060816).
  * gnome-shell/dock: Use more visible background on highlighted icons
(LP: #2061729)
  * gnome-shell/dock: Draw focused icons with highlight background
(LP: #2062044)
  * icons: Re-render icons and regenerate symlinks
  * debian/control: Add Breaks on ubuntu-dock << 90~
It doesn't really break it but if we'd release this version of the icon
theme before of the new dock, we'd end up changing the dock's show-apps
icon, breaking the UI freeze (related to lp:2060816).

 -- Marco Trevisan (Treviño)   Wed, 17 Apr 2024
21:44:55 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Nautilus icons are not using yaru theme

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


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

[Bug 2062044] Re: Dock icons for focused applications are not highlighted

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package yaru-theme - 24.04.1-0ubuntu1

---
yaru-theme (24.04.1-0ubuntu1) noble; urgency=medium

  [ Muqtadir ]
  * Sync with `org.gnome.Settings` symbolic icons changes
  * add org.gnome.Nautilus* symbolic icons and revert app-grid icon
(LP: #2062046)

  [ Muqtxdir ]
  * add @ubuntujaggers refined app-center fullcolor icon (no visual changes)

  [ Marco Trevisan (Treviño) ]
  * gtk/common: Sync with upstream fixes
  * icons: Remove start-here-symbolic symlink that was breaking view-app-grid.
  * icons: Add view-app-grid-ubuntu-symbolic symlink to start-here
(LP: #2060816).
  * gnome-shell/dock: Use more visible background on highlighted icons
(LP: #2061729)
  * gnome-shell/dock: Draw focused icons with highlight background
(LP: #2062044)
  * icons: Re-render icons and regenerate symlinks
  * debian/control: Add Breaks on ubuntu-dock << 90~
It doesn't really break it but if we'd release this version of the icon
theme before of the new dock, we'd end up changing the dock's show-apps
icon, breaking the UI freeze (related to lp:2060816).

 -- Marco Trevisan (Treviño)   Wed, 17 Apr 2024
21:44:55 +0200

** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Dock icons for focused applications are not highlighted

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


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

[Bug 2062101] Re: Ubuntu Cinnamon logo is white - appears invisible on white background

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntucinnamon-environment - 24.04.3

---
ubuntucinnamon-environment (24.04.3) noble; urgency=medium

  * Installer logo: don't use white on white text (LP: #2062101)
  * Fix html

ubuntucinnamon-environment (24.04.2) noble; urgency=medium

  * Replace the non-visible Ubuntu Cinnamon icon with a visible Noble mascot
(LP: #2060725).

ubuntucinnamon-environment (24.04.1) noble; urgency=medium

  * Fix installed icons

ubuntucinnamon-environment (24.04) noble; urgency=medium

  * Add provisioning for new live installer
* new package ubuntucinnamon-live-settings
  * Update yaru-cinnamon theme (LP: #2056951)
  * Update repository links

 -- Joshua Peisach   Wed, 17 Apr 2024
22:01:05 -0400

** Changed in: ubuntucinnamon-environment (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Ubuntu Cinnamon logo is white - appears invisible on white background

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


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

[Bug 2062179] [NEW] ugrading grub breaks ubuntu system boot (UEFI, BIOS), if root on zfs

2024-04-18 Thread Thomas Schweikle
Public bug reported:

Upgrading a root on zfs system will break this system. This is for:

- 22.04 -> 22.10
- 22.10 -> 23.04
- 23.04 -> 23.10
- 23.10 -> 24.04

- 22.04 -> 24.04

Workaround: set all grub packages on "hold" before upgrading.
If you do not, you'll lose booting possibilities, wrecking your system.

This is for UEFI-Booted system as for BIOS booted systems, as long as
these are installed with root on zfs.

It is for UEFI-Booted systems regardless they are installed with root on
zfs or llvm+ext4.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: grub-common 2.06-2ubuntu16
ProcVersionSignature: Ubuntu 6.5.0-27.28-generic 6.5.13
Uname: Linux 6.5.0-27-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Thu Apr 18 13:58:22 2024
InstallationDate: Installed on 2021-01-19 (1185 days ago)
InstallationMedia: Xubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.grub.d.40_custom: 2021-01-21T08:06:24.144234

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


** Tags: amd64 apport-bug mantic

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

Title:
  ugrading grub breaks ubuntu system boot (UEFI, BIOS), if root on zfs

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


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

[Bug 2062178] [NEW] Disable location services in gnome-control-center

2024-04-18 Thread Jeremy Bícha
Public bug reported:

Impact
--
Mozilla Location Services will be closed to all third parties (including 
Ubuntu, GNOME, KDE, etc.) on June 12, 2024.

Unfortunately, there does not appear to be any suitable replacement for
our typical desktop and laptop users. (Mobile devices like phones may
have GPS that could be used but those devices would only rarely be using
Ubuntu and gnome-control-center.)

To avoid later UI changes and disruption only a few months from now, the
Ubuntu Desktop team would prefer to disable location services before
Ubuntu 24.04 LTS is released.

Other Info
--
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2959

gnome-control-center 46.1 to be released in a few days will also disable
Location Services by default but with a build-time option for distros
who have different deadlines and user profiles.

If an alternative location provider is found that works well enough for
our users, we intend to re-enable this feature with a Stable Release
Update if possible.

Because of this issue, Ubuntu has disabled the Location page in gnome-
initial-setup for 24.04 LTS already.

** Affects: gnome-control-center
 Importance: Unknown
 Status: Unknown

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: In Progress

** Affects: gnome-control-center (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: noble

** Bug watch added: Debian Bug tracker #1067169
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067169

** Also affects: gnome-control-center (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067169
   Importance: Unknown
   Status: Unknown

** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/-/issues #2959
   https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2959

** Also affects: gnome-control-center via
   https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2959
   Importance: Unknown
   Status: Unknown

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

Title:
  Disable location services in gnome-control-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/2062178/+subscriptions


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

[Bug 2061551] Re: Merely booting Ubuntu 24.04 beta live CD breaks BitLocker & booting anything using Shim

2024-04-18 Thread Mate Kukri
I have proposed a patch for this now:
https://github.com/rhboot/shim/pull/657

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

Title:
  Merely booting Ubuntu 24.04 beta live CD breaks BitLocker & booting
  anything using Shim

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


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

[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-04-18 Thread Lukas Märdian
Extensive testing, from different teams and individuals, has happened in
this bug report and especially in the upstream PR
https://github.com/canonical/netplan/pull/456. This is in addition to
the newly added build-time tests and autopkgtests.

This change affects the "systemd-networkd-wait-online" behavior via 
"/run/systemd/system/systemd-networkd-wait-online.service.d/10-netplan.conf" 
and should not affect core-networking. If anything goes wrong the change can 
easily be disabled (at runtime):
$ mkdir -p /etc/systemd/system/systemd-networkd-wait-online.service.d
$ ln -s /dev/null 
/etc/systemd/system/systemd-networkd-wait-online.service.d/10-netplan.conf


I went ahead and uploaded this as 
https://launchpad.net/ubuntu/+source/netplan.io/1.0-2ubuntu1

This bug is still "block-proposed", to give a last chance to anybody who
feels like there is still a blocker in this upload.

** Changed in: netplan.io (Ubuntu Noble)
   Importance: Undecided => High

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

Title:
  Setting "optional: true" to overcome he timeout "Job systemd-networkd-
  wait-online" does no longer work with latest noble image

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


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

[Bug 2062228] [NEW] [FFe] late glibc upload due to CVE-2024-2961

2024-04-18 Thread Simon Chopin
Public bug reported:

Details to follow.

** Affects: glibc (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/2062228

Title:
  [FFe] late glibc upload due to CVE-2024-2961

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


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

[Bug 2062164] Re: test binary in share doc folder

2024-04-18 Thread Hector CAO
The fix is uploaded here :
https://launchpad.net/~hectorcao/+archive/ubuntu/lp-2062164

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

Title:
  test binary in share doc folder

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


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

[Bug 2062178] Re: Disable location services in gnome-control-center

2024-04-18 Thread Treviño
> Unfortunately, there does not appear to be any suitable replacement
for our typical desktop and laptop users.

When mozilla service is not used, GeoIP is used instead. It's not
perfect (especially if using a VPN) but it's good enough to provide
features such as automatic-timezone and night light.

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

Title:
  Disable location services in gnome-control-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/2062178/+subscriptions


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

[Bug 2061090] Re: [FFe] add libheif as a dependency

2024-04-18 Thread Jeremy Bícha
** Changed in: libgd2 (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
   [FFe] add libheif as a dependency

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


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

[Bug 2062330] Re: Chromium fails to start apparently citing issue with nocsd

2024-04-18 Thread macho
Fixed it! Many thanks for the quick solution.

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

Title:
  Chromium fails to start apparently citing issue with nocsd

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


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

[Bug 2060056] Re: [MIR] dotnet8

2024-04-18 Thread Christian Ehrhardt 
Also valid for Jammy/Mantic, see [1] for more details.
Promoting ...

[1]:
https://bugs.launchpad.net/ubuntu/+source/dotnet6/+bug/2023531/comments/22

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

Title:
  [MIR] dotnet8

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


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

[Bug 2023531] Re: [MIR] dotnet6

2024-04-18 Thread Christian Ehrhardt 
For Mantic I see it is pulled in via the seeds as expected now [1].
For jammy that is not there, but that is because it was not updated for two 
months which is a different problem - the change is the very same and is ok.

The case is approved, it was meant to also go back to Jammy and where the 
reports run it confirms that the seed changes worked.
Promoting ...

[1]: https://ubuntu-archive-team.ubuntu.com/germinate-
output/ubuntu.mantic/all

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

Title:
  [MIR] dotnet6

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


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

[Bug 2060659] Re: X11 fractional scaling support is missing in 46.0

2024-04-18 Thread Treviño
fossfreedom, probably magpie should use a different schema name though
and *always* conflict with mutter, no?

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

Title:
  X11 fractional scaling support is missing in 46.0

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


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

[Bug 2062330] Re: Chromium fails to start with "invalid home directory"

2024-04-18 Thread macho
Re: #3 above: it no longer shows, though I have a variety of other error
messages, in case of interest (see below).

Thanks again.

$ chromium
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/local/share/doc /usr/local/share/doc none bind,ro 0 
0): cannot open directory "/usr/local/share": permission denied
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/sphinx_rtd_theme /usr/share/sphinx_rtd_theme 
none bind,ro 0 0): cannot open directory "/var/lib/snapd": permission denied
update.go:85: cannot change mount namespace according to change mount 
(/var/lib/snapd/hostfs/usr/share/xubuntu-docs /usr/share/xubuntu-docs none 
bind,ro 0 0): cannot open directory "/var/lib/snapd": permission denied
Gtk-Message: 10:11:21.053: Failed to load module "xapp-gtk3-module"
Gtk-Message: 10:11:21.053: Not loading module "atk-bridge": The functionality 
is provided by GTK natively. Please try to not load it.

(chrome:32339): Gtk-WARNING **: 10:11:21.146: GTK+ module 
/snap/chromium/2821/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
 cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not 
supported.
Gtk-Message: 10:11:21.146: Failed to load module "canberra-gtk-module"

(chrome:32339): Gtk-WARNING **: 10:11:21.147: GTK+ module 
/snap/chromium/2821/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
 cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not 
supported.
Gtk-Message: 10:11:21.147: Failed to load module "canberra-gtk-module"
[32339:32339:0418/101121.220093:ERROR:policy_logger.cc(157)] 
:components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161)
 Cloud management controller initialization aborted as CBCM is not enabled. 
Please use the `--enable-chrome-browser-cloud-management` command line flag to 
enable it if you are not using the official Google Chrome build.

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

Title:
  Chromium fails to start with "invalid home directory"

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


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

[Bug 2062374] [NEW] [Feature Request] Build dotnet-runtime-deps packages

2024-04-18 Thread Dominik Viererbe
Public bug reported:

Microsoft builds and recommends [1] building the packages `dotnet-
runtime-deps-6.0`, `dotnet-runtime-deps-7.0`, `dotnet-runtime-deps-8.0`.
These contain the dependencies needed by the .NET runtime for the
specific version.

This is useful if a developer created a self contained application that
is bundled with a runtime, because the bundled runtime still has
dependencies [2]. Having these packages improves the developer
experience, because developers do not need to install (& keep track of
changes to) runtime dependencies manually.

[Implementation details]

I already looked into how we would add these packages:

- `dotnet-runtime-deps-X.0` would just be an empty package
- `dotnet-runtime-X.0` would depend on `dotnet-runtime-deps-X.0`
- the `libicuXX` depends would move to `dotnet-runtime-deps-X.0`
- We need to capture the ${shlibs:Depends} of `dotnet-runtime-X.0` and copy it 

I looked up that dh_shlibdeps generates `debian/*.substvars` where * is
the package name. The .substvars file will contain the substitution
values. Then we just need to "smartly" copy the values over from
`dotnet-runtime-X.0.substvar` into `dotnet-runtime-deps-X.0.substvar`
before calling dh_gencontrol in override_dh_gencontrol.

[1] 
https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging#recommended-packages
[2] 
https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?pivots=os-linux-ubuntu-2404=dotnet8#dependencies

** Affects: dotnet6 (Ubuntu)
 Importance: Wishlist
 Status: Triaged

** Affects: dotnet7 (Ubuntu)
 Importance: Wishlist
 Status: Triaged

** Affects: dotnet8 (Ubuntu)
 Importance: Wishlist
 Status: Triaged

** Changed in: dotnet8 (Ubuntu)
   Status: New => Triaged

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

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

** Changed in: dotnet7 (Ubuntu)
   Status: New => Triaged

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

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

** Changed in: dotnet6 (Ubuntu)
   Status: New => Triaged

** Changed in: dotnet6 (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/2062374

Title:
  [Feature Request] Build dotnet-runtime-deps packages

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


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

[Bug 2062373] Re: 24.04 TPM backed FDE regression following snapd 2.62 update

2024-04-18 Thread Brian Murray
** Changed in: snapd (Ubuntu Noble)
Milestone: None => ubuntu-24.04

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

Title:
  24.04 TPM backed FDE regression following snapd 2.62 update

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


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

[Bug 2062373] [NEW] 24.04 TPM backed FDE regression following snapd 2.62 update

2024-04-18 Thread Philip Roche
Public bug reported:

Azure testing has reported an issue following update of the nullboot
package from 0.5.0-0ubuntu3 to 0.5.1-0ubuntu1 which I am informed
included the vendoring of snapd 2.62.

This has caused a regression and TPM backed FDE instances no longer boot
as expected.

There are reports that this is affecting desktop TPM backed FDE too.

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

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

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

** Affects: nullboot (Ubuntu Noble)
 Importance: Undecided
 Status: New

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

** Affects: snapd (Ubuntu Noble)
 Importance: Undecided
 Status: New

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

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

** Also affects: nullboot (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/2062373

Title:
  24.04 TPM backed FDE regression following snapd 2.62 update

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


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

[Bug 2062373] Re: 24.04 TPM backed FDE regression following snapd 2.62 update

2024-04-18 Thread Philip Roche
This is a 24.04 release blocking bug as it is a regression and results
in a failure to boot for TPM backed FDE instances.

** Description changed:

  Azure testing has reported an issue following update of the nullboot
  package from 0.5.0-0ubuntu3 to 0.5.1-0ubuntu1 which I am informed
  included the vendoring of snapd 2.62.
  
+ This has caused a regression and TPM backed FDE instances no longer boot
+ as expected.
  
- This has caused a regression and TPM backed FDE instances no longer boot as 
expected.
+ There are reports that this is affecting desktop TPM backed FDE too.

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

Title:
  24.04 TPM backed FDE regression following snapd 2.62 update

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


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

[Bug 2061089] Re: [FFe] update libheif dependencies

2024-04-18 Thread Graham Inggs
It looks like everything has been covered here.  FFe granted, please go
ahead.

** Changed in: libheif (Ubuntu)
   Status: New => Triaged

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

Title:
  [FFe] update libheif dependencies

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


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

[Bug 2061090] Re: [FFe] add libheif as a dependency

2024-04-18 Thread Graham Inggs
It looks like everything has been covered here.  FFe granted, please go
ahead.

** Changed in: libgd2 (Ubuntu)
   Status: New => Triaged

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

Title:
   [FFe] add libheif as a dependency

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


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

[Bug 2061990] Re: Please RM armhf binaries

2024-04-18 Thread Dave Jones
Additional context:

flash-kernel has several methods of "flashing" boot artifacts
(bootloaders, kernel, initrd, etc.) on various boards. Flashing may
actually mean flashing EEPROM (typically done via some other utility, in
many cases mtd-utils -- mtd incidentally is "Memory Technology Device",
often EEPROM), or may simply mean file-system copies (as in the raspi
where most boot artifacts just sit on a FAT partition).

Hence, if mtd-utils fails the scenarios range from "everything still
works fine" all the way down to "bricked board". Given the potential
range of outcomes, that the tests (but only the tests) indicate
something is wrong, and that we have no other means of determining the
outcome, I would prefer an abundance of caution and to simply prevent
flashing in the first place.

Additional mitigation:

This only affects images that have deb-based boot artifacts like a
bootloader and kernel. Container images are not affected, nor are snap-
based images. After contacting hardware enablement, and certification we
can't find anyone actually producing an armhf image this cycle (for
noble) that contains such artifacts.

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

Title:
  Please RM armhf binaries

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


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

[Bug 2061940] Re: Some DUTs can't boot up after installing the proposed kernel on Mantic

2024-04-18 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Ivan Hu (ivan.hu)

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

Title:
  Some DUTs can't boot up after installing the proposed kernel on Mantic

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


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

[Bug 2062061] Re: mdinspect crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  mdinspect crashed with ModuleNotFoundError in Noble

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


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

[Bug 2062059] Re: read_datamatrix crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  read_datamatrix crashed with ModuleNotFoundError in Noble

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


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

[Bug 2062064] Re: anki crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  anki crashed with ModuleNotFoundError in Noble

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


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

[Bug 2061990] Re: Please RM armhf binaries

2024-04-18 Thread Dave Jones
$ reverse-depends src:mtd-utils
Reverse-Recommends
==
* 0x [armhf](for mtd-utils)
* python3-binwalk   (for mtd-utils)

Reverse-Depends
===
* flash-kernel [arm64 armhf](for mtd-utils)

Packages without architectures listed are reverse-dependencies in:
amd64, arm64, armhf, i386, ppc64el, s390x


$ reverse-depends -b src:mtd-utils
Reverse-Testsuite-Triggers
==
* swupdate  (for libubi-dev)
* swupdate  (for libmtd-dev)

Reverse-Build-Depends
=
* swupdate  (for libubi-dev)
* swupdate  (for libmtd-dev)

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

Title:
  Please RM armhf binaries

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


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

[Bug 2062057] Re: main.py crashed with ModuleNotFoundError in Noble

2024-04-18 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  main.py crashed with ModuleNotFoundError in Noble

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


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

[Bug 2062166] [NEW] Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

2024-04-18 Thread Heinrich Schuchardt
Public bug reported:

U-Boot 2024.01+dfsg-1ubuntu1 fails to boot on the Unmatched board.

** Affects: cd-boot-images-riscv64 (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/2062166

Title:
  Rebuild against u-boot-sifive 2024.01+dfsg-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cd-boot-images-riscv64/+bug/2062166/+subscriptions


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

[Bug 2062146] Re: MiniBrowser crashed with SIGSEGV

2024-04-18 Thread Bug Watch Updater
** Changed in: mesa
   Status: Unknown => New

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

Title:
  MiniBrowser crashed with SIGSEGV

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


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

[Bug 2060920] Re: Noble installer crashes on Raspberry Pi 400 when WPA3 times out/fails to connect

2024-04-18 Thread Prof. Schniepp
Same (or similar) happened to me on a Pi 5. Tried daily images from 4/17
and 4/14.

On the 4/17 image I was asked for keyboard, type, time zone, WiFi
connection, username and password during GUI installation. However, the
installer then crashes with a GUI error message. It then goes to a GUI
login screen, but the username/password combination created earlier
don't work for login. (Probably the account is never created.) I could
not find a default username/password combination that I could use to log
in.

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

Title:
  Noble installer crashes on Raspberry Pi 400 when WPA3 times out/fails
  to connect

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


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

[Bug 2059898] Re: [UIFe] Subiquity fails to download packages after ignoring mirror test result

2024-04-18 Thread Olivier Gayot
** Changed in: subiquity (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: subiquity
   Status: In Progress => Fix Committed

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

Title:
  [UIFe] Subiquity fails to download packages after  ignoring mirror
  test result

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


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

[Bug 2056767] Re: FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main) with gnome-software packaging split

2024-04-18 Thread Jeremy Bícha
The split is required to allow people to use the gnome-software app
without .deb support. Some people want the app just for Flatpaks because
the Snap Store handles .deb's and Snaps. I have seen several requests
for this.

I apologize for not pinging loud enough but I had finalized the FFe
request by April 1/April 2.

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

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

Title:
  FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main)
  with gnome-software packaging split

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


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

[Bug 1545383] Re: bijiben assert failure: bijiben: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

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

** Changed in: bijiben (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/1545383

Title:
  bijiben assert failure: bijiben: ../../src/xcb_io.c:179:
  dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq'
  failed.

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


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

[Bug 2062128] Re: Booting with nvidia proprietary drivers 550.67 results in gdm3 being displayed on X11 rather than Wayland

2024-04-18 Thread Daniel van Vugt
Sorry, that was a rushed response and clearly something needs correcting
even if it's just the 61-gdm.rules

Our intent is not usually to disable Wayland, but offer Xorg as the
default when an Nvidia driver is present.

I *think* of the drivers available in Noble it would make sense that
Wayland is listed for 535 and above. Just never as the default option.

Support for Wayland in Mutter on Nvidia-470 has regressed in recent
months/years and may never get fixed since it relies on EGLDevice
support which is being abandoned by both GNOME and Nvidia. So "lower
version than 470" sounds like it needs changing if we can't fix Mutter.

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

Title:
  Booting with nvidia proprietary drivers 550.67 results in gdm3 being
  displayed on X11 rather than Wayland

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


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

  1   2   3   4   5   6   7   >