mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
Update Ubuntu-Desktop-20.04-LTS.sh
This commit is contained in:
parent
e711c85b49
commit
b76a919719
@ -32,6 +32,10 @@ sudo chmod o-w /var/crash
|
||||
sudo chmod o-w /var/metrics
|
||||
sudo chmod o-w /var/tmp
|
||||
|
||||
#Disable crash reports
|
||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
||||
ubuntu-report -f send no
|
||||
|
||||
#Disable ptrace
|
||||
echo "kernel.yama.ptrace_scope = 3" | sudo tee /etc/sysctl.d/10-default-yama-scope.conf
|
||||
sudo sysctl --load=/etc/sysctl.d/10-default-yama-scope.conf
|
||||
@ -139,9 +143,6 @@ gsettings set org.gnome.shell disable-user-extensions false
|
||||
#Enable tap to click
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
|
||||
|
||||
#Disable crash reports (even tho we have already removed the package)
|
||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
||||
|
||||
#Reenable Wayland... They are working to support it, and if you aren't gaming you shouldn't stay on x11 anyways
|
||||
sudo sed -i 's^DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^#DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^g' /usr/lib/udev/rules.d/61-gdm.rules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user