close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 20, 2021, 10:16:12 PM (4 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
13 | 13 | }}} |
14 | 14 | |
| 15 | * 副作用:後來發現影響是 Finder 沒辦法正常找到檔案,Spotlight 快速鍵也找不到 Application 了 |
| 16 | * 試了幾種方法都不管用 |
| 17 | * https://blog.pcrisk.com/mac/12708-spotlight-search-not-working-on-mac-how-to-fix#kill-systemuiserver |
| 18 | * https://apple.stackexchange.com/questions/368054/spotlight-doesnt-show-applications |
| 19 | * https://apple.stackexchange.com/questions/337706/spotlight-re-indexing-takes-too-long-or-doesnt-work |
| 20 | * 檢測工具 |
| 21 | * https://www.titanium-software.fr/en/applications.html |
| 22 | * https://etrecheck.com/features |
| 23 | |
15 | 24 | == macOS launchctl == |
16 | 25 | |
… |
… |
|
24 | 33 | path = /System/Library/LaunchAgents/com.apple.Spotlight.plist |
25 | 34 | }}} |
26 | | |
27 | | * 副作用:後來發現影響是 Finder 沒辦法正常找到檔案,Spotlight 快速鍵也找不到 Application 了 |
28 | | * 試了幾種方法都不管用 |
29 | | * https://blog.pcrisk.com/mac/12708-spotlight-search-not-working-on-mac-how-to-fix#kill-systemuiserver |
30 | | * https://apple.stackexchange.com/questions/368054/spotlight-doesnt-show-applications |
31 | | * https://apple.stackexchange.com/questions/337706/spotlight-re-indexing-takes-too-long-or-doesnt-work |
32 | | * 檢測工具 |
33 | | * https://www.titanium-software.fr/en/applications.html |
34 | | * https://etrecheck.com/features |