Compare commits

..

36 Commits

Author SHA1 Message Date
Rik Mills
7dea44a509 sync with plucky archive 2025-04-27 13:06:50 +01:00
e388ba962b Move the unversioned .so files to the individual libraries (LP: #2099870). 2025-02-24 03:30:38 -06:00
27597acbfa Add validate-unpackfsc-1 to the XFAIL list. 2025-02-22 13:11:56 -06:00
8899e5707c Upload to Plucky 2025-02-22 09:22:56 -06:00
3c922e46cd Add more tests to the XFAIL list for the autopkgtest. 2025-02-22 09:22:48 -06:00
60f99f9561 Add some Breaks/Replaces for the odd case where Calamares is already installed. Drop this after 26.04 LTS. 2025-02-22 09:19:34 -06:00
4da5855f70 Upload to Plucky 2025-02-21 19:47:56 -06:00
f32959c7b3 Symbols 2025-02-21 19:47:31 -06:00
79912019db Fix non-amd64 install paths 2025-02-21 19:46:14 -06:00
8a3aac92b7 Clean up rules file 2025-02-21 01:18:22 -06:00
db735dc676 Add a functional autopkgtest, disable three tests for now. 2025-02-21 01:17:56 -06:00
be7ec3acc9 More Lintian fun 2025-02-21 01:17:14 -06:00
5b0ad1ddd7 More Lintian override fun 2025-02-21 01:16:47 -06:00
d784b87660 Update Vcs-* fields for Launchpad move. 2025-02-20 20:47:12 -06:00
f275929ec0 Update symbols from amd64 build logs. 2025-02-20 19:17:58 -06:00
a08449ab68 Fix many Lintian errors and do some package splits. 2025-02-20 17:38:12 -06:00
0175748aab Add debian/files to .gitignore 2025-02-20 14:14:31 -06:00
0bf8c8282b New upstream release. 2025-02-20 14:14:14 -06:00
76ce6f85e8 Add ${qml6:Depends} to ensure we don't miss any QML 6 depends. 2025-02-18 00:04:09 -06:00
e5a20fbf31 Fix some of the confusion around the weak password checkbox and its visibility. 2025-02-16 18:01:10 -06:00
96a40ef1ee Sync with the archive 2025-02-16 18:01:03 -06:00
133d6b4716 Upload to Plucky 2025-01-01 18:17:43 -06:00
4c23d3f3d5 Refresh patches 2025-01-01 18:17:31 -06:00
cff3544dac New changelog entry 2025-01-01 18:13:57 -06:00
2436479aa5 Upload to Plucky 2024-11-23 09:15:39 -06:00
e99da83d3f [unmount] Properly close LUKS partitions after installation is complete. 2024-11-22 19:52:55 -06:00
bdd1161a51 [dracut] Add an options setting for additional Dracut parameters. 2024-11-22 19:52:52 -06:00
cf0bc19356 New upstream release. 2024-11-22 16:48:43 -06:00
7bf52ec55b Upload to Plucky 2024-11-20 20:35:35 -06:00
aa6b7fb203 Another new upstream release 2024-11-20 20:33:48 -06:00
50582d322f New upstream release. 2024-11-20 20:33:48 -06:00
a99f8343c7 Do not build with QtWebEngine on architectures that do not support it. 2024-11-20 20:33:45 -06:00
Rik Mills
9f32cee101 sync with latest archive upload 2024-11-11 08:57:18 +00:00
5f7d263806 Upload to Plucky 2024-10-23 20:15:42 -05:00
d6c3d46eff New upstream release, port to Qt 6 2024-10-15 23:02:55 -05:00
d61923c791 New upstream release. 2024-10-15 21:01:11 -05:00
23 changed files with 1766 additions and 58 deletions

1
debian/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
files

7
debian/calamares-data.install vendored Normal file
View File

@ -0,0 +1,7 @@
calamares.py usr/share/apport/package-hooks
usr/share/applications/calamares.desktop
usr/share/bash-completion/completions/calamares
usr/share/calamares/
usr/share/icons/hicolor/scalable/apps/calamares.svg
usr/share/locale/
usr/share/polkit-1/actions/com.github.calamares.calamares.policy

View File

@ -0,0 +1,2 @@
# This is okay, it's where Calamares expects it to be
calamares-data: repeated-path-segment calamares [usr/share/calamares/qml/calamares/]

1
debian/calamares-data.manpages vendored Normal file
View File

@ -0,0 +1 @@
usr/share/man/man8/calamares.8

View File

@ -1 +1,2 @@
calamares.py usr/share/apport/package-hooks usr/bin/calamares
usr/lib/${DEB_HOST_MULTIARCH}/calamares/modules/

2
debian/calamares.lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# False positive
calamares: spelling-error-in-binary MoR More [usr/bin/calamares]

93
debian/changelog vendored
View File

@ -1,3 +1,96 @@
calamares (3.3.14-0ubuntu6) plucky; urgency=medium
* No-change rebuild with Python 3.13 only
-- Graham Inggs <ginggs@ubuntu.com> Tue, 04 Mar 2025 16:59:58 +0000
calamares (3.3.14-0ubuntu4) plucky; urgency=medium
* Move the unversioned .so files to the individual libraries (LP: #2099870).
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 24 Feb 2025 03:30:01 -0600
calamares (3.3.14-0ubuntu3) plucky; urgency=medium
* Add validate-unpackfsc-1 to the XFAIL list.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 13:11:52 -0600
calamares (3.3.14-0ubuntu2) plucky; urgency=medium
* Add some Breaks/Replaces for the odd case where Calamares is already
installed. Drop this after 26.04 LTS.
* Add more tests to the XFAIL list for the autopkgtest.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 09:22:52 -0600
calamares (3.3.14-0ubuntu1) plucky; urgency=medium
* New upstream release.
* Fix many Lintian errors and do some package splits.
* Update symbols from amd64 build logs.
* Update Vcs-* fields for Launchpad move.
* Add a functional autopkgtest, disable three tests for now.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 19:47:50 -0600
calamares (3.3.13-0ubuntu5) plucky; urgency=medium
* Add ${qml6:Depends} to ensure we don't miss any QML 6 depends.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 18 Feb 2025 00:03:24 -0600
calamares (3.3.13-0ubuntu4) plucky; urgency=medium
* Fix some of the confusion around the weak password checkbox and its
visibility.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 16 Feb 2025 17:50:18 -0600
calamares (3.3.13-0ubuntu3) plucky; urgency=medium
* No-change rebuild for icu soname change.
-- Matthias Klose <doko@ubuntu.com> Tue, 07 Jan 2025 14:13:36 +0100
calamares (3.3.13-0ubuntu2) plucky; urgency=medium
* No-change rebuild for Python 3.13 as the default.
-- Matthias Klose <doko@ubuntu.com> Fri, 03 Jan 2025 14:44:18 +0100
calamares (3.3.13-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 01 Jan 2025 18:17:37 -0600
calamares (3.3.12-0ubuntu1) plucky; urgency=medium
* New upstream release.
* [dracut] Add an options setting for additional Dracut parameters.
* [unmount] Properly close LUKS partitions after installation is complete.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 23 Nov 2024 09:15:31 -0600
calamares (3.3.11-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 20 Nov 2024 20:34:29 -0600
calamares (3.3.9-0ubuntu2) plucky; urgency=medium
* Do not build with QtWebEngine on architectures that do not support it.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 29 Oct 2024 19:01:21 -0500
calamares (3.3.9-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 15 Oct 2024 20:44:54 -0500
calamares (3.3.8-0ubuntu1) oracular; urgency=medium calamares (3.3.8-0ubuntu1) oracular; urgency=medium
* New upstream release. * New upstream release.

167
debian/control vendored
View File

@ -3,56 +3,67 @@ Section: utils
Priority: optional Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: Jonathan Carter <jcc@debian.org> XSBC-Original-Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: cmake, Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
cmake (>= 3.16),
cryptsetup <!nocheck>, cryptsetup <!nocheck>,
debhelper-compat (= 13), extra-cmake-modules (>= 5.240),
extra-cmake-modules,
gettext, gettext,
libappstreamqt5-dev (>= 1.0.0~), libappstreamqt-dev,
libkf5config-dev, libatasmart-dev,
libkf5coreaddons-dev, libboost-python-dev (>= 1.72.0),
libkf5crash-dev, libicu-dev,
libkf5i18n-dev, libkf6config-dev (>= 5.240),
libkf5iconthemes-dev, libkf6coreaddons-dev (>= 5.240),
libkf5kio-dev, libkf6crash-dev (>= 5.240),
libkf5parts-dev, libkf6dbusaddons-dev (>= 5.240),
libkf5plasma-dev, libkf6i18n-dev (>= 5.240),
libkf5service-dev, libkf6iconthemes-dev (>= 5.240),
libkf5solid-dev, libkf6kio-dev (>= 5.240),
libkpmcore-dev, libkf6package-dev (>= 5.240),
libkf6parts-dev (>= 5.240),
libkf6service-dev (>= 5.240),
libkf6solid-dev (>= 5.240),
libkpmcore-dev (>= 24.08),
libparted-dev, libparted-dev,
libpolkit-qt5-1-dev, libplasma-dev,
libpolkit-qt6-1-dev,
libpwquality-dev, libpwquality-dev,
libqt5svg5-dev, libyaml-cpp-dev (>= 0.5.1),
libqt5webkit5-dev, os-prober,
libyaml-cpp-dev, pkexec,
os-prober <!nocheck>,
pkg-config,
pkg-kde-tools, pkg-kde-tools,
polkitd, pkgconf,
python3-dev, python3-all-dev (>= 3.6),
python3-jsonschema, python3-jsonschema,
python3-yaml, python3-yaml,
qml-module-qtquick-layouts, qt6-base-dev (>= 6.5.0),
qml-module-qtquick-privatewidgets, qt6-declarative-dev (>= 6.5.0),
qml-module-qtquick-window2, qt6-location-dev (>= 6.5.0),
qml-module-qtquick2, qt6-svg-dev (>= 6.5.0),
qtbase5-dev, qt6-tools-dev (>= 6.5.0),
qtdeclarative5-dev, qt6-webengine-dev (>= 6.5.0) [amd64 arm64 armhf]
qtlocation5-dev, Standards-Version: 4.7.0
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.6.2
Rules-Requires-Root: no Rules-Requires-Root: no
Homepage: https://github.com/calamares/calamares Homepage: https://github.com/calamares/calamares
Vcs-Browser: https://git.lubuntu.me/Lubuntu/calamares-packaging/ Vcs-Browser: https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
Vcs-Git: https://git.lubuntu.me/Lubuntu/calamares-packaging.git Vcs-Git: https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
XS-Debian-Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/calamares XS-Debian-Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/calamares
XS-Debian-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/calamares.git XS-Debian-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/calamares.git
Package: calamares Package: calamares
Architecture: linux-any Architecture: linux-any
Depends: os-prober, util-linux-extra, ${misc:Depends}, ${shlibs:Depends} Depends: calamares-data (= ${binary:Version}),
libcalamares3.3 (= ${binary:Version}),
libcalamaresui3.3 (= ${binary:Version}),
os-prober,
util-linux-extra,
${misc:Depends},
${shlibs:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Recommends: btrfs-progs, squashfs-tools Recommends: btrfs-progs, squashfs-tools
Description: distribution-independent installer framework Description: distribution-independent installer framework
Calamares is a distribution-independent installer framework. Calamares is a distribution-independent installer framework.
@ -65,3 +76,87 @@ Description: distribution-independent installer framework
You will likely want to provide your own config files to match You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide your distribution, reading the Calamares documentation will guide
you through that process. you through that process.
Package: calamares-data
Architecture: all
Depends: ${misc:Depends}, ${qml6:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Description: data for Calamares
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
an already installed system.
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
.
Data files for Calamares.
Package: libcalamares-dev
Section: libdevel
Architecture: linux-any
Depends: libcalamares3.3 (= ${binary:Version}),
libcalamaresui3.3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Description: Development files for Calamares
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
an already installed system.
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
.
Development files for Calamares.
Package: libcalamares3.3
Section: libs
Architecture: linux-any
Provides: libcalamares
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Description: Shared object files for Calamares
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
an already installed system.
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
.
Shared object files for Calamares.
Package: libcalamaresui3.3
Section: libs
Architecture: linux-any
Provides: libcalamaresui
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Description: UI shared object files for Calamares
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
an already installed system.
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
.
UI shared object files for Calamares.

7
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: calamares
Source: https://github.com/calamares/calamares Source: https://github.com/calamares/calamares
Files: * Files: *
Copyright: 2017-2024 Adriaan de Groot <groot@kde.org> Copyright: 2017-2025 Adriaan de Groot <groot@kde.org>
2018 Matthias Klumpp <matthias@tenstral.net> 2018 Matthias Klumpp <matthias@tenstral.net>
2013-2017 Teo Mrnjavac <teo@kde.org> 2013-2017 Teo Mrnjavac <teo@kde.org>
2020 Gaël PORTAY <gael.portay@gmail.com> 2020 Gaël PORTAY <gael.portay@gmail.com>
@ -71,7 +71,6 @@ Files: AUTHORS
data/config-appimage/settings.conf data/config-appimage/settings.conf
data/config-appimage/modules/* data/config-appimage/modules/*
data/example-root/* data/example-root/*
lang/calamares_i18n.qrc.in
src/libcalamares/CalamaresVersion.h.in src/libcalamares/CalamaresVersion.h.in
src/libcalamares/locale/CountryData_p.cpp src/libcalamares/locale/CountryData_p.cpp
src/libcalamares/CalamaresVersionX.h.in src/libcalamares/CalamaresVersionX.h.in
@ -230,7 +229,7 @@ Copyright: 2014-2016 Teo Mrnjavac <teo@kde.org>
2017-2023 Adriaan de Groot <groot@kde.org> 2017-2023 Adriaan de Groot <groot@kde.org>
License: BSD-2-Clause License: BSD-2-Clause
Files: 3rdparty/kdsingleapplicationguard/* Files: 3rdparty/kdsingleapplication/*
Copyright: 2019-2021 Klaralvdalens Datakonsult AB. <info@kdab.com> Copyright: 2019-2021 Klaralvdalens Datakonsult AB. <info@kdab.com>
License: MIT License: MIT
@ -267,7 +266,6 @@ Copyright: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
License: LGPL-3+ License: LGPL-3+
Files: src/modules/finishedq/seedling.svg Files: src/modules/finishedq/seedling.svg
src/modules/localeq/img/chevron-left-solid.svg
Copyright: 2020-2021 FontAwesome <hello@fontawesome.com> Copyright: 2020-2021 FontAwesome <hello@fontawesome.com>
License: CC-BY-4.0 License: CC-BY-4.0
@ -284,6 +282,7 @@ Files: debian/*
Copyright: 2016-2021 Jonathan Carter <jcc@debian.org> Copyright: 2016-2021 Jonathan Carter <jcc@debian.org>
2014 Rohan Garg <rohan@kde.org> 2014 Rohan Garg <rohan@kde.org>
2022-2024 Aaron Rainbolt <arraybolt3@ubuntu.com> 2022-2024 Aaron Rainbolt <arraybolt3@ubuntu.com>
2022-2025 Simon Quigley <tsimonq2@ubuntu.com>
License: GPL-3+ License: GPL-3+
License: GPL-3+ License: GPL-3+

2
debian/libcalamares-dev.install vendored Normal file
View File

@ -0,0 +1,2 @@
/usr/include/libcalamares/
/usr/lib/${DEB_HOST_MULTIARCH}/cmake/Calamares/

2
debian/libcalamares3.3.install vendored Normal file
View File

@ -0,0 +1,2 @@
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so*
/usr/lib/${DEB_HOST_MULTIARCH}/calamares/libcalamares.so

867
debian/libcalamares3.3.symbols vendored Normal file
View File

@ -0,0 +1,867 @@
# SymbolsHelper-Confirmed: 3.3.14 amd64 arm64 armhf ppc64el riscv64 s390x
libcalamares.so.3.3 libcalamares3.3 #MINVER#
* Build-Depends-Package: libcalamares-dev
PyInit_libcalamares@Base 3.3.13
_ZGVZN9QMetaType21registerConverterImplI5QListI4QUrlE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 3.3.13
_ZGVZN9QMetaType23registerMutableViewImplI5QListI4QUrlE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 3.3.13
_ZN13QMetaSequence12MetaSequenceI5QListI4QUrlEE5valueE@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN14PartitionTable8childrenEv@Base 3.3.14
_ZN15CalamaresPython19variantFromPyObjectERKN5boost6python3api6objectE@Base 3.3.14
_ZN15CalamaresPython20variantMapFromPyDictERKN5boost6python4dictE@Base 3.3.14
_ZN15CalamaresPython21variantHashFromPyDictERKN5boost6python4dictE@Base 3.3.14
_ZN15CalamaresPython21variantListFromPyListERKN5boost6python4listE@Base 3.3.14
_ZN15CalamaresPython6Helper11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.14
_ZN15CalamaresPython6Helper11qt_metacastEPKc@Base 3.3.14
_ZN15CalamaresPython6Helper15handleLastErrorEv@Base 3.3.14
_ZN15CalamaresPython6Helper16staticMetaObjectE@Base 3.3.14
_ZN15CalamaresPython6Helper20createCleanNamespaceEv@Base 3.3.14
_ZN15CalamaresPython6Helper8instanceEv@Base 3.3.14
_ZN15CalamaresPython6HelperC1Ev@Base 3.3.14
_ZN15CalamaresPython6HelperC2Ev@Base 3.3.14
_ZN15CalamaresPython6HelperD0Ev@Base 3.3.14
_ZN15CalamaresPython6HelperD1Ev@Base 3.3.14
_ZN15CalamaresPython6HelperD2Ev@Base 3.3.14
_ZN22CalamaresPluginFactory11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN22CalamaresPluginFactory11qt_metacastEPKc@Base 3.3.13
_ZN22CalamaresPluginFactory16staticMetaObjectE@Base 3.3.13
_ZN22CalamaresPluginFactoryD0Ev@Base 3.3.13
_ZN22CalamaresPluginFactoryD1Ev@Base 3.3.13
_ZN22CalamaresPluginFactoryD2Ev@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML11InvalidNodeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML11InvalidNodeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x|subst)_ZN4YAML12BadSubscriptC1I{size_t}EERKNS_4MarkERKT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x|subst)_ZN4YAML12BadSubscriptC2I{size_t}EERKNS_4MarkERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML13BadConversionC1ERKNS_4MarkE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML13BadConversionC2ERKNS_4MarkE@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeC1IPKcEERKT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeC2IPKcEERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeD2Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeixIA10_cEES0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeixIA15_cEES0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeixIA9_cEES0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML6detail9node_data3getIA10_cEERNS0_4nodeERKT_St10shared_ptrINS0_13memory_holderEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML6detail9node_data3getIA15_cEERNS0_4nodeERKT_St10shared_ptrINS0_13memory_holderEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML6detail9node_data3getIA9_cEERNS0_4nodeERKT_St10shared_ptrINS0_13memory_holderEE@Base 3.3.14
(arch=riscv64)_ZN4YAML9Exception10build_whatERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML9ExceptionC1ERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML9ExceptionC2ERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN5boost6detail15sp_counted_base7destroyEv@Base 3.3.14
_ZN6Logger12ContinuationE@Base 3.3.13
_ZN6Logger12RedactedNameC1EPKcRK7QString@Base 3.3.13
_ZN6Logger12RedactedNameC1ERK7QStringS3_@Base 3.3.13
_ZN6Logger12RedactedNameC2EPKcRK7QString@Base 3.3.13
_ZN6Logger12RedactedNameC2ERK7QStringS3_@Base 3.3.13
_ZN6Logger12setupLogfileEv@Base 3.3.13
_ZN6Logger13setupLogLevelEj@Base 3.3.13
_ZN6Logger15logLevelEnabledEj@Base 3.3.13
_ZN6Logger5QuoteE@Base 3.3.13
_ZN6Logger6CDebugC1EjPKc@Base 3.3.13
_ZN6Logger6CDebugC2EjPKc@Base 3.3.13
_ZN6Logger6CDebugD0Ev@Base 3.3.13
_ZN6Logger6CDebugD1Ev@Base 3.3.13
_ZN6Logger6CDebugD2Ev@Base 3.3.13
_ZN6Logger7NoQuoteE@Base 3.3.13
_ZN6Logger7logFileEv@Base 3.3.13
_ZN6Logger8SubEntryE@Base 3.3.13
_ZN6Logger8logLevelEv@Base 3.3.13
_ZN6Logger8toStringERK8QVariant@Base 3.3.13
_ZN6LoggerlsER6QDebugRKNS_15RedactedCommandE@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN6QDebuglsEPKc@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN6QMutexD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN6QMutexD2Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN7QStringD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN7QStringD2Ev@Base 3.3.14
_ZN9Calamares10ProcessJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.14
_ZN9Calamares10ProcessJob11qt_metacastEPKc@Base 3.3.14
_ZN9Calamares10ProcessJob16staticMetaObjectE@Base 3.3.14
_ZN9Calamares10ProcessJob4execEv@Base 3.3.14
(subst)_ZN9Calamares10ProcessJobC1ERK7QStringS3_bNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEEP7QObject@Base 3.3.13
(subst)_ZN9Calamares10ProcessJobC2ERK7QStringS3_bNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEEP7QObject@Base 3.3.13
_ZN9Calamares10ProcessJobD0Ev@Base 3.3.14
_ZN9Calamares10ProcessJobD1Ev@Base 3.3.14
_ZN9Calamares10ProcessJobD2Ev@Base 3.3.14
_ZN9Calamares10appDataDirEv@Base 3.3.13
_ZN9Calamares10getEntropyEiR10QByteArray@Base 3.3.13
_ZN9Calamares10getIntegerERK4QMapI7QString8QVariantERKS1_x@Base 3.3.13
_ZN9Calamares10setXdgDirsEv@Base 3.3.13
_ZN9Calamares11CommandLineC1ERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares11CommandLineC2ERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares11CommandList13updateVerboseEb@Base 3.3.13
_ZN9Calamares11CommandList3runEv@Base 3.3.13
(subst)_ZN9Calamares11CommandListC1ERK8QVariantbNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
(subst)_ZN9Calamares11CommandListC1EbNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
(subst)_ZN9Calamares11CommandListC2ERK8QVariantbNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
(subst)_ZN9Calamares11CommandListC2EbNSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
_ZN9Calamares11Permissions16parsePermissionsERK7QString@Base 3.3.13
_ZN9Calamares11Permissions5applyERK7QStringRKS0_@Base 3.3.13
_ZN9Calamares11Permissions5applyERK7QStringi@Base 3.3.13
_ZN9Calamares11PermissionsC1ERK7QString@Base 3.3.13
_ZN9Calamares11PermissionsC1Ev@Base 3.3.13
_ZN9Calamares11PermissionsC2ERK7QString@Base 3.3.13
_ZN9Calamares11PermissionsC2Ev@Base 3.3.13
_ZN9Calamares11aboutStringEv@Base 3.3.13
_ZN9Calamares12ModuleSystem10Descriptor18fromDescriptorDataERK4QMapI7QString8QVariantERKS3_@Base 3.3.13
_ZN9Calamares12ModuleSystem10DescriptorC1Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem10DescriptorC2Ev@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12ModuleSystem10DescriptorD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12ModuleSystem10DescriptorD2Ev@Base 3.3.14
_ZN9Calamares12ModuleSystem11InstanceKey10fromStringERK7QString@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12ModuleSystem11InstanceKey8validateEv@Base 3.3.14
_ZN9Calamares12ModuleSystem14interfaceNamesEv@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config12ApplyPresets5applyEPKc@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config12ApplyPresetsC1ERS1_RK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config12ApplyPresetsC2ERS1_RK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config12ApplyPresetsD1Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config12ApplyPresetsD2Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem6Config16staticMetaObjectE@Base 3.3.13
_ZN9Calamares12ModuleSystem6ConfigC1EP7QObject@Base 3.3.13
_ZN9Calamares12ModuleSystem6ConfigC2EP7QObject@Base 3.3.13
_ZN9Calamares12ModuleSystem6ConfigD0Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem6ConfigD1Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem6ConfigD2Ev@Base 3.3.13
_ZN9Calamares12ModuleSystem9typeNamesEv@Base 3.3.13
_ZN9Calamares12ModuleSystemlsER6QDebugRKNS0_11InstanceKeyE@Base 3.3.13
_ZN9Calamares12Retranslator11eventFilterEP7QObjectP6QEvent@Base 3.3.13
_ZN9Calamares12Retranslator11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares12Retranslator11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares12Retranslator15languageChangedEv@Base 3.3.13
_ZN9Calamares12Retranslator16staticMetaObjectE@Base 3.3.13
_ZN9Calamares12Retranslator6attachEP7QObjectSt8functionIFvvEE@Base 3.3.13
_ZN9Calamares12Retranslator8instanceEv@Base 3.3.13
_ZN9Calamares12RetranslatorC1EP7QObject@Base 3.3.13
_ZN9Calamares12RetranslatorC2EP7QObject@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12RetranslatorD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12RetranslatorD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares12RetranslatorD2Ev@Base 3.3.14
_ZN9Calamares12systemLibDirEv@Base 3.3.13
_ZN9Calamares13GlobalStorage11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares13GlobalStorage11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares13GlobalStorage16staticMetaObjectE@Base 3.3.13
_ZN9Calamares13GlobalStorage5clearEv@Base 3.3.13
_ZN9Calamares13GlobalStorage6insertERK7QStringRK8QVariant@Base 3.3.13
_ZN9Calamares13GlobalStorage6removeERK7QString@Base 3.3.13
_ZN9Calamares13GlobalStorage7changedEv@Base 3.3.13
_ZN9Calamares13GlobalStorage8loadJsonERK7QString@Base 3.3.13
_ZN9Calamares13GlobalStorage8loadYamlERK7QString@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares13GlobalStorage9WriteLockD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares13GlobalStorage9WriteLockD2Ev@Base 3.3.14
_ZN9Calamares13GlobalStorageC1EP7QObject@Base 3.3.13
_ZN9Calamares13GlobalStorageC2EP7QObject@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares13GlobalStorageD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares13GlobalStorageD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares13GlobalStorageD2Ev@Base 3.3.14
(subst)_ZN9Calamares13ProcessResult14explainProcessEiRK7QStringS3_NSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
_ZN9Calamares13extraDataDirsEv@Base 3.3.13
_ZN9Calamares13getStringListERK4QMapI7QString8QVariantERKS1_RK5QListIS1_E@Base 3.3.13
_ZN9Calamares13haveExtraDirsEv@Base 3.3.13
_ZN9Calamares13parseFileModeERK7QString@Base 3.3.13
_ZN9Calamares13setAppDataDirERK4QDir@Base 3.3.13
_ZN9Calamares14SleepInhibitor11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares14SleepInhibitor11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares14SleepInhibitor16staticMetaObjectE@Base 3.3.13
_ZN9Calamares14SleepInhibitorC1Ev@Base 3.3.13
_ZN9Calamares14SleepInhibitorC2Ev@Base 3.3.13
_ZN9Calamares14SleepInhibitorD0Ev@Base 3.3.13
_ZN9Calamares14SleepInhibitorD1Ev@Base 3.3.13
_ZN9Calamares14SleepInhibitorD2Ev@Base 3.3.13
_ZN9Calamares14loadTranslatorERKNS_6Locale11Translation2IdERK7QStringP11QTranslator@Base 3.3.13
_ZN9Calamares15extraConfigDirsEv@Base 3.3.13
_ZN9Calamares17RequirementsModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares17RequirementsModel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares17RequirementsModel11reCheckListEv@Base 3.3.13
_ZN9Calamares17RequirementsModel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares17RequirementsModel18setProgressMessageERK7QString@Base 3.3.13
_ZN9Calamares17RequirementsModel19addRequirementsListERK5QListINS_16RequirementEntryEE@Base 3.3.13
_ZN9Calamares17RequirementsModel22progressMessageChangedE7QString@Base 3.3.13
_ZN9Calamares17RequirementsModel25satisfiedMandatoryChangedEb@Base 3.3.13
_ZN9Calamares17RequirementsModel28satisfiedRequirementsChangedEb@Base 3.3.13
_ZN9Calamares17RequirementsModel5clearEv@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17RequirementsModelD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17RequirementsModelD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17RequirementsModelD2Ev@Base 3.3.14
_ZN9Calamares17installTranslatorERKNS_6Locale11Translation2IdERK7QString@Base 3.3.13
_ZN9Calamares17installTranslatorEv@Base 3.3.13
_ZN9Calamares18getUnsignedIntegerERK4QMapI7QString8QVariantERKS1_y@Base 3.3.13
_ZN9Calamares19InstanceDescription12fromSettingsERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares19InstanceDescriptionC1ERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares19InstanceDescriptionC2ERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares19InstanceDescriptionD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares19InstanceDescriptionD2Ev@Base 3.3.14
_ZN9Calamares19RequirementsChecker11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares19RequirementsChecker11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares19RequirementsChecker14reportProgressEv@Base 3.3.13
_ZN9Calamares19RequirementsChecker16staticMetaObjectE@Base 3.3.13
_ZN9Calamares19RequirementsChecker20requirementsProgressERK7QString@Base 3.3.13
_ZN9Calamares19RequirementsChecker22addCheckedRequirementsEPNS_6ModuleE@Base 3.3.13
_ZN9Calamares19RequirementsChecker3runEv@Base 3.3.13
_ZN9Calamares19RequirementsChecker4doneEv@Base 3.3.13
_ZN9Calamares19RequirementsChecker8finishedEv@Base 3.3.13
_ZN9Calamares19RequirementsCheckerC1E5QListIPNS_6ModuleEEPNS_17RequirementsModelEP7QObject@Base 3.3.13
_ZN9Calamares19RequirementsCheckerC2E5QListIPNS_6ModuleEEPNS_17RequirementsModelEP7QObject@Base 3.3.13
_ZN9Calamares19RequirementsCheckerD0Ev@Base 3.3.13
_ZN9Calamares19RequirementsCheckerD1Ev@Base 3.3.13
_ZN9Calamares19RequirementsCheckerD2Ev@Base 3.3.13
_ZN9Calamares19getPrintableEntropyEiR7QString@Base 3.3.13
_ZN9Calamares20translatorLocaleNameEv@Base 3.3.13
_ZN9Calamares22isAppDataDirOverriddenEv@Base 3.3.13
_ZN9Calamares23aboutStringUntranslatedEv@Base 3.3.13
_ZN9Calamares24setAllowLocalTranslationEb@Base 3.3.13
_ZN9Calamares3Job11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares3Job11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares3Job16staticMetaObjectE@Base 3.3.13
_ZN9Calamares3Job8progressEd@Base 3.3.13
_ZN9Calamares3JobC1EP7QObject@Base 3.3.13
_ZN9Calamares3JobC2EP7QObject@Base 3.3.13
_ZN9Calamares3JobD0Ev@Base 3.3.13
_ZN9Calamares3JobD1Ev@Base 3.3.13
_ZN9Calamares3JobD2Ev@Base 3.3.13
_ZN9Calamares4YAML12mapToVariantERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares4YAML12toStringListERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares4YAML15scalarToVariantERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares4YAML16explainExceptionERKN4YAML9ExceptionERK10QByteArray@Base 3.3.13
_ZN9Calamares4YAML16explainExceptionERKN4YAML9ExceptionERK10QByteArrayPKc@Base 3.3.13
_ZN9Calamares4YAML16explainExceptionERKN4YAML9ExceptionERK10QByteArrayRK7QString@Base 3.3.13
_ZN9Calamares4YAML17sequenceToVariantERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares4YAML4loadERK7QStringPb@Base 3.3.13
_ZN9Calamares4YAML4loadERK9QFileInfoPb@Base 3.3.13
_ZN9Calamares4YAML4saveERK7QStringRK4QMapIS1_8QVariantE@Base 3.3.13
_ZN9Calamares4YAML9toVariantERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares5GeoIP13splitTZStringERK7QString@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerC1ERK7QStringS4_S4_@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerC1Ev@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerC2ERK7QStringS4_S4_@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerC2Ev@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerD1Ev@Base 3.3.13
_ZN9Calamares5GeoIP7HandlerD2Ev@Base 3.3.13
_ZN9Calamares5GeoIP9InterfaceC1ERK7QString@Base 3.3.13
_ZN9Calamares5GeoIP9InterfaceC2ERK7QString@Base 3.3.13
_ZN9Calamares5GeoIP9InterfaceD0Ev@Base 3.3.13
_ZN9Calamares5GeoIP9InterfaceD1Ev@Base 3.3.13
_ZN9Calamares5GeoIP9InterfaceD2Ev@Base 3.3.13
_ZN9Calamares5UMaskC1Ej@Base 3.3.13
_ZN9Calamares5UMaskC2Ej@Base 3.3.13
_ZN9Calamares5UMaskD1Ev@Base 3.3.13
_ZN9Calamares5UMaskD2Ev@Base 3.3.13
_ZN9Calamares5Utils6Runner11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares5Utils6Runner11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares5Utils6Runner16staticMetaObjectE@Base 3.3.13
_ZN9Calamares5Utils6Runner3runEv@Base 3.3.13
_ZN9Calamares5Utils6Runner6outputE7QString@Base 3.3.13
_ZN9Calamares5Utils6RunnerC1ERK5QListI7QStringE@Base 3.3.13
_ZN9Calamares5Utils6RunnerC1Ev@Base 3.3.13
_ZN9Calamares5Utils6RunnerC2ERK5QListI7QStringE@Base 3.3.13
_ZN9Calamares5Utils6RunnerC2Ev@Base 3.3.13
_ZN9Calamares5Utils6RunnerD0Ev@Base 3.3.13
_ZN9Calamares5Utils6RunnerD1Ev@Base 3.3.13
_ZN9Calamares5Utils6RunnerD2Ev@Base 3.3.13
_ZN9Calamares6CppJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6CppJob11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6CppJob16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6CppJob19setConfigurationMapERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares6CppJob20setModuleInstanceKeyERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares6CppJobC1EP7QObject@Base 3.3.13
_ZN9Calamares6CppJobC2EP7QObject@Base 3.3.13
_ZN9Calamares6CppJobD0Ev@Base 3.3.13
_ZN9Calamares6CppJobD1Ev@Base 3.3.13
_ZN9Calamares6CppJobD2Ev@Base 3.3.13
_ZN9Calamares6Locale10ZonesModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale10ZonesModel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale10ZonesModel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale10ZonesModelC1EP7QObject@Base 3.3.13
_ZN9Calamares6Locale10ZonesModelC2EP7QObject@Base 3.3.13
_ZN9Calamares6Locale10ZonesModelD0Ev@Base 3.3.13
_ZN9Calamares6Locale10ZonesModelD1Ev@Base 3.3.13
_ZN9Calamares6Locale10ZonesModelD2Ev@Base 3.3.13
_ZN9Calamares6Locale11Translation11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale11Translation11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale11Translation16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale11Translation9getLocaleERKNS1_2IdE@Base 3.3.13
_ZN9Calamares6Locale11TranslationC1EP7QObject@Base 3.3.13
_ZN9Calamares6Locale11TranslationC1ERKNS1_2IdENS1_11LabelFormatEP7QObject@Base 3.3.13
_ZN9Calamares6Locale11TranslationC2EP7QObject@Base 3.3.13
_ZN9Calamares6Locale11TranslationC2ERKNS1_2IdENS1_11LabelFormatEP7QObject@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale11TranslationD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale11TranslationD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale11TranslationD2Ev@Base 3.3.14
_ZN9Calamares6Locale11countryDataERK7QString@Base 3.3.13
_ZN9Calamares6Locale12RegionsModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale12RegionsModel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale12RegionsModel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale12RegionsModelC1EP7QObject@Base 3.3.13
_ZN9Calamares6Locale12RegionsModelC2EP7QObject@Base 3.3.13
_ZN9Calamares6Locale12RegionsModelD0Ev@Base 3.3.13
_ZN9Calamares6Locale12RegionsModelD1Ev@Base 3.3.13
_ZN9Calamares6Locale12RegionsModelD2Ev@Base 3.3.13
_ZN9Calamares6Locale12TimeZoneData11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale12TimeZoneData11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale12TimeZoneData16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale12TimeZoneDataC1ERK7QStringS4_S4_dd@Base 3.3.13
_ZN9Calamares6Locale12TimeZoneDataC2ERK7QStringS4_S4_dd@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale12TimeZoneDataD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale12TimeZoneDataD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares6Locale12TimeZoneDataD2Ev@Base 3.3.14
_ZN9Calamares6Locale13countryLocaleERK7QString@Base 3.3.13
_ZN9Calamares6Locale14countryForCodeERK7QString@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC1ERK4QMapI7QString8QVariantERKS3_PKc@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC1ERK7QString@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC1ERK7QStringPKc@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC2ERK4QMapI7QString8QVariantERKS3_PKc@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC2ERK7QString@Base 3.3.13
_ZN9Calamares6Locale16TranslatedStringC2ERK7QStringPKc@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModelC1ERK5QListI7QStringEP7QObject@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModelC2ERK5QListI7QStringEP7QObject@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModelD0Ev@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModelD1Ev@Base 3.3.13
_ZN9Calamares6Locale17TranslationsModelD2Ev@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModel13regionChangedERK7QString@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModel9setRegionERK7QString@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModelC1EPNS0_10ZonesModelEP7QObject@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModelC2EPNS0_10ZonesModelEP7QObject@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModelD0Ev@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModelD1Ev@Base 3.3.13
_ZN9Calamares6Locale18RegionalZonesModelD2Ev@Base 3.3.13
_ZN9Calamares6Locale18availableLanguagesEv@Base 3.3.13
_ZN9Calamares6Locale18languageForCountryEN7QLocale7CountryE@Base 3.3.13
_ZN9Calamares6Locale18languageForCountryERK7QString@Base 3.3.13
_ZN9Calamares6Locale21availableTranslationsEv@Base 3.3.13
_ZN9Calamares6Locale6readGSERNS_13GlobalStorageERK7QString@Base 3.3.13
_ZN9Calamares6Locale7clearGSERNS_13GlobalStorageE@Base 3.3.13
_ZN9Calamares6Locale8insertGSERNS_13GlobalStorageERK4QMapI7QString8QVariantENS0_10InsertModeE@Base 3.3.13
_ZN9Calamares6Locale8insertGSERNS_13GlobalStorageERK4QMapI7QStringS4_ENS0_10InsertModeE@Base 3.3.13
_ZN9Calamares6Locale8insertGSERNS_13GlobalStorageERK7QStringS5_@Base 3.3.13
_ZN9Calamares6Locale8removeGSERNS_13GlobalStorageERK7QString@Base 3.3.13
_ZN9Calamares6Module16configurationMapEv@Base 3.3.13
_ZN9Calamares6Module17checkRequirementsEv@Base 3.3.13
_ZN9Calamares6Module21loadConfigurationFileERK7QString@Base 3.3.13
_ZN9Calamares6Module8initFromERKNS_12ModuleSystem10DescriptorERK7QString@Base 3.3.13
_ZN9Calamares6ModuleC1Ev@Base 3.3.13
_ZN9Calamares6ModuleC2Ev@Base 3.3.13
_ZN9Calamares6ModuleD0Ev@Base 3.3.13
_ZN9Calamares6ModuleD1Ev@Base 3.3.13
_ZN9Calamares6ModuleD2Ev@Base 3.3.13
_ZN9Calamares6String13removeLeadingER7QString5QChar@Base 3.3.13
_ZN9Calamares6String14removeTrailingER7QString5QChar@Base 3.3.13
_ZN9Calamares6String16removeDiacriticsERK7QString@Base 3.3.13
_ZN9Calamares6String17truncateMultiLineERK7QStringNS0_13LinesStartEndENS0_9CharCountE@Base 3.3.13
_ZN9Calamares6String18DictionaryExpander11clearErrorsEv@Base 3.3.13
_ZN9Calamares6String18DictionaryExpander11expandMacroERK7QStringR5QListIS2_E@Base 3.3.13
_ZN9Calamares6String18DictionaryExpander6expandE7QString@Base 3.3.13
_ZN9Calamares6String18DictionaryExpander6insertERK7QStringS4_@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderC1EOS1_@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderC1Ev@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderC2EOS1_@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderC2Ev@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderD0Ev@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderD1Ev@Base 3.3.13
_ZN9Calamares6String18DictionaryExpanderD2Ev@Base 3.3.13
_ZN9Calamares6String7obscureERK7QString@Base 3.3.13
(subst)_ZN9Calamares6System10runCommandENS0_11RunLocationERK5QListI7QStringERKS3_S8_NSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
_ZN9Calamares6System10s_instanceE@Base 3.3.13
_ZN9Calamares6System11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares6System11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares6System16staticMetaObjectE@Base 3.3.13
_ZN9Calamares6System8instanceEv@Base 3.3.13
_ZN9Calamares6SystemC1EbP7QObject@Base 3.3.13
_ZN9Calamares6SystemC2EbP7QObject@Base 3.3.13
_ZN9Calamares6SystemD0Ev@Base 3.3.13
_ZN9Calamares6SystemD1Ev@Base 3.3.13
_ZN9Calamares6SystemD2Ev@Base 3.3.13
_ZN9Calamares6lookupEPKNS_13GlobalStorageERK7QStringRb@Base 3.3.13
_ZN9Calamares7FailJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7FailJob11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7FailJob16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7FailJob4execEv@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7FailJobD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7FailJobD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7FailJobD2Ev@Base 3.3.14
_ZN9Calamares7GoodJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7GoodJob11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7GoodJob16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7GoodJob4execEv@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7GoodJobD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7GoodJobD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7GoodJobD2Ev@Base 3.3.14
_ZN9Calamares7Network7Manager11hasInternetEv@Base 3.3.13
_ZN9Calamares7Network7Manager11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7Network7Manager11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7Network7Manager14synchronousGetERK4QUrlRKNS0_14RequestOptionsE@Base 3.3.13
_ZN9Calamares7Network7Manager15asynchronousGetERK4QUrlRKNS0_14RequestOptionsE@Base 3.3.13
_ZN9Calamares7Network7Manager15synchronousPingERK4QUrlRKNS0_14RequestOptionsE@Base 3.3.13
_ZN9Calamares7Network7Manager16checkHasInternetEv@Base 3.3.13
_ZN9Calamares7Network7Manager16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7Network7Manager18hasInternetChangedEb@Base 3.3.13
_ZN9Calamares7Network7Manager20getCheckInternetUrlsEv@Base 3.3.13
_ZN9Calamares7Network7Manager22addCheckHasInternetUrlERK4QUrl@Base 3.3.13
_ZN9Calamares7Network7Manager22setCheckHasInternetUrlERK4QUrl@Base 3.3.13
_ZN9Calamares7Network7Manager22setCheckHasInternetUrlERK5QListI4QUrlE@Base 3.3.13
_ZN9Calamares7Network7Manager7Private10cleanupNamEv@Base 3.3.13
_ZN9Calamares7Network7Manager7Private11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7Network7Manager7Private11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7Network7Manager7Private16checkHasInternetEv@Base 3.3.13
_ZN9Calamares7Network7Manager7Private16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7Network7Manager7Private22addCheckHasInternetUrlERK4QUrl@Base 3.3.13
_ZN9Calamares7Network7Manager7Private22setCheckHasInternetUrlERK4QUrl@Base 3.3.13
_ZN9Calamares7Network7Manager7Private22setCheckHasInternetUrlERK5QListI4QUrlE@Base 3.3.13
_ZN9Calamares7Network7Manager7Private3namEv@Base 3.3.13
_ZN9Calamares7Network7Manager7Private8instanceEv@Base 3.3.13
_ZN9Calamares7Network7Manager7PrivateC1Ev@Base 3.3.13
_ZN9Calamares7Network7Manager7PrivateC2Ev@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Network7Manager7PrivateD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Network7Manager7PrivateD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Network7Manager7PrivateD2Ev@Base 3.3.14
_ZN9Calamares7Network7ManagerC1Ev@Base 3.3.13
_ZN9Calamares7Network7ManagerC2Ev@Base 3.3.13
_ZN9Calamares7Network7ManagerD0Ev@Base 3.3.13
_ZN9Calamares7Network7ManagerD1Ev@Base 3.3.13
_ZN9Calamares7Network7ManagerD2Ev@Base 3.3.13
_ZN9Calamares7NetworklsER6QDebugRKNS0_13RequestStatusE@Base 3.3.13
_ZN9Calamares7getBoolERK4QMapI7QString8QVariantERKS1_b@Base 3.3.13
_ZN9Calamares7getListERK4QMapI7QString8QVariantERKS1_RK5QListIS2_E@Base 3.3.13
_ZN9Calamares8JobQueue10s_instanceE@Base 3.3.13
_ZN9Calamares8JobQueue11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares8JobQueue11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares8JobQueue12queueChangedERK5QListI7QStringE@Base 3.3.13
_ZN9Calamares8JobQueue16staticMetaObjectE@Base 3.3.13
_ZN9Calamares8JobQueue5startEv@Base 3.3.13
_ZN9Calamares8JobQueue6failedERK7QStringS3_@Base 3.3.13
_ZN9Calamares8JobQueue6finishEv@Base 3.3.13
_ZN9Calamares8JobQueue7enqueueEiRK5QListI14QSharedPointerINS_3JobEEE@Base 3.3.13
_ZN9Calamares8JobQueue8finishedEv@Base 3.3.13
_ZN9Calamares8JobQueue8instanceEv@Base 3.3.13
_ZN9Calamares8JobQueue8progressEdRK7QString@Base 3.3.13
_ZN9Calamares8JobQueueC1EP7QObject@Base 3.3.13
_ZN9Calamares8JobQueueC2EP7QObject@Base 3.3.13
_ZN9Calamares8JobQueueD0Ev@Base 3.3.13
_ZN9Calamares8JobQueueD1Ev@Base 3.3.13
_ZN9Calamares8JobQueueD2Ev@Base 3.3.13
_ZN9Calamares8NamedJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares8NamedJob11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares8NamedJob16staticMetaObjectE@Base 3.3.13
_ZN9Calamares8Packages21setGSPackageAdditionsEPNS_13GlobalStorageERKNS_12ModuleSystem11InstanceKeyERK5QListI7QStringE@Base 3.3.13
_ZN9Calamares8Packages21setGSPackageAdditionsEPNS_13GlobalStorageERKNS_12ModuleSystem11InstanceKeyERK5QListI8QVariantESB_@Base 3.3.13
_ZN9Calamares8Settings10s_instanceE@Base 3.3.13
_ZN9Calamares8Settings11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares8Settings11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares8Settings16setConfigurationERK10QByteArrayRK7QString@Base 3.3.13
_ZN9Calamares8Settings16staticMetaObjectE@Base 3.3.13
_ZN9Calamares8Settings29reconcileInstancesAndSequenceEv@Base 3.3.13
_ZN9Calamares8Settings4initERK7QString@Base 3.3.13
_ZN9Calamares8Settings4initEb@Base 3.3.13
_ZN9Calamares8Settings8instanceEv@Base 3.3.13
_ZN9Calamares8SettingsC1ERK7QStringb@Base 3.3.13
_ZN9Calamares8SettingsC1Eb@Base 3.3.13
_ZN9Calamares8SettingsC2ERK7QStringb@Base 3.3.13
_ZN9Calamares8SettingsC2Eb@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8SettingsD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8SettingsD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8SettingsD2Ev@Base 3.3.14
_ZN9Calamares8setUMaskEj@Base 3.3.13
_ZN9Calamares9JobResult10setDetailsERK7QString@Base 3.3.13
_ZN9Calamares9JobResult10setMessageERK7QString@Base 3.3.13
_ZN9Calamares9JobResult13internalErrorERK7QStringS3_i@Base 3.3.13
_ZN9Calamares9JobResult2okEv@Base 3.3.13
_ZN9Calamares9JobResult5errorERK7QStringS3_@Base 3.3.13
_ZN9Calamares9JobResultC1EOS0_@Base 3.3.13
_ZN9Calamares9JobResultC1ERK7QStringS3_i@Base 3.3.13
_ZN9Calamares9JobResultC2EOS0_@Base 3.3.13
_ZN9Calamares9JobResultC2ERK7QStringS3_i@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares9JobResultD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares9JobResultD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares9JobResultD2Ev@Base 3.3.14
_ZN9Calamares9Partition10KPMManagerC1Ev@Base 3.3.13
_ZN9Calamares9Partition10KPMManagerC2Ev@Base 3.3.13
_ZN9Calamares9Partition10KPMManagerD1Ev@Base 3.3.13
_ZN9Calamares9Partition10KPMManagerD2Ev@Base 3.3.13
_ZN9Calamares9Partition13PartitionSizeC1ERK7QString@Base 3.3.13
_ZN9Calamares9Partition13PartitionSizeC2ERK7QString@Base 3.3.13
_ZN9Calamares9Partition14TemporaryMountC1ERK7QStringS4_S4_@Base 3.3.13
_ZN9Calamares9Partition14TemporaryMountC2ERK7QStringS4_S4_@Base 3.3.13
_ZN9Calamares9Partition14TemporaryMountD1Ev@Base 3.3.13
_ZN9Calamares9Partition14TemporaryMountD2Ev@Base 3.3.13
(optional=templinst)_ZN9Calamares9Partition14findPartitionsERK5QListIP6DeviceESt8functionIFbP9PartitionEE@Base 3.3.13
_ZN9Calamares9Partition14isPartitionNewEPK9Partition@Base 3.3.13
_ZN9Calamares9Partition14untranslatedFSEN10FileSystem4TypeE@Base 3.3.13
_ZN9Calamares9Partition15closeCryptsetupERK7QString@Base 3.3.13
_ZN9Calamares9Partition15useFilesystemGSEPNS_13GlobalStorageERK7QStringb@Base 3.3.13
_ZN9Calamares9Partition16automountDisableEb@Base 3.3.13
_ZN9Calamares9Partition16automountRestoreERKSt10shared_ptrINS0_13AutoMountInfoEE@Base 3.3.13
_ZN9Calamares9Partition17PartitionIterator3endEP14PartitionTable@Base 3.3.13
_ZN9Calamares9Partition17PartitionIterator3endEP6Device@Base 3.3.13
_ZN9Calamares9Partition17PartitionIterator5beginEP14PartitionTable@Base 3.3.13
_ZN9Calamares9Partition17PartitionIterator5beginEP6Device@Base 3.3.13
_ZN9Calamares9Partition17PartitionIteratorC1EP14PartitionTable@Base 3.3.13
_ZN9Calamares9Partition17PartitionIteratorC2EP14PartitionTable@Base 3.3.13
_ZN9Calamares9Partition17PartitionIteratorppEv@Base 3.3.13
_ZN9Calamares9Partition17clearFilesystemGSEPNS_13GlobalStorageE@Base 3.3.13
_ZN9Calamares9Partition17getPartitionTableEPK9Partition@Base 3.3.13
_ZN9Calamares9Partition18isFilesystemUsedGSEPKNS_13GlobalStorageERK7QString@Base 3.3.13
_ZN9Calamares9Partition19findPartitionByPathERK5QListIP6DeviceERK7QString@Base 3.3.13
_ZN9Calamares9Partition20isPartitionFreeSpaceEPK9Partition@Base 3.3.13
_ZN9Calamares9Partition27prettyNameForFileSystemTypeEN10FileSystem4TypeE@Base 3.3.13
_ZN9Calamares9Partition32findPartitionByCurrentMountPointERK5QListIP6DeviceERK7QString@Base 3.3.13
_ZN9Calamares9Partition4syncEv@Base 3.3.13
_ZN9Calamares9Partition5mountERK7QStringS3_S3_S3_@Base 3.3.13
_ZN9Calamares9Partition7unmountERK7QStringRK5QListIS1_E@Base 3.3.13
_ZN9Calamares9Partition8MtabInfo24fromMtabFilteredByPrefixERK7QStringS4_@Base 3.3.13
_ZN9Calamares9PythonJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.14
_ZN9Calamares9PythonJob11qt_metacastEPKc@Base 3.3.14
_ZN9Calamares9PythonJob12emitProgressEd@Base 3.3.14
_ZN9Calamares9PythonJob14setDescriptionERK7QString@Base 3.3.14
_ZN9Calamares9PythonJob16staticMetaObjectE@Base 3.3.14
_ZN9Calamares9PythonJob20setInjectedPreScriptEPKc@Base 3.3.14
_ZN9Calamares9PythonJob4execEv@Base 3.3.14
_ZN9Calamares9PythonJobC1ERK7QStringS3_RK4QMapIS1_8QVariantEP7QObject@Base 3.3.14
_ZN9Calamares9PythonJobC2ERK7QStringS3_RK4QMapIS1_8QVariantEP7QObject@Base 3.3.14
_ZN9Calamares9PythonJobD0Ev@Base 3.3.14
_ZN9Calamares9PythonJobD1Ev@Base 3.3.14
_ZN9Calamares9PythonJobD2Ev@Base 3.3.14
_ZN9Calamares9appLogDirEv@Base 3.3.13
_ZN9Calamares9getDoubleERK4QMapI7QString8QVariantERKS1_d@Base 3.3.13
_ZN9Calamares9getStringERK4QMapI7QString8QVariantERKS1_S7_@Base 3.3.13
_ZN9Calamares9getSubMapERK4QMapI7QString8QVariantERKS1_RbS5_@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Partition6parentEv@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Partition8childrenEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN9QtPrivate15ResultStoreBase5clearI7QStringEEvR4QMapIiNS_10ResultItemEE@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN9QtPrivate15ResultStoreBase5clearIN9Calamares5GeoIP14RegionZonePairEEEvR4QMapIiNS_10ResultItemEE@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD0Ev@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD1Ev@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD2Ev@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD1Ev@Base 3.3.14
(arch=riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev@Base 3.3.14
_ZNK15CalamaresPython6Helper10metaObjectEv@Base 3.3.14
_ZNK22CalamaresPluginFactory10metaObjectEv@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node16EnsureNodeExistsEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node4MarkEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixIPKcEEKS0_RKT_@Base 3.3.14
_ZNK6Logger12RedactedNamecv7QStringEv@Base 3.3.13
_ZNK9Calamares10ProcessJob10metaObjectEv@Base 3.3.14
_ZNK9Calamares10ProcessJob10prettyNameEv@Base 3.3.14
_ZNK9Calamares10ProcessJob19prettyStatusMessageEv@Base 3.3.14
_ZNK9Calamares11CommandLine6expandER18KMacroExpanderBase@Base 3.3.13
_ZNK9Calamares11CommandLine6expandEv@Base 3.3.13
_ZNK9Calamares11CommandList6expandER18KMacroExpanderBase@Base 3.3.13
_ZNK9Calamares11CommandList6expandEv@Base 3.3.13
_ZNK9Calamares12ModuleSystem6Config10isEditableERK7QString@Base 3.3.13
_ZNK9Calamares12ModuleSystem6Config10metaObjectEv@Base 3.3.13
_ZNK9Calamares12Retranslator10metaObjectEv@Base 3.3.13
_ZNK9Calamares13GlobalStorage10metaObjectEv@Base 3.3.13
_ZNK9Calamares13GlobalStorage4keysEv@Base 3.3.13
_ZNK9Calamares13GlobalStorage5countEv@Base 3.3.13
_ZNK9Calamares13GlobalStorage5valueERK7QString@Base 3.3.13
_ZNK9Calamares13GlobalStorage8containsERK7QString@Base 3.3.13
_ZNK9Calamares13GlobalStorage8saveJsonERK7QString@Base 3.3.13
_ZNK9Calamares13GlobalStorage8saveYamlERK7QString@Base 3.3.13
_ZNK9Calamares13GlobalStorage9debugDumpEv@Base 3.3.13
_ZNK9Calamares14SleepInhibitor10metaObjectEv@Base 3.3.13
_ZNK9Calamares17RequirementsModel10metaObjectEv@Base 3.3.13
_ZNK9Calamares17RequirementsModel4dataERK11QModelIndexi@Base 3.3.13
_ZNK9Calamares17RequirementsModel8describeEv@Base 3.3.13
_ZNK9Calamares17RequirementsModel8rowCountERK11QModelIndex@Base 3.3.13
_ZNK9Calamares17RequirementsModel9roleNamesEv@Base 3.3.13
_ZNK9Calamares19RequirementsChecker10metaObjectEv@Base 3.3.13
_ZNK9Calamares3Job10metaObjectEv@Base 3.3.13
_ZNK9Calamares3Job12getJobWeightEv@Base 3.3.13
_ZNK9Calamares3Job17prettyDescriptionEv@Base 3.3.13
_ZNK9Calamares3Job19prettyStatusMessageEv@Base 3.3.13
_ZNK9Calamares5GeoIP7Handler3getEv@Base 3.3.13
_ZNK9Calamares5GeoIP7Handler5queryEv@Base 3.3.13
_ZNK9Calamares5GeoIP7Handler6getRawEv@Base 3.3.13
_ZNK9Calamares5GeoIP7Handler8queryRawEv@Base 3.3.13
_ZNK9Calamares5Utils6Runner10metaObjectEv@Base 3.3.13
_ZNK9Calamares6CppJob10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel4dataERK11QModelIndexi@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel4findERK7QStringS4_@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel4findERKSt8functionIFdPKNS0_12TimeZoneDataEEE@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel4findEdd@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel6lookupEdd@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel8IteratorcvbEv@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel8IteratordeEv@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel8rowCountERK11QModelIndex@Base 3.3.13
_ZNK9Calamares6Locale10ZonesModel9roleNamesEv@Base 3.3.13
_ZNK9Calamares6Locale11Translation10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale12RegionsModel10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale12RegionsModel10translatedERK7QString@Base 3.3.13
_ZNK9Calamares6Locale12RegionsModel4dataERK11QModelIndexi@Base 3.3.13
_ZNK9Calamares6Locale12RegionsModel8rowCountERK11QModelIndex@Base 3.3.13
_ZNK9Calamares6Locale12RegionsModel9roleNamesEv@Base 3.3.13
_ZNK9Calamares6Locale12TimeZoneData10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale12TimeZoneData10translatedEv@Base 3.3.13
_ZNK9Calamares6Locale16TranslatedString3getERK7QLocale@Base 3.3.13
_ZNK9Calamares6Locale16TranslatedString3getEv@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4dataERK11QModelIndexi@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4findERK7QLocale@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4findERK7QString@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4findERKNS0_11Translation2IdE@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4findESt8functionIFbRK7QLocaleEE@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel4findESt8functionIFbRKNS0_11TranslationEEE@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel6localeEi@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel8rowCountERK11QModelIndex@Base 3.3.13
_ZNK9Calamares6Locale17TranslationsModel9roleNamesEv@Base 3.3.13
_ZNK9Calamares6Locale18RegionalZonesModel10metaObjectEv@Base 3.3.13
_ZNK9Calamares6Locale18RegionalZonesModel16filterAcceptsRowEiRK11QModelIndex@Base 3.3.13
_ZNK9Calamares6Module10typeStringEv@Base 3.3.13
_ZNK9Calamares6Module15interfaceStringEv@Base 3.3.13
_ZNK9Calamares6String18DictionaryExpander10errorNamesEv@Base 3.3.13
_ZNK9Calamares6String18DictionaryExpander9hasErrorsEv@Base 3.3.13
_ZNK9Calamares6System10metaObjectEv@Base 3.3.13
_ZNK9Calamares6System10targetPathERK7QString@Base 3.3.13
_ZNK9Calamares6System13getTotalDiskBEv@Base 3.3.13
_ZNK9Calamares6System14readTargetFileERK7QString@Base 3.3.13
_ZNK9Calamares6System15getTotalMemoryBEv@Base 3.3.13
_ZNK9Calamares6System16createTargetDirsERK7QString@Base 3.3.13
_ZNK9Calamares6System16createTargetFileERK7QStringRK10QByteArrayNS0_9WriteModeE@Base 3.3.13
_ZNK9Calamares6System16removeTargetFileERK7QString@Base 3.3.13
_ZNK9Calamares6System17getCpuDescriptionEv@Base 3.3.13
_ZNK9Calamares6System22createTargetParentDirsERK7QString@Base 3.3.13
_ZNK9Calamares6System8doChrootEv@Base 3.3.13
_ZNK9Calamares7FailJob10metaObjectEv@Base 3.3.13
_ZNK9Calamares7GoodJob10metaObjectEv@Base 3.3.13
_ZNK9Calamares7Network14RequestOptions14applyToRequestEP15QNetworkRequest@Base 3.3.13
_ZNK9Calamares7Network7Manager10metaObjectEv@Base 3.3.13
_ZNK9Calamares7Network7Manager7Private10metaObjectEv@Base 3.3.13
_ZNK9Calamares7Network7Manager7Private11hasInternetEv@Base 3.3.13
_ZNK9Calamares7Network7Manager7Private20getCheckInternetUrlsEv@Base 3.3.13
_ZNK9Calamares8JobQueue10metaObjectEv@Base 3.3.13
_ZNK9Calamares8JobQueue13globalStorageEv@Base 3.3.13
_ZNK9Calamares8NamedJob10metaObjectEv@Base 3.3.13
_ZNK9Calamares8NamedJob10prettyNameEv@Base 3.3.13
_ZNK9Calamares8Settings10metaObjectEv@Base 3.3.13
_ZNK9Calamares8Settings15isModuleEnabledERK7QString@Base 3.3.13
_ZNK9Calamares8Settings15moduleInstancesEv@Base 3.3.13
_ZNK9Calamares8Settings15modulesSequenceEv@Base 3.3.13
_ZNK9Calamares8Settings18modulesSearchPathsEv@Base 3.3.13
_ZNK9Calamares8Settings21brandingComponentNameEv@Base 3.3.13
_ZNK9Calamares8Settings7isValidEv@Base 3.3.13
_ZNK9Calamares9JobResult7detailsEv@Base 3.3.13
_ZNK9Calamares9JobResult7messageEv@Base 3.3.13
_ZNK9Calamares9JobResultcvbEv@Base 3.3.13
_ZNK9Calamares9Partition10KPMManager7backendEv@Base 3.3.13
_ZNK9Calamares9Partition10KPMManagercvbEv@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSize7toBytesEv@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSize7toBytesEx@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSize7toBytesExx@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSize9toSectorsExx@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSizeeqERKS1_@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSizegtERKS1_@Base 3.3.13
_ZNK9Calamares9Partition13PartitionSizeltERKS1_@Base 3.3.13
_ZNK9Calamares9Partition14TemporaryMount4pathEv@Base 3.3.13
_ZNK9Calamares9Partition17PartitionIteratordeEv@Base 3.3.13
_ZNK9Calamares9Partition17PartitionIteratoreqERKS1_@Base 3.3.13
_ZNK9Calamares9Partition17PartitionIteratorneERKS1_@Base 3.3.13
_ZNK9Calamares9PythonJob10metaObjectEv@Base 3.3.14
_ZNK9Calamares9PythonJob10prettyNameEv@Base 3.3.14
_ZNK9Calamares9PythonJob14getDescriptionEv@Base 3.3.14
_ZNK9Calamares9PythonJob19prettyStatusMessageEv@Base 3.3.14
(arch=riscv64)_ZNK9__gnu_cxx24__concurrence_lock_error4whatEv@Base 3.3.14
(arch=riscv64)_ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNKSt5ctypeIcE8do_widenEc@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNKSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNKSt8_Rb_treeI7QStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt10shared_ptrIvEC1IvN5boost6python9converter18shared_ptr_deleterEvEEPT_T0_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt10shared_ptrIvEC2IvN5boost6python9converter18shared_ptr_deleterEvEEPT_T0_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt10unique_ptrIN9Calamares5GeoIP9InterfaceESt14default_deleteIS2_EED1Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt10unique_ptrIN9Calamares5GeoIP9InterfaceESt14default_deleteIS2_EED2Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt14_Function_baseD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt14_Function_baseD2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 3.3.14
(optional=templinst)_ZNSt17_Function_handlerIFbPKvPvEZN9QMetaType17registerConverterI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS8_EEEEbT1_EUlS1_S2_E_E10_M_managerERSt9_Any_dataRKSI_St18_Manager_operation@Base 3.3.13
(optional=templinst)_ZNSt17_Function_handlerIFbPKvPvEZN9QMetaType17registerConverterI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS8_EEEEbT1_EUlS1_S2_E_E9_M_invokeERKSt9_Any_dataOS1_OS2_@Base 3.3.13
(optional=templinst)_ZNSt17_Function_handlerIFbPvS0_EZN9QMetaType19registerMutableViewI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS6_EEEEbT1_EUlS0_S0_E_E10_M_managerERSt9_Any_dataRKSG_St18_Manager_operation@Base 3.3.13
(optional=templinst)_ZNSt17_Function_handlerIFbPvS0_EZN9QMetaType19registerMutableViewI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS6_EEEEbT1_EUlS0_S0_E_E9_M_invokeERKSt9_Any_dataOS0_SJ_@Base 3.3.13
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE11equal_rangeERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE16_M_insert_uniqueIS4_EES1_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE5eraseERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE16_M_insert_uniqueIS3_EES1_ISt17_Rb_tree_iteratorIS3_EbEOT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8seed_seq8generateIPjEEvT_S2_@Base 3.3.14
_ZTI22CalamaresPluginFactory@Base 3.3.13
_ZTI6QDebug@Base 3.3.13
_ZTIFvvE@Base 3.3.14
_ZTIN15CalamaresPython6HelperE@Base 3.3.14
_ZTIN5boost6detail15sp_counted_baseE@Base 3.3.14
_ZTIN6Logger6CDebugE@Base 3.3.13
_ZTIN9Calamares10ProcessJobE@Base 3.3.14
_ZTIN9Calamares12ModuleSystem6ConfigE@Base 3.3.13
_ZTIN9Calamares12RetranslatorE@Base 3.3.13
_ZTIN9Calamares13GlobalStorageE@Base 3.3.13
_ZTIN9Calamares14SleepInhibitorE@Base 3.3.13
_ZTIN9Calamares17RequirementsModelE@Base 3.3.13
_ZTIN9Calamares19RequirementsCheckerE@Base 3.3.13
_ZTIN9Calamares3JobE@Base 3.3.13
_ZTIN9Calamares5GeoIP9InterfaceE@Base 3.3.13
_ZTIN9Calamares5Utils6RunnerE@Base 3.3.13
_ZTIN9Calamares6CppJobE@Base 3.3.13
_ZTIN9Calamares6Locale10ZonesModelE@Base 3.3.13
_ZTIN9Calamares6Locale11TranslationE@Base 3.3.13
_ZTIN9Calamares6Locale12RegionsModelE@Base 3.3.13
_ZTIN9Calamares6Locale12TimeZoneDataE@Base 3.3.13
_ZTIN9Calamares6Locale17TranslationsModelE@Base 3.3.13
_ZTIN9Calamares6Locale18RegionalZonesModelE@Base 3.3.13
_ZTIN9Calamares6ModuleE@Base 3.3.13
_ZTIN9Calamares6String18DictionaryExpanderE@Base 3.3.13
_ZTIN9Calamares6SystemE@Base 3.3.13
_ZTIN9Calamares7FailJobE@Base 3.3.13
_ZTIN9Calamares7GoodJobE@Base 3.3.13
_ZTIN9Calamares7Network7Manager7PrivateE@Base 3.3.13
_ZTIN9Calamares7Network7ManagerE@Base 3.3.13
_ZTIN9Calamares8JobQueueE@Base 3.3.13
_ZTIN9Calamares8NamedJobE@Base 3.3.13
_ZTIN9Calamares8SettingsE@Base 3.3.13
_ZTIN9Calamares9JobResultE@Base 3.3.13
_ZTIN9Calamares9PythonJobE@Base 3.3.14
(arch=riscv64)_ZTIN9__gnu_cxx24__concurrence_lock_errorE@Base 3.3.14
(arch=riscv64)_ZTIN9__gnu_cxx26__concurrence_unlock_errorE@Base 3.3.14
(arch=riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 3.3.14
_ZTIPFvvE@Base 3.3.14
(arch=riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTISt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTISt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=!riscv64)_ZTISt19_Sp_make_shared_tag@Base 3.3.14
_ZTIZN9QMetaType17registerConverterI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 3.3.13
_ZTIZN9QMetaType19registerMutableViewI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 3.3.13
_ZTS22CalamaresPluginFactory@Base 3.3.13
_ZTS6QDebug@Base 3.3.13
_ZTSFvvE@Base 3.3.14
_ZTSN15CalamaresPython6HelperE@Base 3.3.14
_ZTSN5boost6detail15sp_counted_baseE@Base 3.3.14
_ZTSN6Logger6CDebugE@Base 3.3.13
_ZTSN9Calamares10ProcessJobE@Base 3.3.14
_ZTSN9Calamares12ModuleSystem6ConfigE@Base 3.3.13
_ZTSN9Calamares12RetranslatorE@Base 3.3.13
_ZTSN9Calamares13GlobalStorageE@Base 3.3.13
_ZTSN9Calamares14SleepInhibitorE@Base 3.3.13
_ZTSN9Calamares17RequirementsModelE@Base 3.3.13
_ZTSN9Calamares19RequirementsCheckerE@Base 3.3.13
_ZTSN9Calamares3JobE@Base 3.3.13
_ZTSN9Calamares5GeoIP9InterfaceE@Base 3.3.13
_ZTSN9Calamares5Utils6RunnerE@Base 3.3.13
_ZTSN9Calamares6CppJobE@Base 3.3.13
_ZTSN9Calamares6Locale10ZonesModelE@Base 3.3.13
_ZTSN9Calamares6Locale11TranslationE@Base 3.3.13
_ZTSN9Calamares6Locale12RegionsModelE@Base 3.3.13
_ZTSN9Calamares6Locale12TimeZoneDataE@Base 3.3.13
_ZTSN9Calamares6Locale17TranslationsModelE@Base 3.3.13
_ZTSN9Calamares6Locale18RegionalZonesModelE@Base 3.3.13
_ZTSN9Calamares6ModuleE@Base 3.3.13
_ZTSN9Calamares6String18DictionaryExpanderE@Base 3.3.13
_ZTSN9Calamares6SystemE@Base 3.3.13
_ZTSN9Calamares7FailJobE@Base 3.3.13
_ZTSN9Calamares7GoodJobE@Base 3.3.13
_ZTSN9Calamares7Network7Manager7PrivateE@Base 3.3.13
_ZTSN9Calamares7Network7ManagerE@Base 3.3.13
_ZTSN9Calamares8JobQueueE@Base 3.3.13
_ZTSN9Calamares8NamedJobE@Base 3.3.13
_ZTSN9Calamares8SettingsE@Base 3.3.13
_ZTSN9Calamares9JobResultE@Base 3.3.13
_ZTSN9Calamares9PythonJobE@Base 3.3.14
(arch=riscv64)_ZTSN9__gnu_cxx24__concurrence_lock_errorE@Base 3.3.14
(arch=riscv64)_ZTSN9__gnu_cxx26__concurrence_unlock_errorE@Base 3.3.14
(arch=riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 3.3.14
_ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.13
_ZTSPFvvE@Base 3.3.14
_ZTSPN9Calamares13GlobalStorageE@Base 3.3.14
_ZTSPN9Calamares9PythonJobE@Base 3.3.14
(arch=riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
_ZTSSt19_Sp_make_shared_tag@Base 3.3.13
_ZTSZN9QMetaType17registerConverterI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 3.3.13
_ZTSZN9QMetaType19registerMutableViewI5QListI4QUrlE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 3.3.13
_ZTV22CalamaresPluginFactory@Base 3.3.13
_ZTVN15CalamaresPython6HelperE@Base 3.3.14
_ZTVN6Logger6CDebugE@Base 3.3.13
_ZTVN9Calamares10ProcessJobE@Base 3.3.14
_ZTVN9Calamares12ModuleSystem6ConfigE@Base 3.3.13
_ZTVN9Calamares12RetranslatorE@Base 3.3.13
_ZTVN9Calamares13GlobalStorageE@Base 3.3.13
_ZTVN9Calamares14SleepInhibitorE@Base 3.3.13
_ZTVN9Calamares17RequirementsModelE@Base 3.3.13
_ZTVN9Calamares19RequirementsCheckerE@Base 3.3.13
_ZTVN9Calamares3JobE@Base 3.3.13
_ZTVN9Calamares5GeoIP9InterfaceE@Base 3.3.13
_ZTVN9Calamares5Utils6RunnerE@Base 3.3.13
_ZTVN9Calamares6CppJobE@Base 3.3.13
_ZTVN9Calamares6Locale10ZonesModelE@Base 3.3.13
_ZTVN9Calamares6Locale11TranslationE@Base 3.3.13
_ZTVN9Calamares6Locale12RegionsModelE@Base 3.3.13
_ZTVN9Calamares6Locale12TimeZoneDataE@Base 3.3.13
_ZTVN9Calamares6Locale17TranslationsModelE@Base 3.3.13
_ZTVN9Calamares6Locale18RegionalZonesModelE@Base 3.3.13
_ZTVN9Calamares6ModuleE@Base 3.3.13
_ZTVN9Calamares6String18DictionaryExpanderE@Base 3.3.13
_ZTVN9Calamares6SystemE@Base 3.3.13
_ZTVN9Calamares7FailJobE@Base 3.3.13
_ZTVN9Calamares7GoodJobE@Base 3.3.13
_ZTVN9Calamares7Network7Manager7PrivateE@Base 3.3.13
_ZTVN9Calamares7Network7ManagerE@Base 3.3.13
_ZTVN9Calamares8JobQueueE@Base 3.3.13
_ZTVN9Calamares8NamedJobE@Base 3.3.13
_ZTVN9Calamares8SettingsE@Base 3.3.13
_ZTVN9Calamares9JobResultE@Base 3.3.13
_ZTVN9Calamares9PythonJobE@Base 3.3.14
(arch=riscv64)_ZTVN9__gnu_cxx24__concurrence_lock_errorE@Base 3.3.14
(arch=riscv64)_ZTVN9__gnu_cxx26__concurrence_unlock_errorE@Base 3.3.14
(arch=riscv64)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListI4QUrlE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 3.3.13
(optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListI4QUrlE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 3.3.13
_ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 3.3.13
_ZrsRKN4YAML4NodeER5QListI7QStringE@Base 3.3.13
(c++)"non-virtual thunk to Calamares::Locale::TimeZoneData::translated() const@Base" 3.3.13
(c++|arch=!amd64 !arm64 !ppc64el !s390x)"non-virtual thunk to Calamares::Locale::TimeZoneData::~TimeZoneData()@Base" 3.3.14

1
debian/libcalamaresui3.3.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so*

501
debian/libcalamaresui3.3.symbols vendored Normal file
View File

@ -0,0 +1,501 @@
# SymbolsHelper-Confirmed: 3.3.14 amd64 arm64 armhf ppc64el riscv64 s390x
libcalamaresui.so.3.3 libcalamaresui3.3 #MINVER#
* Build-Depends-Package: libcalamares-dev
_ZN13ImageRegistry10putInCacheERK7QStringRK5QSizeN9Calamares9ImageModeERK7QPixmap@Base 3.3.13
_ZN13ImageRegistry4iconERK7QStringN9Calamares9ImageModeE@Base 3.3.13
_ZN13ImageRegistry6pixmapERK7QStringRK5QSizeN9Calamares9ImageModeE@Base 3.3.13
_ZN13ImageRegistry8cacheKeyERK5QSize@Base 3.3.13
_ZN13ImageRegistry8instanceEv@Base 3.3.13
_ZN13ImageRegistryC1Ev@Base 3.3.13
_ZN13ImageRegistryC2Ev@Base 3.3.13
_ZN13WaitingWidget11changeEventEP6QEvent@Base 3.3.13
_ZN13WaitingWidgetC1ERK7QStringP7QWidget@Base 3.3.13
_ZN13WaitingWidgetC2ERK7QStringP7QWidget@Base 3.3.13
_ZN13WaitingWidgetD0Ev@Base 3.3.13
_ZN13WaitingWidgetD1Ev@Base 3.3.13
_ZN13WaitingWidgetD2Ev@Base 3.3.13
_ZN20WaitingSpinnerWidget10paintEventEP11QPaintEvent@Base 3.3.13
_ZN20WaitingSpinnerWidget10updateSizeEv@Base 3.3.13
_ZN20WaitingSpinnerWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN20WaitingSpinnerWidget11qt_metacastEPKc@Base 3.3.13
_ZN20WaitingSpinnerWidget11updateTimerEv@Base 3.3.13
_ZN20WaitingSpinnerWidget12setAlignmentEN2Qt13AlignmentFlagE@Base 3.3.13
_ZN20WaitingSpinnerWidget12setLineWidthEi@Base 3.3.13
_ZN20WaitingSpinnerWidget12setRoundnessEd@Base 3.3.13
_ZN20WaitingSpinnerWidget12setTextColorE6QColor@Base 3.3.13
_ZN20WaitingSpinnerWidget13setLineLengthEi@Base 3.3.13
_ZN20WaitingSpinnerWidget14setInnerRadiusEi@Base 3.3.13
_ZN20WaitingSpinnerWidget14updatePositionEv@Base 3.3.13
_ZN20WaitingSpinnerWidget16setNumberOfLinesEi@Base 3.3.13
_ZN20WaitingSpinnerWidget16staticMetaObjectE@Base 3.3.13
_ZN20WaitingSpinnerWidget22setMinimumTrailOpacityEd@Base 3.3.13
_ZN20WaitingSpinnerWidget22setTrailFadePercentageEd@Base 3.3.13
_ZN20WaitingSpinnerWidget23setRevolutionsPerSecondEd@Base 3.3.13
_ZN20WaitingSpinnerWidget4stopEv@Base 3.3.13
_ZN20WaitingSpinnerWidget5startEv@Base 3.3.13
_ZN20WaitingSpinnerWidget6rotateEv@Base 3.3.13
_ZN20WaitingSpinnerWidget7setTextERK7QString@Base 3.3.13
_ZN20WaitingSpinnerWidget8setColorE6QColor@Base 3.3.13
_ZN20WaitingSpinnerWidgetC1EN2Qt14WindowModalityEP7QWidgetbb@Base 3.3.13
_ZN20WaitingSpinnerWidgetC1EP7QWidgetbb@Base 3.3.13
_ZN20WaitingSpinnerWidgetC2EN2Qt14WindowModalityEP7QWidgetbb@Base 3.3.13
_ZN20WaitingSpinnerWidgetC2EP7QWidgetbb@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN20WaitingSpinnerWidgetD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN20WaitingSpinnerWidgetD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN20WaitingSpinnerWidgetD2Ev@Base 3.3.14
_ZN21FixedAspectRatioLabel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN21FixedAspectRatioLabel11qt_metacastEPKc@Base 3.3.13
_ZN21FixedAspectRatioLabel11resizeEventEP12QResizeEvent@Base 3.3.13
_ZN21FixedAspectRatioLabel16staticMetaObjectE@Base 3.3.13
_ZN21FixedAspectRatioLabel9setPixmapERK7QPixmap@Base 3.3.13
_ZN21FixedAspectRatioLabelC1EP7QWidget@Base 3.3.13
_ZN21FixedAspectRatioLabelC2EP7QWidget@Base 3.3.13
_ZN21FixedAspectRatioLabelD0Ev@Base 3.3.13
_ZN21FixedAspectRatioLabelD1Ev@Base 3.3.13
_ZN21FixedAspectRatioLabelD2Ev@Base 3.3.13
_ZN22CountdownWaitingWidget11changeEventEP6QEvent@Base 3.3.13
_ZN22CountdownWaitingWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN22CountdownWaitingWidget11qt_metacastEPKc@Base 3.3.13
(subst)_ZN22CountdownWaitingWidget11setIntervalENSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEE@Base 3.3.13
_ZN22CountdownWaitingWidget16staticMetaObjectE@Base 3.3.13
_ZN22CountdownWaitingWidget4stopEv@Base 3.3.13
_ZN22CountdownWaitingWidget4tickEv@Base 3.3.13
_ZN22CountdownWaitingWidget5startEv@Base 3.3.13
_ZN22CountdownWaitingWidget7timeoutEv@Base 3.3.13
(subst)_ZN22CountdownWaitingWidgetC1ENSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEEP7QWidget@Base 3.3.13
(subst)_ZN22CountdownWaitingWidgetC2ENSt6chrono8durationI{int64_t}St5ratioIL{int64_t}1EL{int64_t}1EEEEP7QWidget@Base 3.3.13
_ZN22CountdownWaitingWidgetD0Ev@Base 3.3.13
_ZN22CountdownWaitingWidgetD1Ev@Base 3.3.13
_ZN22CountdownWaitingWidgetD2Ev@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML11InvalidNodeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML11InvalidNodeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(optional=templinst|arch=armhf)_ZN4YAML11KeyNotFoundC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKNS_4MarkERKT_@Base 3.3.14
(optional=templinst|arch=armhf)_ZN4YAML11KeyNotFoundC2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKNS_4MarkERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML12BadSubscriptC1IA13_cEERKNS_4MarkERKT_@Base 3.3.14
(optional=templinst|arch=armhf)_ZN4YAML12BadSubscriptC1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKNS_4MarkERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML12BadSubscriptC2IA13_cEERKNS_4MarkERKT_@Base 3.3.14
(optional=templinst|arch=armhf)_ZN4YAML12BadSubscriptC2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKNS_4MarkERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML13BadConversionC1ERKNS_4MarkE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML13BadConversionC2ERKNS_4MarkE@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeC1IPKcEERKT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeC2IPKcEERKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeD2Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeixIA13_cEES0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML4NodeixIA14_cEES0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML6detail9node_data3getIA13_cEERNS0_4nodeERKT_St10shared_ptrINS0_13memory_holderEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML6detail9node_data3getIA14_cEERNS0_4nodeERKT_St10shared_ptrINS0_13memory_holderEE@Base 3.3.14
(arch=riscv64)_ZN4YAML9Exception10build_whatERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML9ExceptionC1ERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN4YAML9ExceptionC2ERKNS_4MarkERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN6QDebuglsEPKc@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN6QDebuglsERK7QString@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN7QStringC1EPKc@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN7QStringC2EPKc@Base 3.3.14
_ZN9Calamares10ViewModule17checkRequirementsEv@Base 3.3.13
_ZN9Calamares10ViewModule8initFromERKNS_12ModuleSystem10DescriptorE@Base 3.3.13
_ZN9Calamares10ViewModule8loadSelfEv@Base 3.3.13
_ZN9Calamares10ViewModuleC1Ev@Base 3.3.13
_ZN9Calamares10ViewModuleC2Ev@Base 3.3.13
_ZN9Calamares10ViewModuleD0Ev@Base 3.3.13
_ZN9Calamares10ViewModuleD1Ev@Base 3.3.13
_ZN9Calamares10ViewModuleD2Ev@Base 3.3.13
_ZN9Calamares11QmlViewStep10onActivateEv@Base 3.3.13
_ZN9Calamares11QmlViewStep11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares11QmlViewStep11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares11QmlViewStep12loadCompleteEv@Base 3.3.13
_ZN9Calamares11QmlViewStep13showFailedQmlEv@Base 3.3.13
_ZN9Calamares11QmlViewStep13widgetMarginsE6QFlagsIN2Qt11OrientationEE@Base 3.3.13
_ZN9Calamares11QmlViewStep16staticMetaObjectE@Base 3.3.13
_ZN9Calamares11QmlViewStep18setContextPropertyEPKcP7QObject@Base 3.3.13
_ZN9Calamares11QmlViewStep19setConfigurationMapERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares11QmlViewStep6widgetEv@Base 3.3.13
_ZN9Calamares11QmlViewStep7onLeaveEv@Base 3.3.13
_ZN9Calamares11QmlViewStep7showQmlEv@Base 3.3.13
_ZN9Calamares11QmlViewStep9getConfigEv@Base 3.3.13
_ZN9Calamares11QmlViewStepC1EP7QObject@Base 3.3.13
_ZN9Calamares11QmlViewStepC2EP7QObject@Base 3.3.13
_ZN9Calamares11QmlViewStepD0Ev@Base 3.3.13
_ZN9Calamares11QmlViewStepD1Ev@Base 3.3.13
_ZN9Calamares11QmlViewStepD2Ev@Base 3.3.13
_ZN9Calamares11ViewManager10s_instanceE@Base 3.3.13
_ZN9Calamares11ViewManager11addViewStepEPNS_8ViewStepE@Base 3.3.13
_ZN9Calamares11ViewManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares11ViewManager11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares11ViewManager12onInitFailedERK5QListI7QStringE@Base 3.3.13
_ZN9Calamares11ViewManager13centralWidgetEv@Base 3.3.13
_ZN9Calamares11ViewManager14insertViewStepEiPNS_8ViewStepE@Base 3.3.13
_ZN9Calamares11ViewManager14onInitCompleteEv@Base 3.3.13
_ZN9Calamares11ViewManager16staticMetaObjectE@Base 3.3.13
_ZN9Calamares11ViewManager16updateNextStatusEb@Base 3.3.13
_ZN9Calamares11ViewManager18currentStepChangedEv@Base 3.3.13
_ZN9Calamares11ViewManager18updateButtonLabelsEv@Base 3.3.13
_ZN9Calamares11ViewManager19updateCancelEnabledEb@Base 3.3.13
_ZN9Calamares11ViewManager20onInstallationFailedERK7QStringS3_@Base 3.3.13
_ZN9Calamares11ViewManager25confirmCancelInstallationEv@Base 3.3.13
_ZN9Calamares11ViewManager27updateBackAndNextVisibilityEb@Base 3.3.13
_ZN9Calamares11ViewManager4backEv@Base 3.3.13
_ZN9Calamares11ViewManager4nextEv@Base 3.3.13
_ZN9Calamares11ViewManager4quitEv@Base 3.3.13
_ZN9Calamares11ViewManager8instanceEP7QObject@Base 3.3.13
_ZN9Calamares11ViewManager8instanceEv@Base 3.3.13
_ZN9Calamares11ViewManagerC1EP7QObject@Base 3.3.13
_ZN9Calamares11ViewManagerC2EP7QObject@Base 3.3.13
_ZN9Calamares11ViewManagerD0Ev@Base 3.3.13
_ZN9Calamares11ViewManagerD1Ev@Base 3.3.13
_ZN9Calamares11ViewManagerD2Ev@Base 3.3.13
_ZN9Calamares12CppJobModule8initFromERKNS_12ModuleSystem10DescriptorE@Base 3.3.13
_ZN9Calamares12CppJobModule8loadSelfEv@Base 3.3.13
_ZN9Calamares12CppJobModuleC1Ev@Base 3.3.13
_ZN9Calamares12CppJobModuleC2Ev@Base 3.3.13
_ZN9Calamares12CppJobModuleD0Ev@Base 3.3.13
_ZN9Calamares12CppJobModuleD1Ev@Base 3.3.13
_ZN9Calamares12CppJobModuleD2Ev@Base 3.3.13
_ZN9Calamares13ModuleManager10s_instanceE@Base 3.3.13
_ZN9Calamares13ModuleManager11loadModulesEv@Base 3.3.13
_ZN9Calamares13ModuleManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares13ModuleManager11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares13ModuleManager13modulesFailedE5QListI7QStringE@Base 3.3.13
_ZN9Calamares13ModuleManager13modulesLoadedEv@Base 3.3.13
_ZN9Calamares13ModuleManager14moduleInstanceERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares13ModuleManager16moduleDescriptorERK7QString@Base 3.3.13
_ZN9Calamares13ModuleManager16staticMetaObjectE@Base 3.3.13
_ZN9Calamares13ModuleManager17checkDependenciesEv@Base 3.3.13
_ZN9Calamares13ModuleManager17checkRequirementsEv@Base 3.3.13
_ZN9Calamares13ModuleManager18loadedInstanceKeysEv@Base 3.3.13
_ZN9Calamares13ModuleManager20requirementsCompleteEb@Base 3.3.13
_ZN9Calamares13ModuleManager23checkModuleDependenciesERKNS_6ModuleE@Base 3.3.13
_ZN9Calamares13ModuleManager4initEv@Base 3.3.13
_ZN9Calamares13ModuleManager6doInitEv@Base 3.3.13
_ZN9Calamares13ModuleManager8initDoneEv@Base 3.3.13
_ZN9Calamares13ModuleManager8instanceEv@Base 3.3.13
_ZN9Calamares13ModuleManager9addModuleEPNS_6ModuleE@Base 3.3.13
_ZN9Calamares13ModuleManagerC1ERK5QListI7QStringEP7QObject@Base 3.3.13
_ZN9Calamares13ModuleManagerC2ERK5QListI7QStringEP7QObject@Base 3.3.13
_ZN9Calamares13ModuleManagerD0Ev@Base 3.3.13
_ZN9Calamares13ModuleManagerD1Ev@Base 3.3.13
_ZN9Calamares13ModuleManagerD2Ev@Base 3.3.13
_ZN9Calamares13defaultPixmapENS_9ImageTypeENS_9ImageModeERK5QSize@Base 3.3.13
_ZN9Calamares13qmlModulesDirEv@Base 3.3.13
_ZN9Calamares13searchQmlFileENS_9QmlSearchERK7QString@Base 3.3.13
_ZN9Calamares13searchQmlFileENS_9QmlSearchERK7QStringRKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares14qmlSearchNamesEv@Base 3.3.13
_ZN9Calamares14unmarginLayoutEP7QLayout@Base 3.3.13
_ZN9Calamares15PythonJobModule8initFromERKNS_12ModuleSystem10DescriptorE@Base 3.3.13
_ZN9Calamares15PythonJobModule8loadSelfEv@Base 3.3.13
_ZN9Calamares15PythonJobModuleC1Ev@Base 3.3.13
_ZN9Calamares15PythonJobModuleC2Ev@Base 3.3.13
_ZN9Calamares15PythonJobModuleD0Ev@Base 3.3.13
_ZN9Calamares15PythonJobModuleD1Ev@Base 3.3.13
_ZN9Calamares15PythonJobModuleD2Ev@Base 3.3.13
_ZN9Calamares15callQmlFunctionEP10QQuickItemPKc@Base 3.3.13
_ZN9Calamares15defaultFontSizeEv@Base 3.3.13
_ZN9Calamares15defaultIconSizeEv@Base 3.3.13
_ZN9Calamares15fixButtonLabelsEP11QMessageBox@Base 3.3.13
_ZN9Calamares15fixButtonLabelsEP16QDialogButtonBox@Base 3.3.13
_ZN9Calamares16ProcessJobModule8initFromERKNS_12ModuleSystem10DescriptorE@Base 3.3.13
_ZN9Calamares16ProcessJobModule8loadSelfEv@Base 3.3.13
_ZN9Calamares16ProcessJobModuleC1Ev@Base 3.3.13
_ZN9Calamares16ProcessJobModuleC2Ev@Base 3.3.13
_ZN9Calamares16ProcessJobModuleD0Ev@Base 3.3.13
_ZN9Calamares16ProcessJobModuleD1Ev@Base 3.3.13
_ZN9Calamares16ProcessJobModuleD2Ev@Base 3.3.13
_ZN9Calamares16setQmlModulesDirERK4QDir@Base 3.3.13
_ZN9Calamares17ExecutionViewStep10onActivateEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares17ExecutionViewStep16staticMetaObjectE@Base 3.3.13
_ZN9Calamares17ExecutionViewStep18updateFromJobQueueEdRK7QString@Base 3.3.13
_ZN9Calamares17ExecutionViewStep26appendJobModuleInstanceKeyERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares17ExecutionViewStep4backEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep4nextEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep6widgetEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep7onLeaveEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStep9toggleLogEv@Base 3.3.13
_ZN9Calamares17ExecutionViewStepC1EP7QObject@Base 3.3.13
_ZN9Calamares17ExecutionViewStepC2EP7QObject@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17ExecutionViewStepD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17ExecutionViewStepD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares17ExecutionViewStepD2Ev@Base 3.3.14
_ZN9Calamares17defaultFontHeightEv@Base 3.3.13
_ZN9Calamares17initQmlModulesDirEv@Base 3.3.13
_ZN9Calamares17registerQmlModelsEv@Base 3.3.13
_ZN9Calamares18setDefaultFontSizeEi@Base 3.3.13
_ZN9Calamares20moduleFromDescriptorERKNS_12ModuleSystem10DescriptorERK7QStringS6_S6_@Base 3.3.13
_ZN9Calamares5Paste11doLogUploadEP7QObject@Base 3.3.13
_ZN9Calamares5Paste13doLogUploadUIEP7QWidget@Base 3.3.13
_ZN9Calamares5Paste9isEnabledEv@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel15mousePressEventEP11QMouseEvent@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel17mouseReleaseEventEP11QMouseEvent@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabel7clickedEv@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelC1EP7QWidget@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelC1ERK7QStringP7QWidget@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelC2EP7QWidget@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelC2ERK7QStringP7QWidget@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelD0Ev@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelD1Ev@Base 3.3.13
_ZN9Calamares7Widgets14ClickableLabelD2Ev@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton10addToGroupEP12QButtonGroupi@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton10setCheckedEb@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton11setIconSizeERK5QSize@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton13toggleOptionsEb@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton16staticMetaObjectE@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton18addOptionsComboBoxEP9QComboBox@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton7setIconERK5QIcon@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButton7setTextERK7QString@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButtonC1EP7QWidget@Base 3.3.13
_ZN9Calamares7Widgets17PrettyRadioButtonC2EP7QWidget@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Widgets17PrettyRadioButtonD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Widgets17PrettyRadioButtonD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares7Widgets17PrettyRadioButtonD2Ev@Base 3.3.14
_ZN9Calamares8Branding10s_instanceE@Base 3.3.13
_ZN9Calamares8Branding11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares8Branding11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares8Branding15WindowDimension8suffixesEv@Base 3.3.13
_ZN9Calamares8Branding16staticMetaObjectE@Base 3.3.13
_ZN9Calamares8Branding18initSimpleSettingsERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares8Branding19s_imageEntryStringsE@Base 3.3.13
_ZN9Calamares8Branding20s_stringEntryStringsE@Base 3.3.13
_ZN9Calamares8Branding21initSlideshowSettingsERKN4YAML4NodeE@Base 3.3.13
_ZN9Calamares8Branding21s_uploadServerStringsE@Base 3.3.13
_ZN9Calamares8Branding8instanceEv@Base 3.3.13
_ZN9Calamares8BrandingC1ERK7QStringP7QObjectd@Base 3.3.13
_ZN9Calamares8BrandingC2ERK7QStringP7QObjectd@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8BrandingD0Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8BrandingD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZN9Calamares8BrandingD2Ev@Base 3.3.14
_ZN9Calamares8ViewStep10onActivateEv@Base 3.3.13
_ZN9Calamares8ViewStep11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.3.13
_ZN9Calamares8ViewStep11qt_metacastEPKc@Base 3.3.13
_ZN9Calamares8ViewStep13widgetMarginsE6QFlagsIN2Qt11OrientationEE@Base 3.3.13
_ZN9Calamares8ViewStep16staticMetaObjectE@Base 3.3.13
_ZN9Calamares8ViewStep17checkRequirementsEv@Base 3.3.13
_ZN9Calamares8ViewStep17nextStatusChangedEb@Base 3.3.13
_ZN9Calamares8ViewStep19setConfigurationMapERK4QMapI7QString8QVariantE@Base 3.3.13
_ZN9Calamares8ViewStep20setModuleInstanceKeyERKNS_12ModuleSystem11InstanceKeyE@Base 3.3.13
_ZN9Calamares8ViewStep4backEv@Base 3.3.13
_ZN9Calamares8ViewStep4nextEv@Base 3.3.13
_ZN9Calamares8ViewStep7onLeaveEv@Base 3.3.13
_ZN9Calamares8ViewStep8onCancelEv@Base 3.3.14
_ZN9Calamares8ViewStepC1EP7QObject@Base 3.3.13
_ZN9Calamares8ViewStepC2EP7QObject@Base 3.3.13
_ZN9Calamares8ViewStepD0Ev@Base 3.3.13
_ZN9Calamares8ViewStepD1Ev@Base 3.3.13
_ZN9Calamares8ViewStepD2Ev@Base 3.3.13
_ZN9Calamares9largeFontEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget10isSpinningEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget10lineLengthEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget10metaObjectEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget11innerRadiusEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget13numberOfLinesEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget19minimumTrailOpacityEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget19trailFadePercentageEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget21revolutionsPersSecondEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget4textEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget5colorEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget9lineWidthEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget9roundnessEv@Base 3.3.13
_ZNK20WaitingSpinnerWidget9textColorEv@Base 3.3.13
_ZNK21FixedAspectRatioLabel10metaObjectEv@Base 3.3.13
_ZNK22CountdownWaitingWidget10metaObjectEv@Base 3.3.13
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node16EnsureNodeExistsEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node4MarkEv@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4Node4TypeEv@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixIA13_cEEKS0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixIA21_cEEKS0_RKT_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixIA22_cEEKS0_RKT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEKS0_RKT_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNK4YAML4NodeixIPKcEEKS0_RKT_@Base 3.3.14
_ZNK9Calamares10ViewModule4jobsEv@Base 3.3.13
_ZNK9Calamares10ViewModule4typeEv@Base 3.3.13
_ZNK9Calamares10ViewModule9interfaceEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep10metaObjectEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep10prettyNameEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep13isAtBeginningEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep13isBackEnabledEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep13isNextEnabledEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep4jobsEv@Base 3.3.13
_ZNK9Calamares11QmlViewStep7isAtEndEv@Base 3.3.13
_ZNK9Calamares11ViewManager10ensureSizeE5QSize@Base 3.3.13
_ZNK9Calamares11ViewManager10metaObjectEv@Base 3.3.13
_ZNK9Calamares11ViewManager11currentStepEv@Base 3.3.13
_ZNK9Calamares11ViewManager11isDebugModeEv@Base 3.3.13
_ZNK9Calamares11ViewManager11isSetupModeEv@Base 3.3.13
_ZNK9Calamares11ViewManager11logFilePathEv@Base 3.3.13
_ZNK9Calamares11ViewManager12isChrootModeEv@Base 3.3.13
_ZNK9Calamares11ViewManager13cancelEnabledEb@Base 3.3.13
_ZNK9Calamares11ViewManager15backIconChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager15nextIconChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager15quitIconChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager16backLabelChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager16currentStepIndexEv@Base 3.3.13
_ZNK9Calamares11ViewManager16nextLabelChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager16quitLabelChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager18backEnabledChangedEb@Base 3.3.13
_ZNK9Calamares11ViewManager18nextEnabledChangedEb@Base 3.3.13
_ZNK9Calamares11ViewManager18quitEnabledChangedEb@Base 3.3.13
_ZNK9Calamares11ViewManager18quitTooltipChangedE7QString@Base 3.3.13
_ZNK9Calamares11ViewManager18quitVisibleChangedEb@Base 3.3.13
_ZNK9Calamares11ViewManager25backAndNextVisibleChangedEb@Base 3.3.13
_ZNK9Calamares11ViewManager4dataERK11QModelIndexi@Base 3.3.13
_ZNK9Calamares11ViewManager8rowCountERK11QModelIndex@Base 3.3.13
_ZNK9Calamares11ViewManager9viewStepsEv@Base 3.3.13
_ZNK9Calamares12CppJobModule4jobsEv@Base 3.3.13
_ZNK9Calamares12CppJobModule4typeEv@Base 3.3.13
_ZNK9Calamares12CppJobModule9interfaceEv@Base 3.3.13
_ZNK9Calamares13ModuleManager10metaObjectEv@Base 3.3.13
_ZNK9Calamares15PythonJobModule4jobsEv@Base 3.3.13
_ZNK9Calamares15PythonJobModule4typeEv@Base 3.3.13
_ZNK9Calamares15PythonJobModule9interfaceEv@Base 3.3.13
_ZNK9Calamares16ProcessJobModule4jobsEv@Base 3.3.13
_ZNK9Calamares16ProcessJobModule4typeEv@Base 3.3.13
_ZNK9Calamares16ProcessJobModule9interfaceEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep10metaObjectEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep10prettyNameEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep13isAtBeginningEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep13isBackEnabledEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep13isNextEnabledEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep4jobsEv@Base 3.3.13
_ZNK9Calamares17ExecutionViewStep7isAtEndEv@Base 3.3.13
_ZNK9Calamares7Widgets14ClickableLabel10metaObjectEv@Base 3.3.13
_ZNK9Calamares7Widgets17PrettyRadioButton10metaObjectEv@Base 3.3.13
_ZNK9Calamares7Widgets17PrettyRadioButton8iconSizeEv@Base 3.3.13
_ZNK9Calamares7Widgets17PrettyRadioButton9isCheckedEv@Base 3.3.13
_ZNK9Calamares8Branding10metaObjectEv@Base 3.3.13
_ZNK9Calamares8Branding10setGlobalsEPNS_13GlobalStorageE@Base 3.3.13
_ZNK9Calamares8Branding10stylesheetEv@Base 3.3.13
_ZNK9Calamares8Branding11styleStringENS0_10StyleEntryE@Base 3.3.13
_ZNK9Calamares8Branding15WindowDimension7isValidEv@Base 3.3.13
_ZNK9Calamares8Branding18componentDirectoryEv@Base 3.3.13
_ZNK9Calamares8Branding5imageENS0_10ImageEntryERK5QSize@Base 3.3.13
_ZNK9Calamares8Branding5imageERK5QListI7QStringERK5QSize@Base 3.3.13
_ZNK9Calamares8Branding5imageERK7QStringRK5QSize@Base 3.3.13
_ZNK9Calamares8Branding6stringENS0_11StringEntryE@Base 3.3.13
_ZNK9Calamares8Branding9imagePathENS0_10ImageEntryE@Base 3.3.13
_ZNK9Calamares8ViewStep10ensureSizeE5QSize@Base 3.3.13
_ZNK9Calamares8ViewStep10metaObjectEv@Base 3.3.13
_ZNK9Calamares8ViewStep12prettyStatusEv@Base 3.3.13
_ZNK9Calamares8ViewStep19createSummaryWidgetEv@Base 3.3.13
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNKSt8_Rb_treeI7QStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt14_Function_baseD1Ev@Base 3.3.14
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt14_Function_baseD2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base 3.3.14
(optional=templinst|arch=riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_add_ref_copyEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 3.3.14
(optional=templinst|arch=armhf)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_add_ref_copyEv@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_@Base 3.3.14
(optional=templinst|arch=!amd64 !arm64 !ppc64el !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_@Base 3.3.14
(arch=amd64 arm64 ppc64el s390x)_ZSt19piecewise_construct@Base 3.3.14
_ZTI13WaitingWidget@Base 3.3.13
_ZTI20WaitingSpinnerWidget@Base 3.3.13
_ZTI21FixedAspectRatioLabel@Base 3.3.13
_ZTI22CountdownWaitingWidget@Base 3.3.13
_ZTIN9Calamares10ViewModuleE@Base 3.3.13
_ZTIN9Calamares11QmlViewStepE@Base 3.3.13
_ZTIN9Calamares11ViewManagerE@Base 3.3.13
_ZTIN9Calamares12CppJobModuleE@Base 3.3.13
_ZTIN9Calamares13ModuleManagerE@Base 3.3.13
_ZTIN9Calamares15PythonJobModuleE@Base 3.3.13
_ZTIN9Calamares16ProcessJobModuleE@Base 3.3.13
_ZTIN9Calamares17ExecutionViewStepE@Base 3.3.13
_ZTIN9Calamares7Widgets14ClickableLabelE@Base 3.3.13
_ZTIN9Calamares7Widgets17PrettyRadioButtonE@Base 3.3.13
_ZTIN9Calamares8BrandingE@Base 3.3.13
_ZTIN9Calamares8ViewStepE@Base 3.3.13
(arch=riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 3.3.14
(arch=riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTISt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTISt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
_ZTS13WaitingWidget@Base 3.3.13
_ZTS20WaitingSpinnerWidget@Base 3.3.13
_ZTS21FixedAspectRatioLabel@Base 3.3.13
_ZTS22CountdownWaitingWidget@Base 3.3.13
_ZTSN9Calamares10ViewModuleE@Base 3.3.13
_ZTSN9Calamares11QmlViewStepE@Base 3.3.13
_ZTSN9Calamares11ViewManagerE@Base 3.3.13
_ZTSN9Calamares12CppJobModuleE@Base 3.3.13
_ZTSN9Calamares13ModuleManagerE@Base 3.3.13
_ZTSN9Calamares15PythonJobModuleE@Base 3.3.13
_ZTSN9Calamares16ProcessJobModuleE@Base 3.3.13
_ZTSN9Calamares17ExecutionViewStepE@Base 3.3.13
_ZTSN9Calamares7Widgets14ClickableLabelE@Base 3.3.13
_ZTSN9Calamares7Widgets17PrettyRadioButtonE@Base 3.3.13
_ZTSN9Calamares8BrandingE@Base 3.3.13
_ZTSN9Calamares8ViewStepE@Base 3.3.13
(arch=riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 3.3.14
(arch=riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=!riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
_ZTV13WaitingWidget@Base 3.3.13
_ZTV20WaitingSpinnerWidget@Base 3.3.13
_ZTV21FixedAspectRatioLabel@Base 3.3.13
_ZTV22CountdownWaitingWidget@Base 3.3.13
_ZTVN9Calamares10ViewModuleE@Base 3.3.13
_ZTVN9Calamares11QmlViewStepE@Base 3.3.13
_ZTVN9Calamares11ViewManagerE@Base 3.3.13
_ZTVN9Calamares12CppJobModuleE@Base 3.3.13
_ZTVN9Calamares13ModuleManagerE@Base 3.3.13
_ZTVN9Calamares15PythonJobModuleE@Base 3.3.13
_ZTVN9Calamares16ProcessJobModuleE@Base 3.3.13
_ZTVN9Calamares17ExecutionViewStepE@Base 3.3.13
_ZTVN9Calamares7Widgets14ClickableLabelE@Base 3.3.13
_ZTVN9Calamares7Widgets17PrettyRadioButtonE@Base 3.3.13
_ZTVN9Calamares8BrandingE@Base 3.3.13
_ZTVN9Calamares8ViewStepE@Base 3.3.13
(arch=riscv64)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail13memory_holderELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(arch=riscv64)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE1EE@Base 3.3.14
(arch=armhf)_ZTVSt15_Sp_counted_ptrIPN4YAML6detail6memoryELN9__gnu_cxx12_Lock_policyE2EE@Base 3.3.14
(c++)"non-virtual thunk to Calamares::Widgets::ClickableLabel::~ClickableLabel()@Base" 3.3.13
(c++|arch=!amd64 !arm64 !ppc64el !s390x)"non-virtual thunk to Calamares::Widgets::PrettyRadioButton::~PrettyRadioButton()@Base" 3.3.14
(c++)"non-virtual thunk to CountdownWaitingWidget::~CountdownWaitingWidget()@Base" 3.3.13
(c++)"non-virtual thunk to FixedAspectRatioLabel::~FixedAspectRatioLabel()@Base" 3.3.13
(c++|arch=!amd64 !arm64 !ppc64el !s390x)"non-virtual thunk to WaitingSpinnerWidget::~WaitingSpinnerWidget()@Base" 3.3.14
(c++)"non-virtual thunk to WaitingWidget::~WaitingWidget()@Base" 3.3.13

View File

@ -43,7 +43,7 @@ Last-Update: 2024-02-26
// warnings to ensure that all the cases are covered below. // warnings to ensure that all the cases are covered below.
@@ -252,6 +259,10 @@ PartitionLayout::createPartitions( Devic @@ -252,6 +259,10 @@ PartitionLayout::createPartitions( Devic
availableSectors = totalSectors; availableSectors = totalSectors;
for ( const auto& entry : qAsConst( m_partLayout ) ) for ( const auto& entry : std::as_const( m_partLayout ) )
{ {
+ if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) { + if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) {
+ // this partition is being skipped entirely + // this partition is being skipped entirely
@ -54,7 +54,7 @@ Last-Update: 2024-02-26
{ {
@@ -265,6 +276,10 @@ PartitionLayout::createPartitions( Devic @@ -265,6 +276,10 @@ PartitionLayout::createPartitions( Devic
// Assign sectors for percentage-defined partitions. // Assign sectors for percentage-defined partitions.
for ( const auto& entry : qAsConst( m_partLayout ) ) for ( const auto& entry : std::as_const( m_partLayout ) )
{ {
+ if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) { + if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) {
+ // this partition is being skipped entirely + // this partition is being skipped entirely
@ -65,7 +65,7 @@ Last-Update: 2024-02-26
qint64 sectors qint64 sectors
@@ -288,6 +303,10 @@ PartitionLayout::createPartitions( Devic @@ -288,6 +303,10 @@ PartitionLayout::createPartitions( Devic
availableSectors = totalSectors; availableSectors = totalSectors;
for ( const auto& entry : qAsConst( m_partLayout ) ) for ( const auto& entry : std::as_const( m_partLayout ) )
{ {
+ if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) { + if ( luksPassphrase.isEmpty() && entry.partOnlyPresentWithEncryption ) {
+ // this partition is being skipped entirely + // this partition is being skipped entirely
@ -94,7 +94,7 @@ Last-Update: 2024-02-26
const QString& minSize = QString(), const QString& minSize = QString(),
--- a/src/modules/partition/partition.conf --- a/src/modules/partition/partition.conf
+++ b/src/modules/partition/partition.conf +++ b/src/modules/partition/partition.conf
@@ -259,6 +259,7 @@ defaultFileSystemType: "ext4" @@ -316,6 +316,7 @@ lvm:
# type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709" # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
# filesystem: "ext4" # filesystem: "ext4"
# noEncrypt: false # noEncrypt: false
@ -102,7 +102,7 @@ Last-Update: 2024-02-26
# mountPoint: "/" # mountPoint: "/"
# size: 20% # size: 20%
# minSize: 500M # minSize: 500M
@@ -268,6 +269,7 @@ defaultFileSystemType: "ext4" @@ -325,6 +326,7 @@ lvm:
# type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915" # type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
# filesystem: "ext4" # filesystem: "ext4"
# noEncrypt: false # noEncrypt: false
@ -110,7 +110,7 @@ Last-Update: 2024-02-26
# mountPoint: "/home" # mountPoint: "/home"
# size: 3G # size: 3G
# minSize: 1.5G # minSize: 1.5G
@@ -296,6 +298,7 @@ defaultFileSystemType: "ext4" @@ -353,6 +355,7 @@ lvm:
# default filesystem type, or the user's choice, will be applied instead # default filesystem type, or the user's choice, will be applied instead
# of "unknown" (e.g. the user might pick ext4, or xfs). # of "unknown" (e.g. the user might pick ext4, or xfs).
# - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false) # - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false)

View File

@ -0,0 +1,14 @@
diff --git a/src/modules/users/Config.cpp b/src/modules/users/Config.cpp
index be754774b..380ed293e 100644
--- a/src/modules/users/Config.cpp
+++ b/src/modules/users/Config.cpp
@@ -1026,8 +1026,7 @@ Config::setConfigurationMap( const QVariantMap& configurationMap )
m_reuseUserPasswordForRoot = Calamares::getBool( configurationMap, "doReusePassword", false );
m_permitWeakPasswords = Calamares::getBool( configurationMap, "allowWeakPasswords", false );
- m_requireStrongPasswords
- = !m_permitWeakPasswords || !Calamares::getBool( configurationMap, "allowWeakPasswordsDefault", false );
+ m_requireStrongPasswords = Calamares::getBool( configurationMap, "allowWeakPasswordsDefault", false );
// If the value doesn't exist, or isn't a map, this gives an empty map -- no problem
auto pr_checks( configurationMap.value( "passwordRequirements" ).toMap() );

View File

@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
import libcalamares import libcalamares
@@ -581,6 +582,46 @@ def get_grub_efi_parameters(): @@ -586,6 +587,46 @@ def get_grub_efi_parameters():
return None return None
@ -62,7 +62,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
def run_grub_mkconfig(partitions, output_file): def run_grub_mkconfig(partitions, output_file):
""" """
Runs grub-mkconfig in the target environment Runs grub-mkconfig in the target environment
@@ -631,6 +672,8 @@ def run_grub_install(fw_type, partitions @@ -636,6 +677,8 @@ def run_grub_install(fw_type, partitions
"--efi-directory=" + efi_directory, "--efi-directory=" + efi_directory,
"--bootloader-id=" + efi_bootloader_id, "--bootloader-id=" + efi_bootloader_id,
"--force"]) "--force"])
@ -71,7 +71,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
else: else:
assert efi_directory is None assert efi_directory is None
if libcalamares.globalstorage.value("bootLoader") is None: if libcalamares.globalstorage.value("bootLoader") is None:
@@ -652,6 +695,8 @@ def run_grub_install(fw_type, partitions @@ -657,6 +700,8 @@ def run_grub_install(fw_type, partitions
"--force", "--force",
boot_loader["installPath"]]) boot_loader["installPath"]])

View File

@ -2,3 +2,5 @@
apport-package-hook.patch apport-package-hook.patch
enable-only-present-with-encryption-partitions.patch enable-only-present-with-encryption-partitions.patch
grub-debconf-config.patch grub-debconf-config.patch
unmount-encrypted-devices.patch
fix-checkbox-warning-confusion.patch

View File

@ -0,0 +1,102 @@
From 739679ad5ab6f7a3fe1edc960fb136d557499781 Mon Sep 17 00:00:00 2001
From: Simon Quigley <simon@tsimonq2.net>
Date: Fri, 22 Nov 2024 19:36:43 -0600
Subject: [PATCH 1/2] [libcalamares] Add a closeCryptsetup function to properly
close LUKS partitions
---
src/libcalamares/partition/Mount.cpp | 9 +++++++++
src/libcalamares/partition/Mount.h | 7 +++++++
2 files changed, 16 insertions(+)
--- a/src/libcalamares/partition/Mount.cpp
+++ b/src/libcalamares/partition/Mount.cpp
@@ -84,6 +84,15 @@ unmount( const QString& path, const QStr
return r.getExitCode();
}
+int
+closeCryptsetup( const QString& luksMapperName )
+{
+ QStringList args = { "cryptsetup", "close", luksMapperName };
+ auto r = Calamares::System::runCommand( QStringList { "cryptsetup", "close", luksMapperName } , std::chrono::seconds( 10 ) );
+ sync();
+ return r.getExitCode();
+}
+
struct TemporaryMount::Private
{
QString m_devicePath;
--- a/src/libcalamares/partition/Mount.h
+++ b/src/libcalamares/partition/Mount.h
@@ -51,6 +51,13 @@ DLLEXPORT int mount( const QString& devi
*/
DLLEXPORT int unmount( const QString& path, const QStringList& options = QStringList() );
+/** @brief Use cryptsetup to close the given @p LUKS mapper name.
+ *
+ * Runs cryptsetup(8) in the host system.
+ *
+ * @returns the program's exit code
+ */
+DLLEXPORT int closeCryptsetup( const QString& luksMapperName );
/** @brief Mount and automatically unmount a device
*
--- a/src/modules/umount/UmountJob.cpp
+++ b/src/modules/umount/UmountJob.cpp
@@ -94,6 +94,38 @@ unmountTargetMounts( const QString& root
}
static Calamares::JobResult
+unmountEncryptedPartitions( const QList<QVariant>& partitions )
+{
+ // Iterate on each partition in global storage
+ for ( const auto& partition : partitions )
+ {
+ // If this partition does not have LUKS information, skip it
+ QVariantMap partitionMap = partition.toMap();
+ if ( !partitionMap.contains("luksMapperName") ) {
+ continue;
+ }
+
+ // Define the mount point and ensure it exists
+ QString luksMapperName = partitionMap.value("luksMapperName").toString();
+ QFile deviceFile(QString("/dev/mapper/%1").arg(luksMapperName));
+ if ( !deviceFile.exists() ) {
+ continue;
+ }
+
+ // Close the device
+ if ( Calamares::Partition::closeCryptsetup( luksMapperName ) )
+ {
+ return Calamares::JobResult::error(
+ QCoreApplication::translate( UmountJob::staticMetaObject.className(),
+ "Could not close encrypted partition on the target system." )
+ );
+ }
+ }
+
+ return Calamares::JobResult::ok();
+}
+
+static Calamares::JobResult
exportZFSPools()
{
auto* gs = Calamares::JobQueue::instance()->globalStorage();
@@ -149,6 +181,15 @@ UmountJob::exec()
if ( !r )
{
return r;
+ }
+ }
+
+ // For encrypted systems, close the partitions
+ {
+ auto r = unmountEncryptedPartitions( gs->value("partitions").toList() );
+ if ( !r )
+ {
+ return r;
}
}

12
debian/rules vendored
View File

@ -1,16 +1,12 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# Hardening options, see: https://wiki.debian.org/Hardening export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# Help makes build paths reproducible
export DEB_BUILD_MAINT_OPTIONS=buildinfo=+path
%: %:
dh $@ --with kf5 dh $@
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON dh_auto_configure -- -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON
# Some test don't work well, we don't need to run them at package build time. # Needs to be looked into further
override_dh_auto_test: override_dh_auto_test:

10
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,10 @@
# We have a strong relationship with upstream; it is policy to forward patches
calamares source: patch-not-forwarded-upstream [debian/patches/*.patch]
# This is expected to be forwarded upstream in Q cycle
calamares source: quilt-patch-missing-description [debian/patches/fix-checkbox-warning-confusion.patch]
# This is expected/okay
calamares source: very-long-line-length-in-source-file * > * [data/example-root/usr/share/zoneinfo/*:*]
calamares source: very-long-line-length-in-source-file * > * [lang/*.ts:*]
calamares source: package-does-not-install-examples [src/modules/notesqml/examples/]

3
debian/tests/control vendored Normal file
View File

@ -0,0 +1,3 @@
Tests: main
Depends: @builddeps@
Restrictions: isolation-container, allow-stderr

7
debian/tests/main vendored Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -ex
mkdir build && cd build &&
cmake .. -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON -DBUILD_TESTING=ON -DBUILD_SCHEMA_TESTING=ON &&
make -j$(nproc) &&
ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc|validate-unpackfsc-unpackfsc|validate-unpackfsc-1|partitioncreatelayoutstest|userstest|hostinfotest)$'