Search results for

smb big sur

11,741 results found

Post

Replies

Boosts

Views

Activity

AuthorizationPlugin not work in Big Sur since beta 4
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.
1
0
469
Sep ’20
Reply to SMB Sharing Problem - Big Sur Beta 11.4
Hi boococp I encounter a similar issue when connecting my Mac (Big Sur 11.2.3) to a NAS using SMB, but a workaround is available. It works for me, I found it here: https://developer.apple.com/forums/thread/661437 Open terminal and type the following command: sudo /usr/libexec/configureLocalKDC It also works for the other connected users. However it is not persistent, so after a reboot you need to type it again. It's referenced as a fix for a similar issue in a security update for macOS 10.13: https://support.apple.com/en-us/HT208317 Maybe somebody has a suggestion to make the change persistent ?
Topic: App & System Services SubTopic: Hardware Tags:
Apr ’21
Error during Big Sur 3 beta installation
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.
3
0
811
Jul ’20
Random Shutdown in Big Sur (ThunderboltNHI) driver problem
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!
66
0
39k
Nov ’20
Web push notifications problem after updating to Big Sur
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
0
0
462
Apr ’21
Big Sur: Detect Dark Tray/Menubar
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?
10
0
4.8k
Jul ’20
NSImageInterpolationNone no longer works in Big Sur
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?
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
800
Feb ’21