Here you go:Hello my question was, give it a way to make a myselftheme for 10.16.
See here is my theme for 10.15 Aqua Inspirat:
In deviantart
That's good news, but it's too hot for me. I don't know my way around that well. But maybe in the future there will be an easier way, at least I hope so. It would be sad not to switch to MacOS 11 but the icons and themes would have to be interchangeable so that I can really start evaluating my themes on macOS 11. Greetings and thanks for the infoHere you go:
About Signed System Volume
Excerpt from an Apple article:
In macOS Catalina, Apple introduced the read-only system volume, which is a dedicated, isolated volume for system content. Now, macOS Big Sur adds strong cryptographic protections to store system content on a signed system volume (SSV). SSV features a kernel mechanism that verifies the integrity of the system content at runtime, and rejects any data — code and non-code — that doesn’t have a valid cryptographic signature from Apple.
SSV helps prevent tampering with any Apple software that is part of the operating system. Additionally, it makes macOS Software Update more reliable and much safer. SSV utilizes APFS snapshots, so if an update cannot be performed, the old system version can be restored without reinstallation.
More notably:
Signed system volume is transparent for most developers. Kernel developers who must interact with the root volume can do so via a new System Integrity Protection mode available in the csrutil command line tool. When you enable this mode, it allows the tagging of custom snapshots using apfs_systemsnapshot, which you can then boot into.
Bypassing SSV
So the way macOS Big Sur is supposed to boot is that it never boots off the live volume, but a snapshot of it (its not happening on all systems though). Naturally, it is impossible to mount a "snapshot" as writable. So what can be done is as follows:
- In recovery Terminal:
csrutil authenticated-root disable
As of Beta 1, FileVault needs to be disabled to turn off ART.- Back in normal boot, mount the live volume as writable. This is possible as on Catalina:
diskutil mount disk1s5 # Use your live volume's disk identifier.
sudo mount -uw /Volumes/Macintosh\ HD\ 1 # Use your live volume's name.- Make modifications to the live volume.
- Generate and tag new APFS System Snapshot as follows:# Create snapshot.
sudo /System/Library/Filesystem/apfs.fs/Contents/Resources/apfs_systemsnapshot -s "SnapshotName" -v /Volumes/Macintosh\ HD\ 1
# Tag snapshot for next boot.
sudo /System/Library/Filesystem/apfs.fs/Contents/Resources/apfs_systemsnapshot -r "SnapshotName" -v /Volumes/Macintosh\ HD\ 1- Reboot and voila!
- In recovery Terminal:
csrutil authenticated-root disable
As of Beta 1, FileVault needs to be disabled to turn off ART.- Back in normal boot, mount the live volume as writable. This is possible as on Catalina:
diskutil mount disk1s5 # Use your live volume's disk identifier.
sudo mount -uw /Volumes/Macintosh\ HD\ 1 # Use your live volume's name.- Make modifications to the live volume.
- Generate and tag new APFS System Snapshot as follows:# Create snapshot.
sudo /System/Library/Filesystem/apfs.fs/Contents/Resources/apfs_systemsnapshot -s "SnapshotName" -v /Volumes/Macintosh\ HD\ 1
# Tag snapshot for next boot.
sudo /System/Library/Filesystem/apfs.fs/Contents/Resources/apfs_systemsnapshot -r "SnapshotName" -v /Volumes/Macintosh\ HD\ 1- Reboot and voila!
<key>csr-active-config</key>
<data></data>
csrutil disable
csrutil authenticated-root disable
diskutil mount diskXsY
mount -uw /Volumes/MacOsVolumeName
sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs_systemsnapshot -s "Mysnapshot" -v /Volumes/MacOsVolumeName
sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs_systemsnapshot -r "Mysnapshot" -v /Volumes/MacOsVolumeName
bless --folder /Volumes/MacOsVolumeName/System/Library/CoreServices --bootefi --create-snapshot
Thank you for your reply and for the links!Sorry I can't be of more help
Thank you for your reply and for the links!
I was able to solve the issue by deleting all the snapshots on the disk and by tagging an empty string with apfs_systemsnapshot.
No more kernel panic.
ShapeShifter by Unsanity - they made a bunch of apps. ThemePark was also a program to make themes. Themepark was made by Geekspiff. Later there was Flavours - for 10.8 and 10.9 - made by Pedro and Nuno Grilo.I hope, one day, for the return of something akin to themes. I remember it was a lot of fun back in the day. Does anyone remember what the theme changer was called from, say, 10.2 days?
ShapeShifter by Unsanity - they made a bunch of apps. ThemePark was also a program to make themes. Themepark was made by Geekspiff. Later there was Flavours - for 10.8 and 10.9 - made by Pedro and Nuno Grilo.
There was also Magnifique - a theme changer for OS X Leopard.
I think ShapeShifter perhaps was the program you thought of?!
Many themes and program here: Macintoshgarden
Anyone have news for changing Systemtheme and System IconsHello, after such a long beta time and several versions still no news about changing the system theme and also not really something to change the system icons, this is very sad. Since changing the normal folder icons on external HDDs doesn't work properly and Catalina has also caused some problems. Now I'm back to Mojave 10.14.6 and I'm finally back to being the master of my system. I notice that Apple is getting creepier and creepier instead of releasing a new system every 2 years and it works fine again. Your opinion ?