[Bug 1773196] Re: The plugin is broken. Python said: cannot import name QtWebKit

2018-06-24 Thread Jürgen E . Fischer
** Bug watch added: Debian Bug tracker #828031 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828031 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773196 Title: The plugin is broken. Python s

Re: [Bug 1773196] Re: The plugin is broken. Python said: cannot import name QtWebKit

2018-06-24 Thread Jürgen E . Fischer
workaround... Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de -- You received this bug notification beca

Re: [Bug 1773196] [NEW] The plugin is broken. Python said: cannot import name QtWebKit

2018-05-24 Thread Jürgen E . Fischer
r an upstream problem, nor a problem of the plugin. The removal of the C++ libraries never happened and the QGIS packages from qgis.org include the PyQt4.QtWebKit bindings based on the still available libraries. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918

[Bug 1745657] Re: Why not the 2.18.16 LTR version for Bionic Beaver?

2018-01-26 Thread Jürgen E . Fischer
The qgis.org debian repositories already carry bionic builds (see https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745657 Title: Why

[Bug 1527722] Re: QGIS compilation fails only on Wily

2016-04-09 Thread Jürgen E . Fischer
it builds fine with xenial's cmake. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1527722 Title: QGIS compilation fails only on Wily To manage notifications about this bug go to: https://bugs.launc

[Bug 1527722] Re: QGIS compilation fail only on Wily/amd64

2016-02-04 Thread Jürgen E . Fischer
Now it also affects i386. ** Attachment added: "build.log.gz" https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1527722/+attachment/4563609/+files/build.log.gz ** Summary changed: - QGIS compilation fail only on Wily/amd64 + QGIS compilation fails only on Wily -- You received this bug n

[Bug 1527722] Re: QGIS compilation fail only on Wily/amd64

2016-01-19 Thread Jürgen E . Fischer
Downgrading to vivid's cmake helps, while upgrading to xenial's cmake doesn't. ** Package changed: qgis (Ubuntu) => cmake (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1527722 Title: QGIS

[Bug 1527722] Re: QGIS compilation fail only on Wily/amd64

2015-12-21 Thread Jürgen E . Fischer
build log of wily-amd64 from the master nightly. ** Attachment added: "build log from wily-amd64" https://bugs.launchpad.net/ubuntu/+source/qgis/+bug/1527722/+attachment/4538611/+files/wily-amd64.log.bz2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1527722] Re: QGIS compilation fail only on Wily/amd64

2015-12-21 Thread Jürgen E . Fischer
Brian: Are you positive this is a qgis problem? As said it only appears on wily/amd64 and it doesn't even apply to qgis 2.8 (which builds fine even on wily/amd64). I think it's related to automoc - so something in the conjunction of cmake and Qt - hence the unspecific assignment to "ubuntu" --

[Bug 1527722] Re: QGIS compilation fail only on Wily

2015-12-18 Thread Jürgen E . Fischer
but it's unclear if the bug is in cmake, make or some other part of the toolchain. ** Summary changed: - QGIS compilation fail only on Wily + QGIS compilation fail only on Wily/amd64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1527722] Re: QGIS compilation fail only on Wily

2015-12-18 Thread Jürgen E . Fischer
only wily/amd64 is affected - wily/i386 works fine, as do precise, trusty, vivid and Debian jessie, stretch and unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1527722 Title: QGIS compilatio

[Bug 922435] Re: Icons in QGIS menus are not visible

2012-01-27 Thread Jürgen E . Fischer
See also http://hub.qgis.org/issues/4434 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/922435 Title: Icons in QGIS menus are not visible To manage notifications about this bug go to: https://bugs.l

Re: [Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
u also missed https://trac.osgeo.org/qgis/changeset/13299. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20 Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.no

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
Right. I overlooked httpresponsecontenttype(0). But removing the offending line is the right thing. The constructor automatically assigns QString::null. mError( "" ) would assign an empty string, which is just almost the same. There's on check for .isNull() later in the case that would behave

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
Just remove the offending line: --- qgis-1.4.0.orig/src/core/qgshttptransaction.cpp +++ qgis-1.4.0/src/core/qgshttptransaction.cpp @@ -47,8 +47,7 @@ QString password ) : httpresponsecontenttype( 0 ), httpurl( uri ), -httphost( proxyHost ), -