fixed typo :o)

This commit is contained in:
davedatum
2019-11-04 15:38:54 +00:00
parent 2f1df303a0
commit dcee302cc7
3 changed files with 0 additions and 0 deletions

@ -0,0 +1,6 @@
[Desktop Entry]
Name=tromjaro-gnome-shell-fix
Comment=Fixes gnome shell logout bug
Exec=/usr/bin/tromjaro-gnome-shell-fix
Terminal=false
Type=Application

@ -0,0 +1,7 @@
post_install() {
chmod +x /usr/bin/tromjaro-gnome-shell-fix
}
post_upgrade() {
post_install
}

@ -0,0 +1,3 @@
#!/bin/bash
gsettings set org.gnome.shell disable-user-extensions false