Xubuntu Mac Conversion Guide: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
(Created page with "#!/bin/bash sudo apt install mate mate-tweak mate-applet-appmenu git #set cupertino theme in mate-tweak #move menu buttons to the left #reboot/logout to fix global menu cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Os-Catalina-gtk cd ~/.icons && git clone https://github.com/zayronxio/Os-Catalina-icons cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Mkosbigsur-gtk.git cd /usr/share/themes/Mkosbigsur-gtk/metacity-1/ sudo touch meta...")
 
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
#!/bin/bash
This is a guide to make Xubuntu look more like MacOS
sudo apt install mate mate-tweak mate-applet-appmenu git
 
#set cupertino theme in mate-tweak
        sudo apt install mate mate-tweak mate-applet-appmenu git
#move menu buttons to the left
 
#reboot/logout to fix global menu
set cupertino theme in mate-tweak
cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Os-Catalina-gtk
 
cd ~/.icons && git clone https://github.com/zayronxio/Os-Catalina-icons
move menu buttons to the left
cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Mkosbigsur-gtk.git
 
cd /usr/share/themes/Mkosbigsur-gtk/metacity-1/
reboot/logout to fix global menu
sudo touch metacity-theme-1.xml
 
#set themes accordingly in appearance, using Mkosbigsur-gtk as the window border theme
        cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Os-Catalina-gtk
#workaround for window border theme resetting bug:
        cd ~/.icons && git clone https://github.com/zayronxio/Os-Catalina-icons
#https://askubuntu.com/questions/1405387/ubuntu-mate-window-border-changes-to-default-after-reboot
        cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Mkosbigsur-gtk.git
        cd /usr/share/themes/Mkosbigsur-gtk/metacity-1/
        sudo touch metacity-theme-1.xml
 
set themes accordingly in appearance, using Mkosbigsur-gtk as the window border theme
 
workaround for window border theme resetting bug: https://askubuntu.com/questions/1405387/ubuntu-mate-window-border-changes-to-default-after-reboot

Latest revision as of 18:16, 6 May 2024

This is a guide to make Xubuntu look more like MacOS

       sudo apt install mate mate-tweak mate-applet-appmenu git

set cupertino theme in mate-tweak

move menu buttons to the left

reboot/logout to fix global menu

       cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Os-Catalina-gtk
       cd ~/.icons && git clone https://github.com/zayronxio/Os-Catalina-icons
       cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Mkosbigsur-gtk.git
       cd /usr/share/themes/Mkosbigsur-gtk/metacity-1/
       sudo touch metacity-theme-1.xml

set themes accordingly in appearance, using Mkosbigsur-gtk as the window border theme

workaround for window border theme resetting bug: https://askubuntu.com/questions/1405387/ubuntu-mate-window-border-changes-to-default-after-reboot