Created
October 18, 2017 11:58
-
-
Save yoggy/a60b80777450d56669dba97d82620561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ps ax | grep -i wayland | |
822 tty1 Ssl+ 0:00 /usr/lib/gdm3/gdm-wayland-session env GNOME_SHELL_SESSION_MODE=ubuntu gnome-session --session=ubuntu | |
921 tty1 Sl+ 0:01 /usr/bin/Xwayland :0 -rootless -noreset -listen 4 -listen 5 -displayfd 6 | |
8302 pts/0 S+ 0:00 grep --color=auto -i wayland | |
$ apt-file search Xwayland | |
xwayland: /usr/bin/Xwayland | |
$ apt-cache depends xwayland | |
xwayland | |
Depends: xserver-common | |
Depends: libaudit1 | |
Depends: libbsd0 | |
Depends: libc6 | |
Depends: libdrm2 | |
Depends: libepoxy0 | |
Depends: libgbm1 | |
Depends: libgcrypt20 | |
|Depends: libgl1-mesa-glx | |
Depends: libgl1 | |
libgl1-mesa-glx | |
Depends: libpixman-1-0 | |
Depends: libselinux1 | |
Depends: libsystemd0 | |
Depends: libwayland-client0 | |
Depends: libxau6 | |
Depends: libxdmcp6 | |
Depends: libxfont2 | |
Depends: libxshmfence1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment