Earlier quoted context omitted.
> I'd pay good money for an X option on mac. > Can't you just use a different X? Lol, this is Apple we're talking about, the company famous for not allowing people to customize things to their own liking (for better or worse).
I understand, and even appreciate, that they don't let too much customization on their default programs. But why can't you run a different program? It makes no sense.
Things I can’t do on macOS which I can do on Ubuntu (2020)
101–110 of 740 posts
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#102> If I stick a USB cable between my phone and Linux laptop, I can see the Android files on my laptop. I can open them, move them around, etc. On a Mac I need to install some shonky 3rd party software which rarely works. You didn’t used to have to do that in macOS? I remember plugging in my android phone and it mounting my memory card. Is OP referring to accessing something else? > Mount an SSH or NFS drive > In Ubunt…
This refers to MTP (Media Transfer Protocol). Very old Android devices (with Android 2.x) used to pass-thru the SD card to the host as a USB Storage Device, but that solution was clunky as it requires detaching the SD card from the phone itself. MTP is file-level protocol and you can continue accessing all files on the phone at the same time as accessing them from your computer. MTP is part of the "Windows Media" fra…
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#103Add: run a docker container without an entire VM.
Docker is built against Linux not unix so not much can be done there. On windows you also need a VM AFAIR
But yeah, otherwise it will be a Linux VM running on top of Hyper-V.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#104Try 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)
#105Some things in that list are pretty silly (can you really blame Apple for not letting you swap the mouse button order or have the insane focus-follows-mouse option?) Here are some others anyway: * Record system audio. * Control HDMI audio volume (have to use Proxy Audio Driver which is somewhat buggy). * Set mouse acceleration (you used to be able to but they removed the option and now you can only set sensitivity).…
https://rogueamoeba.com/audiohijack/ works, can use soundflower too if you want to compile etc.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#106Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#107Not built-in, but the open source https://rectangleapp.com/ supports window snapping by mouse and via shortcuts.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#108My biggest bug bears with macOS: - No way to fullscreen a window without moving it into a separate workspace. All a new workspace achieves is making it difficult for me to switch between this app and my other apps! (individual apps can implement this, and some like VLC do, but most apps don't) - No native support for containerisation. Containers/Docker are a great technology, but even on my M1 mac where literally eve…
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#109I had to use a Mac at work some time ago. Here's my list: * Cannot drag to copy, middle-click to paste. * No way to disable sticky keys lock. * No way to set ESC as Caps Lock. * No way to set a keyboard shortcut for each specific language. (I use five) * Alt-tab to an _Application_, not a _Window_. How many times will I Alt-Tab to.... nothing! * Return from sleep will rearrange the order of the connected monitors, ev…
> "No way to set ESC as Caps Lock." Huh? System Preferences -> Keyboard -> Modifier Keys -> Caps Lock Key
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#110Earlier quoted context omitted.
The keyword here is "MTP device". Some phones mount as mass storage device and works out of the box, but MTP requires extra software/drivers.
What’s the difference? Do you get full access to the phone file system when it’s mounted as a MTP device?
Mass devices can be easily corrupted and have to be unmounted from the current device. MTP can stay mounted and accessible by the mounting OS and source device simultaneously and are much more difficult to corrupt.
It also allows the host device more security and control over what the guest can do.