Hello Marco, or anyone else affected,

Accepted gnome-shell into noble-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/gnome-
shell/46.0-0ubuntu6~24.04.6 in a few hours, and then in the -proposed
repository.

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

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

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

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

** Changed in: gnome-shell (Ubuntu Noble)
       Status: In Progress => Fix Committed

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

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

Title:
  Impossible to patch gnome shell to set a custom ShellUserVerifier

Status in gnome-shell package in Ubuntu:
  Fix Released
Status in gnome-shell source package in Noble:
  Fix Committed

Bug description:
  [ Impact ]

  GNOME Shell in ubuntu is also used to show custom user verifiers in
  order to be able to login with specific authenticators, but since
  version 46 extensions providing this are not working anymore.

  This is due to the fact that it's not possible anymore to override the
  shell verifier from a GNOME extension.

  In particular, AWS's Amazon DCV requires an extension in order to login, and 
this does not work anymore in GNOME 46:
   - https://github.com/aws/dcv-gnome-shell-extension

  Without this extension, the shell native authenticator can't be
  bypassed in AWS installations when the web authentication has
  validated the user credentials.

  [ Test case ]

  To verify that the the function can be overridden, a new symbol has to
  be exported.

  Use the gnome shell looking glass (Alt+F2 -> 'lg' -> Enter) and paste
  this code:

  import('../gdm/authPrompt.js').then(m => Main.notify("Found",
  `${m.AuthPrompt.prototype._createUserVerifier ?? false}`))

  A notification should be shown with the function code, while it should
  not contain the word "false" only.

  This can also be verified installing the extension
  https://github.com/aws/dcv-gnome-shell-extension and it should load
  without errors in the journal

  [ Regression potential ]

  It's just a simple abstraction of few lines of code, so potential is
  very low, but potentially the GDM user verifier (and so the user list)
  may not be loaded.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to