-
Notifications
You must be signed in to change notification settings - Fork 3
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
try to match @blueboxd and push firefox compatibility to 10.7 #33
Comments
Depending on how stubborn this issue is, it may make sense to just write a separate implementation. For example, I could pretty easily write a Python script that:
Let me know if you'd like me to write a script like this! The one thing is that I might have to disallow using multiple profiles, unless Firefox can expose which profile it is about to open. |
it seems there is an issue when deleting the IOParentThreads on 10.7, since they cause a block and users that have a newer profile than the current firefox will accept, are left with no way to fix it without deleting their entire profiles directory. (see #33) this "fix" is hopefully temporary, but it does provide an answer for now at least
it seems there is an issue when deleting the IOParentThreads on 10.7, since they cause a block and users that have a newer profile than the current firefox will accept, are left with no way to fix it without deleting their entire profiles directory. (see #33) this "fix" is hopefully temporary, but it does provide an answer for now at least
it seems there is an issue when deleting the IOParentThreads on 10.7, since they cause a block and users that have a newer profile than the current firefox will accept, are left with no way to fix it without deleting their entire profiles directory. (see #33) this "fix" is hopefully temporary, but it does provide an answer for now at least
@krackers can probably help with this! For context, we're talking about: See also: https://stackoverflow.com/questions/9447645/nswindow-alternative-to-setopaqueno/78213126#78213126 |
as of 136, 10.7 is mostly usable. there are a few near-fatal cases however:
The text was updated successfully, but these errors were encountered: