Related question: what is the situation of getting photos from iPhone to a Linux PC? Is it possible?
Things You Can Do with KDE Connect on Linux
21–30 of 64 posts
Re: Things You Can Do with KDE Connect on Linux
#22Related question: what is the situation of getting photos from iPhone to a Linux PC? Is it possible?
Re: Things You Can Do with KDE Connect on Linux
#23Occasionally I'll do the same from my phone, and it works as long as you share your mobile connection.
Re: Things You Can Do with KDE Connect on Linux
#24Earlier quoted context omitted.
Yep, mostly works great. The only thing that bugs me is that passwords I copy from KeepassXC get transferred as well, but not deleted from mobile.
I was also concerned about having all my clipboard text copied to my mobile, but you can define a keyboard shortcut to do that only deliberately
Re: Things You Can Do with KDE Connect on Linux
#25Earlier quoted context omitted.
I can confirm, though it's more like 5:1 hit-miss ratio for me (specifically for the copy paste feature) but that could be because of agressive battery optimization I do. I also use it daily for effortless file transfer, and so much more: it truly has enhaced my desktop experience to another level. For example, I can play a YouTube video on my PC and have it pause when I recieve a phone call - all without any kind of…
I have battery optimization disabled for KDE apps, itinerary, connect, neochat. That helps I guess and now that you mention it, it's the first thing on a new phone so I don't see problems. The auto-play pause also works transparently. I'd say the idea of marketing is important. If someone is using Linux, they are already in a niche and you kinda get to know everything. OTOH, a random windows user who is using it for…
Re: Things You Can Do with KDE Connect on Linux
#26KDE Connect is a great piece of software. Everyone I recommended it to uses it almost daily. It makes me wonder about the state of FOSS software: there are plenty of genuinely good FOSS apps that can, in theory, be a part of a FOSS "ecosystem." But not many people actually know about them or use them. While I am still curious to know why this is, it seems like "advertisement" is still the greater predictor of softwar…
Edit: We use terms like 'js ecosystem' or 'python ecosystem' but that means a different thing from what ecosystem generally means with commercial products.
Re: Things You Can Do with KDE Connect on Linux
#27Worth mentioning that KDE Connect can run on Windows as well.
I tried it out on Windows 10 but the mouse input is so laggy it's unusable. Looks like this bug has [already been reported]( https://bugs.kde.org/show_bug.cgi?id=440744 ).
Re: Things You Can Do with KDE Connect on Linux
#28Related question: what is the situation of getting photos from iPhone to a Linux PC? Is it possible?
Checkout icloud_photos_downloader[1], they have a docker container that is drop-dead simple to use.
I run this[3] about once a month, I could probably automate it, but that feel like it'll take more time than it'll save[2].
[1] https://github.com/icloud-photos-downloader/icloud_photos_do...
[3]
#!/bin/bash
mkdir "$(pwd)"/{photos,cookies} 2> /dev/null
if [[ -z "${ICLOUD_PASSWORD}" ]]; then
exit 1
fi
podman container run -it --rm --name icloud \
-v $(pwd)/photos:/data \
-v $(pwd)/cookies:/cookies \
-e TZ=America/Boise \
icloudpd/icloudpd:latest \
icloudpd --directory /data \
--cookie-directory /cookies \
--folder-structure {:%Y/%Y-%m-%d} \
--username mysuperduper@username.com \
--password "${ICLOUD_PASSWORD}" \
--size originalRe: Things You Can Do with KDE Connect on Linux
#29Related question: what is the situation of getting photos from iPhone to a Linux PC? Is it possible?
Re: Things You Can Do with KDE Connect on Linux
#30Related question: what is the situation of getting photos from iPhone to a Linux PC? Is it possible?
Or any other file, there are methods but not as convenient as airdrop.
The last time I tried this I was mounting an iPod as a filesystem and everything had nonhuman read bale names and there were a bunch of weird formats.
Why on earth is apple so hostile to users?