-
Notifications
You must be signed in to change notification settings - Fork 236
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
"Open profile on startup" not working on macOS 13.4.1 (perhaps macOS bug, perhaps Unison) #937
Comments
Did this work for you before? If this is a regression then it may be related to a macOS version because uimac has not been changed in quite a while. It would be a good to get a confirmation (from anyone) that this functionality used to work or still works for someone. |
Please read the reporting bugs wiki page. It's unclear how the binary you are running was built, if it's the gtk build or the mac native build. |
I'm sorry - answered via email, thought it should show up here... @tleedjarv: @gdt:
Thank you for any help! |
I don't have access to any macOS myself, so can't directly help but I can at least try help debugging the issue. @flaschenge1st could you try a version you can download from https://github.com/tleedjarv/unison/suites/13741972879/artifacts/760772111 and see if it makes any difference? |
No, this is the native mac version (it's the only one that has this functionality in the first place). I've prepared a new debug build for you: https://github.com/tleedjarv/unison/suites/13788166276/artifacts/764443528 |
first 4 lines are from startup, last 2 lines come from opening the settings window. |
Thank you. It would really help to know which version of Unison you used to run. It seems that this may have been broken since all the way back starting with 2.48.3 (released in 2015(?)) or possibly since 2.51.2. I have no experience at all with Xcode and objc but it seems to me that the code itself works fine, it's just the GUI that is broken. More specifically, the combobox seems to be disconnected from the code that should populate it. It requires someone with access to Xcode to fix this. I can't help with that. @alanshutko (I'm just calling out blindly) perhaps you can help with this issue? |
I retitled the issue; it's of course not clear if this is a latent Unison bug or a macOS bug. It's going to take somebody with motivation and macOS to debug it. Intermediate reports between 10.13 and 13 are likely useful, but I suspect debugging on 13 is what is going to be necessary. (Marked wontfix because no one who is actively maintaining uses the mac GUI. A fix is welcome of course; wontfix is just a clue that there is no reason to expect one to appear.) |
sorry to hear - but understandable! Once again: Thank you for your support and help! |
A reminder that this issue awaits testing by somebody who cares about macOS. |
In options, i can check "Open Profile on startup", but the dropdown box is empty - none of my profiles is found.
So if I start Unison there's a list of profiles from which I have to choose (as expexted if the "Open profile on startup" is not checked...)
Running 2.53.3 (ocaml 4.14.1) on a Mac M2 with Venture 13.4.
The text was updated successfully, but these errors were encountered: