Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

GeorgeChar

macrumors newbie
Original poster
Sep 8, 2014
2
0
Hi Everyone, When OS X Yosemite was released i thought that it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Here Are The Results

My OS X Mavericks


My OS X Yosemite (In Parallels 10)

Step 1
Go to Finder in Menubar and Click Finder->Preferences->Hard Disks This will Reveal the Macintosh HD in your Desktop

Step 2
Click Macintosh HD->System->Library->CoreServices->Dock.app

Step 3
Copy the Dock.app into a USB

Step 4
Shut Down Mavericks and Boot Yosemite on your Mac and then insert the USB

Step 5
Now in Yosemite, Go through Step 1 and then Step 2

Step 6
Copy the Dock.app from Yosemite’s System Library and paste it to the Desktop and name it something like Dock.app.orig So that you’ll have a copy of the original just in case.

Step 7
Open Terminal and Type

cd /System/Library/CoreServices 
sudo mv Dock.app Dock.app.orig 
killall Dock

Technically this will Rename the Dock.app into Dock.app.orig So the System won’t recognize it and it will keep the Dock Application from Reopening

Step 8
Now in Yosemite’s System delete Dock.app.orig (Attention! There MUST be a Copy of this In Desktop just in case as we said in Step 6)
And then, Replace it with the Dock.app from the USB (The one we got from Mavericks)


Now Since there is a Dock.app the Dock will automatically open revealing the Mavericks Dock in Yosemite! Enjoy!
 
Last edited:

airlied

macrumors 6502
Jul 8, 2011
382
59
Hi Everyone, When OS X Yosemite was released i thought that the it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Here Are The Results

My OS X Mavericks
[url=http://s30.postimg.org/i6es55yct/Screen_Shot_2014_09_08_at_9_20_25_PM.jpg]Image[/url]

My OS X Yosemite (In Parallels 10)
[url=http://s29.postimg.org/izyggyirn/Screen_Shot_2014_09_08_at_11_23_24_AM.jpg]Image[/url]
Step 1
Go to Finder in Menubar and Click Finder->Preferences->Hard Disks This will Reveal the Macintosh HD in your Desktop

Step 2
Click Macintosh HD->System->Library->CoreServices->Dock.app

Step 3
Copy the Dock.app into a USB

Step 4
Shut Down Mavericks and Boot Yosemite on your Mac and then insert the USB

Step 5
Now in Yosemite, Go through Step 1 and then Step 2

Step 6
Copy the Dock.app from Yosemite’s System Library and paste it to the Desktop and name it something like Dock.app.orig So that you’ll have a copy of the original just in case.

Step 7
Open Terminal and Type

cd /System/Library/CoreServices
sudo mv Dock.app Dock.app.orig
killall Dock

Technically this will Rename the Dock.app into Dock.app.orig So the System won’t recognize it and it will keep the Dock Application from Reopening
Step 8
Now in Yosemite’s System delete Dock.app.orig (Attention! There MUST be a Copy of this In Desktop just in case as we said in Step 6)
And then, Replace it with the Dock.app from the USB (The one we got from Mavericks)


Now Since there is a Dock.app the Dock will automatically open revealing the Mavericks Dock in Yosemite! Enjoy!

Does it change the mission control as well? I hate how 2D dock looks but I quite like the new Mission control in Yosemite. So if this changes I'll pass.
 

GeorgeChar

macrumors newbie
Original poster
Sep 8, 2014
2
0
No it doesn't change Mission Control since its a standalone app.It only Replaces the Dock app of Yosemite with the One from Mavericks

PS I suppose if anyone would like to do the same trick with Mission Control, Launchpad or even Finder it would be possible.(I actually tried doing that with Finder and it worked)

Also you can do the same process in reverse if you want to restore the Dock to the Yosemite one.
 

n-evo

macrumors 68000
Aug 9, 2013
1,909
1,731
Amsterdam
No it doesn't change Mission Control since its a standalone app.It only Replaces the Dock app of Yosemite with the One from Mavericks
Actually Dock.app handles a lot more than just the Dock. The Mission Control app in /Applications is just a trigger to open it. It doesn't actually contain the service.

I can see this becoming a huge issue with certain system services like Mission Control, Dashboard, not to mention future updates that modify Dock.app. Chances are you'll installation will go corrupt and now being able to login properly anymore.
 
  • Like
Reactions: martyjmclean

NicoxDJ

macrumors newbie
Nov 17, 2014
9
1
Hey GeorgeChar!

I replace it with other way.
Just put the Mac in Recovery mode, and replace it via Terminal.

However, i try and your way too...
BUT... i don't have background of the dock :/

Do you know what can be the problem with the background?
 

vista980622

macrumors 6502
Aug 2, 2012
369
178
Hey GeorgeChar!

I replace it with other way.
Just put the Mac in Recovery mode, and replace it via Terminal.

However, i try and your way too...
BUT... i don't have background of the dock :/

Do you know what can be the problem with the background?

defaults write com.apple.dock hide-mirror -bool true;killall Dock
 

jlrathke

macrumors member
Apr 10, 2011
78
0
I want to do this, but I don't have the core services folder on my macbook with Yosemite....???

Jerry

Edit: Found it.....
 
Last edited:

Traverse

macrumors 604
Mar 11, 2013
7,711
4,491
Here
Actually Dock.app handles a lot more than just the Dock. The Mission Control app in /Applications is just a trigger to open it. It doesn't actually contain the service.

I can see this becoming a huge issue with certain system services like Mission Control, Dashboard, not to mention future updates that modify Dock.app. Chances are you'll installation will go corrupt and now being able to login properly anymore.

Exactly. Changing a few PNG files for an app icon is one thing, but swapping out an entire core system program seems like it asking for trouble. I just want my computer to work.
 

vista980622

macrumors 6502
Aug 2, 2012
369
178
It works! Thanks!
But i noticed right now, that my Trackpad gestures are not working :(

You're welcome.

However unfortunately, trackpad gesture simply don't work under 10.10 with the legacy Dock.app. You can try BetterTouchTool, use keyboard shortcuts or assign hot corners to duplicate some of those gestures.

If you need to use the gesture and 3D dock, the native Dock.app + cDock.app is the way to go.
 

Ulenspiegel

macrumors 68040
Nov 8, 2014
3,212
2,491
Land of Flanders and Elsewhere
Hi Everyone, When OS X Yosemite was released i thought that it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Thanks a lot for this workaround! The Dock is awful in Yosemite, but with your solution it can be the "old" one. It was really helpful and useful.
 

PeterHolbrook

macrumors 68000
Sep 23, 2009
1,625
441
Despite the positive appraisal by some users, the whole notion of getting a Mavericks-like Dock in Yosemite by copying the Dock.app from Mavericks on top of the Yosemite one is probably a VERY BAD idea. I might be wrong, but Mavericks didn't have Handoff, and the Dock is definitely involved in Handoff. More likely than not, when Yosemite tries to tell the Dock to display the iOS active application that has a counterpart in Yosemite (for instance, Safari, Mail or Messages), the Mavericks Dock will either freak out or not work at all. Very, very, very BAD idea.

Naturally, if you don't have any iOS devices, this would be irrelevant for you, but it seems to me you are crippling OS X by doing this.
 

NicoxDJ

macrumors newbie
Nov 17, 2014
9
1
Yea... i feel so bad for Steve Jobs... Everything after his death is becoming a ****! I'm totally disappointed from my new MacBook Pro Retina too :/
 

jbarley

macrumors 601
Jul 1, 2006
4,023
1,895
Vancouver Island
Unless I'm missing something here, there is a much easier solution for changing the Dock in Yosemite.
cdock a free application handles all the heavy lifting for you, plus it has several other features such as colored Finder sidbar icons etc.
 

djtech42

macrumors 65816
Jun 23, 2012
1,451
64
Mason, OH
Using an old version of a system application could cause all kinds of compatibility issues. I wouldn't be surprised if this could cause system crashes or other serious errors. I recommend using the cDock method.
 

Azygos85

macrumors regular
Sep 30, 2014
100
72
I did this and the gestures don't work. They are tied into the Dock. When I updated Yosemite to 10.10.1, the gestures came back with Yosemite's stock 2D dock. I still went back to the Mavericks Dock though. Maybe I'll restore the Dock and try cDock.
 

jan.willem98

macrumors newbie
Aug 22, 2015
2
0
I did that but my dock doesn't work how it should be... I mean i don't have the background. Can anyone help please?
 

jan.willem98

macrumors newbie
Aug 22, 2015
2
0
Hi Everyone, When OS X Yosemite was released i thought that it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Here Are The Results

My OS X Mavericks


My OS X Yosemite (In Parallels 10)

Step 1
Go to Finder in Menubar and Click Finder->Preferences->Hard Disks This will Reveal the Macintosh HD in your Desktop

Step 2
Click Macintosh HD->System->Library->CoreServices->Dock.app

Step 3
Copy the Dock.app into a USB

Step 4
Shut Down Mavericks and Boot Yosemite on your Mac and then insert the USB

Step 5
Now in Yosemite, Go through Step 1 and then Step 2

Step 6
Copy the Dock.app from Yosemite’s System Library and paste it to the Desktop and name it something like Dock.app.orig So that you’ll have a copy of the original just in case.

Step 7
Open Terminal and Type

cd /System/Library/CoreServices 
sudo mv Dock.app Dock.app.orig 
killall Dock

Technically this will Rename the Dock.app into Dock.app.orig So the System won’t recognize it and it will keep the Dock Application from Reopening

Step 8
Now in Yosemite’s System delete Dock.app.orig (Attention! There MUST be a Copy of this In Desktop just in case as we said in Step 6)
And then, Replace it with the Dock.app from the USB (The one we got from Mavericks)


Now Since there is a Dock.app the Dock will automatically open revealing the Mavericks Dock in Yosemite! Enjoy!
I have one problem... i don't have the background of the Maverick dock...
 

Musicmikeymmm

macrumors newbie
Dec 23, 2015
3
1
Hi Everyone, When OS X Yosemite was released i thought that it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Here Are The Results

My OS X Mavericks


My OS X Yosemite (In Parallels 10)

Step 1
Go to Finder in Menubar and Click Finder->Preferences->Hard Disks This will Reveal the Macintosh HD in your Desktop

Step 2
Click Macintosh HD->System->Library->CoreServices->Dock.app

Step 3
Copy the Dock.app into a USB

Step 4
Shut Down Mavericks and Boot Yosemite on your Mac and then insert the USB

Step 5
Now in Yosemite, Go through Step 1 and then Step 2

Step 6
Copy the Dock.app from Yosemite’s System Library and paste it to the Desktop and name it something like Dock.app.orig So that you’ll have a copy of the original just in case.

Step 7
Open Terminal and Type

cd /System/Library/CoreServices 
sudo mv Dock.app Dock.app.orig 
killall Dock

Technically this will Rename the Dock.app into Dock.app.orig So the System won’t recognize it and it will keep the Dock Application from Reopening

Step 8
Now in Yosemite’s System delete Dock.app.orig (Attention! There MUST be a Copy of this In Desktop just in case as we said in Step 6)
And then, Replace it with the Dock.app from the USB (The one we got from Mavericks)


Now Since there is a Dock.app the Dock will automatically open revealing the Mavericks Dock in Yosemite! Enjoy!
 

Musicmikeymmm

macrumors newbie
Dec 23, 2015
3
1
Hi Everyone, When OS X Yosemite was released i thought that it was great except for one thing… The Dock

So I started searching for ways to make the Yosemite Dock look like the one from Mavericks
After Searching the web i didn’t find a way so i had to improvise. I used C Dock but that was nothing like the reflecting aluminum dock of Mavericks!

I wanted the whole thing so i started searching the System and found a way to do it.

After my Success i felt like all the people who dislike the OS X Yosemite 2D dock should know about this.

Here Are The Results

My OS X Mavericks


My OS X Yosemite (In Parallels 10)

Step 1
Go to Finder in Menubar and Click Finder->Preferences->Hard Disks This will Reveal the Macintosh HD in your Desktop

Step 2
Click Macintosh HD->System->Library->CoreServices->Dock.app

Step 3
Copy the Dock.app into a USB

Step 4
Shut Down Mavericks and Boot Yosemite on your Mac and then insert the USB

Step 5
Now in Yosemite, Go through Step 1 and then Step 2

Step 6
Copy the Dock.app from Yosemite’s System Library and paste it to the Desktop and name it something like Dock.app.orig So that you’ll have a copy of the original just in case.

Step 7
Open Terminal and Type

cd /System/Library/CoreServices 
sudo mv Dock.app Dock.app.orig 
killall Dock

Technically this will Rename the Dock.app into Dock.app.orig So the System won’t recognize it and it will keep the Dock Application from Reopening

Step 8
Now in Yosemite’s System delete Dock.app.orig (Attention! There MUST be a Copy of this In Desktop just in case as we said in Step 6)
And then, Replace it with the Dock.app from the USB (The one we got from Mavericks)


Now Since there is a Dock.app the Dock will automatically open revealing the Mavericks Dock in Yosemite! Enjoy!
Can it be used on el capitan too?
 

vexorg

macrumors 6502a
Aug 4, 2009
622
53
That sounds so pretentious, now if I could just get windows10 looking like windows7 then I'd be happy!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.