
Darwin Plymouth
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
An awesome, sophisticated and minimalist Plymouth
Github repository: https://github.com/libredeb/darwin-plymouth
Installation:
-------------
1)_ Copy darwin folder (uncompressed from tar.gz) to /usr/share/plymouth/themes/
2)_ Run this commands:
$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
$ sudo update-alternatives --config default.plymouth
(choose the plymouth number)
$ sudo update-initramfs -u Last changelog:
Github repository: https://github.com/libredeb/darwin-plymouth
Installation:
-------------
1)_ Copy darwin folder (uncompressed from tar.gz) to /usr/share/plymouth/themes/
2)_ Run this commands:
$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
$ sudo update-alternatives --config default.plymouth
(choose the plymouth number)
$ sudo update-initramfs -u
Version 2.0
+ Fixed instructions
+ Fixed some wrong paths in plymouth file
+ Now the project has a github repository
Ratings & Comments
37 Comments
Can anyone help me to change the code, or advise me what to change to raise the logo.png? Now the LUKS/dm-crypt password box is behind the apple logo. I have tried some options in the script, but wthout result. But I really like the idea of this plymouth theme
Hi, don't work on mint 21.1 :-(
Thank you for this plymouth theme. very nice. But one thing: The password field for the LUKS/dm-crypt password is partly behind the apple logo. Is it possible to raise this dialog to the top? Or bottom? You might have instructions to do this myself in darwin.script file?
Hi, yes... you need to edit darwin.script file. If you want to contribute to the project please check its development in Github: https://github.com/libredeb/darwin-plymouth I really can't accommodate that dialog on my own. Thank you!
9 Hi, I'm French excuse me if the translation is not good. I would like to know in which lanage you designed the theme. in darwin.script so that I can modify the code inside see also to make it more efficient. can we do it in lanage c and compile it?
Hi, yes... the language is JavaScript for now, you can track the progress in its Github repository: https://github.com/libredeb/darwin-plymouth If you want you can try to translate it to C code. You can get more information here: https://www.freedesktop.org/wiki/Software/Plymouth/Scripts/
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
Thank you, fixed!
update-initramfs: Generating /boot/initrd.img-5.11.0-40-generic W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/bxt_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/glk_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/cml_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/icl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915 W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915 W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module i915 W: Possible missing firmware /lib/firmware/i915/dg1_dmc_ver2_02.bin for module i915
Though everything is working normal but after executing the last command I got this . I'm completely new to linux.
Hi, this issue is related to ubuntu itself. This lines are Warning message (not neccesary an error) you shouldn't be worried about this. But, if you want to solve the issue.... you can go to this link: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915 download the files that are missing and run the next commands: $ sudo cp ~/Downloads/*.bin /lib/firmware/i915/ $ sudo update-initramfs -u Note that the $ symbol is only for example/guide purposes. You don't have to type this symbol in your commands. Regards!
10 with a little tweak of the file-path this is the only apple in correct resolution
To make it work on ubuntu 20.04 you have to go the file - darwin.plymouth. And change the pathway of 'ImageDir' and 'ScriptFile' from usr/lib/plymouth/darwin to --- usr/share/plymouth/darwin and usr/share/plymouth/darwin.script
MY MAN! with your tweak this is the only apple to "just work" with my custom resolution. (I noticed in the latter path, there is just missing one '/darwin/' perfect help nevertheless!) working with elementaryOS Odin
Fixed! thank you
10 10 the best
9 Nice theme, hope the progress bar issue will be solved
I figured out the way to install it on Kubuntu 19.04 # Copy the downloaded archive contents to this location cp -R darwin /usr/share/plymouth/themes/ # Replace darwin.plymouth file contents with following: vi /usr/share/plymouth/themes/darwin/darwin.plymouth ==== Plymouth Theme] Name=Darwin OS X Plymouth Description=A Plymouth of OS X Yosemite ModuleName=script [script] ImageDir=/usr/share/plymouth/themes/darwin ScriptFile=/usr/share/plymouth/themes/darwin/darwin.script ==== # install it update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100 # Choose Darwin update-alternatives --config default.plymouth # Update Initramfs update-initramfs -u AND REBOOT!!!
9 +
9 +
9 +
9 +
9 +This theme is great, thanks! One question, is this boot screen still the same screen that appears when startup on newer versions of macOS like High Sierra or Mojave?
Its really nice, but hope it could work on Ubuntu 18.04. I tried but failed.
9 +