Desktop App Troubleshooting
Resolve common issues with the Ever Gauzy desktop applications.
App Won't Startβ
Windowsβ
Fix:
- Check if another instance is running (system tray)
- Delete settings:
%APPDATA%/gauzy-desktop/ - Reinstall the application
macOSβ
Fix:
- Check System Preferences β Security & Privacy β General β Allow app
- Clear app data:
~/Library/Application Support/gauzy-desktop/ - Reset:
rm -rf ~/Library/Application Support/gauzy-desktop/
Linuxβ
Fix:
- Check dependencies:
lddon the binary - Wayland issues: set
GDK_BACKEND=x11 - See Wayland Support
Can't Connect to Serverβ
Fixes:
- Verify API Server URL in settings
- Check the API server is running
- Verify network connectivity
- Check SSL certificate validity
Screenshots Not Workingβ
Fixes:
- Grant screen recording permission (macOS)
- Check screenshot settings in org admin
- Verify file storage provider is configured
Auto-Updater Not Workingβ
Fixes:
- Check internet connectivity
- Verify update server URL
- macOS: ensure app is codesigned
- See Auto Updater
High CPU Usageβ
Fixes:
- Check screenshot interval (reduce if too frequent)
- Disable activity tracking features not needed
- Update to latest version
Related Pagesβ
- Desktop Overview β desktop app guide
- Desktop Timer β timer features
- Desktop Builds β building from source