Re: Anyone using Tiled windows on Plasma out there ?

2020-07-16 Thread Franco Comida
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

Re: Need assistance to build knotter for Fedora

2017-08-18 Thread Franco Comida
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

Re: LibRaw soname bump

2016-12-28 Thread Franco Comida
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

Re: Detecting CXX compiler ABI info - failed

2016-08-29 Thread Franco Comida
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

Re: Detecting CXX compiler ABI info - failed

2016-08-29 Thread Franco Comida
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: > >

Detecting CXX compiler ABI info - failed

2016-08-26 Thread Franco Comida
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