From ca0f860625a9e20a5a7e31a3a2311f876d78d3fc Mon Sep 17 00:00:00 2001 From: davedatum Date: Mon, 4 Nov 2019 15:23:48 +0000 Subject: [PATCH] added patch settings for gnome --- .../tromjaro-gnone-shell-fix.desktop | 6 ++++++ .../tromjaro-gnone-shell-fix.install | 7 +++++++ .../tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.sh | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.desktop create mode 100644 patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.install create mode 100644 patches/tromjaro-gnone-shell-fix/tromjaro-gnone-shell-fix.sh 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