How to install Mac theme (Transformation pack) on Ubuntu 11.10
Mac Ubuntu 11.10 for ubuntu
Mac is one of the beautiful OS in the world .Desktop,Wallpaper's,Icon Everything is amazing.This post will help to install Mac theme in your Ubuntu versions .
If you want install theme only,use this link
and also do next steps to get full Macubuntu effect
-Everything look like mac
-Folder
-icons
-wallpaper
-sound
-windows
all
Features Macbuntu :
* Attention: Script significantly changes the desktop.
* Attention: Not compatible with Ubuntu Netbook Edition
* Attention: The Global Menu does not current work correctly for all applications. This is a known issue.
* Paw-OSX and Paw-Ubuntu Plymouth themes
* Macbuntu sound theme
* Macbuntu GTK theme based on GTK Leopard
* Macbuntu-Icons based on Mac4Lin and Faenza Icons
* Macbuntu-Cursors based on Shere Khan X
* Mac OS X backgrounds and fonts
* Compiz Extras, Global Menu, Docky, Ubuntu-Tweak
* Preconf for login screen, metacity, compiz, window theme, backgrounds, cursors, icons, docky and top panel
1.Download theme File (Size 40 MB,tar.gz format)
2.Applications-->Accessories-->Terminal (For Ubuntu 10.10)
Click on Ubuntu icon(From Left side bar,Click on 4 vertical bars-right to music button)-->Filter -->Accessories -->Terminal (For Ubuntu 11.04 and 11.10)
3.Open Terminal
/*Ensure that "Macbuntu-10.10.tar.gz" file in your Downloads folder*/
code-->
cd ~/Downloads
tar zxvf Macbuntu-10.10.tar.gz
cd Macbuntu-10.10
tar zxvf Macbuntu-10.10.tar.gz
cd Macbuntu-10.10
/*Else just Extract Macbuntu10.10 tar.gz .Open Macbuntu 10.10 ,Find install.sh*/
Edit install.sh file
gedit install.sh
Edit File
chk_system()
{
echo “”
echo “Checking Ubuntu version…”
s=`cat /etc/issue | grep -i “$UBUNTU”`
if [ ! -n "$s" ]; then
echo “Failed. System not supported, script will end here”
echo “To ignore their compatibility with current OS try ./install.sh force”
echo “Exiting…”
exit 1;
fi
echo “Passed”
}
Change above code to
chk_system()
{
echo “Passed”
}
{
echo “Passed”
}
Save this file ,then run your file
./install.sh
source: http://www.7chip.com/2011/10/how-to-install-mac-theme-on-ubuntu-1110.html
Enjoy with your Ubuntu 11.10 with Macbuntu 11.10
Mac OS X Transformation Pack Macbuntu theme - Compiz Desktop and Rotate Cube
Ubuntu 11.10, ubuntu 11.10 theme,ubuntu theme,gnome3,Download Free Ubuntu 11.10,Macbuntu 11.10 ,Mac theme for Ubuntu,How to install Mac apps in ubuntu ,Free Linux games,Oneiric Ocelot, ubuntu 11.10 mac theme,macbuntu 11.10,mac theme for ubuntu 11.10,mac theme ubuntu 11.10, download macbuntu, download ubuntu theme, best ubuntu theme, free ubuntu theme
Special
Thanks: Ramesh J
How to install Mac theme on Ubuntu 11.10 (Oneiric Ocelot)
How to install Mac theme on Ubuntu 11.10 (Oneiric Ocelot) was published by . We hope that information about How to install Mac theme on Ubuntu 11.10 (Oneiric Ocelot) very usefull for you. You can get another usefull information related with How to install Mac theme on Ubuntu 11.10 (Oneiric Ocelot) at our sharing post in facebook, twitter and etc.. Warm regard from us.
Tweet
I want to change the look of my ubuntu linux with this theme Mac
ReplyDeleteIt installed correctly, but after first reboot the macubuntu theme is gone.. any clue? thx
ReplyDeletesame problem - after reboot theme is gone and only a few windows are with mac theme
ReplyDeletesame problem too-how to do ?
ReplyDeletesame problem
ReplyDeletehit the same problem, jusf few windows as mac after reboot
ReplyDeletesame problem..why?
ReplyDeletesame problem..
ReplyDeletesame problem... :(
ReplyDeletesame problem...
ReplyDeletesame problem, it goes away fast.
ReplyDeleteanyone got the cure for this disappearance act.
ReplyDeleterun "docky", hide "unity" from your dash...
ReplyDeleteguys before installing this make sure you update your repositories as it is required.
ReplyDeletehey jed what u mean with update your repositories?
ReplyDeletehow do u run macbuntu like the file when it says run your file
ReplyDeleteHow do I get the Mac theme back?
ReplyDeleteMacbuntu is great with the Live disk. It is also great after first install 11.04. Upgrade to 11.10 SUKS! cuz it all disappears then its hell to get it back esp. with editing! Disappointed! And wats with the side panel/kicker thingy? it cramps the Macbuntu look...
Why not just make make a downloadable installer that does all this for you? The one failing of linux. All this downloading and nothing "appears" to install. Run terminal, key in all this and that. Please, for us no-so-techno types, make an installer okay?!? Thanks for letting me rant!
ReplyDeletethis guy above me should go on windows..
ReplyDeletenot working
ReplyDeleteonly ubuntu 10.10
ReplyDelete&
gnome 2
I had the same problem but then it ruined my whole computer and disables wireless and mouse now I have to entirely re install Linux
ReplyDelete:-(
checkin for a root access...
ReplyDelete[: 854: 0: unexpected operator
Tester...
Guys dont go for this one, because the project is not in active state due to lot of changes in GTK, so you can better go for this theme which is much a look alike like MAC here is the link http://blog.sudobits.com/2011/12/12/mac-os-x-theme-for-ubuntu-11-10/
ReplyDeletehow do I get rid of the unity sidebar? It is still showing the old min/max bars on the libre office and a few other programs, is there something I need to change to get the full effects?
ReplyDeleteDisable unity. Do updates first. Plan to tweak. Don't do this if you don't know linux well. You will have to fiddle with it. Mine works. Me happy.
ReplyDeleteIf your are using Ubuntu 11.10, obviously this theme is not right for you, the code to be edited above was important, it was gonna check if your OS version was compatible to the theme, and since the author of this tutorial told you to edit that block of code the program didn't check you OS version, so let me tell you that THIS THEME IS NOT RIGHT FOR HIGHER VERSION OF UBUNTU, if you're using earlier versions you can use this.
ReplyDeleteTruly yours,
Jed
it is works!!!
ReplyDeleteguys when you follow those chapter
----------------------------
Save this file ,then run your file
./install.sh
--------------------------
you should exit your root user
or
close terminal and
./install.sh
Thanks it works really nice
i want to uninstall after i got this
ReplyDelete"Macbuntu - Mac OS X Transformation Pack
Deinstallation script
Attention!
This script will slide back to default Ubuntu desktop
all Macbuntu-10.10 components will be removed permanently
Checking Ubuntu version...
Failed. System not supported, script will end here
To ignore their compatibility with current OS try ./uninstall.sh force
Exiting...
" how to do?? ? ?
You can edit the uninstall.sh file like you've done to install.sh.
ReplyDeleteJust change "system check" part of the file to directly "passed".
Or more clearly,
In terminal, change the directory to the macbuntu folder which is a hidden folder at home. Once you're in the directory that contains uninstall.sh, type
gedit uninstall.sh
Then you will change the part of the code that you see below:
chk_system()
{
echo “”
echo “Checking Ubuntu version…”
s=`cat /etc/issue | grep -i “$UBUNTU”`
if [ ! -n "$s" ]; then
echo “Failed. System not supported, script will end here”
echo “To ignore their compatibility with current OS try ./install.sh force”
echo “Exiting…”
exit 1;
fi
echo “Passed”
}
Change above code to
chk_system()
{
echo “Passed”
}
Save and run uninstall.sh
Say goodbye to the theme.
The Problem of the theme is not the installed theme macbuntu this is a problem of ubuntu 11.10 i have the same problems without macbuntu.
ReplyDeletei edit but i dont know how to save changes
ReplyDeletenothing changed
ReplyDelete
ReplyDeleteAll step sre very clear to implement ! Thanks for sharing .
Windows MAC Support