xdg-desktop-portal-wlr
wayvnc
xdg-desktop-portal-wlr | wayvnc | |
---|---|---|
69 | 22 | |
602 | 1,212 | |
- | - | |
7.5 | 8.9 | |
8 months ago | 8 days ago | |
C | C | |
MIT License | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xdg-desktop-portal-wlr
- Show HN: 30ms latency screen sharing in Rust
-
How do I configure xdg-desktop-portal so that it works and keeps working?
It comes with a systemd service file https://github.com/emersion/xdg-desktop-portal-wlr/blob/master/contrib/systemd/xdg-desktop-portal-wlr.service.in that you can use
-
How do you guys screenshare Sway on Discord?
Are you running the Wayland envvar for Firefox, MOZ_ENABLE_WAYLAND=1? Because the rest of your setup sounds very similar to my (working) setup. You could also run the Python test script included with xdg-desktop-portal-wlr (bottom of this page) as a sanity check that nothing's going wrong there
-
Which technology / protocol etc. is the next big thing, coming the next few years in Linux gaming?
- Global hotkey portal
-
Is there any way to screenshare only a single window?
Not yet: https://github.com/emersion/xdg-desktop-portal-wlr/issues/107
- Xfce 4.18, and the Future of the Desktop
-
Moving from a DE, loss of functionality?
You'll need this
-
Tearing updates got merged into Wayland! Now we only have to wait for implementations in KWin and Gnome!
I believe that a lot of the current approach to fixing it is something similar to xdg-desktop-portal. That's for signaling for screenshots, but a similar idea could work for listening for key events without being focused, apparently. It bypasses the standard Wayland system completely and uses D-Bus and Pipewire instead. I'm not too familiar with the details myself, though.
-
PSA: Steam Link (Remote Play) works on Wayland with AMD GPU
I don't know which of the xdg-desktop-portal backends you would need for gamescope, but xdg-desktop-portal-wlr has a config file which it reads where you can set the preferred output and set the chooser_type to none. That makes it skip the screen selector for me.
-
flameshot not working in sway (typing "flameshot gui" hangs in the terminal)
See these links for more info: * flameshot: flameshot gui from cli does nothing. dbus error UnknownMethod: "No such interface “org.freedesktop.portal.Screenshot” #2872 * xdg-desktop-portal: No such interface “org.freedesktop.portal.Screenshot” on object at path /org/freedesktop/portal/desktop #861 * xdg-desktop-portal-wlr: screenshot: Announce version property
wayvnc
-
DeskPad – A virtual monitor for screen sharing
Yeah. On Wlroots or Sway, we can setup virtual displays pretty easily (swaymsg create_output, done). Then both the other person and yourself connect to the wayvnc vnc server server to see what's over there.
Available May 2020, https://github.com/any1/wayvnc/issues/7#issuecomment-6256611...
-
Dropping GNOME's X11 session approved for Fedora 41
You can run remote applications with Wayland now: https://access.redhat.com/documentation/en-us/red_hat_enterp...
There is also a VNC server for fullscreen sessions (only supports wlroots compositors for now): https://github.com/any1/wayvnc
-
Is my use case with X.org possible with Wayland?
There's wayvnc.
-
Asahi Linux To Users: Please Stop Using X.Org
It says on their GitHub page that "Gnome, KDE, and Weston are not supported". What does that mean?
-
What kind of applications are missing from the Linux ecosystem?
I thought this existed in the form of wayvnc but from their README it seems they don't support the popular desktop environments (GNOME, KDE).
-
What are my options for remote desktop software on wayland?
Not sure if I would call it hassle free, but wayvnc isn't that hard to set up.
-
When do you think you will switch to Wayland?
And wayvnc
-
Can I run Sway via remote desktop on a Linode server running arch?
There is however a fresh issue on the wayvnc github with what looks like your problem. https://github.com/any1/wayvnc/issues/206
-
Use a laptop as a 2nd display on Linux using FreeRDP
On wayvnc git master and sway 1.8 (or git master), you can script things so that a "virtual" display gets created automatically when someone connects to VNC, and removed when they disconnect.
See https://github.com/any1/wayvnc/pull/200/files
The script in the PR does something a bit different, but it's only an example and can be modified to do what I described in the first paragraph.
-
Intel is using DXVK for their Windows Arc GPU DX9 drivers
No - it's not X, it's doesn't share a screen in the way X does.
That said... if this is a shoddy attempt at a "gotcha" style question - Screen sharing and remote desktop are both supported.
Ex - for Gnome:
https://wiki.gnome.org/Projects/Mutter/RemoteDesktop
LibVNCServer for VNC support, FreeRDP for remote desktop protocol.
For KDE:
https://userbase.kde.org/Krfb
Which mostly just works as long as you have Pipewire and xdg-desktop-portal-kde installed (the base plasma-wayland session usually includes them)
This one is a bit less polished - some users still have problems with keyboard input, depending on the distro and other installed packages.
For Sway:
xdg-desktop-portal-wlr works just fine for screen sharing, and you can use https://github.com/any1/wayvnc for VNC access (including having a completely headless machine).
What are some alternatives?
sway - i3-compatible Wayland compositor
x11vnc - a VNC server for real X displays
xdg-desktop-portal-gtk - Gtk implementation of xdg-desktop-portal
wlroots - A modular Wayland compositor library
kanshi - Dynamic display configuration (mirror)
v4l2loopback - v4l2-loopback device
FreeRDP - FreeRDP is a free remote desktop protocol library and clients
flameshot - Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
noVNC - VNC client web application
autotiling - Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
swayidle - Idle management daemon for Wayland