From 5b851ffc2d9360970eac46b031f1b9278b3978a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 15 May 2017 11:52:54 +0200 Subject: AppIndicator: fix icon and theme paths when running in $SNAP environment Prepend $SNAP path to icons and theme paths when running in a sandboxed environment, this allows to run app indicators without caring about the fact they've been designed or compiled to run in a snap world or not. (LP: #1600136) --- debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 426bc0d..07bc596 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,6 @@ endif CONFIGURE_FLAGS_gtk2 = --with-gtk=2 --enable-gtk-doc CONFIGURE_FLAGS_gtk3 = --with-gtk=3 --enable-gtk-doc=no -export CSC=/usr/bin/mono-csc - export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 CFLAGS += -fPIC -- cgit v1.2.3