ravynos
ravynos copied to clipboard
A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
"Transient" applications like build output or installation images can get into LSDB as they are opened by the user (which is normal behavior). However, if they are removed or the...
Hi, You can find a CoreFoundation implementation inside Swift sources (which was forked by the PD folks): https://github.com/PureDarwin/CoreFoundation It looks more complete than the one currently integrated in airyx. Should...
This guy has built the code from upstream and tested it: [FreeBSD 12.2 missing xorg qxl video driver](https://forums.freebsd.org/threads/freebsd-12-2-missing-xorg-qxl-video-driver.80462/#post-512608) And he has submitted a bug report, patch and interacted with developers:...
In the setup interface there is only a single input field for the password. If one would make a mistake entering the password at setup one would not recognize it....
Used furybsd-install to install 0.3.0pre2 iso onto virtual disk. Also required the ["chmod 1777 /tmp"](https://github.com/mszoek/airyx/issues/125#issue-1000411403) fix in order for the Summer Field desktop to appear. Then took a snapshot of...
We can read binary format plists but can't write them. Fix this.
The Win32 back end includes support for bundle-private fonts as documented [here](https://developer.apple.com/documentation/bundleresources/information_property_list/atsapplicationfontspath). This should be ported to the X11 back end as well. See https://github.com/mszoek/airyx/blob/62919a7f4d5e703bf2e09125796dee8fc4241c58/Frameworks/AppKit/Win32.subproj/Win32Display.m#L100-L142
Currently, `ld.lld` will read the dependencies of a framework being linked to an app and link all of those dependencies to the app as well. This is intended to make...
Bundles can include new UTIs which need to be added to the system (LaunchServices db in the `types` table). Reference: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_declare/understand_utis_declare.html