Full file name under desktop icon, not a finder window.

Hello, is it possible to have icons/dirs on the desktop display their entire name without ellipses? Don't care about /path.
Thank-you,
Dennis

MBP, Mac OS X (10.5.5), I use it for a living...

Posted on Oct 28, 2008 10:49 AM

Reply
5 replies

Oct 28, 2008 11:42 AM in response to Albino Leopard

the default maximum length of a file name that finder will show completely for desktop files is about 20 characters. anything longer is shortened. you can change the default maximum length to, say, 50 as follows

run the following terminal command (copy and paste please)

defaults write com.apple.finder FXDesktopLayoutGridCharCount -int 50; killall Finder

credit to biovizier for posting the command.

Oct 28, 2008 11:47 AM in response to Albino Leopard

Try launching "/Applications" > "Utilities" > "Terminal.app" and entering these commands:<pre>
defaults write com.apple.finder FXDesktopLayoutGridCharCount -int 50
osascript -e 'tell application "Finder" to quit'</pre>

Then restart the "Finder" by clicking on its "Dock" icon.

You can try different numbers other than "50" until you find a value that suits your preferences.

Edit: oops, too slow I guess.

Message was edited by: biovizier

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Full file name under desktop icon, not a finder window.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.