Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Store package uses wrong icons for file association #81959

Closed
zooba opened this issue Aug 6, 2019 · 3 comments
Closed

Windows Store package uses wrong icons for file association #81959

zooba opened this issue Aug 6, 2019 · 3 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes OS-windows type-bug An unexpected behavior, bug, or error

Comments

@zooba
Copy link
Member

zooba commented Aug 6, 2019

BPO 37778
Nosy @pfmoore, @tjguk, @zware, @zooba, @miss-islington
PRs
  • bpo-37778: Fixes the icons used for file associations to the Microsoft Store package #15150
  • [3.8] bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) #15164
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/zooba'
    closed_at = <Date 2019-08-07.18:47:40.515>
    created_at = <Date 2019-08-06.20:07:14.468>
    labels = ['type-bug', '3.8', '3.9', 'OS-windows']
    title = 'Windows Store package uses wrong icons for file association'
    updated_at = <Date 2019-08-07.18:47:40.515>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2019-08-07.18:47:40.515>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2019-08-07.18:47:40.515>
    closer = 'steve.dower'
    components = ['Windows']
    creation = <Date 2019-08-06.20:07:14.468>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37778
    keywords = ['patch']
    message_count = 3.0
    messages = ['349132', '349183', '349188']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'miss-islington']
    pr_nums = ['15150', '15164']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37778'
    versions = ['Python 3.8', 'Python 3.9']

    @zooba
    Copy link
    Member Author

    zooba commented Aug 6, 2019

    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

    @zooba zooba added 3.8 only security fixes 3.9 only security fixes labels Aug 6, 2019
    @zooba zooba self-assigned this Aug 6, 2019
    @zooba zooba added OS-windows type-bug An unexpected behavior, bug, or error labels Aug 6, 2019
    @zooba
    Copy link
    Member Author

    zooba commented Aug 7, 2019

    New changeset 87ce958 by Steve Dower in branch 'master':
    bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
    87ce958

    @miss-islington
    Copy link
    Contributor

    New changeset dc6653f by Miss Islington (bot) in branch '3.8':
    bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
    dc6653f

    @zooba zooba closed this as completed Aug 7, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants