Hello Kaan, 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.0-3~ubuntu22.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: In Progress => Fix Committed

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

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

Title:
  Ubuntu-dock does not work when using Turkish Language

Status in Dash to dock:
  Unknown
Status in gjs package in Ubuntu:
  Fix Released
Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Invalid
Status in gjs source package in Jammy:
  Fix Committed
Status in gnome-shell-extension-ubuntu-dock source package in Jammy:
  New

Bug description:
  [ Impact ]

  Ubuntu dock doesn't work when Turkish language is selected.

  Issue on dash-to-dock's github: 
https://github.com/micheleg/dash-to-dock/issues/1687
  Ubuntu version: Ubuntu 22.04 LTS
  gnome-shell-extension-ubuntu-dock version: 72~ubuntu5

  
  [ Test case ]
  - Run ubuntu session
  - Ubuntu dock should be visible on a screen edge

  Alternatively:

  Save this test case in a file (i.e. /tmp/test.js):

  const { GLib, GObject } = imports.gi;
  const ImplicitProp = GObject.registerClass({
      Properties: {
          "prop-int": GObject.ParamSpec.uint(
              "prop-int", "prop-int", "prop-int",
              GObject.ParamFlags.READWRITE | GObject.ParamFlags.CONSTRUCT_ONLY,
              0, GLib.MAXUINT32, 55),
      },
  }, class DashToDock extends GObject.Object { });
  if (new ImplicitProp().propInt === undefined)
      throw new Error("Missing property")
  print('All good');

  In a terminal run:
   LC_ALL=tr_TR gjs /tmp/test.js

  The script should work without throwing any error.

  [ Regression potential ]

  Implicit properties on GJS may be wrongly computed, and further
  objects could have undefined properties.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1969838/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to