Anyone else having problems to play youtube videos within Safari in the Big Sur Beta 10? No matter what video I choose, it always states an error occured. Only happens since Beta 10.
Search results for
smb big sur
11,809 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, have installed macOS 10.15.6 and wants upgrade to Big Sur beta 3. download works after 2nd try (in the 1. I got en error after downloading “%s” want wrong) Now every time I try to install the beta the installation failed after 5min with the message “installation failed, you could try again” Any ideas what that could be? Security is set to High.
Hello, We have developed AuthorizationPlugin to replace loginwindow:login, and it can work normally before macOS 10.15.6. But we tested the AuthorizationPlugin in Big Sur bata version and it didn't work. We cannot log into Big Sur beta 6 using the following API. SetContextValue(engineRef, kAuthorizationEnvironmentUsername, 1, &userNameValue); SetContextValue(engineRef, kAuthorizationEnvironmentPassword, 1, &userPasswordValue); SetResult(engineRef, kAuthorizationResultAllow); We are worried that the official version of Big Sur will have this problem.
How hard would it be to use a Catalina driver for an audio interface to create a driver for Monterey or Big Sur? Tascam discontinued updates for my two interfaces (same models, used as aggregate device)
I have a Lexmark E260 laser printer. It is not working now and a friend Epson SpR340 not working after downloading of Big Sur. My new Brother Laser is. Please when will there be a fix? thank you
Hello, I would like to install IpadOS 14 on a mac OS Big Sur (macbook pro). I need to download ipad apps on my macbookpro. Do you think it's possible ? Thanks
When trying to connect to another Mac running Big Sur (beta 5) using file sharing (smb or afp), it won't accept the username/password. The dialog just shakes and won't connect. I could connect from a Mac running Bug Sur to another Mac running Catalina fine but not the other way around. Anyone got a workaround? Reported as FB8520247
Hey guys, I have the problem that my 2013 MacBook crashes frequently since upgrading to Big Sur. This means that all of a sudden the screen freezes, the fans turn up and all of a sudden the MacBook is off. In Catalina, through research I found out that it's because of the Thunderbolt driver (AppleThunderboltNHI.Kext etc.), which I had always renamed in Catalina using recovery mode (... .kext.BAK). This solved the problem. But now since Big Sur I can't rename the Kext files anymore because I'm only in read-only mode. So I wanted to ask here if there is a possibility to rename the files again? Otherwise the MacBook still runs really well!
Hallo, in our webapp there are implemented web push notifications for Safari users. Now we facing a problem after Update to Big Sur macOs, in Javascript we have a Code snippet to check if a popup should come and ask user if he want notifications but in Big Sur it's not working now. if ('safari' in window && 'pushNotification' in window.safari) { // Show popup } What should we change in this code to get it working in Safari Big Sur? Regards, Przemek Tranda
Hi, since macOS dark mode was originally offered, I've been using the following technique to detect the Dark/Light Desktop theme: defaults read -g AppleInterfaceStyle Recently with the upgrade to Big Sur, the menu bar and system tray area goes light/dark based on the wallpaper, NOT based on the Desktop preference. How do I detect this so that I can change my app's System Tray icon to match the os behavior?
I had been using @available( macOS 11.0, * ) to test for Big Sur, but as of the Xcode 12 GM, that doesn't seem to work any more. Whereas @available( macOS 10.16, * ) does work. Is that the right thing to use, or is it a bug?
This works fine in other browsers and versions of Safari before Big Sur. I am saving a pdf as a blob to memory and then referencing it in an object tag. The browser hangs. The pdf isn't shown.
hello everyone, just bought a splendid air m1. Just turned on and the maximum battery capacity status reports 75%. Is it a big sur 11.0.1 bug? How can you find out?
As the developer of Seashore, using [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; no longer works as expected in Big Sur on a Retina display. The exact build works fine in Catalina. Small images seem to be first scaled using Medium or High interpolation to 2x, then scaled use 'None' to the desired size - causing blurriness. This the code to display and scale the image: [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; [image drawInRect:alignedRect fromRect:copy operation:NSCompositeSourceOver fraction:1.0 respectFlipped:TRUE hints:NULL]; Any ideas for a fix?
After migration from Catalina to Big Sur 11.1 I noticed that an Automator PrintPlugin does not work anymore. It is rather simple and consists of a single action: NewMailMessage. Mac Analytics Data - https://developer.apple.com/forums/content/attachment/5fb4f6a8-e83f-42c6-be5c-84bf1a7501b9 Running the same action from an Automator quickaction on files works as expected: Mail gets generated with selected files attached. regards Hans-Peter