chrootman Tux's lil' helper
Joined: 18 Aug 2020 Posts: 95
|
Posted: Sun Oct 09, 2022 7:08 am Post subject: Enviar archivos entre android y gentoo en xfce[resuelto] |
|
|
No encontré airdroid pero encontré KDE Connect y no entendía porque no conectaba y era porque había olvidado que tenía ufw.
Code: | sudo ufw allow proto udp from 192.168.1.xx/24 to any port 1714:1764
sudo ufw allow proto tcp from 192.168.1.xx/24 to any port 1714:1764
sudo ufw reload |
https://packages.gentoo.org/packages/kde-misc/kdeconnect
Con thunar Edit > Configure custom actions +
Name: Enviar por KDEconnect
Command: kdeconnect-send %f
Applications > Settings > Session and Startup: Application Autostart
kbuildsycoca5 -noincremental
y
qdbus org.kde.kded /kded loadModule kdeconnect
Acá dice que usa "Transport Layer Security (TLS) encryption protocol" |
|