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

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

Similar Messages

  • Full file names on Desktop Icons

    coming from 10.5, all of my desktop icons revealed the full file name. under the icons. Now on 10.6.2, they are "..." abbreviated. I've looked everywhere and through the "Show View Options" by right-clicking, it only allows me to choose between showing the file info (like size), but not the full names.
    Is there an option somewhere to address this?
    Thanks!

    Set the grid spacing wider in the view options (View menu, Show View Options).

  • Spotlight has stopped working properly. Even when a known file is entered (with full file name) in search, it fails to find it. Any ideas?

    Spotlight has stopped working properly. Even when a known file is entered (with full file name) in search, it fails to find it. It finds some things, but is not to be depended upon. Any ideas?

    Try reindexing spotlight: Spotlight: How to re-index folders or volumes - Apple Support
    If you still have problems, open Console app, select All Messages, then search for mds in the search field. Then search for mdworker. See if there are any messages indicating it is having problems with certain files.
    You can also delete the index altogether and cause it to reindex with a command in Terminal. I have always assumed the method above will do the same, but I'm not certain. You must run this command while  logged into an admin account. Copy the whole line and paste it into Terminal.
    sudo mdutil -E /
    sudo temporarily elevates your privileges and will ask for your password. When you type it in, there won't be any response in the Terminal. Just type it and hit return.

  • How to view full file name of id3 tagged wavs in finder

    Help

    http://www.digitaldjtips.com/2011/02/dj-music-files-formats/
    Hey there, I don't know if you knew that already. If you did - Welp I gave it a shot. If you don't want to convert files maybe you should look at metabliss.com to help lighten the load. I would definitely make a copy and try it on PC to see if the same issue occurs.

  • View full file names of mail attachment titles in MAIL application (Apple)

    I often get many attachments sent to me and when I am looking through emails for some reason all attachments show up as an ICON with a shortened version of the name of the file. It is always just the first 10 or so characters of the title and the last 3, which is usually the (.gif, .pdf, etc...)
    A lot of what I get usually has the similar titles and only seeing the first few characters is not making things easy for me to find exactly what I am looking for.
    Is there a way to view the full file name within the mail and within the application without having to open each file up each time in the APPLE MAIL application?
    Maybe there's a way to show all attachments as a list with a smaller icon?
    Anything that'll let me view the full title of all attachments would help.
    Thanks in advance for any suggestions.
    Message was edited by: KennyMac212

    I agree it is frustrating and literally just sent the wrong attachment to a customer because I was trying to live with the truncated filename system. I did find this nifty app called Mail Iconizer (http://lokiware.info/Mail-Attachments-Iconizer). It's pretty neat as it lets you control how attachments are viewed as well as pdfs and images (based on size). It's a free unlimited trial and $15 if you want to register so it's pretty inexpensive.

  • What causes the full file name to be listed with bookmarks?

    Good morning! What drives RH to list the full file name in
    bookmark code in some files, and in others its just the
    href="#bookmark? If you change the file name...all the bookmark
    links with full file names break. Am I doing something wrong when I
    created them...? Not sure how that's possible...but something is
    driving this! Any helpful hints from the masters online?

    Hi Teri
    It's been my experience that if you elect to create a link
    from inside the topic to a bookmark, and you choose the bookmark
    from the dialog, you end up with a link that simply has the hash
    and the bookmark (#Bookmark).
    Where you see the file name preceding the hash and the
    bookmark, odds are the link was created by the user clicking the
    bookmark in either the Project Manager or the Topic List and
    dragging from there to create the link. When links are created in
    that fashion (I'm addicted to creating links that way myself - it's
    like crack to me - if I knew what that was like LOL) RoboHelp
    creates the link with the file name (FileName.htm#Bookmark).
    Cheers... Rick

  • View file names under images?

    In iPhoto, the titles of all imported images were set to the file names and it was therefore possible to have the file names displayed under every image.
    In Photos, titles can be viewed by selecting View > Metadata > Titles, but all titles are empty on newly imported images. There seems to be an option to view the file name as a separate field, by selecting View > Metadata > Referenced file. However, this option does nothing. But when I search for a file name, the correct images show up, so Photos obviously keeps track of the file names somehow.
    So, how can I view the file names under every image, or import the file names into the titles?

    OK, thanks.
    I dug around a little and this definitely seems to be a bug in how the iPhoto library is converted to a Photos library. iPhoto didn't just display file names under the images. Rather, on import, iPhoto actually sets the image titles to the file names minus the file extensions (e.g. ".jpg"). But those titles, as well as the titles manually set in iPhoto, are not imported properly into the Photos library.
    I located the Photos library database. It's in the library package > Database > apdb > Library.apdb. The file is in SQLite format and can be browsed and edited with e.g. "sqlitebrowser" (http://sqlitebrowser.org/).* In it, I found that there is a table called RKMaster, that holds information about all original images. RKMaster has an attribute called "name" that contains all the original image titles. This is not the same as the file name, which is a separate "fileName" attribute in the same table, which in my case contains the same information as the "name" attribute, but with file extensions.
    Then there is another table, RKVersion. This table contains information about the different versions of all images and this information is the one actually being displayed when you use the application. RKVersion has attributes for "name" and "fileName" as well. In my Photos library, "name" is empty for all my newly imported images, but "fileName" has all the correct file names with file extensions. If I edit the database and insert something in the "name" attribute for an image, the name is then displayed as an image title in Photos.
    I then opened the library file from my old iPhoto library and it has a similar structure. In its RKVersion table, all the "name" attributes are filled out and they contain all the image titles I want to see. So I can conclude that during the conversion from iPhoto to Photos, the "name" attributes were simply not copied over, and that is why all my images now lack titles.
    I will try to find a way to copy this whole column from the iPhoto library into the Photos library, which should solve the problem.
    * Please be aware that editing this file may cause irreversible damage to the library. Make sure there is a backup of the whole library before digging into these files.

  • Can't rename file name under Finder even as an administrator.

    As an adminstrator to my MacBook Pro, why can't I rename certain file name  under Finder?

    Have you tried running lsof from the Terminal?
    Lsof will show you any files that are open, the likelihood is that your file is in use.

  • How to get full file name on MAC?

    Hi,
    In my plug-in, I have to get the full file name of the file opened in illustrator on MAC OS X. The following code works fine:
    SPPlatformFileSpecification theFileSpec;
    AIErr error = sAIDocument->GetDocumentFileSpecification(&theFileSpec);
    theFileSpec.name gives the file name of the open AI File.
    But, if the filename is greater than 31 characters (including extension), the returned filename is turncated to 31 characters in the format: {FIRST_22_Characters}#{5_DIGIT_NO}.ai. for example: if the file name is: 3896420_Sports_Football_Training_Top_II.ai
    The returned fileName is: 3896420_Sports_Footbal#3240A.ai
    Is there any other Illustrator API or a native MAC API to get the actual file name?
    Please Help
    Thanks,
    Hitesh

    Hi,
    hopefully I am steering you in the right direction, but if I recall, SPPlatformFileSpecification is an FSSpec, have you tried FSpMakeFSRef and seeing if the problem persists once converted to an FSRef?
    http://developer.apple.com/technotes/tn2002/tn2078.html
    Cheers,
    Garvan.

  • Can color tagging a full file name be restored in OS 10.9.2?

    Can color tagging of a full file name, rather than just a tiny dot, be restored to OS 10.9.2, as was possible in 10.9.1?

    You can use one of the third-party Finder alternatives. Path Finder, XtrFinder, Total Finder. I've never used them so I can't recommend.

  • Show full file name in File Open Recent Files menu.

    I would like to be able to see the full file name in the File > Open Recent Files menu. With long file names, I cannot differentiate between the file I want to edit and the series of images I exported - they all look the same when truncated. (Mac)

    I'm working in CS6 on Windows and wondering exactly the same thing. I usually export PDFs or JPGs of current work using the same or very similar names for tracking purposes but trying to open recent files then becomes a game of trying to figure out which of the various identically-truncated file names actually corresponds to the file I want to reopen.
    Is there a way to get Illustrator to display the FULL file name in the Open Recent Files menu?

  • Icon view in Finder windows do not autowrap

    I am using 10.5.1 on a 17" MBP 2.16 ghz.
    Since installing Leopard, Icon view in Finder windows do not autowrap and Finder windows do not always remember their display preferences.
    The Trash auto-wraps (the icons spread to take up the entire window if it is enlarged) But Opening a Folder in my default list view and switching to Icon view and then enarging the window only shows icons in the original window width. EG, If it were 3 colums of icons, it stays 3 columns of icons unless I use Clean Up TWICE and then I get 10 columns of icons which will wrap.
    Is this a Leopard BUG or a local problem. Any suggestions on fixing it?
    TIA,
    Bill

    Yeh - though I use cmd-J which I have used since it appeared, 10.1?
    But I just solved my problem. In my use as defaults selection, I had Snap to Grid selected in the arrange by pop-up rather than by Name.
    Selecting Name and clicking on Use as Defaults makes things work as expected.
    Thanks for making me look closely!
    Cheers,
    Bill

  • File(s) appear in all OS X finder window frames. How did I remove? TIA

    Yep. File icon with filename under it appears on all finder window frames next to Search window. I have two: one an existing file on Desktop and another for which I deleted the actual Desktop file which now appears as a question mark only. I think I dropped these Desktop file on a Finder window frame. My bad. I can't find a way to rid myself of them. Maybe Disk warrior can help? If I log in under a different user these files do not appear on the window frames. Can someone help?

    Thanks for the response. I've looked into things in the past and this gives me more things to look at. Let's first talk about that file that is not shown as a ?. It's called Senate Action on Cloture Motions.rtf, although that is irrelevant. The Name and icon appears on the Desktop itself as usual, and on every Finder Window Frame when I'm logged in (as opposed to another user logged in). The file is also in the Desktop Folder as you say, but only once. In effect, I have 3 name instances of that file. The ? file no longer appears on the desktop, since I deleted the actual file, but the ? for it still appears on Finder window frames. The ? does not appear in the Desktop Folder. I ***think*** I somehow created an alias for these files, but don't know how I got them on the Finder Window frames. If I could find the alias, I may be able to fix this myself.

  • Desktop always opens as Finder Window - PPC

    Hi all,
    This is a strange one and kind of hard to explain.
    I'll just start out by saying it only happens on my G5 PPC running 10.5.x
    Some background: I always have "open safe files" in Safari turned off and all files are downloaded to the "Downloads" folder.
    Anyway, when I double-click to extract a zipped file, either from within the downloads folder or from the Safari download list, a new Finder window pops up containing the contents of the extracted file and the Desktop. Basically the entire Desktop opens as a Finder window.
    This behaviour doesn't happen on Intel machines - just the G5.
    What would be causing it?

    I'm sorry for retreading this topic again. I assure you I searched for this issue on the forums and googled for it extensively (but obviously not enough) and didn't find anything. I only found about it as I installed my first AirDisk and thought this particular behavior was neither elegant nor useful.
    I fear that Apple will not restore this the way of 10.5.7 since a lot of updates have come and go and this issue remains.
    Thank you very much William for giving me background knowledge on this!

  • Increasing icon size in finder window

    In Snow Leopard I was able to increase the size of icons in any finder window by pinching out. I seem to have lost that ability after upgrading to Lion. This was a great feature, especailly for folders with photos in them. Does anyone know how to bring this back?

    Hi,
    thanks for the star too!
    I'm afraid I don't understand what didn't work... Mmmm...
    What I tested on my own computer (I also run 10.4.8) was that
    1/ I opened my home folder
    2/ my files are in "Icon view"
    3/ I went to the pull down menu at the top of the computer and chose View
    4/ I selected Show View Options (or Apple + J)
    5/ A window opened that allowed me to change the size of the icons in that window and also gave the possibility to change the size in all windows.
    I'm sorry if I was not clear before.
    Francine gave you the best option anyway. Thanks again!

Maybe you are looking for

  • When I open a file in Illustrator CS6, I have to then click in the document to "select" it...

    When I open a file and try to select, copy, or paste objects within it, nothing happens.  I have to click in the document (so as to select it), but then it zooms out to the max with an error noise.  Then I have to zoom back in and continue with my ta

  • Release date of iPad Air and iPad Mini 2 in the Philippines

    When will it be the release date of the new iPad Air and iPad Mini 2 in the Philippines?

  • Link to URL reference usage

    Hi Friends, for the UI element LinkToURL, tehre is parameter called reference, when any value is given tot his parameter, it referrs to related path for another application. I have a Modal window, and tehre is a link on modal window, when I click on

  • -3000 error

    We got an error this morning with the following: Assembly information for ODP.Net is Oracle.DataAccess.dll Assembly version: 9.2.0.401 Error: message is Oracle.DataAccess.Client.OracleException Oracle.DataAccess.Client.OracleErrorCollection DataSourc

  • Planning Rule (Calc Manager) Names Disappearing

    I have deployed several rules to Planning but after sometime, the rule names no longer show in Planning. I have yet to determine the sequence of events that cause the rule names to disappear but this is the 3rd time it has happened. Is this a known b