Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reciving TypeError: persistentApps is not iterable when running both on the CLI and through the app #2

Open
eyalcohen4 opened this issue Jan 31, 2023 · 4 comments

Comments

@eyalcohen4
Copy link

I'm on MacOS Monterey 12.2

Screen Shot 2023-01-31 at 20 54 36

@zavbala
Copy link

zavbala commented Jan 31, 2023

Same here :( on MacOS Ventura 13.1

@jeremysarchet
Copy link
Contributor

Thanks @eyalcohen4 and @zavbala for opening this issue. Sorry the tool failed for you. Any chance you have unusual docks? (No apps apart from Finder and System Preferences, say).

@jeremysarchet
Copy link
Contributor

One thing that could help to get us a clue, could you try running defaults export com.apple.dock - in a terminal on your Mac and let me know if you get a nice XML file with the contents of your dock there?

@balazs4
Copy link

balazs4 commented Feb 10, 2023

hey @jeremysarchet , same similar error here.

image

Any chance you have unusual docks? (No apps apart from Finder and System Preferences, say).

exactly! I have literally nothing docked. (besides Finder and Bin -.-)

defaults export com.apple.dock -


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>autohide</key>
	<true/>
	<key>largesize</key>
	<real>128</real>
	<key>last-analytics-stamp</key>
	<array>
		<real>697366994.98385894</real>
	</array>
	<key>lastShowIndicatorTime</key>
	<real>667055715.737939</real>
	<key>launchanim</key>
	<false/>
	<key>loc</key>
	<string>en_GB:DE</string>
	<key>magnification</key>
	<false/>
	<key>mineffect</key>
	<string>scale</string>
	<key>minimize-to-application</key>
	<true/>
	<key>mod-count</key>
	<integer>33</integer>
	<key>mru-spaces</key>
	<false/>
	<key>orientation</key>
	<string>bottom</string>
	<key>persistent-apps</key>
	<array>
		<dict>
			<key>tile-data</key>
			<dict>
				<key>file-data</key>
				<dict>
					<key>_CFURLString</key>
					<string>file:///System/Applications/Freeform.app/</string>
					<key>_CFURLStringType</key>
					<integer>15</integer>
				</dict>
			</dict>
		</dict>
	</array>
	<key>persistent-others</key>
	<array/>
	<key>recent-apps</key>
	<array/>
	<key>region</key>
	<string>DE</string>
	<key>show-process-indicators</key>
	<true/>
	<key>show-recents</key>
	<false/>
	<key>static-only</key>
	<true/>
	<key>tilesize</key>
	<real>28</real>
	<key>trash-full</key>
	<false/>
	<key>version</key>
	<integer>1</integer>
	<key>wvous-br-corner</key>
	<integer>1</integer>
	<key>wvous-br-modifier</key>
	<integer>1048576</integer>
</dict>
</plist>
sw_vers

ProductName:		macOS
ProductVersion:		13.2
BuildVersion:		22D49

I hope it helps. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants