-
Notifications
You must be signed in to change notification settings - Fork 48
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
Need Update #49
Comments
I also have this problem - "You can’t use this version of the application “Fraise.app” with this version of macOS." :( Please fix... |
Hi, You can use TextMate meanwhile. It's a good text editor similar to Fraise. Regards, Jamil. On 14 Aug 2016 00:37, "Orlando Parisblue" [email protected] wrote: I also have this problem - "You can’t use this version of the application Please fix... — |
With El Capitan I'm not able to use File > Open. Selecting a file to edit closes the open dialog box and nothing happens. |
Just a heads up, the Sierra compatability issue is shown when you run /Fraise.app/Contents/MacOS/Fraise in Terminal:
|
Fixed it in my fork: https://github.com/abentele/Fraise |
Thanks for working on that abentele. I'm trying your release and it seems to be working well after compiling in Xcode. However, I get the prompt asking about enabling auto-updates every time I open Fraise. No matter which I select it still will ask me next time I start up Fraise. Otherwise it looks like the other settings stick. |
Thanks for testing my fix. Yes, that's a remaining issue, the auto-update feature doesn't work. Not only the question when starting up Fraise, but also the auto-update itself throws an error. My main goal yesterday was to make Fraise running with macOS Sierra (for my own needs). So I didn't have the time to investigate in the auto-updates problem. It maybe has to do with either the update of the sparkle library (fixed a crash on startup of Fraise) or the broken configuration of the auto-update feature: maybe the configured update site doesn't exist any more (jfmoy, could you please comment on this). Btw: the auto-update feature doesn't make much sense as long as there is no developer who maintains the software continuously. |
True. It probably best to just remove the prompt and then disable the update features all together for now. The auto-update and the menu item for the original Fraise (jfmoy's) hasn't worked for a long time. |
HI @abentele, thank you for updating Fraise to Sierra. |
@rkarolak, @gpongelli: thanks for your suggestions and help on this topic! So for now I've completely removed the auto-update feature, including the dependency to sparkle. @gpongelli: thanks for your commit, I forgot to remove the items you removed, so I will merge it to my fork for code cleanup. Today I'm happy to announce a new release working with macOS Sierra: Use the binary download from https://github.com/abentele/Fraise/releases/tag/3.7.4, or build it from source using XCode. I think of it as a beta release, because I didn't have the time to test it. Check it out and give us feedback. |
@gpongelli: I didn't look at all your commits when I wrote my last comment. To solve this conflict, I cherry-picked all your commits excluding e52dac2. So your valuable work is saved, and I suggest you to delete your fork and maybe start with a new clean fork of my branch, to solve the conflict on your side. Btw.: I think that we should continue work on the many remaining warnings and deprecated code. Goal should be that there are zero warnings. |
great job, thank you very much! The left panel (Document List) doesn't work for quite a long time (OS X 10.9 maybe?). If you've any clue that's good, otherwise I can live without and thank you again for your great job :) |
@amrx06: thanks for your comment. The document list panel works; maybe the with of the panel is 0 pixels which in fact means it's invisible. You may drag the left side of your window (where the document list should be) to make it visible. Does that work? |
correct, the panel had a size of 0. Wonderful :) |
@abentele apologies for the ping, but I have not been able to remove the SDK 10.6 dependence in this project, and even a reference to a relative directory under fraise-master, that was weird! I only saw it in one place in the project settings, but it looks like it is in many, any chance you could mention how many such references there were, and/or if there was a way to wipe them all in one go? |
@reppolice the SDK 10.6 dependencies were not the big problem; you can see my changes in commits from third of October 2016. I also had to replace (and finally remove) the incompatible Spark library. Most work was replacing the garbage collection code with ARC, mainly done with commit 588641b (thanks to tearsofphoenix). Please use the issues list within my fork https://github.com/abentele/Fraise/issues or direct mails to me ([email protected]) for such questions. As you may see in the project history, @jfmoy didn't maintain the project over the last years. |
Hello,
I’m running on the beta version of Mac OS Sierra. And Fraise is not working anymore. Could you please update it. Thank you ; )
Kindest regards,
Jamil Chawaf.
The text was updated successfully, but these errors were encountered: