Re: KDirWatch issue

2017-04-22 Thread Albert Astals Cid
El dissabte, 22 d’abril de 2017, a les 13:05:51 CEST, Martin Koller va escriure: > Hi, > > just wondering if I'm doing something wrong or there really is a bug in > KDirWatch (I'm on openSuse Leap 42.2, KF5 5.33.0) > > From the docs I understand that when I call > > KDirWatch::stopDirScan(dir);

Re: How to install icons for multiple themes

2017-04-22 Thread Albert Astals Cid
El dissabte, 22 d’abril de 2017, a les 1:25:18 CEST, Kevin Kofler va escriure: > Albert Astals Cid wrote: > > Humanity does not, ubuntu-mono does not either. > > Of course Ubuntu has to do everything its own way. But I doubt KDE > applications would want to install to those themes (through ECM) an

Licensing issues in Parley: GPLv2+ vs GPLv3+

2017-04-22 Thread Luca Beltrame
Hello, legal checks in openSUSE have found a licensing issue in Parley: "statisticslegendwidget.cpp" is licensed GPLv3+, while the rest of the software is GPLv2+ licensed. That makes parley GPLv3+, however the COPYING file still lists GPLv2 as the license. The best solution would be to relice

KDirWatch issue

2017-04-22 Thread Martin Koller
Hi, just wondering if I'm doing something wrong or there really is a bug in KDirWatch (I'm on openSuse Leap 42.2, KF5 5.33.0) From the docs I understand that when I call KDirWatch::stopDirScan(dir); ... create files in the dir ... KDirWatch::restartDirScan(dir) it should not emit the dirty si