Il mar 14 lug 2020, 22:35 Robbie Harwood ha scritto:
> Sergio Belkin writes:
>
> > What is the better option to to get tiled windows in Plasma?
> >
> > I've tried a few kwin scripts with no luck, for example:
> >
> > - Grid-Tiling
> > - Krohnkite
> > - Tiling Extension
> >
> > The best I've trie
send an email to devel-le...@lists.fedoraproject.org
>
From 48ec07d40fe404bc936eaff24908b7e54b672b44 Mon Sep 17 00:00:00 2001
From: Franco Comida
Date: Fri, 18 Aug 2017 17:32:57 +0200
Subject: [PATCH] fix compilation
---
src/c++.hpp | 2 +-
src/dialogs/export_image_di
luminance-hdr will need a rebuild as well, thank you.
On 28 December 2016 at 00:12, Jon Ciesla wrote:
> 0.18.0 is coming. I'm taking care of:
>
> efl
> entangle
> freeimage
> gegl03
> gthumb
> kf5-libkdcraw
> libkdcraw
> nomacs
> OpenImageIO
> oyranos
> shotwell
>
> If I missed something, let m
1st build attempt failed on rawhide (both i386/x86_64) and I found out
-std=gnu++11 was present in compiling flags (we requested -std=c++11).
Then someone in #fedora-qa pointed me out to this bug report:
https://forum.qt.io/topic/69057/where-std-gnu-11-came-from/3
2nd build attempt was just a w
I changed our CMakeLists.txt for using set(CMAKE_CXX_STANDARD 11) and it
fixed it. New cmake in rawhide doesn't like passing that flag with
CMAKE_CXX_FLAGS
Thank you
Il 29/Ago/2016 11:06, "Florian Weimer" ha scritto:
> On 08/26/2016 07:27 PM, Franco Comida wrote:
>
>
I'm building on copr a development version of luminance-hdr which is in
stable at version 2.4.0.
Build failed for rawhide-i386/x86_64
This bug could be the reason for the failure:
https://forum.qt.io/topic/69057/where-std-gnu-11-came-from/3
So i changed spec file to conditionally add -fext-nume