Re: Configuration files transfer

2014-04-13 Thread Kevin Krammer
On Saturday, 2014-04-12, 18:33:02, David Faure wrote: > On Saturday 12 April 2014 12:08:12 Kevin Krammer wrote: > > On Saturday, 2014-04-12, 06:57:41, Ivan Čukić wrote: > > > > +for (const auto testSubdir: { ".kde", ".kde5" }) { > > > > Shouldn't that be .kde4? > > > > > > Yes, already

Re: Configuration files transfer

2014-04-12 Thread David Faure
On Saturday 12 April 2014 12:08:12 Kevin Krammer wrote: > On Saturday, 2014-04-12, 06:57:41, Ivan Čukić wrote: > > > +for (const auto testSubdir: { ".kde", ".kde5" }) { > > > Shouldn't that be .kde4? > > > > Yes, already fixed in the next commit. :) > > > > > That block of code ($KDEH

Re: Configuration files transfer

2014-04-12 Thread Kevin Krammer
On Saturday, 2014-04-12, 06:57:41, Ivan Čukić wrote: > > +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 co

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 > kde4DataHom

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 giv

Re: Configuration files transfer

2014-04-07 Thread Kevin Krammer
On Friday, 2014-04-04, 18:21:31, David Faure wrote: > On Friday 04 April 2014 09:42:34 Ivan Čukić wrote: > > Hi all, > > > > Since we have changed the location of our config files not to use .kde > > anymore, we will need some way of moving the old configuration files to > > their new locations. >

Re: Configuration files transfer

2014-04-06 Thread Ivan Čukić
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 on this question: kactivities (KF5 based) can be

Re: Configuration files transfer

2014-04-06 Thread Luca Beltrame
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 on this question: kactivities (KF5 based) can be used with a 4.x software stack, however it uses the XDG co

Re: Configuration files transfer

2014-04-04 Thread David Faure
On Friday 04 April 2014 09:42:34 Ivan Čukić wrote: > Hi all, > > Since we have changed the location of our config files not to use .kde > anymore, we will need some way of moving the old configuration files to > their new locations. > > Should we use kconf_update for this, or is something else in

Configuration files transfer

2014-04-04 Thread Ivan Čukić
Hi all, Since we have changed the location of our config files not to use .kde anymore, we will need some way of moving the old configuration files to their new locations. Should we use kconf_update for this, or is something else in the works? Cheerio, Ivan -- Make your code readable. Prete