From 8ccd3b368581f71c5bd5333f3630da478d9972ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D1=80=D1=85=D0=B0=D1=80=D0=B4=20PICCORO=20Len?= =?UTF-8?q?z=20McKAY?= Date: Fri, 9 Sep 2022 09:54:10 -0400 Subject: [PATCH] tutorials - add xf86-input-evdev to the x11 gui due backguard compat * on older machines this is need, libinput will not work without this --- newbie/alpine-newbie-xfce-desktop.md | 2 +- .../alpine-tutorial-desktop-xfce4-fast-forward.md | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/newbie/alpine-newbie-xfce-desktop.md b/newbie/alpine-newbie-xfce-desktop.md index 47a4434..8bc3462 100644 --- a/newbie/alpine-newbie-xfce-desktop.md +++ b/newbie/alpine-newbie-xfce-desktop.md @@ -371,7 +371,7 @@ apk add xf86-video-intel xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf8 setup-devd udev -apk add libxinerama xrandr kbd setxkbmap +apk add libxinerama xrandr kbd setxkbmap xf86-input-evdev apk add dbus dbus-x11 elogind elogind-openrc elogind-lang polkit polkit-openrc polkit-elogind lightdm lightdm-lang lightdm-gtk-greeter diff --git a/tutorials/community-way/alpine-tutorial-desktop-xfce4-fast-forward.md b/tutorials/community-way/alpine-tutorial-desktop-xfce4-fast-forward.md index 98e8b76..68fe72f 100644 --- a/tutorials/community-way/alpine-tutorial-desktop-xfce4-fast-forward.md +++ b/tutorials/community-way/alpine-tutorial-desktop-xfce4-fast-forward.md @@ -188,14 +188,14 @@ For more details check [../../newbie/alpine-newbie-xfce-desktop.md](../../newbi #### setup audio and video ``` -apk add xorg-server xorg-server-xnest xorg-server-xnest xorg-server-doc \ +apk add xorg-server xorg-server-xnest xorg-server-xnest xorg-server-doc xf86-input-evdev libxinerama xrandr kbd setxkbmap \ mesa xinit mesa-dri-gallium xf86-video-dummy xf86-video-modesetting xf86-video-vesa xf86-input-libinput apk add libxinerama xrandr kbd setxkbmap bluez bluez-openrc \ dbus dbus-x11 elogind elogind-openrc lightdm lightdm-lang lightdm-gtk-greeter \ polkit polkit-openrc polkit-elogind udisks2 udisks2-lang \ gvfs gvfs-fuse gvfs-archive gvfs-dav gvfs-nfs gvfs-lang \ - networkmanager-elogind networkmanager-elogind-lang networkmanager-elogind-openrc + networkmanager-elogind dbus-uuidgen > /var/lib/dbus/machine-id @@ -239,6 +239,8 @@ or 3.12 that uses GTK2 for almost all the programs. ``` apk add gtk-update-icon-cache hicolor-icon-theme paper-gtk-theme adwaita-icon-theme +apk add numix-icon-theme numix-themes numix-themes-gtk2 numix-themes-gtk3 numix-themes-metacity numix-themes-openbox numix-themes-xfce4-notifyd numix-themes-xfwm4 + apk add xfce4 xfce4-session xfce4-panel xfce4-terminal xarchiver mousepad \ xfwm4-themes xfce-polkit xfce4-skel xfce4-power-manager xfce4-settings \ xfce4-clipman-plugin xfce4-xkb-plugin xfce4-screensaver xfce4-screenshooter xfce4-taskmanager \ @@ -258,6 +260,13 @@ rc-service lightdm restart ``` +#### desktop integration and device media + +``` +apk add xdg-desktop-portal xdg-desktop-portal-wlr xdg-desktop-portal-lang xdg-desktop-portal-gtk xdg-desktop-portal-gtk-lang +``` + + #### Desktop multimedia and media devices ```