Re: Plasma 5.27 feature freeze exception request

2023-02-01 Thread Oliver Beard
Yep, the current version of the application in 5.27 will launch the welcome 
experience and store it in config properly, the only thing needed to ensure 
it'll work for the update page come next release is the LastSeenVersion key. 
I've prepared a minimal merge request for the 5.27 branch:

https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/51

Oliver



From: Nate Graham 
Sent: Tuesday, January 24, 2023 8:03:36 PM
To: plasma-devel@kde.org ; David Edmundson 

Cc: olib...@outlook.com 
Subject: Re: Plasma 5.27 feature freeze exception request

We could do that I think, right Oliver?

Nate



On 1/24/23 12:59, David Edmundson wrote:
> I'm not very happy accepting that MR. It's not that minimal.
>
>> so that we have adequate metadata set for the following Plasma
> version.
>
> Can we backport just:
> ```configGeneral.writeEntry("LastSeenVersion", "5.27");```
>
> ?
>
> The rest is not needed on the first release from my understanding?


Re: Plasma 5.27 feature freeze exception request

2023-01-24 Thread Nate Graham

All right, sounds like a plan!

Nate


On 1/24/23 13:51, Oliver Beard wrote:
Yep, the current version of the application in 5.27 will launch the 
welcome experience and store it in config properly, the only thing 
needed to ensure it'll work for the update page come next release is the 
LastSeenVersion key. I've prepared a minimal merge request for the 5.27 
branch:


https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/51 
<https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/51>


Oliver



*From:* Nate Graham 
*Sent:* Tuesday, January 24, 2023 8:03:36 PM
*To:* plasma-devel@kde.org ; David Edmundson 


*Cc:* olib...@outlook.com 
*Subject:* Re: Plasma 5.27 feature freeze exception request
We could do that I think, right Oliver?

Nate



On 1/24/23 12:59, David Edmundson wrote:

I'm not very happy accepting that MR. It's not that minimal.


so that we have adequate metadata set for the following Plasma

version.

Can we backport just:
```configGeneral.writeEntry("LastSeenVersion", "5.27");```

?

The rest is not needed on the first release from my understanding?


Re: Plasma 5.27 feature freeze exception request

2023-01-24 Thread Nate Graham

We could do that I think, right Oliver?

Nate



On 1/24/23 12:59, David Edmundson wrote:

I'm not very happy accepting that MR. It's not that minimal.


so that we have adequate metadata set for the following Plasma

version.

Can we backport just:
```configGeneral.writeEntry("LastSeenVersion", "5.27");```

?

The rest is not needed on the first release from my understanding?


Re: Plasma 5.27 feature freeze exception request

2023-01-24 Thread David Edmundson
I'm not very happy accepting that MR. It's not that minimal.

>so that we have adequate metadata set for the following Plasma
version.

Can we backport just:
```configGeneral.writeEntry("LastSeenVersion", "5.27");```

?

The rest is not needed on the first release from my understanding?