* debian/patches/git-drop-IsRunnableHelper.patch: - Don't run IsRunnableHelper since it's ignored anyway
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 85038e2f5624a1a6fc46c0b8e3649577799610aa Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Bicha <jbicha@ubuntu.com>
|
|
Date: Sat, 8 Jun 2013 20:22:09 -0400
|
|
Subject: [PATCH] classic: Drop IsRunnableHelper
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=701886
|
|
---
|
|
data/Makefile.am | 1 -
|
|
data/gnome-classic.session.desktop.in.in | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/data/Makefile.am b/data/Makefile.am
|
|
index e203a29..af11e18 100644
|
|
--- a/data/Makefile.am
|
|
+++ b/data/Makefile.am
|
|
@@ -36,7 +36,6 @@ gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
|
|
|
|
%.desktop.in:%.desktop.in.in
|
|
$(AM_V_GEN) sed \
|
|
- -e "s|\@libexecdir\@|$(libexecdir)|" \
|
|
-e "s|\@bindir\@|$(bindir)|" \
|
|
-e "s|\@VERSION\@|$(VERSION)|" \
|
|
$< > $@
|
|
diff --git a/data/gnome-classic.session.desktop.in.in b/data/gnome-classic.session.desktop.in.in
|
|
index eddbacc..c52a82a 100644
|
|
--- a/data/gnome-classic.session.desktop.in.in
|
|
+++ b/data/gnome-classic.session.desktop.in.in
|
|
@@ -1,4 +1,3 @@
|
|
[GNOME Session]
|
|
_Name=GNOME Classic
|
|
RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
|
|
-IsRunnableHelper=@libexecdir@/gnome-session-check-accelerated
|