nautilus-kdeconnect icon indicating copy to clipboard operation
nautilus-kdeconnect copied to clipboard

Nautilus extension for sending files to devices connected via KDE Connect.

Results 4 nautilus-kdeconnect issues
Sort by recently updated
recently updated
newest added

command ``` git clone https://github.com/forabi/nautilus-kdeconnect caja-kdeconnect && make -C caja-kdeconnect install TARGET=Caja ``` out after reboot ![Captura de pantalla -2024-02-20 08-50-42](https://github.com/forabi/nautilus-kdeconnect/assets/14880802/6cff0a03-c506-4d6f-9550-58da83af4784) dependencies: ``` python3-caja is now in its latest version...

just 3 lines fix of import error on python3 which is the default on most systems.

With kde-connect-nautilus.x86_64 1.3.0-1.fc28 installed on Fedora 28, copying and cutting files cause Nautilus to freeze for many seconds. I did not notice this problem on Fedora 27. I have had...

I've noticed that there were a bug with the positive lookbehind to get the ":" in the device id getting regexr. This PR removes the unnecessary regexr lookbehind and stop...