[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Daniel van Vugt
It looks like a significant proportion of webkit2gtk crashes are Nvidia-
specific and don't have retraces (which is actually a bug in
errors.ubuntu.com because that doesn't happen when debugging locally):

https://errors.ubuntu.com/?release=Ubuntu%2023.04=webkit2gtk=week

So it looks like we will need to catch a crash file and then debug it on
the original machine (apport-unpack, gdb).


** Project changed: gnome-control-center => ubuntu

** No longer affects: ubuntu

** No longer affects: gnome-control-center (Ubuntu)

** No longer affects: gnome-online-accounts (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Daniel van Vugt
In that case please try reproducing the bug again and then repeat the
steps in comment #7.

** Tags added: nvidia

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Bug Watch Updater
Launchpad has imported 51 comments from the remote bug at
https://bugs.webkit.org/show_bug.cgi?id=228268.

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


On 2021-07-24T22:00:53+00:00 Emil Sayahi wrote:

Hello! This is my first time submitting a bug report, so apologies if
I'm not as helpful as I should be.

I'm currently successfully building `libwebkitgtk-5.0`, and I've embedded it as 
part of developing a new browser project.
I was originally using the stable release of WebKitGTK from the Arch Linux 
package repositories, but as part of porting my browser to GTK4 I've had to 
recompile the library myself for GTK4 support (here's the script I wrote to do 
this: 
https://raw.githubusercontent.com/Dirout/oku/50c1bd443ac50943b359b16e9d3a140faa604c89/build-dependencies.sh)

Presently, this build of WebKitGTK is completely blank—no content or developer 
tools menu elements visible—unless I select and drag something offscreen, at 
which point it becomes visible until I let go of the mouse again.
Perhaps this rendering bug is connected to the fact that I have an Nvidia GPU? 
I'll need to do further testing on an old laptop I have somewhere.

Additionally, almost all page loads fail while emitting any of the following 
warnings:
```
(process:70483): GLib-Net-WARNING **: 17:44:39.051: 
../glib-networking/tls/gnutls/gtlscertificate-gnutls.c:161: invalid property id 
3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'

(process:67609): GLib-GIO-WARNING **: 17:13:47.931:
../subprojects/glib/gio/gtlsconnection.c:397: invalid property id 12 for
"protocol-version" of type 'GParamEnum' in 'GTlsClientConnectionGnutls'

(process:67609): GLib-GIO-WARNING **: 17:13:47.931: 
../subprojects/glib/gio/gtlsconnection.c:397: invalid property id 13 for 
"ciphersuite-name" of type 'GParamString' in 'GTlsClientConnectionGnutls'
```

In the browser, the page contents simply are 'Error reading data from TLS 
socket: The specified session has been invalidated for some reason.' or, 
sometimes, 'Could not parse HTTP response'.
This is not always reproducible, sometimes, rarely, page loads just randomly 
work, but 99% of the time they don't.
I've tried Google, YouTube, Reddit, 'https://example.com', and 
'https://www.iana.org/domains/reserved'.
My best guess is that this is some bug introduced in `libsoup-3.0`, maybe in 
its `glib` dependency? I had to recompile `libsoup` as well, for the same 
reasons I had to recompile WebKitGTK.

My biggest concern, by far, is the visibility issue. It does appear that things 
are being rendered, it's just pure white unless I drag things away with my 
mouse.
To be clear, every other GUI element of my GTK app is visible and working 
properly, it's just the WebView which is experiencing this.

I'm running Arch Linux with GNOME DE, X11 (because Nvidia GPU), using
proprietary Nvidia drivers, with all installed packages up-to-date.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-online-
accounts/+bug/2023322/comments/0


On 2021-07-25T00:18:40+00:00 Emil Sayahi wrote:

Ah, interesting. I've discovered the rendering isn't actually pure white, but 
slightly darker. I ramped up my Night Shift intensity in the GNOME settings 
app, and I can slightly make out some text from the WebView in a very light 
grey.
The developer tools, accessed from the 'Inspect Element' context menu option, 
are completely invisible, however.
Context menus, like the rest of the GTK elements, appear to be working just 
fine.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-online-
accounts/+bug/2023322/comments/1


On 2021-07-25T03:45:58+00:00 Emil Sayahi wrote:

I've made a discovery regarding the page loading failure.
Based on the errors, I guessed it was an issue with HTTPS.
I've been able to connect to 'http://neverssl.com/' and 'http://example.com' 
(as opposed to the https version) consistently.
I'm now updating the bug report title to mention this issue

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-online-
accounts/+bug/2023322/comments/2


On 2021-07-25T18:02:26+00:00 Mcatanzaro-c wrote:

(In reply to Emil Sayahi from comment #0)
> Additionally, almost all page loads fail while emitting any of the following
> warnings:
> ```
> (process:70483): GLib-Net-WARNING **: 17:44:39.051:
> ../glib-networking/tls/gnutls/gtlscertificate-gnutls.c:161: invalid property
> id 3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'
> 
> (process:67609): GLib-GIO-WARNING **: 17:13:47.931:
> 

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Allen
Nothing in /var/crash.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Allen
https://errors.ubuntu.com/user/71bccc9eec8b281afbf94f22b6f69c64a37ecb7e24b101ec466be8c2cd4977590e029bded41a9364d90f45402e96cb8f3c33b48ae17febc41fc2a442a21d0ece

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2025308] Re: package appstream 0.15.2-2 failed to install/upgrade: installed appstream package post-installation script subprocess returned error exit status 1

2023-06-28 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package appstream 0.15.2-2 failed to install/upgrade: installed
  appstream package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 2025308] [NEW] package appstream 0.15.2-2 failed to install/upgrade: installed appstream package post-installation script subprocess returned error exit status 1

2023-06-28 Thread dave peter
Public bug reported:

unknown

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: appstream 0.15.2-2
Uname: Linux 5.10.104-tegra aarch64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: arm64
CasperMD5CheckResult: unknown
Date: Wed Jun 28 21:47:23 2023
ErrorMessage: installed appstream package post-installation script subprocess 
returned error exit status 1
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: /usr/bin/python3.10, Python 3.10.6, python-is-python3, 3.9.2-2
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.2
 apt  2.4.9
SourcePackage: appstream
Title: package appstream 0.15.2-2 failed to install/upgrade: installed 
appstream package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to jammy on 2023-06-29 (0 days ago)

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


** Tags: apport-package arm64 jammy

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

Title:
  package appstream 0.15.2-2 failed to install/upgrade: installed
  appstream package post-installation script subprocess returned error
  exit status 1

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Daniel van Vugt
The main issue here looks like:

Jun 08 11:17:06 CCW-HAL kernel: WebKitWebProces[11026]: segfault at
55bd22ad9adc ip 55bd22ad9adc sp 7ffd1f6adbe8 error 14 likely on
CPU 2 (core 2, socket 0)

even though that doesn't sound the same as the upstream bugs. Maybe
we'll need to detach those...

To help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


** Bug watch added: bugs.webkit.org/ #228268
   https://bugs.webkit.org/show_bug.cgi?id=228268

** Also affects: webkit via
   https://bugs.webkit.org/show_bug.cgi?id=228268
   Importance: Unknown
   Status: Unknown

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2025290] Re: user-accounts: GFileInfo created without standard::symlink-target

2023-06-28 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2025290

Title:
  user-accounts: GFileInfo created without standard::symlink-target

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


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

[Bug 2025290] Re: user-accounts: GFileInfo created without standard::symlink-target

2023-06-28 Thread Gunnar Hjalmarsson
** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/-/issues #2547
   https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2547

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2025290

Title:
  user-accounts: GFileInfo created without standard::symlink-target

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


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

[Bug 2025290] Re: user-accounts: GFileInfo created without standard::symlink-target

2023-06-28 Thread Jeremy Bícha
I believe this is triggered by
https://launchpad.net/ubuntu/+source/glib2.0/2.76.3-1ubuntu1

It should be fixed upstream. Could you report this issue there?

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

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Triaged

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2025290

Title:
  user-accounts: GFileInfo created without standard::symlink-target

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


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

[Bug 2025287] Re: mutter cogl-test-framebuffer-get-bits-gl3 failure

2023-06-28 Thread Jeremy Bícha
** Changed in: mutter (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  mutter cogl-test-framebuffer-get-bits-gl3 failure

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


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

[Bug 2025290] Re: user-accounts: GFileInfo created without standard::symlink-target

2023-06-28 Thread Gunnar Hjalmarsson
Possibly the updated accountsservice has something to do with it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2025290

Title:
  user-accounts: GFileInfo created without standard::symlink-target

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


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

[Bug 1998286] Re: Release mutter 42.9 to jammy

2023-06-28 Thread Jeremy Bícha
** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

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

Title:
  Release mutter 42.9 to jammy

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2025290] [NEW] user-accounts: GFileInfo created without standard::symlink-target

2023-06-28 Thread Gunnar Hjalmarsson
Public bug reported:

If I open g-c-c from terminal on an updated mantic install and switch to
the Users panel, I see some warning messages (see attachment).

I don't know the significance of it, but it does not look right...

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-control-center 1:44.1-1ubuntu1
ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
Uname: Linux 6.3.0-7-generic x86_64
ApportVersion: 2.26.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Jun 28 20:55:07 2023
InstallationDate: Installed on 2022-05-07 (416 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to mantic on 2023-06-20 (8 days ago)

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


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

** Attachment added: "settings-users-warning-messages.txt"
   
https://bugs.launchpad.net/bugs/2025290/+attachment/5682583/+files/settings-users-warning-messages.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2025290

Title:
  user-accounts: GFileInfo created without standard::symlink-target

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2025287] [NEW] mutter cogl-test-framebuffer-get-bits-gl3 failure

2023-06-28 Thread Jeremy Bícha
Public bug reported:

mutter has one failing build test in Mantic. Debian Experimental has the
same build test failure but Ubuntu 23.04 (Lunar) does not.

This is reproducible with mutter 44.2-1 from earlier in June so this
appears to be triggered by a change in one of the dependencies.

https://launchpad.net/ubuntu/+source/mutter/44.2-2ubuntu1

Build log excerpt
=

 67/179 mutter:cogl+cogl/conform / cogl-test-framebuffer-get-bits-gl3   
   RUNNING   
>>> LD_LIBRARY_PATH=/<>/obj-x86_64-linux-gnu/cogl/cogl:/<>/obj-x86_64-linux-gnu/src:/<>/obj-x86_64-linux-gnu/cogl/cogl-pango:/<>/obj-x86_64-linux-gnu/src/tests:/<>/obj-x86_64-linux-gnu/clutter/clutter
>>>  G_ENABLE_DIAGNOSTIC=0 
>>> G_TEST_BUILDDIR=/<>/obj-x86_64-linux-gnu/src/tests/cogl/conform
>>>  G_TEST_SRCDIR=/<>/src/tests/cogl/conform COGL_DRIVER=gl3 
>>> MALLOC_PERTURB_=209 
>>> MUTTER_TEST_PLUGIN_PATH=/<>/obj-x86_64-linux-gnu/src/compositor/plugins/libdefault.so
>>>  /<>/src/tests/meta-dbus-runner.py -- 
>>> /<>/obj-x86_64-linux-gnu/src/tests/cogl/conform/cogl-test-framebuffer-get-bits
― ✀  ―
Starting D-Bus daemons (session & system)...
Launching required services...
Starting mocked services...
Running test case...
TAP version 13
# random seed: R02Scf195b999d71877c99f7f10a5670c4cb
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation memory 
(GMemorySettingsBackend) for ‘gsettings-backend’
# libmutter-MESSAGE: Running Mutter Test (using mutter 44.2) as a Wayland 
display server
# libmutter-MESSAGE: Created surfaceless renderer without GPU
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local 
(GLocalVfs) for ‘gio-vfs’
# libmutter-MESSAGE: Disabling DMA buffer screen sharing (not hardware 
accelerated)
# libmutter-MESSAGE: Disabling DMA buffer screen sharing (implicit modifiers 
not supported)
# libmutter-DEBUG: WL: loaded 
libnvidia-egl-wayland.so.1:wl_eglstream_controller.
# libmutter-MESSAGE: Using Wayland display name 'mutter-test-display'
Window manager warning: Failed to set environment variable WAYLAND_DISPLAY for 
gnome-session: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name 
"org.gnome.SessionManager" does not exist
1..1
# Start of framebuffer tests
**
ERROR:../src/tests/cogl/conform/test-framebuffer-get-bits.c:39:test_framebuffer_get_bits:
 assertion failed (cogl_framebuffer_get_alpha_bits (fb_a) >= 1): (0 >= 1)
not ok /framebuffer/get-bits - 
ERROR:../src/tests/cogl/conform/test-framebuffer-get-bits.c:39:test_framebuffer_get_bits:
 assertion failed (cogl_framebuffer_get_alpha_bits (fb_a) >= 1): (0 >= 1)
Bail out!
――
 67/179 mutter:cogl+cogl/conform / cogl-test-framebuffer-get-bits-gl3   
   FAIL 1.09s   (exit status 250 or signal 122 
SIGinvalid)

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


** Tags: ftbfs mantic update-excuse

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

Title:
  mutter cogl-test-framebuffer-get-bits-gl3 failure

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


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

[Bug 1998286] Re: Release mutter 42.9 to jammy

2023-06-28 Thread fossfreedom
Installed libmutter-10-0 from jammy-proposed v42.9-0ubuntu1 in Ubuntu
Budgie

Logout and login.  Tested standard window manipulation
(maximise/minimise) as well as side-by-side tiling with center resizing
- no issues

Examined /var/crash - no issues

shortcut keys to scroll left/right in workspace works ok

Note - extra test case 1 no system prompt is visible - but that appears
to be a gnome-shell specific thing since it wasnt visible in v10.5

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

Title:
  Release mutter 42.9 to jammy

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


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

[Bug 2007411] Re: gnome-control-center-goa-helper hangs after toggling a rocker switch

2023-06-28 Thread Jeremy Bícha
*** This bug is a duplicate of bug 2023322 ***
https://bugs.launchpad.net/bugs/2023322

Because you are using Nvidia drivers, I am marking this a duplicate of
bug 2023322

** This bug has been marked a duplicate of bug 2023322
   Unable to setup Google Online Accounts with Nvidia drivers

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2007411

Title:
  gnome-control-center-goa-helper hangs after toggling a rocker switch

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


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

[Bug 2023322] Re: Unable to setup Google Online Accounts with Nvidia drivers

2023-06-28 Thread Jeremy Bícha
** Summary changed:

-  Unable to connect Ubuntu with Google Online Accounts
+ Unable to setup Google Online Accounts with Nvidia drivers

** Changed in: gnome-online-accounts (Ubuntu)
   Importance: Undecided => High

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

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

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

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

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

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Triaged

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

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2023322

Title:
  Unable to setup Google Online Accounts with Nvidia drivers

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


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

[Bug 2019739] Re: Cannot reauthorize Google account or authorize again. The app crashes

2023-06-28 Thread Jeremy Bícha
*** This bug is a duplicate of bug 2023322 ***
https://bugs.launchpad.net/bugs/2023322

** This bug has been marked a duplicate of bug 2023322
Unable to connect Ubuntu with Google Online Accounts

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2019739

Title:
  Cannot reauthorize Google account or authorize again. The app crashes

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


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

[Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2023-06-28 Thread Georgia Garcia
I have verified on lunar with both apparmor and evince packages updated
from the proposed pocket, it works as expected.

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

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

Title:
  Clicking a hyperlink in a PDF fails to open it if the default browser
  is a snap

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


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

[Bug 2016990] Re: Irregular frame rate in some fullscreen games

2023-06-28 Thread Jeremy Bícha
** Changed in: mutter (Ubuntu Lunar)
   Status: Fix Committed => Triaged

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

Title:
  Irregular frame rate in some fullscreen games

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


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

[Bug 2023766] Re: Mouse cursor stutters but only over GUI elements that are animated

2023-06-28 Thread Jeremy Bícha
** Changed in: mutter (Ubuntu Lunar)
   Status: Fix Committed => Triaged

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

Title:
  Mouse cursor stutters but only over GUI elements that are animated

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


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

[Bug 2012978] Autopkgtest regression report (gjs/1.72.4-0ubuntu0.22.04.1)

2023-06-28 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted gjs (1.72.4-0ubuntu0.22.04.1) for jammy 
have finished running.
The following regressions have been reported in tests triggered by the package:

gjs/1.72.4-0ubuntu0.22.04.1 (amd64)


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

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

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

Thank you!

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

Title:
  Memory leak

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


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

[Bug 2023572] Autopkgtest regression report (gjs/1.72.4-0ubuntu0.22.04.1)

2023-06-28 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted gjs (1.72.4-0ubuntu0.22.04.1) for jammy 
have finished running.
The following regressions have been reported in tests triggered by the package:

gjs/1.72.4-0ubuntu0.22.04.1 (amd64)


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

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

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

Thank you!

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

Title:
  SRU gjs 1.72.4 to jammy

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


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

[Bug 1968910] Re: Extension NAME already installed in /usr/share/gnome-shell/extensions/NAME. /usr/share/gnome-shell/extensions/NAME will not be loaded

2023-06-28 Thread Laurent Bonnaud
Here is an updated error message list from lunar:

# journalctl | grep Extension
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
apps-m...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/apps-m...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/apps-m...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
auto-move-wind...@gnome-shell-extensions.gcampax.github.com already installed 
in 
/usr/share/gnome-shell/extensions/auto-move-wind...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/auto-move-wind...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
drive-m...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/drive-m...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/drive-m...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
launch-new-insta...@gnome-shell-extensions.gcampax.github.com already installed 
in 
/usr/share/gnome-shell/extensions/launch-new-insta...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/launch-new-insta...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
native-window-placem...@gnome-shell-extensions.gcampax.github.com already 
installed in 
/usr/share/gnome-shell/extensions/native-window-placem...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/native-window-placem...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
places-m...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/places-m...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/places-m...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
screenshot-window-si...@gnome-shell-extensions.gcampax.github.com already 
installed in 
/usr/share/gnome-shell/extensions/screenshot-window-si...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/screenshot-window-si...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
ubuntu-appindicat...@ubuntu.com already installed in 
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com. 
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com will not be 
loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension ubuntu-d...@ubuntu.com 
already installed in /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com. 
/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
user-th...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/user-th...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/user-th...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
window-l...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/window-l...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/window-l...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
windowsnaviga...@gnome-shell-extensions.gcampax.github.com already installed in 
/usr/share/gnome-shell/extensions/windowsnaviga...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/windowsnaviga...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension 
workspace-indica...@gnome-shell-extensions.gcampax.github.com already installed 
in 
/usr/share/gnome-shell/extensions/workspace-indica...@gnome-shell-extensions.gcampax.github.com.
 
/usr/share/gnome-shell/extensions/workspace-indica...@gnome-shell-extensions.gcampax.github.com
 will not be loaded
Jun 28 08:27:35 vougeot gnome-shell[4088]: Extension d...@rastersoft.com 
already installed in /usr/share/gnome-shell/extensions/d...@rastersoft.com. 
/usr/share/gnome-shell/extensions/d...@rastersoft.com will not be loaded
[...]

** Tags added: kinetic lunar

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

Title:
  Extension NAME already installed in /usr/share/gnome-
  shell/extensions/NAME. /usr/share/gnome-shell/extensions/NAME will not
  be loaded

To manage notifications about this bug go to:

[Bug 2020782] Re: Xdcv: Changing display scale setting and reverting it fails

2023-06-28 Thread Daniel van Vugt
Also the virtual monitors turning on at revert stops happening if you
get your config file (~/.config/monitors.xml) to a state where the
secondary monitors are explicitly listed as . So there is a
difference between the default mutter config when monitors.xml doesn't
exist, and when they are explicitly disabled by the config file.

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

Title:
  Xdcv: Changing display scale setting and reverting it fails

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


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

[Bug 2012978] Re: Memory leak

2023-06-28 Thread Robie Basak
Hello Vladimir, or anyone else affected,

Accepted gjs into jammy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gjs/1.72.4-0ubuntu0.22.04.1 in a
few hours, and then in the -proposed repository.

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

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

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

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

** Changed in: gjs (Ubuntu Jammy)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-jammy

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

Title:
  Memory leak

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


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

[Bug 2020782] Re: Xdcv: Changing display scale setting and reverting it fails

2023-06-28 Thread Daniel van Vugt
Looking at this again, I'm now testing an even smaller patch (named
vv6):

@@ -92,6 +92,9 @@ calculate_xrandr_refresh_rate (XRRModeIn
   float h_total;
   float v_total;
 
+  if (xmode->hTotal == 0 || xmode->vTotal == 0)
+return 0.0f;
+
   h_total = (float) xmode->hTotal;
   v_total = (float) xmode->vTotal;

and it seems it still has the same problem. The interesting thing about
this is that the patch is now so small that it shows the remaining
problem (other virtual monitors automatically turned on) is not a bug in
my patch but is a pre-existing bug somewhere.

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

Title:
  Xdcv: Changing display scale setting and reverting it fails

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


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

[Bug 2023572] Please test proposed package

2023-06-28 Thread Robie Basak
Hello Marco, or anyone else affected,

Accepted gjs into jammy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gjs/1.72.4-0ubuntu0.22.04.1 in a
few hours, and then in the -proposed repository.

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

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

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

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

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

Title:
  SRU gjs 1.72.4 to jammy

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


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

[Bug 2023572] Re: SRU gjs 1.72.4 to jammy

2023-06-28 Thread Robie Basak
This looks good. Accepting, but subject to test plan review. See
https://discourse.ubuntu.com/t/scope-of-gnome-mru/18041/61?u=rbasak.
It's probably worth waiting on SRU verification until the test plan is
approved.

** Tags added: verification-needed verification-needed-jammy

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

Title:
  SRU gjs 1.72.4 to jammy

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


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

[Bug 2023572] Re: SRU gjs 1.72.4 to jammy

2023-06-28 Thread Robie Basak
** Description changed:

  [ Impact ]
  
  That's the GNOME 42 stable update, including some fixes:
  https://gitlab.gnome.org/GNOME/gjs/-/commits/1.72.4
  
  [ Test case ]
  
  The update is part of GNOME stable updates
  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
  
- Gjs applications (such as GNOME Maps, GNOME Characters, GNOME
- Weather...) and GNOME Shell and its components and extensions should
- continue working.
+ The test plan that will be used is documented at
+ https://wiki.ubuntu.com/DesktopTeam/TestPlans/gjs
  
  [ Regression potential ]
  
  Gjs is fundamental part of the ubuntu desktop, so any failure of it may
  cause the desktop not even to boot (because it's being used by gdm too).

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

Title:
  SRU gjs 1.72.4 to jammy

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


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

[Bug 2016990] Re: Irregular frame rate in some fullscreen games

2023-06-28 Thread Daniel van Vugt
** Tags removed: fixed-in-mutter-45
** Tags added: fixed-in-mutter-44.3

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

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

Title:
  Irregular frame rate in some fullscreen games

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


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

[Bug 2023766] Re: Mouse cursor stutters but only over GUI elements that are animated

2023-06-28 Thread Daniel van Vugt
** Tags removed: fixed-in-mutter-45
** Tags added: fixed-in-mutter-44.3

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

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

Title:
  Mouse cursor stutters but only over GUI elements that are animated

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


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

[Bug 2024560] Re: Check if 0010-set-language needs to be update for the new languages property

2023-06-28 Thread Sebastien Bacher
I'm reopening because I think there is still work to be done there,
opening the users panel in setting leads to those warnings

10:11:00.4223   **[19511]: WARNING: Couldn't get locale for 
language: fr_FR:en
10:11:00.4224 GnomeDesktop[19511]:CRITICAL: 
gnome_get_language_from_locale: assertion '*locale != '\0'' failed

ii  accountsservice23.13.9-2ubuntu1
amd64query and manipulate user account information


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

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

Title:
  Check if 0010-set-language needs to be update for the new languages
  property

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


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

[Bug 2015962] Re: indicator-messages-service crashed with SIGSEGV in g_type_check_instance() from g_signal_handlers_disconnect_matched() from act_user_manager_finalize() from g_object_unref() from im_

2023-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 23.13.9-2ubuntu1

---
accountsservice (23.13.9-2ubuntu1) mantic; urgency=medium

  * Includes some extra upstream bugfixes

accountsservice (23.13.9-2) unstable; urgency=medium

  * debian/patches/git_user_manager.patch:
- Disconnect from manager signals when freeing a request and resolve
  indicator-messages crashing on logout (lp: #2015962)
  * debian/patches/git_default_gdm.patch:
- default to gdm if there display-manager.service isn't a known target,
  which is the case for our gdm called gdm3, fixes the service
  crashing when trying to toggle autologin (lp: #2024870)

 -- Sebastien Bacher   Mon, 26 Jun 2023 16:25:07
+0200

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

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

Title:
  indicator-messages-service crashed with SIGSEGV in
  g_type_check_instance() from g_signal_handlers_disconnect_matched()
  from act_user_manager_finalize() from g_object_unref() from
  im_accounts_service_dispose()

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


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

[Bug 2024560] Re: Check if 0010-set-language needs to be update for the new languages property

2023-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 23.13.9-2ubuntu1

---
accountsservice (23.13.9-2ubuntu1) mantic; urgency=medium

  * Includes some extra upstream bugfixes

accountsservice (23.13.9-2) unstable; urgency=medium

  * debian/patches/git_user_manager.patch:
- Disconnect from manager signals when freeing a request and resolve
  indicator-messages crashing on logout (lp: #2015962)
  * debian/patches/git_default_gdm.patch:
- default to gdm if there display-manager.service isn't a known target,
  which is the case for our gdm called gdm3, fixes the service
  crashing when trying to toggle autologin (lp: #2024870)

 -- Sebastien Bacher   Mon, 26 Jun 2023 16:25:07
+0200

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

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

Title:
  Check if 0010-set-language needs to be update for the new languages
  property

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


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

[Bug 2024870] Re: accountsservice segfault when toggling autologin

2023-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 23.13.9-2ubuntu1

---
accountsservice (23.13.9-2ubuntu1) mantic; urgency=medium

  * Includes some extra upstream bugfixes

accountsservice (23.13.9-2) unstable; urgency=medium

  * debian/patches/git_user_manager.patch:
- Disconnect from manager signals when freeing a request and resolve
  indicator-messages crashing on logout (lp: #2015962)
  * debian/patches/git_default_gdm.patch:
- default to gdm if there display-manager.service isn't a known target,
  which is the case for our gdm called gdm3, fixes the service
  crashing when trying to toggle autologin (lp: #2024870)

 -- Sebastien Bacher   Mon, 26 Jun 2023 16:25:07
+0200

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

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

Title:
  accountsservice segfault when toggling autologin

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


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