laurent.orseau
2020-9-6 07:21:36

I almost never use the scroll bar to scroll, but I just happened to do so and indeed it’s very sluggish (linux, 7.8.0.9—2020–08–25(80ad628/a) [cs]). Mouse scroll is a lot better. :thinking_face:


robby
2020-9-6 18:40:41

I think you can probably override either on-execute or the method that calls the language-specific on-execute with a tool.


robby
2020-9-6 18:40:52

(plugin, I mean. tool is the old word)


gfb
2020-9-6 20:15:36

Has anyone seen a problem on macOS Catalina with f1 going to a file in private/var/folders with a page that just says “Please go here” where “here” is a link?


gfb
2020-9-6 20:20:27

Only happens with Safari as default browser, not firefox.


gfb
2020-9-6 20:31:17

seems to be from opening it from the dmg once, even though afterwards I removed ~/Library/Racket and the plt/racket ~/Library/Preferences files and then opened it from /Applications


spdegabrielle
2020-9-6 20:41:56

@gfb I’m a Catalina user on 7.8cs and I’ve not had that happen but I didn’t try to open from the dmg. Does deleting the configuration files in ~/Library fix it?


gfb
2020-9-6 20:59:12

No, unless the ones I listed aren’t all of them.


gfb
2020-9-6 21:56:10

Now I’m having problems with the latest snapshot build, where it’s challenging various dylibs as “can’t be opened because Apple cannot check it for malicious software”.


spdegabrielle
2020-9-6 22:49:06

@gfb maybe run the command sudo xattr -r -d com.apple.quarantine /Applications/Racket\ v7.8/


spdegabrielle
2020-9-6 22:51:43

And while it’s a bit superstitious maybe ensure the DMG is ‘ejected’/unmounted and restarting the machine. (I blame Apple - they keep evolving macOS in weird and wonderful ways)


spdegabrielle
2020-9-6 22:52:59

Sorry I’m on a phone and am not paying proper attention


spdegabrielle
2020-9-6 22:53:56

Adjust for your path


spdegabrielle
2020-9-6 22:54:57

I’ll be able to download the latest nightly tomorrow and try replicate if you are still having issues


gfb
2020-9-6 23:02:24

The original problem is solved, details on the racket users list. Running snapshots easily can wait, I just wanted to check whether it was something generic about my macOS and/or Safari configuration.