Re: CI Utilisation and system efficiency

2025-04-19 Thread Vlad Zahorodnii
On 4/19/25 10:53 AM, Kai Uwe Broulik wrote: Hi, thanks for looking into this. It seems a major contributor to CI time is the fact that a merge request runs and once merged, master runs another pretty much identical pipeline right after that. As for KWin: Not sure which one we could axe. KWi

Re: Post-MegaRelease projects

2024-02-22 Thread Vlad Zahorodnii
On 2/22/24 23:57, Nate Graham wrote: Hello everyone, Congrats to the entire KDE community on the impending launch of the KDE 6 MegaRelease! I'm so impressed with how folks came together to make it amazing. It's a very impressive release and I think people are gonna love it. I've started pon

Re: "Gardening" old bugreports

2023-01-19 Thread Vlad Zahorodnii
On 1/19/23 02:35, Nicolas Fella wrote:> Properly cleaning up old bugreports is important. However, it requires some level of care and expertise to judge whether a bugreport is still useful. Judging by the volume of bugreports that is pinged with the same copy&paste message this care is not  appli

Re: kdesrc -- stuck building kwayland

2022-09-12 Thread Vlad Zahorodnii
Update wayland package. You need at least 1.20. Seems like we need to update CMakeLists.txt in kwayland On 9/12/22 16:49, Nicola Mingotti wrote: yes, sure, I attach it here Nicola On Mon, Sep 12, 2022 at 3:28 PM Vlad Zahorodnii <mailto:vlad.zahorod...@kde.org>> wrote: On 9

Re: kdesrc -- stuck building kwayland

2022-09-12 Thread Vlad Zahorodnii
On 9/12/22 16:07, Nicola Mingotti wrote: Hi ! I am very new to KDE development. I was doing some experiments with *kdesrc*. I successfully built and modified dolphin, adding features i wanted, of which i am extremely enthusiastic! I am using 10h/day Debian Stable since many years and on seve

Re: Marge bot integration

2022-01-24 Thread Vlad Zahorodnii
On 1/24/22 12:14, Rohan Garg wrote: Mesa currently uses marge-bot extensively to merge contributions from developers. It definitely simplified a lot of the contribution workflow for developers. Yeah, I discovered marge-bot thanks to Mesa. :-) Cheers, Vlad

Re: Marge bot integration

2022-01-24 Thread Vlad Zahorodnii
On 1/24/22 13:02, Ben Cooksley wrote: This is very similar to the “Merge Train” feature in GitLab Enterprise, right? Correct, although it has more functionality in some areas from my understanding of it. Yeah, after quickly reading gitlab docs, it looks exactly what we look for. Reg

Marge bot integration

2022-01-21 Thread Vlad Zahorodnii
Hi, In kwin, we experience merge congestion issues where pending merge is aborted because another merge request has been merged in meanwhile, so you need to go back to the MR, rebase it and schedule a merge again. This is exhausting and frustrating developer experience. Fortunately, this kin

Re: adding support for KGlobalAccel in Clementine?

2020-08-01 Thread Vlad Zahorodnii
Howdy, On 8/1/20 12:32 PM, Alan Ezust wrote: > But I am not sure exactly what to do to the cmakelists.txt of Clementine > in order to "bring in" this framework into Clementine. > > I know I need to put a find_package(KF5GlobalAccel) somewhere in it, but > what else do I need to do to start using