nautilus-kdeconnect
nautilus-kdeconnect copied to clipboard
Nautilus extension for sending files to devices connected via KDE Connect.
command ``` git clone https://github.com/forabi/nautilus-kdeconnect caja-kdeconnect && make -C caja-kdeconnect install TARGET=Caja ``` out after reboot  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...