Dominique Leuenberger
e5e7c4b3a2
+ Fix graphical artifacts in partially-rounded buttons + Fix caret tracking in magnifier + Improve accessibility of keyboard backlight quick settings toggle + Fix resetting non-caps shift key in on-screen keyboard + Misc. bug fixes and cleanups + Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=596
41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
Index: gnome-shell-47.beta/data/org.gnome.Shell-disable-extensions.service
|
|
===================================================================
|
|
--- gnome-shell-47.beta.orig/data/org.gnome.Shell-disable-extensions.service
|
|
+++ /dev/null
|
|
@@ -1,15 +0,0 @@
|
|
-[Unit]
|
|
-Description=Disable GNOME Shell extensions after failure
|
|
-# Note that this unit must not conflict with anything, and must
|
|
-# be able to run in parallel with the gnome-session-shutdown.target.
|
|
-DefaultDependencies=no
|
|
-
|
|
-# We want to disable extensions only if gnome-shell has flagged the extensions
|
|
-# to be a likely cause of trouble.
|
|
-ConditionPathExists=%t/gnome-shell-disable-extensions
|
|
-
|
|
-[Service]
|
|
-Type=simple
|
|
-# Disable extensions
|
|
-ExecStart=gsettings set org.gnome.shell disable-user-extensions true
|
|
-Restart=no
|
|
Index: gnome-shell-47.beta/data/org.gnome.Shell-disable-extensions.service.in
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ gnome-shell-47.beta/data/org.gnome.Shell-disable-extensions.service.in
|
|
@@ -0,0 +1,15 @@
|
|
+[Unit]
|
|
+Description=Disable GNOME Shell extensions after failure
|
|
+# Note that this unit must not conflict with anything, and must
|
|
+# be able to run in parallel with the gnome-session-shutdown.target.
|
|
+DefaultDependencies=no
|
|
+
|
|
+# We want to disable extensions only if gnome-shell has flagged the extensions
|
|
+# to be a likely cause of trouble.
|
|
+ConditionPathExists=%t/gnome-shell-disable-extensions
|
|
+
|
|
+[Service]
|
|
+Type=simple
|
|
+# Disable extensions
|
|
+ExecStart=@bindir@/gsettings set org.gnome.shell disable-user-extensions true
|
|
+Restart=no
|