This bug was fixed in the package gjs - 1.72.0-3

---------------
gjs (1.72.0-3) unstable; urgency=medium

  * debian/patches: Correctly generate camelCase properties on all locales.
    And particularly looking at Turkish one. (LP: #1969838)

 -- Marco Trevisan (Treviño) <ma...@ubuntu.com>  Thu, 28 Apr 2022
22:24:50 +0200

** Changed in: gjs (Ubuntu)
       Status: In Progress => Fix Released

-- 
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:
  In Progress
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