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

Cura 5.2.2 Mac DMG app name and CFBundleIdentifier not consistent #14518

Closed
2 tasks
Lotusshaney opened this issue Feb 8, 2023 · 1 comment
Closed
2 tasks
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@Lotusshaney
Copy link

Lotusshaney commented Feb 8, 2023

Application Version

5.2.2

Platform

Mac

Printer

ANy

Reproduction steps

5.2.2 app for Mac has

<key>CFBundleIdentifier</key>
<string>nl.ultimaker.cura_UltiMaker_Cura_5.2.2</string> 

and a name of UltiMaker Cura.app

Older versions have

<key>CFBundleIdentifier</key>
<string>nl.ultimaker.cura</string> 

and a name of Ultimaker-Cura.app

Meaning software management systems don't see 5.2.2 as a newer version of Cura

Actual results

Getting info from the info.plist gives

<key>CFBundleIdentifier</key>
<string>nl.ultimaker.cura_UltiMaker_Cura_5.2.2</string> 

and a name of UltiMaker Cura.app

Expected results

<key>CFBundleIdentifier</key>
<string>nl.ultimaker.cura</string>

and a name of Ultimaker-Cura.app

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

This is a problem for software management systems

@Lotusshaney Lotusshaney added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Feb 8, 2023
@MariMakes
Copy link
Contributor

Hey @Lotusshaney,

Thanks for your report 👍

This seems to be a duplicate of #14375
We have a ticket on our backlog with the intent to improve this behavior.

After digging into this it seems to effect permissions, and window locations and might require you to enter your password more often. They seem to be minor conveniences. Do you have other examples of why we should increase the priority?

I'll be closing this issue as a duplicate but you can follow the progress here: #14375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants