Title: Ventura : (a) Desktop icons change position after reboot (b) Aliases get their icons stripped off after their (alias) creation

Since the arrival of Ventura, I have faced two problems:


(a) Desktop icons change their position after reboot. They get systematically aligned at the right-hand side of the screen (note, that I've deactivated 'automatic rearrangement of space' in Mission Control (Preferences>Desktop & Dock)


(b) Aliases get their icons stripped off after their (alias) creation. The only method I've found to reveal it again is to copy the icon and insert it manually into the alias. Needless to say, this is very cumbersome, all the more as even this icon may eventually break again.


I'd highly appreciate it if Apple could do something about these two issues, and of course, I'd also appreciate any suggestions from anyone who has a solution to these two problems. Many thanks, Michael

MacBook Pro 13″, macOS 13.4

Posted on Aug 7, 2023 12:13 AM

Reply
Question marked as Top-ranking reply

Posted on Aug 7, 2023 8:37 AM

Well, that all seems correct, and it should work across a restart.

At this point, the only thing I can suggest is to try to delete Finder's preferences.

A corrupted preference file can cause weird behavior.


In Finder, press Command-Shift-G and paste

~/Library/Preferences/com.apple.finder.plist


drag the file to the trash and force relaunch the Finder.

Then adjust everything as you described, restart and see if it helped.

22 replies
Question marked as Top-ranking reply

Aug 7, 2023 8:37 AM in response to rouvière

Well, that all seems correct, and it should work across a restart.

At this point, the only thing I can suggest is to try to delete Finder's preferences.

A corrupted preference file can cause weird behavior.


In Finder, press Command-Shift-G and paste

~/Library/Preferences/com.apple.finder.plist


drag the file to the trash and force relaunch the Finder.

Then adjust everything as you described, restart and see if it helped.

Aug 17, 2023 1:30 PM in response to rouvière

Since, as Barney corrected pointed out, these are governed by Finder preferences, there is a chance that those preferences may have become subtly corrupted (something that seems to have become more common with the Finder in recent versions).

In those instances, one thing that may work is to delete this preference file, which will have it be recreated again, with default values.


1) In Finder, press Command-Shift-G and paste


~/Library/Preferences/com.apple.finder.plist


2) Drag the file out of the Preferences folder, and place it temporarily on the Desktop


3) Force-relaunch the Finder: press Command-Option-Escape, select Finder on the list, and click Relaunch


4) Set things as desired, and test. If it works, you can trash the plist file. If not, and if you so desire, you can put it back.

Aug 14, 2023 10:46 AM in response to rouvière

That is relevant information.

That file is where the location of items is stored.

It should be created and updated automatically.

For some reason, it is not being created, and thus the icons return to their default locations.


Further tests:


a) What happens if you do the following in Terminal:


touch ~/Desktop/.DS_Store



b) What is the output of the following command:


ls -ld ~/Desktop





Aug 7, 2023 1:28 AM in response to rouvière

These settings are set for individual folders. (For example so you can have one folder in list view and a different one in icon view, etc).

In the images you posted, it seems to me that they refer to something other than the actual desktop. Click on an empty area of the desktop (not on a window or icon). Then do View->Show View Options. You want to affect the settings for the actual desktop, and not a window showing the Desktop folder.

Aug 7, 2023 12:18 AM in response to rouvière

Regarding (a): how icons are arranged on the Desktop is unrelated to the settings you mentioned in Desktop & Dock - these refer to how different Spaces (Desktops) are arranged amongst themselves.


The arrangement of icons is determined by the Finder-specific settings. I am away from my mac so I will only be able to check details later today, but take a look at yhe options under the View menu. With the Desktop active, choose View->Show View Options and see what is checked there.

Aug 15, 2023 4:59 AM in response to rouvière

You would have to ask Apple to copy a custom icon to the alias on creation. The current alias implementation does not do that.

For files, the custom icon is stored in a ResourceFork extended attribute on the file itself.

For folders, the custom icon is stored in the resource fork of an hidden, empty file named, Icon? in the folder itself. As an alias to a folder is a file, the resource fork of that Icon? file would have to be copied into the resource fork of the alias and that is not done, either.

I don't now how difficult that would be to implement.

Aug 7, 2023 12:59 AM in response to Luis Sequeira1

H

Hi Luis, muchissimos gracias for your speedy reply. Since I've found your suggestion already in other messages on the web, I've checked the View option already several times. So, here are my settings "View: as Columns", "Stack by none" "Group: by none", "Sort: by name". I wished the problem were there. Please tell me if I do sth wrong. Also, if you ever have any ideas concerning the second problem, I'd be very interested. Thanks again, Michael (I append here some screen dumps that may give you an idea of my settings/problems)

Aug 8, 2023 1:36 AM in response to Luis Sequeira1

Hi Luis, thanks again so much. Really.


I've followed all your suggestions, alas, it didn't solve my problem : icons still line up like soldiers on the right hand side. Since the icons were very big (a problem easy to fix), but not containing anymore the icons dragged in the touch bar (see appended document), I've put the old finder preference file back into the Preference folder. This being said, thanks again so much, and, if ever you have any ideas concerning my other problem (the aliases don't showing anymore the icon of their originals), I'd appreciate. Greetings from Sendai (Japan), <michael

Aug 15, 2023 4:45 AM in response to Luis Sequeira1

I don't think the .DS_Store file has anything to do with the Desktop. It would affect the Desktop folder, but the Desktop is managed with Finder preferences:

    DesktopViewSettings =     {
        GroupBy = Kind;
        IconViewSettings =         {
            arrangeBy = dateAdded;
            backgroundColorBlue = 1;
            backgroundColorGreen = 1;
            backgroundColorRed = 1;
            backgroundType = 0;
            gridOffsetX = 0;
            gridOffsetY = 0;
            gridSpacing = 54;
            iconSize = 64;
            labelOnBottom = 1;
            showIconPreview = 1;
            showItemInfo = 0;
            textSize = 12;
            viewOptionsVersion = 1;
        };
    };

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.

Title: Ventura : (a) Desktop icons change position after reboot (b) Aliases get their icons stripped off after their (alias) creation

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