4,7,1 map not visible on Ubuntu

Adric Norris landstander668 at gmail.com
Mon Oct 30 08:34:57 PDT 2017


Dirk,

I wanted to send a reminder that Subsurface 4.7.1-2~artful is still missing
a dependency which causes the map to not display, just in case this was
inadvertently missed. I originally reported that manually installing the
qml-module-qtquick-controls package makes this work again, but after
playing with the dependencies it looks like qml-module-qtquick2 is actually
the only package which is required.

I have no objection to deferring this fix until the 4.7.2 release, if
that's your preference. Just didn't want it to be forgotten.

On Tue, Oct 24, 2017 at 9:18 AM, Adric Norris <landstander668 at gmail.com>
wrote:

> Dirk,
>
> I've updated to 4.7.1-2 from the Subsurface PPA, but still get the same
> behaviour.
>
> $ dpkg -l subsurface\*
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/
> trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name                        Version            Architecture
>  Description
> +++-===========================-==================-=========
> =========-===========================================================
> ii  subsurface                  4.7.1-2~artful     amd64              Dive
> log program
>
> $ subsurface
> qrc:/MapWidget.qml:2:1: module "QtQuick" is not installed
> qrc:/MapWidgetError.qml:2:1: module "QtQuick" is not installed
>
>
> After manually installing the qml-module-qtquick-controls package the
> errors are gone, and the map displays as expected.
>
> On Mon, Oct 23, 2017 at 11:32 AM, Dirk Hohndel <dirk at hohndel.org> wrote:
>
>> There was a missing dependency. 4.7.1-2 on Ubuntu should fix that
>>
>>
>> On October 23, 2017 12:30:24 PM GMT-04:00, Adric Norris <
>> landstander668 at gmail.com> wrote:
>>>
>>> When running the new 4.7.1 release on Ubuntu (I've tried 17.04 and
>>> 17.10), the map pane doesn't display (remains just a white square) for any
>>> of my dives. If I launch Subsurface from the terminal, the following error
>>> messages are displayed (no other output is produced):
>>>
>>> qrc:/MapWidget.qml:2:1: module "QtQuick" is not installed
>>> qrc:/MapWidgetError.qml:2:1: module "QtQuick" is not installed
>>>
>>>
>>> It might just be a missing dependency, but searching for QtQuick finds a
>>> *lot* of packages and I have no idea which (if any) are actually
>>> relevant.
>>>
>>> $ apt-cache search QtQuick
>>> gammaray-plugin-quickinspector - GammaRay plugin for inspecting QtQuick2
>>> applications
>>> kirigami-gallery - set of QtQuick components targeted for mobile use
>>> kirigami2-dev - set of QtQuick components targeted for mobile use
>>> libdee-qt5-dev - Qt5 binding and QtQuick2 plugin for Dee - development
>>> files
>>> liboxideqtquick-dev - Web browser engine for Qt (development files for
>>> QtQuick library)
>>> liboxideqtquick0 - Web browser engine for Qt (QtQuick library)
>>> libqofono-dev - Qt library for Ofono
>>> libqofono-qt5-0 - Qt library for Ofono
>>> libqtdee3 - QtQuick1 plugin for Dee
>>> libu1db-qt5-3 - Qt5 binding for U1DB - shared library
>>> libu1db-qt5-dev - Qt5 binding and QtQuick2 plugin for U1DB - development
>>> files
>>> libu1db-qt5-doc - Qt5 binding and QtQuick2 plugin for U1DB - offline
>>> documentation
>>> libu1db-qt5-examples - Qt5 binding and QtQuick2 plugin for U1DB -
>>> examples
>>> python-pyqt5.qtquick - Python 2 bindings for QtQuick module
>>> python-pyqt5.qtquick-dbg - Python 2 bindings for QtQuick module (debug
>>> extensions)
>>> python3-pyqt5.qtquick - Python 3 bindings for QtQuick module
>>> python3-pyqt5.qtquick-dbg - Python 3 bindings for QtQuick module (debug
>>> extension)
>>> qml-module-ofono - QML bindings for libqofono
>>> qml-module-org-kde-kirigami - set of QtQuick components targeted for
>>> mobile use
>>> qml-module-org-kde-kirigami2 - set of QtQuick components targeted for
>>> mobile use
>>> qml-module-qtquick-controls - Qt 5 Quick Controls QML module
>>> qml-module-qtquick-controls-styles-breeze - QtQuick style for Qt and
>>> KDE Software
>>> qml-module-qtquick-controls2 - Qt 5 Qt Quick Controls 2 QML module
>>> qml-module-qtquick-dialogs - Qt 5 Dialogs QML module
>>> qml-module-qtquick-extras - Qt 5 Quick Extras QML module
>>> qml-module-qtquick-layouts - Qt 5 Quick Layouts QML module
>>> qml-module-qtquick-localstorage - Qt 5 localstorage QML module
>>> qml-module-qtquick-particles2 - Qt 5 particles 2 QML module
>>> qml-module-qtquick-privatewidgets - Qt 5 Private Widgets QML module
>>> qml-module-qtquick-scene2d - Qt 5 Quick Scene 2D QML module
>>> qml-module-qtquick-scene3d - Qt 5 Quick Scene 3D QML module
>>> qml-module-qtquick-templates2 - Qt 5 Qt Quick Templates 2 QML module
>>> qml-module-qtquick-virtualkeyboard - Qt virtual keyboard - QML module
>>> qml-module-qtquick-window2 - Qt 5 window 2 QML module
>>> qml-module-qtquick-xmllistmodel - Qt 5 xmllistmodel QML module
>>> qml-module-qtquick2 - Qt 5 Qt Quick 2 QML module
>>> qtdeclarative4-kqtquickcharts-1 - QtQuick plugin to render interactive
>>> charts
>>> qtdeclarative5-qtquick2-plugin - transitional dummy package Qt 5 Qt
>>> Quick 2 QML module
>>> qtdeclarative5-u1db1.0 - Qt5 binding for U1DB - QtQuick2 QML plugin
>>> qtquickcontrols2-5-dev - Qt 5 Quick Controls 2 development files
>>> qtquickcontrols2-5-doc - Qt 5 Quick Controls 2 documentation
>>> qtquickcontrols2-5-doc-html - Qt 5 Quick Controls 2 HTML documentation
>>> qtquickcontrols2-5-examples - Qt 5 Qt Quick Templates 2 examples
>>> qtquickcontrols5-doc - Qt 5 Quick Controls documentation
>>> qtquickcontrols5-doc-html - Qt 5 Quick Controls HTML documentation
>>> qtquickcontrols5-examples - Qt 5 Quick Controls examples
>>> sddm - modern display manager for X11
>>>
>>>
>>> I couldn't find an AppImage version of 4.7.1 available for download, or
>>> I would have tested it as well.
>>>
>>> --
>>> "In the beginning the Universe was created. This has made a lot of
>>> people very angry and been widely regarded as a bad move." -Douglas Adams
>>>
>>
>> --
>> from my phone.
>>
>
>
>
> --
> "In the beginning the Universe was created. This has made a lot of people
> very angry and been widely regarded as a bad move." -Douglas Adams
>



-- 
"In the beginning the Universe was created. This has made a lot of people
very angry and been widely regarded as a bad move." -Douglas Adams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20171030/d857ae82/attachment.html>


More information about the subsurface mailing list