-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Same here :( on MacOS Ventura 13.1 |
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). |
One thing that could help to get us a clue, could you try running |
hey @jeremysarchet ,
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. 🙏 |
I'm on MacOS Monterey 12.2
The text was updated successfully, but these errors were encountered: