diff --git a/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.desktop b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.desktop new file mode 100644 index 0000000..b123596 --- /dev/null +++ b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.desktop @@ -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 diff --git a/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.install b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.install new file mode 100644 index 0000000..82562e6 --- /dev/null +++ b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.install @@ -0,0 +1,7 @@ +post_install() { + chmod +x /usr/bin/tromjaro-gnone-shell-fix +} + +post_upgrade() { + post_install +} \ No newline at end of file diff --git a/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.sh b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.sh new file mode 100644 index 0000000..f3899f6 --- /dev/null +++ b/patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gsettings set org.gnome.shell disable-user-extensions false \ No newline at end of file