this post was submitted on 10 Aug 2023
43 points (100.0% liked)

linuxmemes

20994 readers
1561 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    meme stolen

    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] [email protected] 9 points 1 year ago (2 children)

    The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have.

    [โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

    Especially the file sharing for me. I was previously using USB cable, but during large transfers it tends to just randomly disconnect (thanks MTP). Over WiFi I get faster transfer speeds and it doesn't keep disconnecting.

    Although yes, theoretically I could move .tar archive or individual files over WiFi using netcat and Termux, but that's not the most elegant solution. ~~Also for some reason netcat is somewhat broken on Manjaro.~~ ~~Ok, the issue isn't with nc.~~ Ok (2) it is netcat. I just added a 2nd layer of issues that made me think it's not.

    Edit 3: Ok. MAYBE netcat. I can see incoming connection in Wireshark and it sends back TCP RST. Edit 4: Tried with UDP, I can see the received text in Wireshark, netcat drank methanol.

    [โ€“] [email protected] 1 points 1 year ago

    I've always used python3 -m http.server to get files from PC->phone.

    For phone -> PC I use a library called droopy.py

    [โ€“] [email protected] 0 points 1 year ago (1 children)

    I'm not really familiar with KDE connect (and new to Linux in general, but can't see myself ever going back to Windows), could you elaborate on the first part? How does KDE Connect help you watch firefox videos on your phone? Thanks!

    [โ€“] [email protected] 2 points 1 year ago (1 children)

    Somehow, KDE Connect treats a media stream happening on a connected device the same as if it's playing on your local device. If you're playing a video on your laptop in Firefox it will add one of those "music player" things in your phone's notification shade, allowing you to control the video from your phone.

    Android automagically pauses everything it deems to be "media playback" until the end of your call, thus also pausing that Firefox video on your laptop.

    [โ€“] [email protected] 1 points 1 year ago

    Oh nice, that sounds cool. Not an implementation of that type of software that I would ever have thought of.