added patch settings for gnome
This commit is contained in:
parent
caaf662db2
commit
ca0f860625
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=tromjaro-gnone-shell-fix
|
||||
Comment=Fixes gnome shell logout bug
|
||||
Exec=/usr/bin/tromjaro-gnone-shell-fix
|
||||
Terminal=false
|
||||
Type=Application
|
|
@ -0,0 +1,7 @@
|
|||
post_install() {
|
||||
chmod +x /usr/bin/tromjaro-gnone-shell-fix
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
gsettings set org.gnome.shell disable-user-extensions false
|
Loading…
Reference in New Issue
Block a user