

Heard about Obtanium too but I’m good with my current pick, still thanks for the info


Heard about Obtanium too but I’m good with my current pick, still thanks for the info


Thanks for the information


So what’s that App Lounge all about? I can find the GitLab and it’s related projects but nowhere how to install it, the APK file is on the releases (with 9 stars that’s not a great sale already) but they all have null pointers to files missing and can’t be downloaded


That would be “snap-pac” for anyone wondering, thanks for the tip but my system is not on btrfs yet, I did try all of it on a VM though so that’s my next reinstallation for sure


I unironically pacman -Syu’d today and it broke 3 applications that depended on ffmpeg (yes it did update ffmpeg correctly) all from official repos
Tried to build them all from source for like an hour but the compilation also fails, ended up symlinking the libavcodec.so into it’s previous’ version name and everything works again with zero issues (who designed this shit?)
How bad cou…
HOLY SHIT
Yeah it is but systemd is a suite of apps (see, a collective) and elogind is a standalone, the claim is still true


That’s cool, if it works and looks like magic, You’re a Wizard too, don’t question it! Just contributing what you found to work makes things better for us all


Tested, triaged it and re-wrote the guide to add it in there, please take a look and tell me what you think, missed me convenience options or something? I’d love to know, thanks for your contribution!


Brilliant, I’ll give my own bullshit a read and see where I can fit it in


Not in Docker, but in Podman, it uses all the same syntax so it should be completely possible, with the same caveats as listed in the post using this method (x11 running on a Wayland Compositor through Xwayland)
I believe it warrants another post as it requires quite a bit of set-up, although it should be completely scriptable, still rough around the edges but the fact that podman is daemon-less makes it possible to use both on demand and without root as well


I’m having a hard time understanding your comment, do you mean your goal is to have a light client on the Local Machine and a dependable (sturdy/not crashing) Server on the Remote Machine? If so this isn’t quite it
Besides the SSH server, all components used initialize on demand and there is no other responsible for stability than the SSH Daemon, so that’s for you to judge, other components may error or crash at their own leisure, just like the applications you would execute within them may
I have only heard of Moonlight and Sunshine, you should totally check them out, using them was also a consideration before I managed to do what I posted here, with this “much” configuration and for my case it is completely dependable with no admin intervention


I think in the context of the post, you’re missing everything else that’s not remote file sharing


I have wrote up another comment in more detail of this, but to briefly summarize there isn’t any outrageous latency that isn’t present on other remote control applications (Xrdp for example)
I’m not well versed into Gstreamer, in my mind it is a new ffmpeg and in fact, ffmpeg is what waypipe uses for it’s video backend, so perhaps it’s also possible to extend the waypipe code to add a bitrate switch on the ffmpeg calls, though there’s nothing of that right now, would be a nice suggestion to the project


There’s actually some issues with games that make the Mouse Cursor stick to the center and turn the camera with movement (like most FPS do) which also happened on Windows to me, the Mouse has like x10 the sensitivity and is hardly controllable, other games that don’t do that (like point and click games where the Cursor is free) don’t present this issue
Besides that, I have played mostly keyboard centric games, a fighting-game style MMO that I have engaged in both PvE and PvP Gameplay and besides the bullshit moments in PvP where the Wi-fi turned on me, I really can’t complain of performance, haven’t played Souls games OR games using a joystick controller, it’s probably something that needs testing
If you mean the compression that waypipe offers with -c, I used for the longest time “-c none” thinking it would free my CPU of all overhead possible, that’s probably the right play on a local network environment but I have since some time ago rid of that to see and I again don’t notice a difference, so if you plan to go out and connect back through a private LAN like Tailscale you may want to keep it on the default compression algorithm


Right, so as I mentioned in the post, hardware accelerated encoding for waypipe greatly increases performance and that’s the one thing I can tell you makes the night and day of this setup
In my experience, my two devices are low-end on my local network, one of them 10 years old (The Local PC) on Ethernet and the other (The “Remote” PC) is in 5G Wi-fi, audio is 1:1 I can barely tell if there’s delay, except when it stutters due to the Wi-fi being wi-fi, for video it’s clearly compressed with h264 so colors are a bit off but otherwise it doesn’t struggle either, latency and responsiveness feel right, like I mentioned in the post WINE Games is my use case for this, and playing Games has a high bar for that, maybe at some point my processor gets jacked to 100% due to the games and it struggles but it has never crashed, and it recovers once intensity tones down
Compared to other systems, I have only used Xrdp and Microsoft’s RDP on Windows; and I don’t feel any different besides the lack of additional features like drag and drop between devices that aren’t a dealbreaker for me


The title kinda reads like a question, so you’re not wrong thinking I’m doing so, however that’s more oriented for like search engines to pick up this post, as often users would type straight up looking for help on something, that’s the idea of that, but in the first paragraph I explain that this is not a question post
It’s the opposite actually, in terms of implementation Zram is a hack, but it does have it’s use case when your system load doesn’t far exceed your total RAM, on the other hand swap is tightly integrated into the system and it’s on it’s way to implement “Virtual Swap” which is effectively Zram but not a hack, making it like a hundred times better, see This blogpost for a detailed explanation