-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
Description
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.0boost
1.71Qt
5.12.5 LTSlibevent
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)):
The "Show / Hide" item in the trayicon menu does not work:
Clicking the "Window -> Minimize" menu item disables it but does not minimize the main window:
But the "Ctrl+M" shortcut works as expected. Fixed in #18549.