Re: Using Froglogic to test our application

2018-02-24 Thread Stefan Brüns
On Samstag, 17. Februar 2018 11:07:09 CET Emmanuel Charruau wrote: > Hi everybody, > > We would like to automate gcompris testing. > I found this article Are you aware of openQA? Have a look at e.g. https://openqa.opensuse.org/ tests/617567 Kind regards, Stefan -- Stefan Brüns /

Re: KAuth helper in flatpak - was - Re: Smb4K flatpak build fails due to KAuth helper

2019-06-02 Thread Stefan Brüns
ut then, providing SMB4K as a Flatpak would hardly have any benefit over a regular package (if at all). Kind regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 signature.asc Description: This is a digitally signed message part.

Re: kinfocenter development

2020-05-03 Thread Stefan Brüns
dead ... Have a look at os-release: https://www.freedesktop.org/software/systemd/man/os-release.html What information are you actually missing? Regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 signature.asc Description: This

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-12 Thread Stefan Brüns
luate it. You may not use the software for commercial purposes. You may not use the softwarein a live operating environment." Using it as a development platform, even for trivial bugfixes is very likely not covered by theses terms? Since when are we actively encouraging copyright infringeme

Re: Failing builds on the CI system

2020-11-27 Thread Stefan Brüns
versions up to 4.5. "opencv" is the path for the old C API removed with OCV 4.0. > - KIO Extras: Appears to make use of Unix specific constants that do not > exist on Windows Regression introduced with https://invent.kde.org/network/kio-extras/-/ merge_requests/54 Kind

Re: libksane seems to break QProcess::start calls

2022-03-03 Thread Stefan Brüns
it: `sigaction(..., ..., NULL)` Regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 signature.asc Description: This is a digitally signed message part.

Re: How to share Baloo index in a network.

2023-03-12 Thread Stefan Brüns
On Sonntag, 12. März 2023 14:47:18 CET Zener wrote: > Hi. > > I've got some computer in a network, each one with its files and baloo > daemon active. > > Can I share each baloo index along with each computer? You can't (i.e. you shall not). LMDB does not allow this. Regards, Stefan signature.a

Re: Tellico failing CI with exiv2 error

2023-07-06 Thread Stefan Brüns
On Donnerstag, 6. Juli 2023 17:43:11 CEST Robby Stephenson wrote: > Hi all, > > Can anyone help with a failing CI test for Tellico? It just started > recently, and looks to be due to kfilemetadata not finding the libexiv2 > library. I'm not sure what might have changed. Nothing in recent Tellico >

RFC: Library unit testing and symbol visibility

2023-07-23 Thread Stefan Brüns
Hi, I am looking for some feedback regarding unit testing libraries (e.g. Frameworks libraries, but not limited to). First, some background: As long as on limits oneself to testing the public API of a library all is easy, linking and calling the exposed API just works. Some say that's all that

Re: Kaffeine's future

2013-12-14 Thread Stefan Brüns
st / Cable) or DVB-S (/Satellite). For VDR or live TV, all DVB-T/C/S/T2/C2/S2 are very similar. You need country/cable company/satellite specific channel tables, but then you get an MPEG2 transport stream, containing video as either mpeg2 or h.264 (and hevc in future). Kind regards, Stefan --

Re: Review Request 124162: Only export urls when monitor is running

2015-06-24 Thread Stefan Brüns
monitors dies. - Stefan Brüns On June 24, 2015, 11:52 a.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 124162: Only export urls when monitor is running

2015-06-25 Thread Stefan Brüns
> On June 24, 2015, 10:54 p.m., Stefan Brüns wrote: > > Some comments about the DBus interface you are exporting: > > I think you should make the current file name a property. Signal changes > > through the standard PropertiesChanged DBus signal. This way you can also &g

Re: Review Request 124162: Only export urls when monitor is running

2015-06-26 Thread Stefan Brüns
> On June 24, 2015, 10:54 p.m., Stefan Brüns wrote: > > Some comments about the DBus interface you are exporting: > > I think you should make the current file name a property. Signal changes > > through the standard PropertiesChanged DBus signal. This way you can also &g

Re: Review Request 124162: Only export urls when monitor is running

2015-06-30 Thread Stefan Brüns
) <https://git.reviewboard.kde.org/r/124162/#comment56248> Any reason to name the service org.kde.baloo.extractor, but the interface org.kde.balooExtractor? I think both should be the same. - Stefan Brüns On June 30, 2015, 12:11 p.m., Pinak Ahuja

Re: Review Request 124162: Only export urls when monitor is running

2015-06-30 Thread Stefan Brüns
org::kde::BalooInterface org::kde::baloo::ExtractorInterface - Stefan Brüns On June 30, 2015, 4:45 p.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 124162: Only export urls when monitor is running

2015-06-30 Thread Stefan Brüns
nterface org.kde.baloo.xml - Stefan Brüns On June 30, 2015, 4:45 p.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 124221: Rename extractor interface to org.kde.baloo.extractor

2015-07-01 Thread Stefan Brüns
/qtbase/src/dbus/Qt5DBusMacros.cmake the option is "NO_NAMESPACE" As the files are generated just once, number of uses should not matter. I prefer generated files to be left out of version control, but I am fine either way. Thanks for doing all these small changes. - Stefan Brüns On Ju

Re: Review Request 124228: Fix remaining time test

2015-07-02 Thread Stefan Brüns
tps://git.reviewboard.kde.org/r/124228/#comment56328> missing space in front of new can you use the same formatting as in monitor.cpp, i.e. aligned method arguments? - Stefan Brüns On July 2, 2015, 6:59 a.m., Pinak Ahuja

Re: Review Request 124240: Hook up file content indexer

2015-07-03 Thread Stefan Brüns
, as is goes into suspend). - Stefan Brüns On July 3, 2015, 9:22 a.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 125004: Make "querying for remaining time" thread safe

2015-09-01 Thread Stefan Brüns
tps://git.reviewboard.kde.org/r/125004/#comment58633> No more reason to split this in two for loops, as it is guarded by m_estimateReady. Maybe put the weights into an array in a static class member. The totalWeight is also a const value now. - Stefan Brüns On Sept. 1, 2015, 11:

Re: Review Request 125090: Add delay after each file instead of each batch

2015-09-07 Thread Stefan Brüns
tps://git.reviewboard.kde.org/r/125090/#comment58779> Maybe set the delay to 0 here? - Stefan Brüns On Sept. 7, 2015, 12:33 p.m., Pinak Ahuja wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.rev

Re: Review Request 128189: DocumentUrlDB::del Only assert when children of dir actually exist

2016-06-20 Thread Stefan Brüns
how this can happen: 1. A file is moved to a different directory 2. The old directory is deleted The docID is a concatenation of stat.device | stat.inode, thus won't change by moving the file. - Stefan Brüns On June 16, 2016, 5:50 p.m., Pinak Ahuja

Re: Review Request 129703: [baloo_file_extractor] Limit CPU usage

2017-01-03 Thread Stefan Brüns
> On Jan. 2, 2017, 10:51 p.m., Albert Astals Cid wrote: > > Without knowing anything about baloo this looks totally wrong > > > > QList exList = > > m_extractorCollection.fetchExtractors(mimetype); > > > > why would not you want to iterate over all the iterators that support a > > given mim

Re: Review Request 129703: [baloo_file_extractor] Limit CPU usage

2017-01-09 Thread Stefan Brüns
tps://git.reviewboard.kde.org/r/129703/#comment68166> Bogus constant src/file/extractor/app.cpp (line 165) <https://git.reviewboard.kde.org/r/129703/#comment68165> Thats plain wrong, results from multiple extractors are combined! - Stefan Brüns On Jan. 9, 2017, 5:48 a.m., Anthony F

kde-devel@kde.org

2017-08-30 Thread Stefan Brüns
> On Aug. 29, 2017, 9:03 p.m., Kai Uwe Broulik wrote: > > src/file/fileindexerconfig.cpp, line 173 > > > > > > You sure this doesn't crash? I've seen crashes when you directly chain > > a Ref to another method

Re: How to enable preview in dolphin by default?

2013-06-17 Thread Stefan Brüns
s [section] or key= to be immutable, use [$i], for details google for "kde config kiosk", and read [1]. Regards, Stefan [1] https://techbase.kde.org/KDE_System_Administration/Kiosk/Introduction --  Stefan Brüns  /  Bergstraße 21  /  52062 Aachen phone: +49 241 53809034 mobile:

kio-fuse and Qt6/KF6 - Was: Re: Upcoming CI changes - transition to VM based CI

2025-06-09 Thread Stefan Brüns
On Dienstag, 3. Juni 2025 17:38:54 Mitteleuropäische Sommerzeit Volker Krause wrote: > On Montag, 2. Juni 2025 16:42:01 Mitteleuropäische Sommerzeit Christoph > > Cullmann wrote: > > Have we some overview how many things on invent.kde.org will loose the the > > CI as they are still Qt 5 only? >

Re: kio-fuse and Qt6/KF6 - Was: Re: Upcoming CI changes - transition to VM based CI

2025-06-10 Thread Stefan Brüns
On Dienstag, 10. Juni 2025 09:28:45 Mitteleuropäische Sommerzeit Ben Cooksley wrote: > On Mon, Jun 9, 2025 at 8:55 PM Stefan Brüns > > wrote: > > On Dienstag, 3. Juni 2025 17:38:54 Mitteleuropäische Sommerzeit Volker > > Krause > > > > wrote: >