Re: Is kpovmodeler still valid or should it be removed

2014-04-11 Thread Burkhard Lück
Am Donnerstag, 10. April 2014, 22:55:46 schrieb Michael Pyne: On Wed, April 9, 2014 23:50:15 Burkhard Lück wrote: From my pov I'd like to file a sysadmin request to move these apps to unmaintained4: kpovmodeler kuickshow kgrab I'll +1 the request if you want to go ahead and file

Re: Review Request 117400: kdm: read DesktopNames from session file and export XDG_CURRENT_DESKTOP from it Add DesktopNames key to kdm sessions files.

2014-04-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117400/ --- (Updated April 11, 2014, 1:06 p.m.) Status -- This change has been

Re: Review Request 117400: kdm: read DesktopNames from session file and export XDG_CURRENT_DESKTOP from it Add DesktopNames key to kdm sessions files.

2014-04-11 Thread Martin Bříza
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117400/#review55467 --- Just as a reference: Opened a pull request for SDDM:

Re: Configuration files transfer

2014-04-11 Thread David Faure
On Sunday 06 April 2014 19:29:43 Ivan Čukić wrote: On Friday 04 Apr 2014 21:36:11 Luca Beltrame wrote: David Faure wrote: Kevin Krammer had thoughts on the topic - iirc along the lines of every application should take care of migrating the relevant data ? (cc'ed) To give more context

Re: Review Request 117044: Avoid unnecessary automounting in KDiskFreeSpaceInfo::freeSpaceInfo

2014-04-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117044/#review55479 --- Ship it! Looks ok. There are probably other names for

Re: Review Request 116951: Fix KDBusServiceStarter::findServiceFor() not returning error string

2014-04-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116951/#review55480 --- kio/kio/kdbusservicestarter.cpp

Re: Configuration files transfer

2014-04-11 Thread Ivan Čukić
+for (const auto testSubdir: { .kde, .kde5 }) { Shouldn't that be .kde4? Yes, already fixed in the next commit. :) That block of code ($KDEHOME, otherwise ~/.kde, otherwise ~/.kde4) sounds like code that could be shared. Should we have a kde4ConfigHome() and kde4DataHome() in,