Coder Social home page Coder Social logo

Comments (8)

samschott avatar samschott commented on July 17, 2024 1

You can try installing an older version of keyring. IIRC, the "backend" rename from OS_X to macOS is a keyring internal rename only and has nothing to do with macOS keychain APIs.

from maestral.

samschott avatar samschott commented on July 17, 2024

Closing this is not anything fixable on the Maestral side. Newer releases of keyring and maestral address this issue if they can be installed.

from maestral.

barracuda156 avatar barracuda156 commented on July 17, 2024

@samschott I kinda forgot, what was the constraint we faced for older MacOS? Besides Qt GUI, that cannot work with Qt5 presently.

Something like fsevents issue? Maybe it is possible to have it working with some limitations, depending on what SDK features that requires.

from maestral.

samschott avatar samschott commented on July 17, 2024

If I remember correctly, there should be no fundamental constraint by Maestral itself. Installing Python and the maestral-cocoa Python package should still work.

Rather, the briefcase packing tool that I am using only support macOS 11 and later. I believe this makes it easier to target both Intel and Apple Silicon Macs.

from maestral.

barracuda156 avatar barracuda156 commented on July 17, 2024

@samschott Anything Cocoa is likely not to work, even if it installs (i.e. pure Python code may install, but SDK won’t have what it expects).

If there is an X11 / GTK3 version, there we have more chances IMO.

from maestral.

barracuda156 avatar barracuda156 commented on July 17, 2024

@samschott Ah, py-watchdog was the constraint: gorakhargosh/watchdog#1021

The current maestral won’t work with that old version, right?

from maestral.

samschott avatar samschott commented on July 17, 2024

It won't, I'm afraid. The FSEvents backend for watchdog fixes a several fundamental sync and performance issues from the previously used kqueue backend.

The days of macOS 10.6 are numbered, as nice and stable as Snow Leopard was!

from maestral.

barracuda156 avatar barracuda156 commented on July 17, 2024

The FSEvents backend for watchdog fixes a several fundamental sync and performance issues from the previously used kqueue backend.

I see. Well, it may be possible to reimplement the thing so that watchdog can use that backend, or, if unsupported functions are non-critical, just use a partial fsevents implementation from the 10.6 SDK. But yeah, that requires time, and time is scarce…

The days of macOS 10.6 are numbered, as nice and stable as Snow Leopard was!

If only Apple had opensourced complete sources for the OS, we would probably have everything we need by now :)

Still, I routinely see cases when something builds and works on 10.5–10.6, but is broken on any later systems. (Which is usually caused by a disaster of libc++ and clangs: say, my 10.6 with libstdc++ has C++23 support, but macOS 12 does not.)
Of course, reverse is more common, but nevertheless, for some applications 10.5–10.6 are perfectly usable.

from maestral.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.