kb:computer:linux_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kb:computer:linux_setup [2021-06-26 15:35] – created jaeyoungkb:computer:linux_setup [2024-04-30 04:03] (current) – external edit 127.0.0.1
Line 10: Line 10:
 </code> </code>
   * In dconf-editor, remove 'filemanager' from /org/mate/desktop/session/required-components-list   * In dconf-editor, remove 'filemanager' from /org/mate/desktop/session/required-components-list
 +
 +MATE theme
 +  * Download [[https://www.gnome-look.org/p/1246319/|Ambiant-MATE-Orange]]
 +  * Install to the system by running:
 +
 +<code bash>
 +$ tar -xvf Ambiant-MATE-orange.tgz
 +$ sudo cp -r Ambiant-MATE-orange /usr/share/themes
 +</code>
 +
 +  * In Appearance, change the theme to Ambiant-MATE-orange and the icon theme to Ubuntu-Mono-Dark.
 +  * Repeat for Login Window.
 +  * Change the Login Window background to the [[https://www.omgubuntu.co.uk/2010/09/the-new-ubuntu-10-10-default-wallpaper|Ubuntu 10.10 default background]]
 +
 +Plymouth (boot screen)
 +  * Install the Ubuntu Plymouth theme:
 +
 +<code bash>
 +$ sudo apt install plymouth-theme-ubuntu-logo
 +</code>
 +
 +  * Change the default Plymouth theme:
 +
 +<code bash>
 +$ sudo update-alternatives --config default.plymouth
 +</code>
 +
 +  * Update the initramfs:
 +
 +<code bash>
 +$ sudo update-initramfs -u
 +</code>
  • kb/computer/linux_setup.1624721724.txt.gz
  • Last modified: 2024-04-30 04:03
  • (external edit)