[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#941351: marked as done (peruse: Peruse fails to start)



Your message dated Sun, 17 Nov 2019 08:42:07 +0000
with message-id <E1iWG8F-000H67-5a@fasolo.debian.org>
and subject line Bug#941351: fixed in peruse 1.2+dfsg+20191117-1
has caused the Debian Bug report #941351,
regarding peruse: Peruse fails to start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
941351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941351
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: peruse
Version: 1.2+dfsg+20190713-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

attempting to run peruse (or perusecreator) from the command line
results in the following output:

~$ peruse
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(peruse:9225): Gtk-WARNING **: 13:14:48.393: Theme parsing error: gtk.css:6:20: The 'gtk-key-bindings' property has been renamed to '-gtk-ke
y-bindings'
Failed to load the component from disk. Reported error was: "file:///usr/share/peruse/qml/Main.qml:26 Type PeruseMain unavailable\nfile:///u
sr/share/peruse/qml/PeruseMain.qml:300 Type Settings unavailable\nfile:///usr/share/peruse/qml/Settings.qml:82 Type Kirigami.SwipeListItem u
navailable\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop/SwipeListItem.qml:25 Type T.SwipeListItem una
vailable\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/SwipeListItem.qml:264 Syntax error\n"

Peruse then fails to start and crashes.

Apparently this is an issue with
/usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/SwipeListItem.qml:

   function updateVisibleActions(definitelyVisible = false) {

Default values for function parameters are not supported.
It should be:

   function updateVisibleActions(definitelyVisible) {
            if (definitelyVisible === undefined) definitelyVisible = false;

Unfortunately, then it fails on a missing component:

(peruse:10096): Gtk-WARNING **: 13:24:30.678: Theme parsing error: gtk.css:6:20: The 'gtk-key-bindings' property has been renamed to '-gtk-k
ey-bindings'
Failed to load the component from disk. Reported error was: "file:///usr/share/peruse/qml/Main.qml:26 Type PeruseMain unavailable\nfile:///u
sr/share/peruse/qml/PeruseMain.qml:300 Type Settings unavailable\nfile:///usr/share/peruse/qml/Settings.qml:82 Type Kirigami.SwipeListItem u
navailable\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop/SwipeListItem.qml:25 Type T.SwipeListItem una
vailable\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/SwipeListItem.qml:22 module \"QtQuick.Controls\" version 2.7
 is not installed\n"

Cheers,
Matteo Settenvini

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (800, 'testing'), (780, 'experimental'), (500, 'unstable-debug'), (500, 'testing-debug'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), LANGUAGE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages peruse depends on:
ii  kio                                 5.62.1-1
ii  libc6                               2.29-2
ii  libgcc1                             1:9.2.1-8
ii  libkf5archive5                      5.62.0-1
ii  libkf5baloo5                        5.62.0-2
ii  libkf5configcore5                   5.62.0-1
ii  libkf5coreaddons5                   5.62.0-1
ii  libkf5declarative5                  5.62.0-1
ii  libkf5filemetadata3                 5.62.0-1
ii  libkf5i18n5                         5.62.0-1
ii  libkf5kiocore5                      5.62.1-1
ii  libkf5kiowidgets5                   5.62.1-1
ii  libqt5core5a                        5.11.3+dfsg1-4
ii  libqt5gui5                          5.11.3+dfsg1-4
ii  libqt5qml5                          5.11.3-4
ii  libqt5quick5                        5.11.3-4
ii  libqt5sql5                          5.11.3+dfsg1-4
ii  libqt5widgets5                      5.11.3+dfsg1-4
ii  libstdc++6                          9.2.1-8
ii  peruse-common                       1.2+dfsg+20190713-1
ii  qml-module-org-kde-kirigami2        5.62.0-2
ii  qml-module-org-kde-newstuff         5.62.0-1
ii  qml-module-qt-labs-folderlistmodel  5.11.3-4
ii  qml-module-qt-labs-settings         5.11.3-4
ii  qml-module-qtquick-controls         5.11.3-2
ii  qml-module-qtquick-dialogs          5.11.3-2
ii  qml-module-qtquick-layouts          5.11.3-4

peruse recommends no packages.

peruse suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: peruse
Source-Version: 1.2+dfsg+20191117-1

We believe that the bug you reported is fixed in the latest version of
peruse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 941351@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated peruse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 08:58:36 +0100
Source: peruse
Architecture: source
Version: 1.2+dfsg+20191117-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Closes: 941351
Changes:
 peruse (1.2+dfsg+20191117-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream Git snapshot:
     - works with Qt 5.12 (Closes: #941351)
   * Update the build dependencies according to the upstream build system:
     - bump Qt packages to 5.12.0
     - bump KF packages to 5.56.0
     - add libkf5newstuff-dev
   * Update copyright.
   * Update the patches:
     - remove-rar-support.patch: refresh
   * Update install files
     - add mainscript to deal with the drop of peruse.knsrc as conffile
   * Bump Standards-Version to 4.4.1, no changes required.
   * Small update to the short description.
   * Bump the debhelper compatibility to 12:
     - switch the debhelper build dependency to debhelper-compat 12
     - remove debian/compat
Checksums-Sha1:
 e6e35df0feec4353b65479e95ec4c34d64153d11 2505 peruse_1.2+dfsg+20191117-1.dsc
 8293208d8f384f53951771a7575635cb2845abfc 166624 peruse_1.2+dfsg+20191117.orig.tar.xz
 83c74ccb20ed94f31a95899ba452448651e31f9f 5084 peruse_1.2+dfsg+20191117-1.debian.tar.xz
 c413be8c5a09ed7f13fe54084d4aaec289ae3e8a 20220 peruse_1.2+dfsg+20191117-1_source.buildinfo
Checksums-Sha256:
 ec98ca6a9faa29b1548cda269f46f216e34f59a63555dc81a4568c1fa819f3ca 2505 peruse_1.2+dfsg+20191117-1.dsc
 477b2ffef91f5c8d8c85c82cbb57b7b3f260fe2c99911795c6ca777922e07e8d 166624 peruse_1.2+dfsg+20191117.orig.tar.xz
 532510fd970735c1f9e3c2e98b88fb3dbd2791ec27a22de6ddc5022d8b449b2b 5084 peruse_1.2+dfsg+20191117-1.debian.tar.xz
 32b31072f28978f4e45775ea1fee7631b1359c61d1971c75f31d64a9def87f0c 20220 peruse_1.2+dfsg+20191117-1_source.buildinfo
Files:
 81ba741c4534cb19e1fd7eb1048e87a2 2505 kde optional peruse_1.2+dfsg+20191117-1.dsc
 90e157c83a24e4152ef9c711f9640eaf 166624 kde optional peruse_1.2+dfsg+20191117.orig.tar.xz
 8f07e568c5f59a74c9b2203e95cc62fe 5084 kde optional peruse_1.2+dfsg+20191117-1.debian.tar.xz
 9865b90fa5840356e5effd165d4fc7f5 20220 kde optional peruse_1.2+dfsg+20191117-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl3Q/egACgkQLRkciEOx
P01bLhAAo5zlObsp2grNSEJHXhKnvYsbQAl9CGU2+JtVpQYyQ94FlEO7oem3NkjT
5vExzUYObV2xiyKYHEA7ayEq2ttp94OSjK5VVpK34J1Cw6ulDShndJ0WQhYk0VmT
ShAB59GYFvn2fb5e9vysXe8DB0tXoC6pZYsmp2AzKlKzNkph+4Z/vrk7ejswqga+
YUCHj1ppPS3Djm+V/PwbDCtvUZ/crMGEfyK6i8gs+9Obhlp1dmRSlJh2DHPJ8Yi4
GX8/jL4RwXno0NlEhKJ9oQwZnwWL1Qc3i+kJRAm20eF2lv8PEvmi0w0T9NuDJryt
T7muL4Ej32gMm7d+9pLte+O6mq6In8VLYW9L7OBT240Z7xXYbPJbcU9vvmLD6MSE
0DpIRRl1oLAdp4tkFHTLD6t1gKg7qaDwQo1Nq1SdRteEqtpq4r6y9RLfY7QIae3j
MoP/Mb40IXAP1hznknAIh8BHf6+DJsDEK2qlVEy/UEI99uGkBISUegeEB5I4xdSt
E7+q24ItedykaFItTRaf5T03nxGdkZWU0WP1XXVBEpmMEcSQoOo3B7X4nWRw4Tva
y5yjCSKwjzCM1qeiELQAuK514cBmUbN6wvqL121sRuknMwwzuBswE1MPwV+hExgl
Q/i5Zr4XbJqz3iaNcnW3THCGl2oeviy4VkDHyME601h8U3VVHIA=
=4fnd
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: