[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

Texstar  changed:

   What|Removed |Added

 CC||texs...@gmail.com

--- Comment #5 from Texstar  ---
The black screen is back in 17.04.2

Qt5 5.9.0
Desktop 5.10.1
Frameworks 5.35.0
Applications 17.04.2

export KF5=/usr
export QTDIR=$KF5/lib64/qt5
export PATH=$KF5/bin:$QTDIR/bin:$KF5/share/kf5:/usr/libexec:$PATH
export QT_PLUGIN_PATH=$KF5/lib64/qt5/plugins

export QML2_IMPORT_PATH=$KF5/lib64/qt5/qml
export QML_IMPORT_PATH=$QML2_IMPORT_PATH

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=356489

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #6 from Albert Astals Cid  ---
most likely packaging bug.

Any debug output on the command line if run from a terminal?

Attach strace output?

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #7 from Texstar  ---
It repeats...

QQuickWidget cannot be used as a native child widget. Consider setting
Qt::AA_DontCreateNativeWidgetSiblings

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #8 from Texstar  ---
I'm not sure if this is correct but I fixed it by patching in 

qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings, true);

into the mainwindow.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #9 from Albert Astals Cid  ---
Which qt?

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #10 from Texstar  ---
Qt5 5.9.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2015-12-10 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

Frederik Schwarzer  changed:

   What|Removed |Added

 CC||schwar...@kde.org

--- Comment #1 from Frederik Schwarzer  ---
Hi,

I cannot reproduce this here on versin 3.3.0. Can you state your version and
operating system, please?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #2 from Christoph Feck  ---
Missing path variable for QML files?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Enrico Bonato via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

Enrico Bonato  changed:

   What|Removed |Added

Version|unspecified |3.3.0

--- Comment #3 from Enrico Bonato  ---
(In reply to Frederik Schwarzer from comment #1)
> Hi,
> 
> I cannot reproduce this here on versin 3.3.0. Can you state your version and
> operating system, please?

Version is 3.3.0, sorry for the missing info. OS is Gentoo Linux, kernel 4.3.0
64 bit 

(In reply to Christoph Feck from comment #2)
> Missing path variable for QML files?

How can I check that? Which variable are you referring to?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #4 from Christoph Feck  ---
QML2_IMPORT_PATH needs to have both Qt5 as well as KF5 paths for QML files. The
exact contents depends on the location of these, which you should ask in a
forum of your distribution.

On my system it is:
> set | grep QML
QML2_IMPORT_PATH=/local/qt5/qml:/local/kf5/lib/qml

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-10 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

Frederik Schwarzer  changed:

   What|Removed |Added

 CC||schwar...@kde.org

--- Comment #1 from Frederik Schwarzer  ---
Hi,

I cannot reproduce this here on versin 3.3.0. Can you state your version and
operating system, please?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #2 from Christoph Feck  ---
Missing path variable for QML files?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Enrico Bonato via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

Enrico Bonato  changed:

   What|Removed |Added

Version|unspecified |3.3.0

--- Comment #3 from Enrico Bonato  ---
(In reply to Frederik Schwarzer from comment #1)
> Hi,
> 
> I cannot reproduce this here on versin 3.3.0. Can you state your version and
> operating system, please?

Version is 3.3.0, sorry for the missing info. OS is Gentoo Linux, kernel 4.3.0
64 bit 

(In reply to Christoph Feck from comment #2)
> Missing path variable for QML files?

How can I check that? Which variable are you referring to?

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2015-12-11 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #4 from Christoph Feck  ---
QML2_IMPORT_PATH needs to have both Qt5 as well as KF5 paths for QML files. The
exact contents depends on the location of these, which you should ask in a
forum of your distribution.

On my system it is:
> set | grep QML
QML2_IMPORT_PATH=/local/qt5/qml:/local/kf5/lib/qml

-- 
You are receiving this mail because:
You are watching all bug changes.


[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

Texstar  changed:

   What|Removed |Added

 CC||texs...@gmail.com

--- Comment #5 from Texstar  ---
The black screen is back in 17.04.2

Qt5 5.9.0
Desktop 5.10.1
Frameworks 5.35.0
Applications 17.04.2

export KF5=/usr
export QTDIR=$KF5/lib64/qt5
export PATH=$KF5/bin:$QTDIR/bin:$KF5/share/kf5:/usr/libexec:$PATH
export QT_PLUGIN_PATH=$KF5/lib64/qt5/plugins

export QML2_IMPORT_PATH=$KF5/lib64/qt5/qml
export QML_IMPORT_PATH=$QML2_IMPORT_PATH

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=356489

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #6 from Albert Astals Cid  ---
most likely packaging bug.

Any debug output on the command line if run from a terminal?

Attach strace output?

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #7 from Texstar  ---
It repeats...

QQuickWidget cannot be used as a native child widget. Consider setting
Qt::AA_DontCreateNativeWidgetSiblings

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #8 from Texstar  ---
I'm not sure if this is correct but I fixed it by patching in 

qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings, true);

into the mainwindow.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #9 from Albert Astals Cid  ---
Which qt?

-- 
You are receiving this mail because:
You are watching all bug changes.

[knetwalk] [Bug 356489] Black field

2017-06-12 Thread Texstar
https://bugs.kde.org/show_bug.cgi?id=356489

--- Comment #10 from Texstar  ---
Qt5 5.9.0

-- 
You are receiving this mail because:
You are watching all bug changes.