I know that OneDrive now works with GNOME. Is OneDrive supported by Kinoite in the same way? I need to be able to access OneDrive in the file browser, not just on the web.
I don’t think KDE has added support for Microsoft 365 accounts in the manner that GNOME has.
There are a pair of tools that may work as a replacement, but I haven’t personally tried them (as I had migrated my files away from OneDrive a while back):
- GitHub - abraunegg/onedrive: OneDrive Client for Linux (available as a Fedora package: onedrive - Fedora Packages)
- GitHub - bpozdena/OneDriveGUI: A simple GUI for OneDrive Linux client with multi-account support. (available as an AppImage)
You can also try rclone
, which has integration for Onedrive too.
$ sudo dnf install gnome-control-center gnome-online-accounts nautilus -y
$ XDG_CURRENT_DESKTOP=GNOME
$ gnome-control-center
1 Like