Hi everybody, thanks for your advices !
Unfortunately I don’t find ~/Library/Application\ Support/KomodoIDE/12.0/XRE/prefs.js on my MacBook Pro !
I do find : ~/Library/Application but not after !!!
Thanks in advance
Jacky
Are you using Finder to find it? If yes, you need to allow display of hidden folders. I believe the keybinding to do so it Cmd + Shift + ..
If you’re using the terminal then use tab completions to find each folder as you descend, if you’re not already. They must be there. ~/Library/Application\ Support/ is a standard folder in OSX and if KomodoIDE folder isn’t there then it means you’ve never started Komodo, which you must have by now if you got to this thread.
Hi!
It doesn’t work, or rather, it only works the first time it is opened and then the file prefs.js returns to the original
I use MacBook Air M1 with macOS Big Sur
Morning @careyh, I wrote the code user_pref(“layers.acceleration.disabled”, true); in the file prefs.js and then I opened Komodo… after I had worked using the programme for 5 minutes (e.g. I added a remote server) it froze! So I opened the file again and I saw that the code had disappeared
Whenever I open application support (by following ~/Library/Application\ Support/) I only see two folders, Komodo Edit and KomodoEdit. I do not see a KomodoIDE folder, but I have been using Komdo Edit version 11 since 2017. Is there a reason I don’t see that folder? For context I have a macbook pro as well and I tried using the latter commands on both of the folders that showed up and it didnt work. Thanks in advance as well.
I have the same issue as @jweb using Komodo Edit 11. If I go into the KomodoEdit folder I find the same substructure and ultimately the prefs.js file in /XRE. However, if I run user_pref(“layers.acceleration.disabled”, true); I get the following message: “zsh: number expected.” What am I doing wrong?
You have to edit prefs.js by adding user_pref(“layers.acceleration.disabled”, true); to it. It sounds like you tried to run user_pref(“layers.acceleration.disabled”, true); in your terminal which won’t do anything.
Make sure you edit the file with a different program than Komodo and Komodo can’t be running.
I recently upgraded to Big Sur and I am having an additional problem. I added the user_pref line to the prefs.js file and I am no longer getting the spinning beach ball cursor. I am getting a secondary window, the background is black with what looks like a text entry box near the top. But if I click on it I don’t get a text cursor. If I click on the close icon the entire application shuts down. If I click on the minimize icon I can access the edit window but none of the controls work. Any ideas what this window is and how to dismiss it without closing the application.