Skip to content

Ubuntu 20.04 LTS #18419

@hebasto

Description

@hebasto

Ubuntu 20.04 LTS (Focal Fossa) is going to be released on April 23. Users will run the upcoming 0.20 version on it too. So I decided to test focal.

System packages:

  • GNOME 3.36
  • g++ 9.3.0
  • boost 1.71
  • Qt 5.12.5 LTS
  • libevent 2.1.11

On master (ac579ad) configured:

$ ./autogen.sh
$ ./configure --with-incompatible-bdb --disable-ccache

The following make emits massive Qt related -Wdeprecated-copy warnings like this:

In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetaobject.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtTest/qtestcase.h:48,
                 from /usr/include/x86_64-linux-gnu/qt5/QtTest/qtest.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtTest/QTest:1,
                 from ./qt/test/compattests.h:9,
                 from qt/test/compattests.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In constructor ‘QVariant::QVariant(QVariant&&)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:275:25: warning: implicitly-declared ‘QVariant::Private& QVariant::Private::operator=(const QVariant::Private&)’ is deprecated [-Wdeprecated-copy]
  275 |     { other.d = Private(); }
      |                         ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:401:16: note: because ‘QVariant::Private’ has user-provided ‘QVariant::Private::Private(const QVariant::Private&)’
  401 |         inline Private(const Private &other) Q_DECL_NOTHROW
      |                ^~~~~~~

This issue was previously reported and discussed in #15822.


The application menu icon looks like this (#18419 (comment)):

Screenshot from 2020-03-24 17-29-26


The "Show / Hide" item in the trayicon menu does not work:

DeepinScreenshot_select-area_20200324173505


Clicking the "Window -> Minimize" menu item disables it but does not minimize the main window:

Screenshot from 2020-03-24 17-43-56

But the "Ctrl+M" shortcut works as expected. Fixed in #18549.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions