[Dx-packages] [Bug 1873678] Re: gnome-language-selector crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is not a valid locale name

2020-10-14 Thread Gunnar Hjalmarsson
I verified the test case using version 0.6.55-0ubuntu12~20.04.2 of
accountsservice, gir1.2-accountsservice-1.0 and libaccountsservice0 from
focal-proposed.

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

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1873678

Title:
  gnome-language-selector crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is
  not a valid locale name

Status in accountsservice package in Ubuntu:
  Fix Released
Status in accountsservice source package in Focal:
  Fix Committed

Bug description:
  [Impact]

  accountsservice includes a function for checking the validity of
  locales, and it incorrectly considers "C.UTF-8" to be invalid. It
  leads to incorrect behavior under certain conditions and also a crash
  if the function was triggered from language-selector-gnome.

  Even if this only makes a difference in special corner cases, it
  happens often enough to justify this SRU:

  https://errors.ubuntu.com/?release=Ubuntu%2020.04=language-
  selector=year

  (It's the top ranked crash type in the list.)

  The version in focal-proposed fixes the issue.

  [Test case]

  Make a fresh install of Ubuntu 20.04 (a VM works fine)

  Once logged in:

  * Install accountsservice, gir1.2-accountsservice-1.0 and
libaccountsservice0 from focal-proposed

  * Open /etc/default/locale for editing, replace its contents with
the single line:

LANG=C.UTF-8

and reboot.

  Open Language Support and change language (drag any language above
  the "English" item)

  Open ~/.pam_environment and find that e.g. LANG is now the locale
  representing the language you selected, while e.g. LC_TIME is set to
  "C.UTF-8".

  [Regression risk]

  This is a oneliner which white list "C.UTF-8" as a valid locale name.
  I can't think of a case where this would cause unexpected behavior.

  [Original description]

  USB live disk (20.04 beta)

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: language-selector-gnome 0.203
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CurrentDesktop: MATE
  Date: Sun Apr 19 17:07:26 2020
  ExecutablePath: /usr/bin/gnome-language-selector
  InterpreterPath: /usr/bin/python3.8
  LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/gnome-language-selector
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu1
  PythonArgs: ['/usr/bin/gnome-language-selector']
  PythonDetails: N/A
  SourcePackage: language-selector
  Title: gnome-language-selector crashed with dbus.exceptions.DBusException in 
call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is not a 
valid locale name
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo

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

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


[Dx-packages] [Bug 1873678] Re: gnome-language-selector crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is not a valid locale name

2020-10-14 Thread Robie Basak
Hello Robert, or anyone else affected,

Accepted accountsservice into focal-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/accountsservice/0.6.55-0ubuntu12~20.04.2
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-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. 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: accountsservice (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1873678

Title:
  gnome-language-selector crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is
  not a valid locale name

Status in accountsservice package in Ubuntu:
  Fix Released
Status in accountsservice source package in Focal:
  Fix Committed

Bug description:
  [Impact]

  accountsservice includes a function for checking the validity of
  locales, and it incorrectly considers "C.UTF-8" to be invalid. It
  leads to incorrect behavior under certain conditions and also a crash
  if the function was triggered from language-selector-gnome.

  Even if this only makes a difference in special corner cases, it
  happens often enough to justify this SRU:

  https://errors.ubuntu.com/?release=Ubuntu%2020.04=language-
  selector=year

  (It's the top ranked crash type in the list.)

  The version in focal-proposed fixes the issue.

  [Test case]

  Make a fresh install of Ubuntu 20.04 (a VM works fine)

  Once logged in:

  * Install accountsservice, gir1.2-accountsservice-1.0 and
libaccountsservice0 from focal-proposed

  * Open /etc/default/locale for editing, replace its contents with
the single line:

LANG=C.UTF-8

and reboot.

  Open Language Support and change language (drag any language above
  the "English" item)

  Open ~/.pam_environment and find that e.g. LANG is now the locale
  representing the language you selected, while e.g. LC_TIME is set to
  "C.UTF-8".

  [Regression risk]

  This is a oneliner which white list "C.UTF-8" as a valid locale name.
  I can't think of a case where this would cause unexpected behavior.

  [Original description]

  USB live disk (20.04 beta)

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: language-selector-gnome 0.203
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CurrentDesktop: MATE
  Date: Sun Apr 19 17:07:26 2020
  ExecutablePath: /usr/bin/gnome-language-selector
  InterpreterPath: /usr/bin/python3.8
  LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/gnome-language-selector
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu1
  PythonArgs: ['/usr/bin/gnome-language-selector']
  PythonDetails: N/A
  SourcePackage: language-selector
  Title: gnome-language-selector crashed with dbus.exceptions.DBusException in 
call_blocking(): org.freedesktop.Accounts.Error.Failed: 'C.UTF-8' is not a 
valid locale name
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo

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

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


[Dx-packages] [Bug 1898477] Re: Old indicator items are not removed, just hidden

2020-10-14 Thread Robie Basak
Hello Sebastian, or anyone else affected,

Accepted indicator-applet into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/indicator-
applet/12.10.2+20.04.20201004-0ubuntu1 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-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. 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.

** Description changed:

  [Impact]
  
  In Focal the indicator-applet (12.10.2+20.04.20200409-0ubuntu1) contains
  a bug that can cause duplicate icons to appear in the applet. When an
  application which creates a notification item is closed, then the
  indicator applet will just hide its item and not remove it. If the
  application is started again, a new item will be added to the applet,
  but the old item is still present (just hidden). When the panel is moved
  or otherwise refreshed, then all items will be made visible again,
  causing many duplicates.
  
  The required fix is included in https://bazaar.launchpad.net/~indicator-
  applet-developers/indicator-applet/trunk.14.04/revision/451 and needs to
  be back ported into the new SRU release.
  
  For more details see this merge request:
  
https://code.launchpad.net/~lanoxx/indicator-applet/fix-duplicate-icons/+merge/390344
  
  [Test Case]
  
-  1. Open an application which adds a notification item to the indicator 
applet. Examples for such an applications are VLC, Network Manager Applet, or 
Skype.
-  2. Close the application and reopen it.
-  3. Hold Alt key, then move the panel which has the indicator applet to an 
different edge of the screen.
-  4. Observe that new two icons of the respective application are visible 
(e.g. to VLC icons).
+  1. Open an application which adds a notification item to the indicator 
applet. Examples for such an applications are VLC, Network Manager Applet, or 
Skype.
+  2. Close the application and reopen it.
+  3. Hold Alt key, then move the panel which has the indicator applet to an 
different edge of the screen.
+  4. Observe that new two icons of the respective application are visible 
(e.g. to VLC icons).
  
  [Regression Potential]
  
-  * The regression potential is minimal. The only user of this package are the 
GNOME Flashback packages. The biggest impact this change could have is that 
indicator applet items behave incorrectly, which is not worse than the current 
situation.
-  * I have tested this patch for several weeks now and not found any 
regressions.
+  * The regression potential is minimal. The only user of this package are the 
GNOME Flashback packages. The biggest impact this change could have is that 
indicator applet items behave incorrectly, which is not worse than the current 
situation.
+  * I have tested this patch for several weeks now and not found any 
regressions.
+ 
+ [racb] The code path being changed is when indicator items are removed.
+ Regressions may manifest if this code path is exercised in some
+ unexpected way.

** Description changed:

  [Impact]
  
  In Focal the indicator-applet (12.10.2+20.04.20200409-0ubuntu1) contains
  a bug that can cause duplicate icons to appear in the applet. When an
  application which creates a notification item is closed, then the
  indicator applet will just hide its item and not remove it. If the
  application is started again, a new item will be added to the applet,
  but the old item is still present (just hidden). When the panel is moved
  or otherwise refreshed, then all items will be made visible again,
  causing many duplicates.
  
  The required fix is included in https://bazaar.launchpad.net/~indicator-
  applet-developers/indicator-applet/trunk.14.04/revision/451 and needs to
  be back ported into the new SRU release.
  
  For more details see this merge request:
  
https://code.launchpad.net/~lanoxx/indicator-applet/fix-duplicate-icons/+merge/390344
  
  [Test Case]
  
   1. Open an application which adds a notification item to the indicator 
applet. Examples for such an applications are VLC, Network Manager Applet, or 
Skype.
   2. Close the application 

[Dx-packages] [Bug 1070037] Re: Graphic Glitch When Changing Volume

2020-10-14 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 12.10 (quantal) reached end-of-life on May 16, 2014.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in.

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1070037

Title:
  Graphic Glitch When Changing Volume

Status in notify-osd package in Ubuntu:
  Won't Fix

Bug description:
  When changing volume via using the middle button/scroll wheel of the
  mouse a orange graphic line appears each time you change the volume
  for the first time after the notify-osd meter appears, this does not
  occur when changing volume by clicking on volume icon and changing it
  by dragging meter up and down.

  I have attached a picture which shows the line above the notify-osd

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: notify-osd 0.9.34-0ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 22 22:32:09 2012
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=a1e333fe-37d4-4484-abea-cc22dcbf7b78 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   xserver-xorg 1:7.7+1ubuntu4
   libgl1-mesa-glx  9.0-0ubuntu1
   libdrm2  2.4.39-0ubuntu1
   xserver-xorg-video-intel 2:2.20.9-0ubuntu2
   xserver-xorg-video-ati   1:6.99.99~git20120913.8637f772-0ubuntu1
  SourcePackage: notify-osd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/04/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/04/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/1070037/+subscriptions

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