The only one that sounds painful to me is being unable to access files on an Android device. I know some will disagree...
Things I can’t do on macOS which I can do on Ubuntu (2020)
131–140 of 740 posts
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#132I remember I used to be able to force-quit an app by two-finger tapping on the red "close" button. Then suddenly after some update, the feature is gone. I hate when they change shit for no reason and dont think for a second about breaking peoples workflow.
The Apple line of thinking probably is that force closing apps shouldn’t be a part of peoples workflow.
For me it's also ingrained Command-Q into my brain to close an app. Especially because even before this change apps often didn't close when you closed the last window. It's always been like that. Only some apps like System Preferences do it.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#133Try the other way around. Much longer list, I guarantee you.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#134Earlier quoted context omitted.
Interesting. I recently started using an M1 Mac and found the fullscreen workspaces a bit weird (coming from i3), but kinda grew to like it? I got the external trackpad and use gestures a lot (before it was Control + arrows) to navigate the workspaces. My main issue is that all the different "Terminals" have subsets I like on them, but none have all the features I like lol. It's not a big deal though. FWIW I'm trying…
For me, those gestures are next to useless because the animation is just waaay too slow. It's literally a whole second (exactly; I just timed it) of waiting for window focus to switch. The animation is shorter when you're on a model without a 120Hz screen, so it gets a little more bearable there.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#135KDE Connect/GS Connect is invaluable to me on Linux. It can just do _so much_.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#136Earlier quoted context omitted.
What’s the docker equivalent in Apple world to run something in a container?
In the Apple world, people don't care about containers other than application sandboxes.
That is something I do actually like there. And Apple isn't even forcing developers to do it (unless they want to publish in the app store which most apps I use don't do), just more and more app developers sandbox themselves.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#137You could get all those features and more in Windows, plus you have wsl2 :)
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#138Add: run a docker container without an entire VM.
Not sure whether you know something I don't but I'm not aware of any VM when I'm running Docker containers directly on my Mac?
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#139Earlier quoted context omitted.
Depends on what you mean by "run a different program". You can't really replace WindowServer on macOS, as it is pretty much macOS itself. macOS is not really as modular as Linux or even Windows. There are things that hook into it to give extra behavior (Helium, Afloat, Magnet, Amethyst, chunkwm, several others in the AppStore), but replacing it is not really practical, I believe.
> You can't really replace WindowServer on macOS, as it is pretty much macOS itself. I find this very foreign. As if a unix system didn't let you change the shell! This is sad to hear, because I'm a happy user of a headless macOS (not set up by me), to which I ssh almost daily for testing purposes, and it is a fairly decent unix system. It has a few idiosyncrasies, sure, but those help to make your pipelines more por…