u/lukmly013 💾 (lemmy.sdf.org)
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is ThinkPad L390y running Arch.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224
- 10 Posts
- 30 Comments
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@programming.dev•How could I make Linux acknowledge partitions on something that shouldn't have them? | Messing with packet writing on RW optical discs (or whatever remains of it)
4·2 months agoYeah, I already tried losetup unsuccessfully, but thanks anyway.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
1·4 months agoHey.
So, it would seem I gave you a solution that’s still more complicated than it needs to be.
You see, I was using Debian at the time I initially played with this, but now I am testing it on Arch. When you check the man pages, you’ll see an interesting option available on Arch.So…
Waypipe on Debian 13 (latest) is version 0.9.2.
Meanwhile on Arch we have 0.11.0.There’s an interesting new option,
--xwls.Use xwayland-satellite to run X clients under Wayland; for server or ssh modes. This binds X display sockets for the next available display number and sets the DISPLAY environment variable for the program run under waypipe server. This option will only work if xwayland-satellite is installed and in PATH.
Which means that on Debian you have to:
- Compile xwayland-satellite
- Add xwayland-satellite to directory in PATH
- Compile new version of waypipe from source
- Add it to directory in PATH, at least for server
While on Arch you just
pacman -Sy xwayland-satellite waypipe.Then it works with
waypipe --xwls ssh user@IP program.
It seems to have been added in 0.10.6.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•[Question] (Wayland, KDE Plasma) How can I use another PC as a second monitor?English
2·5 months agoThis seems like it’s for sharing same keyboard and mouse between multiple computers. What I am looking for is for the secondary laptop just to act as a monitor. That’s it. It could just be a video stream of a virtual monitor.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@programming.dev•Cursed setup - Proxmox VE on a laptop, with KDE Plasma on top of it.English
3·5 months agoThing 3 spice vnc is built in
Waypipe proxies separate windows, not the whole display. It’s pretty cool. Just looks the same as local programs, but running on a different machine.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•[Question] (Wayland, KDE Plasma) How can I use another PC as a second monitor?English
2·5 months agoWhat I mean is the mouse cursor isn’t there when I move it over there. Well, isn’t visible. It still interacts with objects.
Same as this person’s issue: https://discuss.kde.org/t/show-cursor-on-virtual-display-kde-connect-krdc/43421
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
1·5 months agoplease take a look and tell me what you think
Sorry if it seems like I do, but I in fact do not have a brain.
I just found this tool gets the job done, and that’s it.I typically just use it in a pretty stupid manual way.
local$ waypipe -c zstd=6 ssh username@IP remote$ export DISPLAY=:90 remote$ ./xwayland-satellite :90 & remote$ xfce4-panelEven the xfce4-panel discovery was an accident.
I was using waypipe before knowing about xwayland-satellite. I wanted to run an X program, so in the same shell I typedvncserverto, well, launch a VNC server. That invoked xfce4-session, BUT since the WAYLAND_DISPLAY was set, XFCE DE attached to waypipe rather than XTigerVNC, launching a full remote desktop over my local one.
And out of that, xfce4-panel proves pretty useful. I can easily launch other programs using GUI, and also see widgets on that panel.Here’s what I mean, if that sounds confusing:

Plasma panel (bottom) is local, XFCE panel (top and middle bottom) are remote.
Right, and you’re probably wondering why that app launcher at the top looks shattered. Well, both can’t be opened at once. If the application launcher goes out of focus, it closes.
But also, I use the shatter effect in KDE Plasma, so it doesn’t go away immediately. This is just as close as I could get with screenshot timing.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
2·5 months agoJust a quick note if someone is looking for X programs, you can use xwayland-satellite with waypipe. Set your DISPLAY variable, launch xwayland-satellite with the display number you just used, and X programs should just work as with usual rootless Xwayland (so no window with another window inside of it).
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•why hard exit editor? Nano say at bottom.
5·5 months agoIt even knows when you discover features by accident
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•why hard exit editor? Nano say at bottom.
12·5 months agoHaving exposed brain probably lead to significant damages to it.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
2·6 months agoSorry about my Waypipe misunderstanding.
vncserver I configured that way, so of course. I just didn’t expect it to connect to Wayland.If invoking xfce4-session works, it means you are doing so over vnc, not waypipe.
It does work over Waypipe. You can even see in my screenshot that on the remote machine it shows Waypipe as the WM.
The remote is running Debian 13, with multi-user.target set as default target to keep the GUI from starting. XFCE version is 4.20.1.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
6·6 months agoUsing Waypipe, which proxies Wayland program GUIs to my local computer, just like
ssh -X, but with Wayland, and it actually works over the internet (read: high latency).I didn’t know XFCE supported Wayland , so I casually ran
vncserver, which launchedxfce4-session, except that it attached itself to the Wayland display (proxied to my local machine) rather than X display of TigerVNC. And here come the full XFCE right to my local machine (which is running Plasma).
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
4·6 months agoOnly if the machine is on LAN. I am running with 250ms here.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
5·6 months agoNo, I was not using VNC. VNC xstartup script just launched xfce4-session which connected to Waypipe rather than Xtigervnc.
It does integrate itself to KDE nicely. Even with virtual desktops. And it even properly does the animations. Downside is, I can’t access the original desktop on my laptop while it’s running. Peek at desktop also shows XFCE.
Here’s the cube switcher, showing XFCE instead:

u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•Ubuntu spotted in the wild
2·6 months agoProbably snaps too.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•In appreciation of Linux on Thinkpads
13·6 months agoSame, but also for TrackPoint. I have the touchpad disabled. I don’t need to move my hand away from keyboard, I can endlessly scroll through pages at varying speeds just by finger pressure, and even cooler, I can scroll sideways just as easily. Oh, and I can also scroll both vertically and horizontally combined, to just easily navigate in the 2D space, pretty cool.
Although I also use the touchscreen a lot. I don’t want a regular laptop anymore. Unfortunately the 360 ThinkPads seem a bit rare when trying to find a used one.Let me check what I could get if I tried to buy it new.
ThinkPad L13. Intel Core Ultra 5 125U, 16GB LPDDR5, 512GB SSD, 1920x1200 IPS, WiFi 6E, plastic body. €1,398.76 with 3% student discount. That seems overpriced, at the very least for my use case.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•Am I also an animal trafficer if I import polars?
571·6 months agoWhy is there a Gemini logo?
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Programmer Humor@programming.dev•Early access
1·6 months agoIs that what was wrong here?






I don’t know what I did wrong, but now it works with
losetup.So that would be solved.