-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Nick edited this page Dec 8, 2025
·
1 revision
- Check Activity Monitor for
ClipStashprocess - Try relaunching the app
- Check System Settings → Control Center → Menu Bar for hidden icons
Check the ignore list:
- Settings → Privacy → Ignored Apps
- Remove any apps you want to capture from
Check automatic protection:
- "Ignore concealed" skips password manager content
- "Ignore transient" skips temporary clipboard data
Check source app:
- Some apps use private clipboard APIs that can't be read
- FTS5 search looks in text content only
- Images are not searchable by content
- Try shorter search terms
- Check you have write permissions to Downloads folder
- Try smaller scope (Last 50 instead of Last 500)
- Check disk space
macOS requires apps to be in /Applications for Login Items:
- Move ClipStash.app to
/Applications - Relaunch the app
- Enable "Launch at Login" again in Settings
- Image may have been deleted
- Check if images folder exists:
~/Library/Application Support/ClipStash/images/
defaults delete com.kiku.ClipStashSettings → Diagnostics → Clear History
Choose to keep or delete pinned items.
# Stop the app first
rm -rf ~/Library/Application\ Support/ClipStash
defaults delete com.kiku.ClipStashThen relaunch the app.
- GitHub Issues
- Check existing issues before creating new ones