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

Version is duplicated in name of app in list of installed apps #88800

Closed
rakleed mannequin opened this issue Jul 14, 2021 · 7 comments
Closed

Version is duplicated in name of app in list of installed apps #88800

rakleed mannequin opened this issue Jul 14, 2021 · 7 comments
Labels
3.9 only security fixes OS-windows type-bug An unexpected behavior, bug, or error

Comments

@rakleed
Copy link
Mannequin

rakleed mannequin commented Jul 14, 2021

BPO 44634
Nosy @pfmoore, @tjguk, @zware, @zooba, @rakleed
Files
  • 2021-07-14 13-49-41 Settings.png
  • 2021-07-14 13-50-19 Programs and Features.png
  • Apps and Features.png
  • 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 = None
    closed_at = <Date 2021-07-21.17:08:05.807>
    created_at = <Date 2021-07-14.10:51:23.885>
    labels = ['type-bug', 'invalid', '3.9', 'OS-windows']
    title = 'Version is duplicated in name of app in list of installed apps'
    updated_at = <Date 2021-07-21.17:08:05.807>
    user = 'https://github.com/rakleed'

    bugs.python.org fields:

    activity = <Date 2021-07-21.17:08:05.807>
    actor = 'zach.ware'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-07-21.17:08:05.807>
    closer = 'zach.ware'
    components = ['Windows']
    creation = <Date 2021-07-14.10:51:23.885>
    creator = 'rakleed'
    dependencies = []
    files = ['50147', '50148', '50152']
    hgrepos = []
    issue_num = 44634
    keywords = []
    message_count = 7.0
    messages = ['397474', '397490', '397583', '397602', '397605', '397607', '397954']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'rakleed']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue44634'
    versions = ['Python 3.9']

    @rakleed
    Copy link
    Mannequin Author

    rakleed mannequin commented Jul 14, 2021

    The version of the app is duplicated in the name of the app in the list of installed apps in "Settings - Apps - Apps & features" and "Control Panel - Programs - Programs and Features" in the version for Windows. Please remove the version number from the app name, as the version number is displayed next to the name in a separate field.

    @rakleed rakleed mannequin added 3.9 only security fixes OS-windows type-bug An unexpected behavior, bug, or error labels Jul 14, 2021
    @zooba
    Copy link
    Member

    zooba commented Jul 14, 2021

    Apart from the duplication, is there some reason why this is a problem?

    The name is used in a number of other places where the version number is very helpful. I'm not sure we can separate the variables in WiX.

    @rakleed
    Copy link
    Mannequin Author

    rakleed mannequin commented Jul 15, 2021

    This does not cause any problems in the operation of the app, but visually it looks strange. Most other apps don't indicate the version of the app in the name of the app, but just indicate it in a specially made field for this. Therefore, it would be nice if your app followed this behavior.

    Perhaps these links will also be helpful: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key, https://stackoverflow.com/questions/26156405/how-to-change-add-remove-program-name-using-wix-installer

    And can you tell me where the WiX config file is?

    @pfmoore
    Copy link
    Member

    pfmoore commented Jul 16, 2021

    In "Apps and Features" on Windows 10, the application name is shown by default but not the version. I have 3 different versions of Python installed on my PC and if they all reported as "Python" it would be a lot harder to manage them (I'd have to click on each one to check the version before I knew which one to select)

    -1 on removing the version from the application name.

    @rakleed
    Copy link
    Mannequin Author

    rakleed mannequin commented Jul 16, 2021

    @paul.moore, but you don't need to open additional menus in the control panel to see the version of the app.

    @pfmoore
    Copy link
    Member

    pfmoore commented Jul 16, 2021

    See the attached screenshot. Only the app name is visible by default.

    I see no benefit to the change and a definite usability degradation for people like me with multiple Python versions.

    @zware
    Copy link
    Member

    zware commented Jul 21, 2021

    Agreed with Paul, it's more useful than confusing to have the version in the name.

    @zware zware closed this as completed Jul 21, 2021
    @zware zware added the invalid label Jul 21, 2021
    @zware zware closed this as completed Jul 21, 2021
    @zware zware added the invalid label Jul 21, 2021
    @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.9 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants