Easily resolve Google Account and Drive integration issues on KDE with this simple script.
This repository provides a script to address common problems with KDE's integration with Google services, including calendar, contacts, and Drive access.
- Fixes authentication issues with Google accounts on KDE.
- Simple and straightforward execution.
- Optionally restarts KDE services for immediate effect.
- Replaces Google Account KDE configuration file with GNOME Google Account configuration file, resolving both issues automatically.
-
Download and execute the script:
Use the following single command to download, make executable, and run the script:curl -sSL https://raw.githubusercontent.com/Amm1rr/Fix-Google-Account-on-KDE/refs/heads/main/fix_kde_google_integration.sh | bash
-
Restart the KDE service (Optional):
kquitapp6 kded6
Done! 🎉
Your Google Account and Drive integration should now work seamlessly.
-
"This browser or app is not secure" error:
- Cause: The
fake-user-agent.patch
in thesignon-ui
package disrupts Google’s authentication.
- Cause: The
-
"This app is blocked" error:
- Occurs when accessing Google Drive due to misconfigurations in KDE's settings.
The script replaces Google Account KDE configuration file with GNOME Google Account configuration file and resolves both issues automatically.
- Tested on Manjaro, Arch, KDE Neon, Fedora, and OpenSUSE.
- Creates a backup of original files for safety.
- Reapplication may be needed after KDE updates.
This fix is based on Bruno_Goncalves's contribution on the KDE Forum Discussion.