Folders constantly change from list to icon view by themselves

For example, I'll open my Applications folder, change it to list view, close it, then a few minutes later open it again and it'll be in icon view. There's no rhyme or reason as to when this happens or with which folders. This used to happen in 10.3 as well and I could never figure out how to keep folders in the view I want them. Thanks.

It could be, it is a corrupt .DS_Store file. In this files, the Finder store the window settings. You could try to remove this files. I mean too, that is an generally problem under 10.3.
You can use: sudo find / -name .DS_Store -delete, this delete all .DS_Store files. Or use sudo find . -name .DS_Store -delete, if you want only delete this files in your location.

Similar Messages

  • Sort order switches when changing from List to Thumbnail View

    I can't seem to get the Thumbnail view to "lock" to the same sort order as the list view.  I arrange by file name (or ingest date, or reverse media duration, or any of the other sortable metadata fields) in list view, but then when I click to the thumbnail view, the order seems to arbitrariliy change to some sort of preset.  What's worse, it appears to be changing to something that's in a jumbled order. 
    This isn't a big deal if I only have 10 clips.  If I have 100, or 1,000 clips though, they have to be in a sortable order for the thumbnail view to be of any use.
    Thanks,
    Eli

    Hi,
    Thanks for your post. Our current design doesn't support keeping order between list view and icon view. It would be good if you can drop that as a feature request / bug into the the forum.

  • Why won't my folders in finder expand in the icon view?

    My folders will not expand in the icon view in finder. They also don't expand in the cover flow view, only list and column view show the contents within folders. It's affecting all the items in finder's sidebar. I found this rather bizarre. Has any one had a similar issue?  
    Steve

    nruggles wrote:
    HP Officejet 6500

  • Fm11 does not have the buttons to change from XML to WYSIWYG views

    Hi, my Fm11 does not have the buttons to change from XML to WYSIWYG views. It only has the WYSIWYG view, and it does not have the Structure Tools,DITA, S1000D menu options.
    In File>New, there is not XML option neither…. What am I doing wrong? Thanks

    Hi Arnis, Thank you very much for your help, that was it !!! Greetings from Mexico

  • Opened Notes and screen changed from listing my notes to no notes. How do I recover them?  TY

    Opened Notes and screen changed from listing my notes to no notes. How do I recover the missing notes?

    Would you please explain how you did this? Most of my Notes dissapeared after the latest update. I tried restoring them from TM, but nothing shows up and QuickLook only shows (null). I took them from the IMAPnote file under (eventually) CoreData (~Library/Containers...), but that is not working for me. My Notes are synced with iCloud, so my solution may be different from yours.
    Thank you.

  • My icons all changed from the program icon to one Microsoft Office icon

    I was reviewing emails and was reading one....I have no idea what I did, but all the desktop icons for my various programs were all changed to one icon....which is an icon for Microsoft Office 2010.  I have tried to figure out what I need to do to reset them to what they were originally.  Does anyone know how to do this?  Can the explaination be in user friendly terminology, please.

    1. Open Windows Explorer (any folder/drive).
    2. As the IconCache is a hidden file, you need to enable “Show hidden files” option to see the same. To do this, head over to Tools > Folder Options, switch to View tab, and finally enable Show Hidden files, folders, and drives option.
    3. Now navigate to C:\Users\<username>\AppData\Local folder and then delete IconCache.db file. Here username is your user profile name.
    4. Reboot your computer to rebuild the icon cache.
    5. All icons should be displayed correct now.
    Alternately, you can download a tool from the following weblink that will do this for you:
    http://fc02.deviantart.net/fs70/f/2010/141/0/e/Rebuild_Icon_Cache_v0_7b_by_screeny05.rar
    The tool has three options, one to rebuild the icon cache, another one to restore the original icon cache file and third option to delete the back up file of icon cache. When you rebuild the cache, it takes a back up of existing IconCache.db.
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Made a bad change to login options under user preferences, changed from "List of users" to "Name and password". I shut the computer down, now I can't login in when I turn the computer back on.  What can I do to fix this problem?

    Have Migrated data from IMAC to Macbook twice.  Because I had too many admin ids under user and accounts preferences, I was trying not to delete the extras but that they wouldn't all show at login time.  Under Login Options, I clicked out  "List of Users" and clicked in "Name and password".  Can't remember whether I did anything else.  I shut down the computer and turned it back on to test the change.  I get a dark grey screen with all my admin ids in circled pictures plus one for guest, but doesn't let me do anything with any of the admin ids.  I clicked on any one and nothing happens.  IF i click on the guest circle, it gives me a message that the computer will restart with only Safari allowed.
    Since I haven't been able to connect my macbook to my IMac so I can login to the macbook through the Imac, I can't get to my macbook.  There must be a way to fix this problem.  I expected to see places to enter name and password but nothing is allowed to enter.  Please help!

    First thing I would do would be to boot in to Lion Recovery (Command+R on boot) and run Disk Utility, both disk and permissions repair.

  • Changing a list's icon's size and position

    Hi there!
    I have been trying to follow this tutorial to add social media icons to my site:
    http://www.webtutorialplus.com/elegant-social-media-menu-with-css/
    I have managed to do this, however am now trying to rearrange it (I think its in a list format), so that the icons are vertically aligned, rather than horizontally.
    I am also trying to change the size of them, preferably so that they resize according to the fluid grid layout that I am using.
    HTML:
    <div class="social">
              <ul>
                        <li><a href="#" title=""><span class="icon"><i aria-hidden="true" class="icon-facebook">
                        </i></span><span>Like</span> </a></li>
                        <li><a href="#" title=""><span class="icon"><i aria-hidden="true" class="icon-twitter">
                        </i></span><span>Follow</span></a> </li>
                        <li><a href="#" title=""><span class="icon"><i aria-hidden="true" class="icon-mail">
                        </i></span><span>Email</span></a> </li>
              </ul>
    </div>
    CSS:
    .social
              width: 480px;
              margin-top: 60px;
              margin-right: auto;
              margin-bottom: 60px;
              margin-left: auto;
    .social ul
        padding: 0;
        list-style: none;
        font-size: 16px;
    .social li
        float: left;
        width: 60px;
        text-align: center;
    .social li span
        display: block;
    .social a
        display: block;
        color: #ffffff;
        text-decoration: none;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    .social ul:hover a
        color: rgba(255, 255, 255, 0.6);
    .social ul:hover a:hover
        color: #ffffff;
    .social li:nth-child(1) i
        background: rgb(59, 89, 152);
        box-shadow: 0 0 0 0 rgba(59, 89, 152,0.6);
    .social li:nth-child(2) i
        background: rgb(0, 172, 238);
        box-shadow: 0 0 0 0 rgba(0, 172, 238, 0.6);
    .social li:nth-child(3) i
        background: rgb(210, 64, 46);
        box-shadow: 0 0 0 0 rgba(210, 64, 46,0.6);
    .social i
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 12px;
        border-radius: 50%;
        font-size: 30px;
        transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -webkit-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
    .social a:hover i, .social a:active i
        box-shadow: 0 0 0 25px transparent;
    .social .icon + span
        margin-top: 20px;
        opacity: 0;
        -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
        -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
        -ms-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
        -o-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
        transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
    .social a:hover span, .social a:active span
        opacity: 1;
    /* ICOMOON Starts Here */
    @font-face {
              font-family: 'icomoon';
              src:url('fonts/icomoon.eot');
              src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
                        url('fonts/icomoon.woff') format('woff'),
                        url('fonts/icomoon.ttf') format('truetype'),
                        url('fonts/icomoon.svg#icomoon') format('svg');
              font-weight: normal;
              font-style: normal;
    /* Use the following CSS code if you want to use data attributes for inserting your icons */
    [data-icon]:before {
              font-family: 'icomoon';
              content: attr(data-icon);
              speak: none;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
    /* Use the following CSS code if you want to have a class per icon */
    Instead of a list of all class selectors,
    you can use the generic selector below, but it's slower:
    [class*="icon-"] {
    .icon-mail, .icon-facebook, .icon-twitter {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
    .icon-mail:before {
              content: "\e000";
    .icon-facebook:before {
              content: "\e001";
    .icon-twitter:before {
              content: "\e002";
    Many thanks
    Max

    Many thanks for your help Nancy. That works well.
    Do you know how to change the size of the icons, I have been trying everything!
    Many thanks
    Max

  • V3.0 freezes changing from source to design view

    Is anyone else having this problem? I'm using v3.0 (Build 532 JDK 1.2.2) on Windows 98 with 192MB memory. I start with a new empty project. Go to file, new and add a new Frame. I pick the defaults for Class, Package and Extends and leave everything else blank. I double click on the JPanel object and it opens up the source editor. I switch to design view and add JButton1. I go to events and double click in first entry picking the default method name. This puts me in the source editor in my new event procedure. I enter the line "this.setTitle("Test"); then click on the design tab. The screen partially shows the design info then it freezes. At this point all I can do is end task. There is no signs of activity on the PC and I've waited 10-15 minutes for it to come back but it's locked up good. Any ideas?

    However, I have found something which helps a lot:
    - clean project (Project>Clean)
    - save whole project, close it
    - reopen project
    - open Design view
    This is much faster than just opening desing view without cleaning, saving, reopening

  • Can I reverse the order of finder lists or icons?

    Hello,
    I am finding some problems with Lion that I never seemed to have with Snow Leopard and would very much appreciate someone's help.
    To cut a long story short I want to reverse the order of the files in finder, either in list or icon view (or maybe any kind of view). At the moment they are in date created order, but I have also tried in name order and cannot see any way to reverse the order.
    At present the are show the newest file first but I want to see them in oldest first as they always were for me in OSX 10.6
    Also... in date created view they appear in groups (eg previous 7 days, previous 30 days) I have never seen this before and find it particulalry annoying. I'm sure some people love it but for me it is one of the things that I most hated about windows, but at least in Windows I found it easy to turn off (along with reversing order!). Can anyone tell me how to stop OSX from doing this?
    Much obliged,
    Pablo

    Welcome to Apple Support Communities. We're users here and don't speak for "Apple, Inc."
    In Finder icon view, click the Arrange button and select which column you'd like to sort by.
    In Finder list view, click the top header of any column to sort by that column. Clicking the same header again reverses the sort order (and the small 'arrow' at the end of the column name reverses direction too).
    And using Finder, View, Customize Toolbar the Finder window toolbar can be customized to display icons only, text only or both, as well as adding additional icons to the default toolbar:
    Message was edited by: kostby

  • IW69 from List Display to ALV Gird Display

    Hi All
    Transaction IW69  is working as List display for other users and ALV gird for my user. I would like to change from list display to ALV gird for other users too. How could i do this.
    Kindly help me.
    Thanks

    I am seeing ony Line1 Line2 Line3 tabs in the path Settings->Layout->Current for other users but the option you specified is there for my user.
    thanks

  • How to change to Icon View for some folders but and List View for the rest

    I've had a bear of a time with View options in my folders. I'd like some folders to be in Icon view and other to be in List view. For what ever reason if I change the view option of one folder it changes the view option of EVERY folder. What can I do to make this happen?

    I was about to ask the same. I'd like to use icon view normally, but list view for folders containing lots of text documents. It looks like the solution is using View > Show View Options, change the folder to the view you want, and then tick the box at the top fo the dialogue for "Always open in __ view".
    Message was edited by: Adrian Bolt
    Message was edited by: Adrian Bolt

  • Change from icon view to list view

    When iTunes upgraded, my music went from list view to icon view.  How can I change it back.  The icons are too big and take up too much space.
    Any help would really be appreciated.

    Hi nedrod,
    Yeah, in the Genre view, it does show it with an icon. However, you can always add "Genre" to your column view on the Songs list, and then if you click on it, it will sort the song list by Genre. Not sure if that helps, but it does provide a way to get a list of songs within a specific Genre in alphabetical "Genre" order. Clicking that column once will sort it in A-Z order, clicking it again will sort it in Z-A order.
    Hope that helps!
    Cheers,
    GB

  • Unable to click on file in list view to open from fcp. Works from icon view, however.

    I have intermittant issues importing files and folders into Final Cut Pro. When the window to select the file or folder I want pops up, I often don't have the ability to select an item when the window is in list view, but when I switch to icon view, the open button loses its greyed out appearance and I'm able to select a file or folder.
    I'm running FCP 7.0.3 and OS 10.5.8. At first thinking this could be an OS issue, I tried attaching a file to an email within Chrome and didn't have a problem selecting and opening files from a list window.
    I trashed my FCP preferences and user data info, hoping this would resolve the issue, but it hasn't. Thoughts?
    Thanks in advance for any advice you can offer.

    Thanks, Luis. I had selected FCP 7 in the drop down. Not sure how it got moved to X. And don't see an edit option on my original post.

  • Change calendar view from list to week

    Hi
    I imported company holidays into the calendar of about 40 users. I did it using a pst with the corresponding holidays, and I imported this pst using new-mailboximportrequest.
    Now all users reported, that their calendar view has changed the view from week to list. I need to change this view back from list to week, but if possible without user interaction. Is there a possibility?
    Regards
    Peter

    Hi Peter,
    In which calendar view did you create the holidays pst?
    What if we import the pst from Outlook side, will it still show in the List view?
    Meanwhile, please try to create a new holidays pst file and make sure it in the week view before you export it into a pst, and then test the issue again.
    Please let me know the result.
    A similar problem here:
    http://social.technet.microsoft.com/Forums/exchange/fr-FR/2a5596a8-6236-4345-a684-66cf46d0c484/import-calendar-entries-to-exchange-2013-causes-outlook-calendar-view-problems?forum=exchangesvrgeneral
    Regards,
    Steve Fan
    TechNet Community Support

Maybe you are looking for