Fix error with xf86-video-dummy-with-vt install. Add discount as i3 dependency.
This commit is contained in:
parent
d7b2a40999
commit
c7cdba6c94
@ -4,7 +4,7 @@
|
|||||||
packages="$1"
|
packages="$1"
|
||||||
packages="${packages//lxqt/lxqt lxterminal oxygen-icons ratpoison network-manager-applet}"
|
packages="${packages//lxqt/lxqt lxterminal oxygen-icons ratpoison network-manager-applet}"
|
||||||
packages="${packages//mate/mate mate-extra network-manager-applet}"
|
packages="${packages//mate/mate mate-extra network-manager-applet}"
|
||||||
packages="${packages//i3/clipster jq i3-wm libnotify lxterminal xfce4-notifyd pamixer playerctl python-i3ipc python-wxpython sox transfersh yad}"
|
packages="${packages//i3/clipster discount jq i3-wm libnotify lxterminal xfce4-notifyd pamixer playerctl python-i3ipc python-wxpython sox transfersh yad}"
|
||||||
packages+=" libmd libbsd"
|
packages+=" libmd libbsd"
|
||||||
|
|
||||||
# Proper command for launching the desktop session.
|
# Proper command for launching the desktop session.
|
||||||
@ -21,6 +21,10 @@ if [[ "${architecture}" == "aarch64" ]]; then
|
|||||||
install_package blueman
|
install_package blueman
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# replace xf86-video-dummy with xf86-video-dummy-with-vt
|
||||||
|
yay --noconfirm -Rdd xf86-video-dummy
|
||||||
|
yay --noconfirm -Sy xf86-video-dummy-with-vt --mflags --skippgpcheck
|
||||||
|
|
||||||
# Configure nodm
|
# Configure nodm
|
||||||
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
||||||
|
|
||||||
@ -79,10 +83,5 @@ GSETTINGS_BACKEND=dconf gsettings set org.mate.interface accessibility true
|
|||||||
GSETTINGS_BACKEND=dconf gsettings set org.mate.applications-at-visual startup true
|
GSETTINGS_BACKEND=dconf gsettings set org.mate.applications-at-visual startup true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# replace xf86-video-dummy with xf86-video-dummy-with-vt
|
|
||||||
yay --noconfirm -Rdd xf86-video-dummy
|
|
||||||
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys CFDF148828C642A7
|
|
||||||
yay --noconfirm -Sy xf86-video-dummy-with-vt
|
|
||||||
|
|
||||||
# enable nodm
|
# enable nodm
|
||||||
sudo systemctl enable nodm --now
|
sudo systemctl enable nodm --now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user