Search Criteria
Package Details: gnome-network-displays 0.94.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-network-displays.git (read-only, click to copy) |
---|---|
Package Base: | gnome-network-displays |
Description: | Miracast implementation for GNOME |
Upstream URL: | https://gitlab.gnome.org/GNOME/gnome-network-displays |
Licenses: | GPL-3.0-or-later |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 35 |
Popularity: | 2.10 |
First Submitted: | 2019-06-17 15:13 (UTC) |
Last Updated: | 2024-12-13 02:31 (UTC) |
Dependencies (16)
- avahi
- dnsmasq (pi-hole-ftlAUR, dnsmasq-gitAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR)
- gst-rtsp-server (gst-rtsp-server-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- networkmanager (networkmanager-gitAUR, networkmanager-iwdAUR)
- protobuf-c (protobuf-c-gitAUR)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
- gstreamer-vaapi (gstreamer-vaapi-gitAUR) (optional)
Latest Comments
1 2 3 4 Next › Last »
eticre commented on 2024-10-13 17:53 (UTC)
libadwaita not found is update october 13
malcreatuire commented on 2024-06-16 07:07 (UTC)
Compiles for me if i remove the glib2-devel dependency.
fenuks commented on 2023-10-28 02:47 (UTC)
Came to say what @bf_x already did. I've been struggling to understand why my connection doesn't work, and I finally found a comment on the bugtracker that dnsmasq is required. Please update package requirements.
bf_x commented on 2023-07-27 11:07 (UTC)
"dnsmasq" should be a required dependency and not an optional one. Without dnsmasq, the peer-to-peer wifi connection fails.
@yochananmarqos can you please change the package accordingly. Thank you
andrewkoz commented on 2023-03-26 07:03 (UTC)
I suggest adding
gstreamer-vaapi
as an optional dependency for this as it drastically improves performance on the sink display.Dakeryas commented on 2023-03-16 00:24 (UTC) (edited on 2023-03-16 01:46 (UTC) by Dakeryas)
I spent a couple of hours fixing things piece by pieces for an xps9560 and a Samsung TV Series 7 (Model: UE43NU7199U).
As others have mentioned, checking the NetworkManager log, I understood that it was looking for a
dnsmasq
executable, so I just installed thednsmasq
package without starting any services.Now it would connect but it would fail with a cryptic error message:
I looked at the GND source code emitting this error (https://gitlab.gnome.org/GNOME/gnome-network-displays/-/blob/master/src/nd-window.c), and found out it was failing to create a GST "factory"
ximagesrc
. I quickly checked that I was missing that GST part:which turned out to be part of the
gst-plugins-good
package! After installing this package, X11-based screen sharing works.Note that this GST
ximagesrc
happens only if GND falls back to the X11 source. If you have the screen cast portal working, then you probably don't need this package.TL;DR: this package is missing a dependency on the
gst-plugins-good
package if you're using X11 sharing.istobic commented on 2023-01-10 15:32 (UTC)
Works fine for me. I'm using it on a daily basis.
gameslayer commented on 2023-01-10 15:28 (UTC)
Cant get it to successfully connect to my TV, has anyone got this app working for them?
jvalecillos commented on 2022-12-01 16:50 (UTC) (edited on 2022-12-01 16:53 (UTC) by jvalecillos)
Is this package working for anyone? I tried to make it work with a TV and at first the TV showed but it failed on connecting. Now, I cannot even see the TV after trying a bunch of things like installing
dnsmasq
.I even tried passing the variable
NETWORK_DISPLAYS_DUMMY=1
and it doesn't show anything in the stream.I only see this errors when running the app in debug mode with
G_MESSAGES_DEBUG=all
:yochananmarqos commented on 2022-08-13 20:09 (UTC)
@a_salata: It's not a dependency, it's a member of the
base-devel
group which is a prerequisite for using the AUR.1 2 3 4 Next › Last »