[Bug 1819254] [NEW] salt-ssh: SyntaxError: invalid syntax

2019-03-09 Thread Iain Buclaw
Public bug reported:

---
Setting up salt-common (2017.7.4+dfsg1-1) ...
  File "/usr/lib/python3/dist-packages/salt/client/mixins.py", line 495
def async(self, fun, low, user='UNKNOWN', pub=None):
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/daemons/masterapi.py", line 1096
return runner_client.async(fun,
 ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/master.py", line 1752
return runner_client.async(fun,
 ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/minion.py", line 805
self.io_loop.spawn_callback(self.process_manager.run, async=True)
  ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/modules/cassandra_cql.py", line 340
def cql_query_with_prepare(query, statement_name, statement_arguments, 
async=False,
   ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/modules/saltutil.py", line 909
def refresh_modules(async=True):
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/returners/cassandra_cql_return.py", 
line 208
async=True)
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/runner.py", line 240
async_pub = self.async(self.opts['fun'],
 ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/transport/client.py", line 13
from salt.utils.async import SyncWrapper
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/transport/tcp.py", line 25
import salt.utils.async
  ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/utils/async.py", line 60
self.async = method(*args, **kwargs)
 ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/utils/event.py", line 76
import salt.utils.async
  ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/utils/process.py", line 391
def run(self, async=False):
  ^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/salt/wheel/__init__.py", line 119
return self.async(fun, low)
^
SyntaxError: invalid syntax

dpkg: error processing package salt-common (--configure):
 installed salt-common package post-installation script subprocess returned 
error exit status 1
dpkg: dependency problems prevent configuration of salt-ssh:
 salt-ssh depends on salt-common (= 2017.7.4+dfsg1-1); however:
  Package salt-common is not configured yet.
---

Indeed, async is a Python 3 keyword.  The package maintainer failed to
test this when updating the python version salt is a dependency of.

** Affects: salt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819254

Title:
  salt-ssh: SyntaxError: invalid syntax

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819086] Re: Ubuntu 19.04: Dash-to Dock extension no longer working

2019-03-09 Thread volker kempter
in my case, ubuntu-19.04, besides dashtodock also activity configurator
does not work anymore

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1819086

Title:
  Ubuntu 19.04: Dash-to Dock extension no longer working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819254] Re: salt-ssh: SyntaxError: invalid syntax

2019-03-09 Thread Iain Buclaw
This is the patch required to backport.

https://github.com/saltstack/salt/pull/48705

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819254

Title:
  salt-ssh: SyntaxError: invalid syntax

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819255] [NEW] Ubuntu 18.04 suspends intermittently

2019-03-09 Thread Mukund Varadarajan
Public bug reported:

I am using Lenovo Thinkpad E450 with Ubuntu 18.04.2 and kernel version
is Linux 4.14.105-0414105-generic.

I am currently not able to suspend my laptop properly.
I first experienced this when I was using the kernel 4.15.46.

Expected behavior when commanded to suspend:
Display goes black, the CPU fan is switched off, the power LED pulsates showing 
that the computer is in suspend mode. This should happen whenever the PC is 
suspended using the command 'sudo systemctl suspend' or closing the lid or 
choosing suspend in the menu options by long-pressing the power button.

What actually happens:
If any of the above methods is used to suspend the PC, the display goes black, 
the PC goes to suspend state after a few seconds, but remains in suspend only 
for a maximum of 7-10 seconds. After that it automatically resumes, with the 
display trying to show the lockscreen if lid is not closed. If lid is closed, 
then I know it has resumed as the power LED stays on and the fan runs. As time 
goes, it intermittently goes to suspend for a few seconds and resumes back. 
There is no unnatural behavior according to 'journalctl' or 'dmesg'. The system 
supposedly goes to suspend "only for a few seconds" and resumes back.

To resolve this issue I tried using 4.18 kernel and still the issue 
persisted.(Original kernel version was 4.15)
In another forum, I was suggested to use 4.14 kernel and even now the issue 
persists.

I don't know if this information would be helpful but during boot, I got these 
errors:
ACPI Error: Needed type [Reference], found [Integer] (ptrval) 
(20180531/exresop-69)
ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] 
(20180531/dswexec-427)
ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE 
(20180531/psparse-516)

PS: I don't think this is a bug based on a particular application/package, so I 
didn't include any.
Thanks in advance

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: suspend-resume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819255

Title:
  Ubuntu 18.04 suspends intermittently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1819255/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818816] Re: Ubuntu 16.04 LTS + "lspci: Cannot open /sys/bus No such file" on Dell 5820 Tower

2019-03-09 Thread Jay
Hi Kai,

If I use GDM, I can see display blinking aggressively. And for LightDM
the service itself not starting getting below error

lightdm:1284): CRITICAL **: x_server_local_get_authority_file_path: assertion 
'server != NULL' failed
update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
lightdm[1484]: message repeated 3 times: [ /etc/modprobe.d is not a file]


Even I reinstalled lightdm packages and rebooted, still no luck. 

As a workaround for now, I use acpi=off in grub to make machine back to
graphical mode. But in this case also, if I reboot the machine hangs
somewhere else, then hard reset is required.

@Kai do you need any specific logs or any command output for your
investigation?

Thanks
Jay

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818816

Title:
  Ubuntu 16.04 LTS + "lspci: Cannot open /sys/bus No such file" on Dell
  5820 Tower

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819256] [NEW] [FFe] KDE Frameworks 5.56.0 into Disco archive

2019-03-09 Thread Rik Mills
Public bug reported:

This bug report is a Feature Freeze Exception request on behalf of the
Kubuntu team for KDE Frameworks 5.56.0 (updated from 5.55.0).

https://www.kde.org/announcements/kde-frameworks-5.56.0.php

As is usual with a KDE Frameworks release, this is a mixture of new some
new features and incremental important bugfixes.

We currently have this staged in ppa:kubuntu-ppa/staging-frameworks if
you wish to inspect the packages.

We have also run autotests for amd64 and i386, which as far as we can
test considering test infra differences seem ok, or at least do not
cause additional regressions. However, should issues occur on those or
other architectures, we commit to fixing those issues for release.

We also have testers that have been running a system with this staged
update and have reported no problems.

The following packages form the KDE Frameworks set:

attica-kf5
baloo-kf5
bluez-qt
breeze-icons
extra-cmake-modules
frameworkintegration
kactivities-kf5
kactivities-stats
kapidox
karchive
kauth
kbookmarks
kcmutils
kcodecs
kcompletion
kconfig
kconfigwidgets
kcoreaddons
kcrash
kdbusaddons
kdeclarative
kded
kdelibs4support
kdesignerplugin
kdesu
kdewebkit
kdnssd-kf5
kdoctools
kemoticons
kfilemetadata-kf5
kglobalaccel
kguiaddons
kholidays
khtml
ki18n
kiconthemes
kidletime
kimageformats
kinit
kio
kirigami2
kitemmodels
kitemviews
kjobwidgets
kjs
kjsembed
kmediaplayer
knewstuff
knotifications
knotifyconfig
kpackage
kparts
kpeople
kplotting
kpty
kross
krunner
kservice
ksyntax-highlighting
ktexteditor
ktextwidgets
kunitconversion
kwallet-kf5
kwayland
kwidgetsaddons
kwindowsystem
kxmlgui
kxmlrpcclient
modemmanager-qt
networkmanager-qt
oxygen-icons5
plasma-framework
prison-kf5
purpose
qqc2-desktop-style
solid
sonnet
threadweaver

** Affects: plasma-framework (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: plasma-framework (Ubuntu Disco)
 Importance: Undecided
 Status: New

** Also affects: plasma-framework (Ubuntu Disco)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819256

Title:
  [FFe] KDE Frameworks 5.56.0 into Disco archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1819256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819257] [NEW] Upgrade from Ubuntu 18.04.1 to 18.10 failed on a crash I ediit GTK file which I did not

2019-03-09 Thread James J. Schultz
Public bug reported:

I went through the proper procedures by upgrading all of packages in 18.04.1 
and then I get the error message of the following: Gtk-message 15:36:24.713: 
GtkDialog Mapped without a transient parent. This is discouraged
comm: /var/log/dmesg: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.30
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: lkp_Ubuntu_4_15_0_34_37_generic_47
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CrashDB: ubuntu
Date: Sat Mar  9 15:36:06 2019
InstallationDate: Installed on 2018-09-12 (177 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2019-03-09 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2019-03-09 15:34:30.511256
 Log time: 2019-03-09 15:34:43.022418
 Log time: 2019-03-09 15:35:58.402826
 Log time: 2019-03-09 15:36:11.102466
mtime.conffile..etc.update-manager.release-upgrades: 2019-02-28T19:34:18.874970

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819257

Title:
  Upgrade from Ubuntu 18.04.1 to 18.10 failed on a crash I ediit GTK
  file which I did not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1819257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819255] Re: Ubuntu 18.04 suspends intermittently

2019-03-09 Thread Mukund Varadarajan
** Description changed:

  I am using Lenovo Thinkpad E450 with Ubuntu 18.04.2 and kernel version
  is Linux 4.14.105-0414105-generic.
  
  I am currently not able to suspend my laptop properly.
  I first experienced this when I was using the kernel 4.15.46.
  
  Expected behavior when commanded to suspend:
  Display goes black, the CPU fan is switched off, the power LED pulsates 
showing that the computer is in suspend mode. This should happen whenever the 
PC is suspended using the command 'sudo systemctl suspend' or closing the lid 
or choosing suspend in the menu options by long-pressing the power button.
  
  What actually happens:
  If any of the above methods is used to suspend the PC, the display goes 
black, the PC goes to suspend state after a few seconds, but remains in suspend 
only for a maximum of 7-10 seconds. After that it automatically resumes, with 
the display trying to show the lockscreen if lid is not closed. If lid is 
closed, then I know it has resumed as the power LED stays on and the fan runs. 
As time goes, it intermittently goes to suspend for a few seconds and resumes 
back. There is no unnatural behavior according to 'journalctl' or 'dmesg'. The 
system supposedly goes to suspend "only for a few seconds" and resumes back.
  
  To resolve this issue I tried using 4.18 kernel and still the issue 
persisted.(Original kernel version was 4.15)
  In another forum, I was suggested to use 4.14 kernel and even now the issue 
persists.
  
  I don't know if this information would be helpful but during boot, I got 
these errors:
  ACPI Error: Needed type [Reference], found [Integer] (ptrval) 
(20180531/exresop-69)
  ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] 
(20180531/dswexec-427)
  ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE 
(20180531/psparse-516)
  
+ I also did a 'cat /sys/kernel/debug/suspend_stats' which returned 5
+ successes and 0 failures of any type.
+ 
  PS: I don't think this is a bug based on a particular application/package, so 
I didn't include any.
  Thanks in advance

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819255

Title:
  Ubuntu 18.04 suspends intermittently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1819255/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted jxgrabkey into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/jxgrabkey/0.3.2-10~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: bridge-method-injector (Ubuntu)

** No longer affects: carrotsearch-hppc (Ubuntu)

** No longer affects: libgpars-groovy-java (Ubuntu)

** No longer affects: libjavaewah-java (Ubuntu)

** No longer affects: clojure (Ubuntu)

** No longer affects: commons-httpclient (Ubuntu)

** No longer affects: ecj (Ubuntu)

** Changed in: libhibernate-validator-java (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: libjackson-json-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: eclipselink (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817338] Re: HDMI sound output not available

2019-03-09 Thread Franck
I can confirm it works when booting a live 18.10 session.

As to tell exactly when it broke, it's kind of hard, but it was near the
beginning of february...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1817338

Title:
  HDMI sound output not available

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Re: update to openjdk 11 in 18.04 LTS

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted figtree into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/figtree/1.4.4-3~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: gettext (Ubuntu)

** No longer affects: figtree (Ubuntu)

** No longer affects: activemq (Ubuntu)

** No longer affects: jxgrabkey (Ubuntu)

** No longer affects: afterburner.fx (Ubuntu)

** No longer affects: annotation-indexer (Ubuntu)

** No longer affects: apache-directory-server (Ubuntu)

** No longer affects: aspectj (Ubuntu)

** No longer affects: aspectj-maven-plugin (Ubuntu)

** No longer affects: batik (Ubuntu)

** No longer affects: bindex (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libhibernate-validator-java into bionic-proposed. The package
will build now and be available at https://launchpad.net/ubuntu/+source
/libhibernate-validator-java/4.3.4-1~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libjdo-api-java into bionic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/libjdo-api-
java/3.1-3~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: hsqldb (Ubuntu)

** No longer affects: libjdo-api-java (Ubuntu)

** No longer affects: libjdom1-java (Ubuntu)

** No longer affects: hsqldb1.8.0 (Ubuntu)

** No longer affects: insubstantial (Ubuntu)

** No longer affects: jabref (Ubuntu)

** No longer affects: jackson-core (Ubuntu)

** Changed in: libnetx-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: jackson-databind (Ubuntu)

** No longer affects: jackson-dataformat-xml (Ubuntu)

** No longer affects: jackson-module-jaxb-annotations (Ubuntu)

** No longer affects: java-common (Ubuntu)

** No longer affects: javafxsvg (Ubuntu)

** No longer affects: javamail (Ubuntu)

** No longer affects: javatools (Ubuntu)

** No longer affects: jboss-classfilewriter (Ubuntu)

** No longer affects: jboss-jdeparser2 (Ubuntu)

** No longer affects: jboss-modules (Ubuntu)

** No longer affects: jcommander (Ubuntu)

** No longer affects: jersey1 (Ubuntu)

** No longer affects: jftp (Ubuntu)

** No longer affects: jhove (Ubuntu)

** No longer affects: jmdns (Ubuntu)

** No longer affects: jnr-posix (Ubuntu)

** No longer affects: jruby (Ubuntu)

** No longer affects: jruby-openssl (Ubuntu)

** No longer affects: jts (Ubuntu)

** No longer affects: libpdfbox2-java (Ubuntu)

** No longer affects: jython (Ubuntu)

** No longer affects: junit4 (Ubuntu)

** No longer affects: libapache-poi-java (Ubuntu)

** No longer affects: libbtm-java (Ubuntu)

** No longer affects: libcommons-collections3-java (Ubuntu)

** No longer affects: libcommons-collections4-java (Ubuntu)

** No longer affects: libcommons-compress-java (Ubuntu)

** No longer affects: libnetx-java (Ubuntu)

** No longer affects: logback (Ubuntu)

** No longer affects: mariadb-connector-java (Ubuntu)

** No longer affects: maven-bundle-plugin (Ubuntu)

** No longer affects: maven-enforcer (Ubuntu)

** No longer affects: maven-javadoc-plugin (Ubuntu)

** No longer affects: maven-jaxb2-plugin (Ubuntu)

** Changed in: libquartz-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: maven-plugin-tools (Ubuntu)

** Changed in: libpicocontainer-java (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libjackson-json-java into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/libjackson-json-java/1.9.13-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: elki (Ubuntu)

** No longer affects: fontawesomefx (Ubuntu)

** No longer affects: libjackson-json-java (Ubuntu)

** No longer affects: libhibernate-validator-java (Ubuntu)

** No longer affects: gluegen2 (Ubuntu)

** No longer affects: gradle (Ubuntu)

** Changed in: libjdom1-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: groovy (Ubuntu)

** Changed in: libjdo-api-java (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libjdom1-java into bionic-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libjdom1-java/1.1.3-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: hikaricp (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libpicocontainer-java into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/libpicocontainer-java/2.15+repack-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: openjdk-lts (Ubuntu)

** No longer affects: openjfx (Ubuntu)

** No longer affects: scala (Ubuntu)

** Changed in: libsambox-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: scilab (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libquartz-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libquartz-
java/1:1.8.6-6~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: openjdk-11-jre-dcevm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libsejda-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libsejda-
java/3.2.66-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: libquartz-java (Ubuntu)

** Changed in: libspring-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: libsambox-java (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libsambox-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libsambox-
java/1.1.46-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: visualvm (Ubuntu)

** Changed in: libscram-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: zeroc-ice (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libxml-security-java into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/libxml-security-java/2.0.10-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: libswingx-java (Ubuntu)

** No longer affects: libxml-security-java (Ubuntu)

** Changed in: libxstream-java (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libspring-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libspring-
java/4.3.22-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: libscram-java (Ubuntu)

** No longer affects: libsejda-java (Ubuntu)

** No longer affects: libspring-java (Ubuntu)

** Changed in: libswingx-java (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libswingx-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libswingx-
java/1:1.6.2-4~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: libpdfbox2-java (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: libxml-security-java (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libscram-java into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libscram-
java/1.0.0~beta.2-3~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: libsejda-java (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: libpicocontainer-java (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted lucene-solr into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/lucene-
solr/3.6.2+dfsg-18~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** Also affects: mapsforge (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: libxstream-java (Ubuntu)

** Changed in: mavibot (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: lucene-solr (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted mapsforge into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/mapsforge/0.10.0+dfsg.1-1ubuntu0~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** Also affects: mobile-atlas-creator (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: mapsforge (Ubuntu)

** Changed in: mckoisqldb (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted mckoisqldb into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/mckoisqldb/1.0.6-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: mckoisqldb (Ubuntu)

** Changed in: mobile-atlas-creator (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted libxstream-java into bionic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/libxstream-
java/1.4.11.1-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: lucene-solr (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted mavibot into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mavibot/1.0.0~M8-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: mavibot (Ubuntu)

** Changed in: mapsforge (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted msv into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/msv/2009.1+dfsg1-6~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: msv (Ubuntu)

** Changed in: obantoo (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted mobile-atlas-creator into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/mobile-atlas-creator/2.1.0-1~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: mobile-atlas-creator (Ubuntu)

** Changed in: mockito (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted mockito into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mockito/1.10.19-4~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: mockito (Ubuntu)

** Changed in: msv (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted objenesis into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/objenesis/3.0.1-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: objenesis (Ubuntu)

** Changed in: openhft-chronicle-bytes (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted openhft-chronicle-bytes into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/openhft-chronicle-bytes/1.1.15-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: openhft-chronicle-bytes (Ubuntu)

** Changed in: openhft-chronicle-core (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted obantoo into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/obantoo/2.1.12+ds1-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: obantoo (Ubuntu)

** Changed in: objenesis (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted openhft-lang into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/openhft-
lang/6.7.6-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: openjpa (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: openhft-lang (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted openhft-chronicle-core into bionic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/openhft-chronicle-core/2.17.5-v1.1.8-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: openhft-chronicle-core (Ubuntu)

** Changed in: openhft-lang (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted openjpa into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/openjpa/2.4.2-6~18.04
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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: openjpa (Ubuntu)

** Changed in: orthanc-imagej (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted orthanc-imagej into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/orthanc-
imagej/1.2+dfsg-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: orthanc-imagej (Ubuntu)

** Changed in: pdfsam (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted pdfsam into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/pdfsam/4.0.1-1~18.04
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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: pdfsam (Ubuntu)

** Changed in: plexus-io (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted plexus-io into bionic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/plexus-
io/3.1.1-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: plexus-io (Ubuntu)

** Changed in: procyon (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted rdp-classifier into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/rdp-
classifier/2.10.2-4~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: rdp-readseq (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: rdp-classifier (Ubuntu)

** No longer affects: rdp-readseq (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted rdp-alignment into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/rdp-
alignment/1.2.0-5~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: rdp-alignment (Ubuntu)

** Changed in: rdp-classifier (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted procyon into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/procyon/0.5.32-5~18.04
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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: procyon (Ubuntu)

** Changed in: rdp-alignment (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted rdp-readseq into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/rdp-
readseq/2.0.2-6~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: resteasy3.0 (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted resteasy3.0 into bionic-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/resteasy3.0/3.0.26-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: resteasy3.0 (Ubuntu)

** Changed in: rome (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted rsyntaxtextarea into bionic-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/rsyntaxtextarea/2.5.8-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: rsyntaxtextarea (Ubuntu)

** Changed in: shiro (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted rome into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/rome/1.12.0-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: rome (Ubuntu)

** Changed in: rsyntaxtextarea (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted svgsalamander into bionic-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/svgsalamander/1.1.1+dfsg-3~18.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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: svgsalamander (Ubuntu)

** Changed in: timingframework (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted sitemesh into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sitemesh/2.4.1+dfsg-7~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: sitemesh (Ubuntu)

** Changed in: snakeyaml (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted shiro into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/shiro/1.3.2-3~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: shiro (Ubuntu)

** Changed in: sitemesh (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted unsafe-mock into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/unsafe-
mock/8.0-3~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: writer2latex (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted timingframework into bionic-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/timingframework/1.0-2~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: timingframework (Ubuntu)

** Changed in: trove3 (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: trove3 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted snakeyaml into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/snakeyaml/1.23-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: snakeyaml (Ubuntu)

** Changed in: svgsalamander (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted trove3 into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/trove3/3.0.3-5~18.04
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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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: uimaj (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted uimaj into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/uimaj/2.10.2-2~18.04
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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: uimaj (Ubuntu)

** Changed in: unsafe-mock (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted writer2latex into bionic-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/writer2latex/1.4-8~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: unsafe-mock (Ubuntu)

** Changed in: xmlbeans (Ubuntu Bionic)
   Status: New => Fix Committed

** No longer affects: writer2latex (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814133] Please test proposed package

2019-03-09 Thread Steve Langasek
Hello Matthias, or anyone else affected,

Accepted xmlbeans into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/xmlbeans/3.0.2-1~18.04 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 and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. 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.

** No longer affects: xmlbeans (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814133

Title:
  update to openjdk 11 in 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1814133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819258] [NEW] [FTBFS] salt: Could not import extension youtube (exception: cannot import name 'Directive')

2019-03-09 Thread Iain Buclaw
Public bug reported:

---
/usr/share/sphinx/scripts/python3/sphinx-build -b html -d _build/doctrees. 
_build/html
Running Sphinx v1.7.9
loading translations [en]... done

Extension error:
Could not import extension youtube (exception: cannot import name 'Directive')
make[2]: *** [Makefile:72: html] Error 2
---

No build testing of package was done after sphinx was updated to 1.7.9

** Affects: salt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819258

Title:
  [FTBFS] salt: Could not import extension youtube (exception: cannot
  import name 'Directive')

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1306290] Re: xoj files have wrong icon

2019-03-09 Thread Jeremy Bicha
This bug was fixed in the package xournal - 1:0.4.8.2016-2

---
xournal (1:0.4.8.2016-2) unstable; urgency=medium

  * Quilt patch to fix .xoj file icon, see
https://bugs.launchpad.net/ubuntu/+source/xournal/+bug/1306290
  * Typo in debian/copyright

 -- Barak A. Pearlmutter   Fri, 08 Mar 2019 14:54:13
+

xournal (1:0.4.8.2016-1) unstable; urgency=medium

  * New upstream release (closes: #869821)
- removes ancient xxx(null) formal parameter (closes: #748165)
  * Upgrade to debhelper 12, tweaking build scripts accordingly
- build architecture configuration issue (closes: #876098)
- enables parallel building (closes: #820619)
  * Upgrade to Standards-Version 4.3.0
  * Remove menu file, per policy
  * Trim debian/changelog whitespace
  * Add pointer to packaging repo in salsa
  * Disable ldflags patch; handled automatically by debhelper
  * Remove debian/xournal.1 emacs major mode comment; emacs knows all
  * Harden
  * Add self as uploader
  * Remove now-superfluous linker as-needed quilt patch
  * Add desktop file tweaks quilt patch
  * Add doc-base entry for user's manual
  * Address some compiler warnings quilt patch
  * Catalan translation update patch (closes: #864863)
  * Remove KDE3 cruft (closes: #875523)
  * Include 8 upstream post-release commits as quilt patches

 -- Barak A. Pearlmutter   Tue, 05 Mar 2019 12:23:51
+

** Changed in: xournal (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1306290

Title:
  xoj files have wrong icon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1455857] Re: Program crashes before a window appears. Having Xlib: extension GLX missing problems

2019-03-09 Thread Paul White
Pablo, sorry for the delay in replying to you.

I think you're saying that the cheese no longer crashes but it did work
when you were using Ubuntu 16.04. If it stopped working after upgrading
to Ubuntu 18.04 I think you should file a new report with

   ubuntu-bug cheese

in a terminal so that logs relevant to your current installation are
attached.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1455857

Title:
  Program crashes before a window appears. Having Xlib: extension GLX
  missing problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819028] Re: Intel 9260 WiFi adapter doesn't work on B450 motherboard

2019-03-09 Thread bionicle159
** Summary changed:

- Intel 9260 WiiFi adapter doesn't work on B450 motherboard
+ Intel 9260 WiFi adapter doesn't work on B450 motherboard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819028

Title:
  Intel 9260 WiFi adapter doesn't work on B450 motherboard

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819028] Re: Intel 9260 WiFi adapter doesn't work on B450 motherboard

2019-03-09 Thread bionicle159
** Package changed: usb-creator (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819028

Title:
  Intel 9260 WiFi adapter doesn't work on B450 motherboard

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819258] Re: [FTBFS] salt: Could not import extension youtube (exception: cannot import name 'Directive')

2019-03-09 Thread Iain Buclaw
This is the patch required to backport.

https://github.com/saltstack/salt/pull/47462

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819258

Title:
  [FTBFS] salt: Could not import extension youtube (exception: cannot
  import name 'Directive')

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819207] Re: Add Modaliases to open-vm-tools-desktop to allow automatic installation by ubuntu-drivers

2019-03-09 Thread Jean-Baptiste Lallement
** Also affects: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-drivers-common (Ubuntu)
 Assignee: (unassigned) => Jean-Baptiste Lallement (jibel)

** Changed in: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819207

Title:
  Add Modaliases to open-vm-tools-desktop to allow automatic
  installation by ubuntu-drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1819207/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] Re: The touchpad doesn't work unless I move the mouse slowly.. Also I am unable to click and drag.

2019-03-09 Thread Christopher M. Penalver
yoshiki2, thank you for reporting this and helping make Ubuntu better.

 Please execute the following command only once, as it will automatically 
gather debugging information, in a terminal:
apport-collect 1819242

** Package changed: linux-signed-hwe (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819262] [NEW] [FTBFS] salt: build hangs running dh_auto_test

2019-03-09 Thread Iain Buclaw
Public bug reported:

After applying fix for #1809452, #1819254 and #1819258.

---
[CPU:0.0%|MEM:28.8%]  ... 12:37:59,469 [asyncio 
  :1274][ERROR   ] Future exception was never 
retrieved
future: 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/tornado/gen.py", line 315, in wrapper
yielded = next(result)
  File "/home/ibuclaw/src/salt/salt-2017.7.4+dfsg1/salt/transport/ipc.py", line 
335, in _connect
io_loop=self.io_loop,
  File "/usr/lib/python3/dist-packages/tornado/iostream.py", line 1169, in 
__init__
super(IOStream, self).__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'io_loop'
---

Then gets stuck in an infinite loop.

** Affects: salt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819262

Title:
  [FTBFS] salt: build hangs running dh_auto_test

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819256] Re: [FFe] KDE Frameworks 5.56.0 into Disco archive

2019-03-09 Thread Rik Mills
Under the powers invested in me (lol) under the release-team FFe
approval delegation for the Kubuntu packageset, I ack this FFe.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819256

Title:
  [FFe] KDE Frameworks 5.56.0 into Disco archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1819256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819263] [NEW] GNOME Shell applet can't open System Monitor installed as Snap

2019-03-09 Thread Peter Bittner
Public bug reported:

It looks like the `gnome-system-monitor` package is installed as a snap
package since Ubuntu 18.04 Bionic by default [1]. Unfortunately, this
affects some GNOME Shell extensions.

The popular "system-monitor" extension [3][4] fails to locate the system
monitor executable to call and open it from the context menu.

A related bug report on GitHub [5] (issue #474) explains the problem and
documents that several users solve the issue by uninstalling the snap
and installing the gnome-system-monitor .deb package [2] instead.

Do we have to fix the GNOME Shell extension (if yes, how?), can this
issue be resolved in the snap package, or is that a permanent
restriction of the snap package? (i.e. wontfix)


[1] 
https://www.reddit.com/r/Ubuntu/comments/8krkam/system_monitor_on_1804_is_a_snap_by_default/
[2] https://packages.ubuntu.com/cosmic/gnome/gnome-system-monitor
[3] https://extensions.gnome.org/extension/120/system-monitor/
[4] https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
[5] 
https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/474

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819263

Title:
  GNOME Shell applet can't open System Monitor installed as Snap

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818580] Re: [Medion MS-7616] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.

2019-03-09 Thread Christopher M. Penalver
elhoir, while you are welcome to wait for whenever a maintainer may
respond, given this issue has been reported a regression, it is known
that it helps developers expedite a fix if the offending commit(s) are
identified via bisect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818580

Title:
  [Medion MS-7616] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables
  amdgpu kernel modesetting.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819257] Re: Upgrade from Ubuntu 18.04.1 to 18.10 failed on a crash I ediit GTK file which I did not

2019-03-09 Thread Ubuntu Foundations Team Bug Bot
** Tags added: bionic2cosmic

** Tags added: third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819257

Title:
  Upgrade from Ubuntu 18.04.1 to 18.10 failed on a crash I ediit GTK
  file which I did not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1819257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819264] [NEW] Graphis problem

2019-03-09 Thread Amit Samadder
Public bug reported:

How can i install graphis in dell inspiron 3442.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  9 18:33:36 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
InstallationDate: Installed on 2019-03-08 (0 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
MachineType: Dell Inc. Inspiron 3442
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=950331ed-5458-421a-be4b-05d38ca12e30 ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/23/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0486K1
dmi.board.vendor: Dell Inc.
dmi.board.version: A14
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/23/2018:svnDellInc.:pnInspiron3442:pvrNotSpecified:rvnDellInc.:rn0486K1:rvrA14:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3442
dmi.product.sku: 0651
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819264

Title:
  Graphis problem

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819266] [NEW] Wifi working, but indicator shows zero bars

2019-03-09 Thread Jg-jguk
Public bug reported:


I am on a connection that is working well (internal wifi, external USB wifi), 
but zero bars - probably it should always show 1 bar in this case? I imagine it 
is below the expected threshold.
If connection is working, better to always show 1 bar on the indicator.


v12.10.1

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819266

Title:
  Wifi working, but indicator shows zero bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1819266/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819265] [NEW] About Credits page has t...@canonical.com which bounces

2019-03-09 Thread Jg-jguk
Public bug reported:

v12.10.1 shows t...@canonical.com  which bounces.

Better to take off old maintainer email if he's no longer working at
Canonical

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819265

Title:
  About Credits page has t...@canonical.com which bounces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1819265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768565] Re: pdfsam crashes at launch on Bionic Beaver 18.04 LTS

2019-03-09 Thread Matthias Klose
fixed in bionic-proposed

** Changed in: openjdk-lts (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: pdfsam (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768565

Title:
  pdfsam crashes at launch on Bionic Beaver 18.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1768565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819267] [NEW] Package description has typo in it

2019-03-09 Thread Eliran Gonen
Public bug reported:

In the first line of the description "do draw" looks like it should have
been "to draw".

Version: 0.2+ds-0+nmu1build2

** Affects: textdraw (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819267

Title:
  Package description has typo in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 367108] Re: pdfsam requires openjdk

2019-03-09 Thread Matthias Klose
Ubuntu 9.04 is long gone

** Changed in: pdfsam (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/367108

Title:
  pdfsam requires openjdk

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819268] [NEW] package unattended-upgrades 0.90ubuntu0.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-03-09 Thread Chandra
Public bug reported:

Hi Team,

I'm facing system error as soon as I Login.Seems like i have replaced a
file while upgrading .

Thanks,
Chandra

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: unattended-upgrades 0.90ubuntu0.10
ProcVersionSignature: Ubuntu 4.4.0-142.168-generic 4.4.167
Uname: Linux 4.4.0-142-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Thu Mar  7 21:49:37 2019
DuplicateSignature:
 package:unattended-upgrades:0.90ubuntu0.10
 Installing new version of config file /etc/logrotate.d/unattended-upgrades ...
 frontend: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
 dpkg: error processing package unattended-upgrades (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-08-02 (1314 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.5
 apt  1.2.29ubuntu0.1
SourcePackage: unattended-upgrades
Title: package unattended-upgrades 0.90ubuntu0.10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2019-03-07 (2 days ago)
modified.conffile..etc.apt.apt.conf.d.10periodic:
 APT::Periodic::Update-Package-Lists "1";
 APT::Periodic::Download-Upgradeable-Packages "0";
 APT::Periodic::AutocleanInterval "0";
 APT::Periodic::Unattended-Upgrade "0";
mtime.conffile..etc.apt.apt.conf.d.10periodic: 2019-02-17T17:53:07.538650

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819268

Title:
  package unattended-upgrades 0.90ubuntu0.10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1819268/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819268] Re: package unattended-upgrades 0.90ubuntu0.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-03-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819268

Title:
  package unattended-upgrades 0.90ubuntu0.10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1819268/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819267] Re: Package description has typo in it

2019-03-09 Thread Eliran Gonen
** Bug watch added: Debian Bug tracker #924087
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924087

** Also affects: textdraw (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924087
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819267

Title:
  Package description has typo in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1819009] Re: Terminal-Emulator shows no prompt when (console) program finished

2019-03-09 Thread Oliver Riedl
Sorry, Walter, I forgot to ask!

My English is bad and/or I don't understand technically what "syncing up 
kernels" mean
and what to check in the logs /var/log/{syslog,Xorg.0.log} then.

Maybe it's a good idea to not classify the problem as a singularity
because it is not totally easy to come to this point when one observes
this strange behavior.

On Fri, 08 Mar 2019 21:47:44 -
Walter Lapchynski  wrote:

> Oliver, did you look at the logs I mentioned?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1819009
> 
> Title:
>   Terminal-Emulator shows no prompt when (console) program finished
> 
> Status in lxterminal package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   The problem seems to be independent of the Terminal-Emulator. Gnome-
>   Terminal shows the same problem. My older version (16.04) of Lubuntu
>   does NOT show this problem.
> 
>   If you run a (console) program with non blinking cursor (the default
>   setting) OR you put the focus away from the terminal emulator while
>   the program is still running, no prompt appears after the program has
>   finished. To get the prompt you have to move the mouse or press any
>   key (e.g. CTRL). For example, run "sleep 1" with non blinking cursor.
>   Or (with blinking cursor) run "sleep 3" and then click on the desktop
>   so that the desktop gets the focus.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: lxterminal 0.3.1-2ubuntu2
>   ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
>   Uname: Linux 4.15.0-29-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   CasperVersion: 1.394
>   CurrentDesktop: LXDE
>   Date: Thu Mar  7 13:25:48 2019
>   LiveMediaBuild: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
> (20180725)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=de_DE.UTF-8
>SHELL=/bin/bash
>   SourcePackage: lxterminal
>   UpgradeStatus: No upgrade log present (probably fresh install)
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/lxterminal/+bug/1819009/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819009

Title:
  Terminal-Emulator shows no prompt when (console) program finished

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818996] Re: auth.conf.d directory missing

2019-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.8.0

---
apt (1.8.0) unstable; urgency=medium

  [ David Kalnischkies ]
  * Add explicit message for unsupported binary signature (Closes: #921685)

  [ Milo Casagrande ]
  * [l10n] Update Italian translation

  [ Julian Andres Klode ]
  * Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)
  * CMake: Install auth.conf.d directory (LP: #1818996)

  [ Frans Spiesschaert ]
  * Dutch program translation update (Closes: #923728)
  * Dutch manpages translation update (Closes: #923834)

 -- Julian Andres Klode   Fri, 08 Mar 2019 09:41:20
+0100

** Changed in: apt (Ubuntu Disco)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818996

Title:
  auth.conf.d directory missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819267] Re: Package description has typo in it

2019-03-09 Thread Bug Watch Updater
** Changed in: textdraw (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819267

Title:
  Package description has typo in it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819271] Re: dock is blank after recent package updates in 19.04

2019-03-09 Thread Jonathan Kamens
Attaching journalctl. This seems relevant:

Mar 09 09:43:33 jik5.kamens.us gnome-shell[14178]: JS ERROR: TypeError: 
this._construct is not a function
   
newClass@resource:///org/gnome/gjs/modules/_legacy.js:114:32
   
_createAppItem@/usr/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/dash.js:441:23
   
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
   
_redisplay@/usr/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/dash.js:788:31
   
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
   
_runDeferredWork@resource:///org/gnome/shell/ui/main.js:604:5
   
_runBeforeRedrawQueue@resource:///org/gnome/shell/ui/main.js:619:9
   
_queueBeforeRedraw/<@resource:///org/gnome/shell/ui/main.js:628:13


** Attachment added: "journalctl output for current login session"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-dashtodock/+bug/1819271/+attachment/5244944/+files/journalctl.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819271

Title:
  dock is blank after recent package updates in 19.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819272] [NEW] no print from HP Envy 5530

2019-03-09 Thread ARTHUR H WILLIAMS JR
Public bug reported:

cannot print pdf, except first page through Libre Draw.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: cups 2.2.8-5ubuntu1.2
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CupsErrorLog:
 E [09/Mar/2019:09:19:30 -0500] Unknown directive JobPrivateAccess on line 123 
of /etc/cups/cupsd.conf.
 E [09/Mar/2019:09:19:30 -0500] Unknown directive JobPrivateValues on line 124 
of /etc/cups/cupsd.conf.
 E [09/Mar/2019:09:19:30 -0500] Unknown directive SubscriptionPrivateAccess on 
line 125 of /etc/cups/cupsd.conf.
 E [09/Mar/2019:09:19:30 -0500] Unknown directive SubscriptionPrivateValues on 
line 126 of /etc/cups/cupsd.conf.
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  9 09:43:09 2019
InstallationDate: Installed on 2019-01-07 (61 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
Lpstat:
 device for CUPS-BRF-Printer: cups-brf:/
 device for ENVY-5530-series: hp:/usb/ENVY_5530_series?serial=CN43I210GS05XT
 device for Generic-CUPS-BRF-Printer: cups-brf:/
MachineType: Dell Inc. Inspiron 5558
Papersize: letter
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Generic-CUPS-BRF-Printer.ppd', 
'/etc/cups/ppd/ENVY-5530-series.ppd', '/etc/cups/ppd/CUPS-BRF-Printer.ppd'] 
failed with exit code 2: grep: /etc/cups/ppd/Generic-CUPS-BRF-Printer.ppd: 
Permission denied
 grep: /etc/cups/ppd/ENVY-5530-series.ppd: Permission denied
 grep: /etc/cups/ppd/CUPS-BRF-Printer.ppd: Permission denied
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=2916d9f1-41e2-4b63-8b0b-4a8c5fd65a11 ro quiet splash vt.handoff=1
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/22/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0FF8N0
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd11/22/2016:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0FF8N0:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 5558
dmi.product.sku: Inspiron 5558
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-bug cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819272

Title:
  no print from HP Envy 5530

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819271] [NEW] dock is blank after recent package updates in 19.04

2019-03-09 Thread Jonathan Kamens
Public bug reported:

My dock has no icons in it after all my packages are updated. See
attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-shell-extension-dashtodock 65-1 [modified: 
usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml]
ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20
Uname: Linux 4.19.0-13-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  9 09:43:57 2019
InstallationDate: Installed on 2019-01-02 (65 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-dashtodock
UpgradeStatus: Upgraded to disco on 2019-01-21 (46 days ago)

** Affects: gnome-shell-extension-dashtodock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug disco

** Attachment added: "desktop screenshot"
   
https://bugs.launchpad.net/bugs/1819271/+attachment/5244928/+files/Screenshot%20from%202019-03-09%2009-43-38.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819271

Title:
  dock is blank after recent package updates in 19.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819256] Re: [FFe] KDE Frameworks 5.56.0 into Disco archive

2019-03-09 Thread Simon Quigley
In the powers invested in me as well (heh) I ack this FFe, setting the
correct bug status.

** Changed in: plasma-framework (Ubuntu Disco)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819256

Title:
  [FFe] KDE Frameworks 5.56.0 into Disco archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1819256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819271] Re: dock is blank after recent package updates in 19.04

2019-03-09 Thread Jonathan Kamens
Uninstalling gnome-shell-extension-dashtodock completely and restarting
gnome shell seems to resolve this.

The confusing thing is that the description for the Ubuntu Dock in the
GNOME tweaks application says, "This a mock extension. It does nothing
if installed from extensions.gnome.org. Please use dash to dock which
provides the same functionalities with different defaults. This name is
used to protect and reserve the name for ubuntu dock, available as a
system extension on ubuntu. This allow us to not trump updates outside
of our QA process via an external upload."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819271

Title:
  dock is blank after recent package updates in 19.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819275] [NEW] package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package libnvidia-compute-390:amd64

2019-03-09 Thread Khalid Noah
Public bug reported:

Preparing to unpack .../libnvidia-gl-390_390.116-0ubuntu0.18.10.1_i386.deb ...
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340
dpkg-divert: error: mismatch on package
  when removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 by 
libnvidia-gl-390'

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
Date: Fri Mar  8 22:07:43 2019
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', 
which is also in package libnvidia-compute-390:amd64 390.116-0ubuntu0.18.10.1
InstallationDate: Installed on 2019-03-09 (0 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.10
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu5
 apt  1.7.2
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package 
libnvidia-compute-390:amd64 390.116-0ubuntu0.18.10.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-340 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819275

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is
  also in package libnvidia-compute-390:amd64 390.116-0ubuntu0.18.10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1819275/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799832] Re: torbrowser extraction unhandled error

2019-03-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: torbrowser-launcher (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799832

Title:
  torbrowser extraction unhandled error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1799832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799832] Re: torbrowser extraction unhandled error

2019-03-09 Thread chakll
douglas@godlike:/usr/bin$ sudo torbrowser-launcher 
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.9
https://github.com/micahflee/torbrowser-launcher
Refreshing local keyring...
Keyring refreshed successfully...
  No key updates for key: EF6E286DDA85EA2A4BA7DE684E2C6E8793298290
Downloading and installing Tor Browser for the first time.
Downloading 
https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Latest version: 8.0.6
Downloading 
https://dist.torproject.org/torbrowser/8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz.asc
Downloading 
https://dist.torproject.org/torbrowser/8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz
Verifying Signature
Extracting tor-browser-linux64-8.0.6_en-US.tar.xz
Running 
/home/douglas/.local/share/torbrowser/tbb/x86_64/tor-browser_pt-PT/start-tor-browser.desktop
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 964, 
in dispatcher
return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1532, 
in _finishResponse_WAITING
self._giveUp(Failure(reason))
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1585, 
in _giveUp
self._disconnectParser(reason)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1573, 
in _disconnectParser
parser.connectionLost(reason)
---  ---
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 560, 
in connectionLost
self.response._bodyDataFinished()
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 964, 
in dispatcher
return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1220, 
in _bodyDataFinished_CONNECTED
self._bodyProtocol.connectionLost(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
364, in connectionLost
self.all_done(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
383, in response_finished
self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
299, in run_task
self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
305, in run_task
self.verify()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
563, in verify
self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
309, in run_task
self.extract()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
600, in extract
self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
313, in run_task
self.run()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
616, in run
if not self.check_min_version():
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
604, in check_min_version
for line in open(self.common.paths['tbb']['changelog']).readlines():
exceptions.IOError: [Errno 2] Arquivo ou diretório inexistente: 
'/home/douglas/.local/share/torbrowser/tbb/x86_64/tor-browser_pt-PT/Browser/TorBrowser/Docs/ChangeLog.txt'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799832

Title:
  torbrowser extraction unhandled error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1799832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819184] Re: LO 6.2.1.1 Popup on Files, Edits, etc out of position

2019-03-09 Thread Rob Peters
This bug is dependent on screen size.  In my situation, my laptop
display is 1366 x 768.  However, on monitors with higher resolution the
problem is not evident.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819184

Title:
  LO 6.2.1.1 Popup on Files, Edits, etc out of position

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819277] [NEW] I see stripes plomas in full screen mode

2019-03-09 Thread El jinete sin cabeza
Public bug reported:

https://gitlab.gnome.org/GNOME/totem/issues/307

---

When I open a movie in totem, it looks like a window. But then I enlarge
it to full screen. It is seen in the lower part, a strip of lead.

Attached screenshot image.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: totem 3.32.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
Uname: Linux 5.0.0-7-generic x86_64
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  9 12:12:52 2019
InstallationDate: Installed on 2018-12-02 (96 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: totem
UpgradeStatus: Upgraded to disco on 2018-12-02 (96 days ago)

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: wayland (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug disco wayland-session

** Attachment added: "Captura de pantalla de 2019-03-09 12-11-28.png"
   
https://bugs.launchpad.net/bugs/1819277/+attachment/5244952/+files/Captura%20de%20pantalla%20de%202019-03-09%2012-11-28.png

** Description changed:

+ https://gitlab.gnome.org/GNOME/totem/issues/307
+ 
+ ---
+ 
  When I open a movie in totem, it looks like a window. But then I enlarge
  it to full screen. It is seen in the lower part, a strip of lead.
  
  Attached screenshot image.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar  9 12:12:52 2019
  InstallationDate: Installed on 2018-12-02 (96 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: totem
  UpgradeStatus: Upgraded to disco on 2018-12-02 (96 days ago)

** Also affects: wayland (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819277

Title:
  I see stripes plomas in full screen mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] ProcCpuinfo.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1819242/+attachment/5244965/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] Lsusb.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1819242/+attachment/5244964/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] ProcModules.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1819242/+attachment/5244968/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] Re: The touchpad doesn't work unless I move the mouse slowly.. Also I am unable to click and drag.

2019-03-09 Thread yoshiki2
apport information

** Tags added: apport-collected

** Description changed:

  I am unable to use the touchpad properly. I am also unable to click and drag. 
This worked alright on previous versions of ubuntu.. (16.04)
  I am using ubuntu 18.04.2 LTS
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.18.0-16-generic 4.18.0-16.17~18.04.1
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  8 20:44:08 2019
  InstallationDate: Installed on 2019-03-09 (0 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  alfredo1359 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2019-03-09 (0 days ago)
+ InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
+ MachineType: Dell Inc. Dell System XPS L321X
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=55101717-1323-4f12-8339-2784d2f33f81 ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
+ RelatedPackageVersions:
+  linux-restricted-modules-4.18.0-16-generic N/A
+  linux-backports-modules-4.18.0-16-generic  N/A
+  linux-firmware 1.173.3
+ Tags:  bionic
+ Uname: Linux 4.18.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 01/22/2013
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A08
+ dmi.board.name: 0Y4RM9
+ 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.:bvrA08:bd01/22/2013:svnDellInc.:pnDellSystemXPSL321X:pvr:rvnDellInc.:rn0Y4RM9:rvrA00:cvnDellInc.:ct8:cvr0.1:
+ dmi.product.family: HuronRiver System
+ dmi.product.name: Dell System XPS L321X
+ dmi.product.sku: System SKUNumber
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1819242/+attachment/5244959/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] IwConfig.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1819242/+attachment/5244962/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] RfKill.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1819242/+attachment/5244970/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] ProcCpuinfoMinimal.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1819242/+attachment/5244966/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1819242] UdevDb.txt

2019-03-09 Thread yoshiki2
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1819242/+attachment/5244971/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819242

Title:
  The touchpad doesn't work unless I move the mouse slowly..  Also I am
  unable to click and drag.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   >