[issue37778] Windows Store package uses wrong icons for file association

2019-08-07 Thread Steve Dower


Change by Steve Dower :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37778] Windows Store package uses wrong icons for file association

2019-08-07 Thread miss-islington


miss-islington  added the comment:


New changeset dc6653fd06598f42b107dcffcd089d7ee2b1cd44 by Miss Islington (bot) 
in branch '3.8':
bpo-37778: Fixes the icons used for file associations to the Microsoft Store 
package (GH-15150)
https://github.com/python/cpython/commit/dc6653fd06598f42b107dcffcd089d7ee2b1cd44


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37778] Windows Store package uses wrong icons for file association

2019-08-07 Thread miss-islington


Change by miss-islington :


--
pull_requests: +14896
pull_request: https://github.com/python/cpython/pull/15164

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37778] Windows Store package uses wrong icons for file association

2019-08-07 Thread Steve Dower


Steve Dower  added the comment:


New changeset 87ce9588ceb4b4dd625913344844390f0b991b0c by Steve Dower in branch 
'master':
bpo-37778: Fixes the icons used for file associations to the Microsoft Store 
package (GH-15150)
https://github.com/python/cpython/commit/87ce9588ceb4b4dd625913344844390f0b991b0c


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37778] Windows Store package uses wrong icons for file association

2019-08-06 Thread Steve Dower


Change by Steve Dower :


--
keywords: +patch
pull_requests: +14886
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/15150

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37778] Windows Store package uses wrong icons for file association

2019-08-06 Thread Steve Dower


New submission from Steve Dower :

No Logo element is specified in the FileTypeAssociation element, and so files 
get a different icon from the regular installer.

See 
https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/appxmanifestschema/element-1-logo

--
assignee: steve.dower
components: Windows
messages: 349132
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Windows Store package uses wrong icons for file association
type: behavior
versions: Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com