summarylogtreecommitdiffstats
path: root/flashback.patch
diff options
context:
space:
mode:
authorgardotd4262021-09-29 11:03:36 -0400
committergardotd4262021-09-29 11:03:36 -0400
commit9d25db2659f7806278b5fe7377a71b5f073d1070 (patch)
treea17a433aabf64c2acef70175b711fa472175472c /flashback.patch
downloadaur-9d25db2659f7806278b5fe7377a71b5f073d1070.tar.gz
Initial push to AUR
Diffstat (limited to 'flashback.patch')
-rw-r--r--flashback.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/flashback.patch b/flashback.patch
new file mode 100644
index 000000000000..47f80ece4a5d
--- /dev/null
+++ b/flashback.patch
@@ -0,0 +1,15 @@
+--- regolith-session 2020-06-03 10:15:36.000000000 -0400
++++ regolith-new 2020-12-17 17:09:06.708590002 -0500
+@@ -4,12 +4,4 @@
+ export XDG_CURRENT_DESKTOP="Regolith:GNOME-Flashback:GNOME"
+ fi
+
+-# gnome-session broke compatability between 19.04 (3.32.0) and 19.10 (3.34.1) versions of Ubuntu (gnome-session-bin).
+-GNOME_SESSION_BIN_VERSION=$(dpkg -s gnome-session-bin | grep '^Version:' | cut -d' ' -f 2 | cut -d'-' -f 1)
+-COMPACT_VERSION="${GNOME_SESSION_BIN_VERSION//.}"
+-
+-if [ $COMPACT_VERSION -gt 3320 ]; then
+ exec gnome-session --builtin --session=regolith --disable-acceleration-check "$@"
+-else
+- exec gnome-session --session=regolith --disable-acceleration-check "$@"
+-fi