Bug 489058 - Remote input doesn't work with auto-started kdeconnectd
Summary: Remote input doesn't work with auto-started kdeconnectd
Status: REPORTED
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (other bugs)
Version First Reported In: 24.05.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
: 470839 471258 477245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-06-23 16:28 UTC by Plata
Modified: 2024-08-04 22:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Plata 2024-06-23 16:28:33 UTC
SUMMARY
Since Plasma 6.1, the remote input permissions are persistent. However, remote input does not work with the kdeconnectd which is automatically started (other KDE Connect features work). After killing kdeconnectd and starting kdeconnect-app, it works.


STEPS TO REPRODUCE
1. Setup KDE Connect, allow remote input
2. Reboot
3. Try remote input

OBSERVED RESULT
nothing happens

EXPECTED RESULT
remote input notification pops up and remote input works

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.1.0
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1

ADDITIONAL INFORMATION
on Fedora Kinoite, autostart probably via /etc/xdg/autostart
Comment 1 Plata 2024-06-23 16:36:48 UTC
Starting only kdeconnectd manually, does not work: It shows the dialog for the remote input permissions but does not persist the setting.

My current workaround is this login script:
---
#!/bin/bash
sleep 10
killall kdeconnectd
sleep 5
/usr/bin/kdeconnect-app &
---
Comment 2 cwo 2024-08-04 22:09:18 UTC
*** Bug 471258 has been marked as a duplicate of this bug. ***
Comment 3 cwo 2024-08-04 22:09:20 UTC
*** Bug 477245 has been marked as a duplicate of this bug. ***
Comment 4 cwo 2024-08-04 22:09:23 UTC
*** Bug 470839 has been marked as a duplicate of this bug. ***