Correct me if I’m using it wrong but I am struggling with the interface of KDE Connect on Fedora WS KDE.
I’m noticing that several frequently used features, such as ‘Send Clipboard’ and ‘Browse this device’, are currently located within a dropdown menu.
While I understand that this approach is likely intended to keep the interface clean, it inadvertently increases the number of clicks required to access these functions.
I’m wondering if there’s room to improve usability by moving these key icons from the dropdown menu to a main notification area. I edited and uploaded a screenshot for clarity.
Additionally, I’m wondering about why certain activities are only displayed in the notification area and not advertised directly in the app’s main view. It would be helpful to have those actions everywhere.
I’d be happy to discuss this further and provide feedback if it’s helpful.
These suggestions sound very reasonable, especially adding the “Browser this device” to the “main window” since the other options are already there.
The usefulness of “Share file” is likely very workflow dependent.
I.e. I personally always use the share functionality in whatever application I am currently working with, e.g. Dolphin, Firefox, Gwenview, etc.
For people like yourself, who use the connect window or popup, it would of course be preferable to have the share action available without the extra click.
For the tray/notification popup it might make sense to consider the Connect/plugin configuration.
E.g. if clipboard auto-sync is on it might be sufficient to have “Send Clipboard” in the “burger menu” as it will usually not be required but if the auto-sync is off it becomes a primary action.
Essentially a bit like how the system tray handles its icons: they can be permanently visible, permanently hidden (always in the menu) or visible depending on the situation (e.g. Connect only shown when a device is connected).
Each of those sound like things a developer could tackle who always wanted to get into KDE development but didn’t have any easy tasks in mind to get started on
Alternatively (or even in addition) this might provide a good use case for a dedicated Plasma applet.
I could imaging adding something like that to one of my secondary panels and it would show a dedicated icon for each connected device.
Initially, I used Clipboard synchronization, but I disabled it due to my phone’s clipboard history being flooded with useless data. Since I rarely need to send things back and forth, I’m using the action button in the system tray.
I’m hesitant to use a dedicated applet because I’m trying to avoid third-party extensions in Plasma for security reasons, although I may be mistaken, not being a power user familiar with such extensions.
From a development perspective, I think implementing it shouldn’t be too difficult, but I don’t have any experience with Qt. And I’ll take a look, to see what’s involved.
I agree. There is an “Invoke action” button, though I can’t get how to use it.
Considering Plasma’s built-in flexibility, Connect might have been able to inherit more features. However, I don’t want to criticize the developers, as they’re doing a great job
Concerning modification I want to discuss and receive feedback before making a PR.
Is there only one file for the tray interface, located at /plasmoid/package/contents/ui/DeviceDelegate.qml ?
I managed to make it work as I wanted to (see the screenshot and piece of code below).
I used ToolButton and ToolTip in order to have that text hidden, but accessible.
For the “Main Window”, I found the file /app/qml/DevicePage.qml.
But I couldn’t figure out what is the correct way to add sftp plugin in that list. Is that right? And I don’t know how to check it in my system.
Unfortunately, I came up with doing it in Kate and testing straightforward in the system, replacing the file.
I know, that’s a noob approach, but I haven’t stumbled upon any setup instructions yet, apart from that. Seems like I’ll have to change my approach.
It’s not such a stupid mistake, happens quite often to me Someone recently updated KDEConnect - KDE Community Wiki with some instructions using kde-builder, you could try that.