Xquartz: Actually, it should be org.x.X11 for case-sensitive FS
(cherry picked from commit c5ccb98d5d461c8a22fc0f3942a607ac90e1e37e)
This commit is contained in:
@@ -138,7 +138,7 @@ read_boolean_pref (CFStringRef name, int default_)
|
||||
int value;
|
||||
Boolean ok;
|
||||
|
||||
value = CFPreferencesGetAppBooleanValue (name, CFSTR ("org.x.x11"), &ok);
|
||||
value = CFPreferencesGetAppBooleanValue (name, CFSTR ("org.x.X11"), &ok);
|
||||
return ok ? value : default_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user