Files
Dotfiles/noctalia/plugins/kde-connect/README.md
T
2026-04-19 17:07:18 +02:00

29 lines
1.7 KiB
Markdown

# Noctalia KDE Connect
A Plugin integrating your mobile devices into a panel using KDEConnect
> [!IMPORTANT]
> Please submit any Pull Requests to https://github.com/WerWolv/noctalia-kde-connect and **NOT** to the noctalia-plugins repository!
## Features
- Support for multiple devices
- Panel to manage all devices
- Current battery charge and if the device is plugged in
- Mobile network connection state
- Number of notifications
- Wake up the device from the panel
- Browse files on the device
- Send files to the device
- Make the device ring
## Requirements
- `kdeconnectd` needs to be running which can be installed by setting up the official KDE Connect app
- In case it's not getting started by default, you might need to configure a systemd service for it
- Certain functionality will only work when enabling the right plugins on the device. Otherwise, they might not work or simply display "Unknown"
- The "Browse files" option mounts the device over SFTP using sshfs. Make sure you have `libfuse` and `sshfs` installed
- If clicking the button just opens the file browser without displaying anything, make sure you have the option enabled on your phone and that your file browser has permissions to access that path.
- If your file browser is sandboxed (e.g. when installed as a Flatpak or Snap), it's possible that it won't have access. Install it through the package manager instead
- On some systems kdeconnect's URL handler isn't configured properly and the button will instead just open your web browser
- In that case you can override the file handler by running `xdg-mime default org.kde.dolphin.desktop x-scheme-handler/kdeconnect`