Re: liquidshell in kdereview

2017-11-16 Thread Ingo Klöcker
On Dienstag, 7. November 2017 20:55:57 CET Martin Flöser wrote: > Am 2017-11-07 20:08, schrieb Martin Koller: > >> Are you aware that KWin uses QtQuick for all its UI elements, such as > >> Alt+TAB? > > > > I have deactivated the compositor since sadly it simply does not work > > on my laptop (the

Re: Latte : make_unique for gcc <=4.8

2017-11-16 Thread Michail Vourlakos
2017-11-09 10:58 GMT+02:00 Tomaz Canabrava : > > >> regards, >> [michail] >> >> >> BTW: for every e-mail I send I need moderator approval is that a standard >> procedure or I can register somewhere to avoid this? >> > > yes, you can: https://mail.kde.org/mailman/listinfo/kde-core-devel > > > the t

Re: Latte : make_unique for gcc <=4.8

2017-11-16 Thread Michail Vourlakos
gcc 4.8.5 is used by openSUSE Leap. If you check the code now i enable it through cmake if it is needed by using the flag -DINCLUDE_MAKE_UNIQUE=ON Στις 9 Νοε 2017 11:56, ο χρήστης "Sven Brauch" έγραψε: On 05/11/17 16:12, Michail Vourlakos wrote: > Do you know any better way to handle this? Yo