FS#76529 - [pinta] 2.0.2-2 asks dotnet 6.0

Attached to Project: Community Packages
Opened by Guido Iodice (guiodic) - Friday, 11 November 2022, 16:34 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 17 November 2022, 09:23 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Maybe it needs a rebuild because the new dotnet 7.0

Pinta.runtimeconfig.json:

{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}


This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Thursday, 17 November 2022, 09:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.0.2-3
Comment by Robert (robson) - Friday, 11 November 2022, 20:56 GMT
For pinta to work, you need to install dotnet-runtime-6.0.
Comment by Guido Iodice (guiodic) - Friday, 11 November 2022, 21:34 GMT
I changed the manifest.json, Pinta starts, I tried effects and other things, it works well.
Comment by John Bug (johnbug) - Tuesday, 15 November 2022, 18:27 GMT
Bug confirmed. Pinta doesn't start, meaning that we have an official package that currently needs an AUR package.
Comment by Fabio (FabioLolix) - Wednesday, 16 November 2022, 23:13 GMT
dotnet-runtime-6.0 have been added to the repo on 2022-11-11 by Maxime

Loading...