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

Lowe Lilliehorn

macrumors regular
Original poster
Apr 30, 2015
211
21
Hi! Recently Finder shows this...
screen-shot-2015-04-30-at-19-28-01.png

How do I make it say: Desktop only? HELP!!!! :apple::apple::apple::apple::):):):):):):)
 

F1Mac

macrumors 65816
Feb 26, 2014
1,283
1,604
Hi! Recently Finder shows this... Image
How do I make it say: Desktop only? HELP!!!! :apple::apple::apple::apple::):):):):):):)

Open your Terminal, copy and paste this command:

Code:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO;killall Finder

...That should do the trick :)
In case you want full paths again in your Finder windows, just replace the "NO" by "YES".
 

Lowe Lilliehorn

macrumors regular
Original poster
Apr 30, 2015
211
21
Open your Terminal, copy and paste this command:

Code:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO;killall Finder

...That should do the trick :)
In case you want full paths again in your Finder windows, just replace the "NO" by "YES".

Thank you so much!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.