this post was submitted on 10 Aug 2023
1175 points (97.0% liked)

linuxmemes

20770 readers
2325 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

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
[โ€“] zoe@lemm.ee 1 points 1 year ago (2 children)

i guess i ll have to dig in this further. i ll keep ur experience in mind.

[โ€“] user224@lemmy.sdf.org 3 points 1 year ago* (last edited 1 year ago) (1 children)

Documenting results (mostly successful)

Trying to download KDE Connect in Ubuntu Software

The only unsuccessful part.
I was waiting for it to download but it wasn't moving. So I hit "Cancel" in hope to retry the download. However it shown as installed even though it wasn't. Trying to remove KDE connect resulted in following error: Direct image link
I tried to find a way to delete cache or config for Ubuntu Software (snap-store), but I only managed to delete all icons from it by deleting ~/snap...

Installing via apt

As expected, the good old sudo apt install kdeconnect did its job perfectly.
Direct image link

Pairing KDE connect

As expected, this did not work right away as by default the network adapter is attached to NAT in VirtualBox. As such I couldn't see any devices in KDE connect.

The solution was to change it to Bridged Adapter and select the desired network card. This way it would directly communicate with outside world using my laptop's network adapter.
The setting is located in: (Your VM) > Settings > Network

A new problem arose. Trying to pair my phone with VM instead sent pairing request to host as I have KDE Connect installed on it ~~and both Host and Guest are using same IP address.~~
That problem solved itself after pairing my phone with host computer.
~~KDE Connect dynamically assigns ports in range 1714-1764. I guess at first they were trying to both use the same port, thus host received the pairing request instead, but after pairing and connecting with host, guest had to use different port and now they were able to successfully connect.~~
Edit: Nope, they do get separate IPs. I don't know why this occurred then.

So I was able to connect both my phone and laptop:
Direct image link

TeamViewer

After downloading the TeamViewer .deb file I just double clicked it and then clicked on install in the installer window
Direct image link
Then I just normally launched TeamViewer from app menu and requested connection from my phone.
Ubuntu just asked to select display and allow remote interaction
Direct image link
And this is a screenshot from my phone:
Direct image link

[โ€“] zoe@lemm.ee 2 points 1 year ago

man this is a dedicated effort! thank you so much.

[โ€“] user224@lemmy.sdf.org 2 points 1 year ago

I'll try to download Ubuntu 23.04 ISO overnight and try it tomorrow on VirtualBox (7.0).