Browse Source

The gnome-shell segfault seems to be a feature... Prevents double Xorg

content-update
Xavier Petit 5 years ago committed by Christopher Fremond
parent
commit
debe17edc8
  1. 3
      scripts/ubuntu_tweaks.sh

3
scripts/ubuntu_tweaks.sh

@ -39,9 +39,6 @@ swapoff /swapfile || true
rm -f /swapfile
sed -i '/swapfile/d' /etc/fstab
# Prevent gnome-shell segfault from happening
sed -i 's/#WaylandEnable=false/WaylandEnable=false/g' /etc/gdm3/custom.conf
# Purge unused Ubuntu packages
PKGS="
apport

Loading…
Cancel
Save