Dolphin bug, help needed

2018-05-14 Thread Ongun Kanat
Hello, I'm trying to fix a bug in Dolphin. It basically doesn't show any information in columns like Artist, Image size etc. in details view. After finding what is missing I wanted to see an example way to retrieve that metadata. I decided to look at the code of Information Panel which works corre

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-14 Thread Michael Pyne
On Sat, May 12, 2018 at 02:23:47PM +0200, gregor.mi.sw wrote: > On 10.05.2018 02:22, Michael Pyne wrote: > > On Wed, May 09, 2018 at 01:12:10PM +0200, gregor.mi.sw wrote: > >> Am 09.05.2018 08:19 schrieb Ben Cooksley: > >>> On Wed, May 9, 2018 at 9:28 AM, gregor.mi.sw > >>> wrote: > On 08.05.

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-14 Thread Michael Pyne
On Sun, May 13, 2018 at 10:32:29AM +0200, gregor.mi.sw wrote: > > Regarding the difficulty finding CMake packages, kdesrc-build sets > > CMAKE_PREFIX_PATH already, based on your chosen install location (set by > > 'prefix' or the compatibility 'kdedir' option). > > I looked that up in > https://d

Re: kcm-grub2 on kf5

2018-05-14 Thread Alexander Volkov
14.05.2018 14:32, Luigi Toscano пишет: Jonathan's answer says everything, the tl;dr version is: it's up to you. Right now kcm-grub2 is an application with its own release cycle (what was knows as "extragear"). Did you contact the old maintainer just to check if he is still interested with helpin

Re: kcm-grub2 on kf5

2018-05-14 Thread Luigi Toscano
Alexander Volkov ha scritto: > Hi all, > > I've ported kcm-grub2 to kf5: > https://cgit.kde.org/kcm-grub2.git/log/?h=frameworks > (frameworks branch). > Reviewers and testers are welcome. I think that translations may not work, but I quickly checked the code; I will recheck and fix it (if needed)

Re: kcm-grub2 on kf5

2018-05-14 Thread Jonathan Riddell
Looks nice, well done. If you'd like it to be released with Plasma you need to propose it to the Plasma team on plasma-devel who will ponder if it's a nice fit. You can also get it included in KDE Applications if you want release management to be taken care of every 4 months or so ask for inclusio

kcm-grub2 on kf5

2018-05-14 Thread Alexander Volkov
Hi all, I've ported kcm-grub2 to kf5: https://cgit.kde.org/kcm-grub2.git/log/?h=frameworks (frameworks branch). Reviewers and testers are welcome. And the question is which version to use for the project? I.e. whether it should be a standalone project or a part of Plasma? Cheers, Alexander.