Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread Ralf Mardorf
On Mon, 27 Jun 2016 18:54:24 +0200, sL1pKn07 SpinFlo via arch-general wrote: >i can fix my problem with qt5ct. For my openbox install qt5ct doesn't even chose the correct font. [weremouse@moonstudio ~]$ grep QT /mnt/archlinux/etc/profile.d/qt5ct.sh export QT_QPA_PLATFORMTHEME="qt5ct" [weremouse@

Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread sL1pKn07 SpinFlo via arch-general
2016-06-27 18:35 GMT+02:00 David Rosenstrauch : > > > Thanks for the suggestion. But that app seems just as messed up as all the > others (see http://darose.net/Screenshot_2016-06-27_12-32-30.png): the app > shows what my selected color scheme is, but doesn't use it in its own > window. And there

Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread Antonio Rojas
David Rosenstrauch wrote: > I haven't yet been able to pin down the root cause, but some recent > upgrade (my best guess is qt5) seems to be messing with my KDE apps' > ability to pick up the correct color scheme. https://bbs.archlinux.org/viewtopic.php?pid=1637449#p1637449

Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread David Rosenstrauch
On 06/27/2016 12:24 PM, sL1pKn07 SpinFlo via arch-general wrote: 2016-06-27 18:21 GMT+02:00 David Rosenstrauch : I haven't yet been able to pin down the root cause, but some recent upgrade (my best guess is qt5) seems to be messing with my KDE apps' ability to pick up the correct color scheme.

Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread sL1pKn07 SpinFlo via arch-general
2016-06-27 18:21 GMT+02:00 David Rosenstrauch : > I haven't yet been able to pin down the root cause, but some recent upgrade > (my best guess is qt5) seems to be messing with my KDE apps' ability to pick > up the correct color scheme. > > If you look at the screenshot at > http://darose.net/Screen

[arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread David Rosenstrauch
I haven't yet been able to pin down the root cause, but some recent upgrade (my best guess is qt5) seems to be messing with my KDE apps' ability to pick up the correct color scheme. If you look at the screenshot at http://darose.net/Screenshot_2016-06-27_12-13-53.png you can see that I have K

[arch-general] libc++ is outdated (3.7.x) and incompatible with actual clang 3.8.x

2016-06-27 Thread Константин Плотников via arch-general
libc++ is outdated (3.7.1 flagged out-of-date on 2016-03-28) and incompatible with actual clang 3.8 If you try to compile simple program which use std::string with clang and libc++ you will get an error: [root@707cd1f92063 /]# cat test.cpp #include int main() { std::string a; } [root@707cd