mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 06:15:21 +00:00
feat: cinnamon images with wayland session, improvements for nvidia optimus laptops
This commit is contained in:
@@ -1 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
rpm-ostree install wget
|
||||
8
config/scripts/nvidiaoptimusworkaround.sh
Normal file
8
config/scripts/nvidiaoptimusworkaround.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
# applies workaround for known issue with optimus laptops for GNOME and Cinnamon
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/issues/2969
|
||||
echo "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" >> /usr/etc/environment
|
||||
6
config/scripts/removecinnamonxsessions.sh
Normal file
6
config/scripts/removecinnamonxsessions.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
rm /usr/share/xsessions/*
|
||||
Reference in New Issue
Block a user