Determining KDE Version for Script Compatibility

2025-03-04 Thread Данила Скачедубов
Dear KDE Community,I hope this message finds you well. I am writing to seek advice on determining the KDE version programmatically in my Python scripts.In my scripts, I have been using the kwriteconfig5 command to configure KDE settings. However, with the release of KDE 6, the binary name has chang

Re: KDE Gear projects with failing CI (master) (4 March 2025)

2025-03-04 Thread Justin Zobel
Indeed! I do like getting these emails as I don't watch every repository but want to make sure the Flatpak CI/CD jobs keep running! On 3/5/25 05:48, Nate Graham wrote: Hooray! Thanks for being on top of this, Albert, and thanks everyone for keeping our apps' CI pipelines green! Nate On

KDE Gear projects with failing CI (master) (4 March 2025)

2025-03-04 Thread Albert Astals Cid
Please work on fixing them, otherwise i will remove the failing CI jobs on their 4th failing week, it is very important that CI is passing for multiple reasons. Good news: 3 repositories were fixed and ALL repositories are passing :) Cheers, Albert

Re: KDE Gear projects with failing CI (master) (4 March 2025)

2025-03-04 Thread Nate Graham
Hooray! Thanks for being on top of this, Albert, and thanks everyone for keeping our apps' CI pipelines green! Nate On 3/4/25 11:45 AM, Albert Astals Cid wrote: Please work on fixing them, otherwise i will remove the failing CI jobs on their 4th failing week, it is very important that CI

Determining KDE Version for Script Compatibility

2025-03-04 Thread Данила Скачедубов
Dear KDE Community,I hope this message finds you well. I am writing to seek advice on determining the KDE version programmatically in my Python scripts.In my scripts, I have been using the kwriteconfig5 command to configure KDE settings. However, with the release of KDE 6, the binary name has chang

Re: Determining KDE Version for Script Compatibility

2025-03-04 Thread Justin Zobel
The 'kinfo' command which is part of the 'kinfocenter' package *should* be pre-installed on any Plasma install can give you the following info. This includes 'KDE Plasma Version: 6.3.80' which you can use to determine what version of Plasma they are running. Alternatively, if the OS is all the