Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: onboard (Ubuntu)
       Status: New => Confirmed

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

Title:
  Syntax error in LayoutLoaderSVG.py shipped with this package

Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  During upgrade from 19.10 to 20.04 I saw an error message flying by:

  /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py in line 447

  There currently is the following code:

                  raise Exceptions.LayoutFileError("Unrecognized modifier %s 
in" \
                      "definition of %s" (strerror, full_id))

  
  Obviously this should be:

                  raise Exceptions.LayoutFileError("Unrecognized modifier {} 
in" \
                      "definition of {}".format(strerror, full_id))

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: onboard 1.4.1-2ubuntu7
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 22 10:25:57 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-11 (1653 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1880114/+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