[gnome-software] Remove hardcoded prefix



commit 295b09a98ee7a8d97546a2bad4ccf311fcdfe3fe
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 10 16:07:09 2013 -0400

    Remove hardcoded prefix

 data/featured.ini.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/featured.ini.in b/data/featured.ini.in
index fd216e8..da69bba 100644
--- a/data/featured.ini.in
+++ b/data/featured.ini.in
@@ -1,19 +1,19 @@
 [darktable]
-background=url('/home/mclasen/gnome/share/gnome-software/darktable.png') left 20% / 50% auto no-repeat, 
linear-gradient(to bottom, #393d39, #5a5e58)
+background=url('@prefix@/share/gnome-software/darktable.png') left 20% / 50% auto no-repeat, 
linear-gradient(to bottom, #393d39, #5a5e58)
 stroke=#1f2122
 text=#ffffff
 
 [gimp]
-background=url('/home/mclasen/gnome/share/gnome-software/featured-gimp.png') left 20% / 50% auto no-repeat, 
linear-gradient(to bottom, #8ac674, #cbddc3)
+background=url('@prefix@/share/gnome-software/featured-gimp.png') left 20% / 50% auto no-repeat, 
linear-gradient(to bottom, #8ac674, #cbddc3)
 stroke=#2a6c10
 text=#000000
 
 [mypaint]
-background=url('/home/mclasen/gnome/share/gnome-software/mypaint.png') left 67% / 50% auto no-repeat, 
linear-gradient(to bottom, #8fa5d9, #d8e0ef)
+background=url('@prefix@/share/gnome-software/mypaint.png') left 67% / 50% auto no-repeat, 
linear-gradient(to bottom, #8fa5d9, #d8e0ef)
 stroke=#4c52aa
 text=#362d89
 
 [org.gnome.Weather.Application]
-background=url('/home/mclasen/gnome/share/gnome-software/weather.png') left 80% / 50% auto no-repeat, 
url('/home/mclasen/gnome/share/gnome-software/weather-bg.png'), linear-gradient(to bottom, #25486d, #6693ce)
+background=url('@prefix@/share/gnome-software/weather.png') left 80% / 50% auto no-repeat, 
url('/home/mclasen/gnome/share/gnome-software/weather-bg.png'), linear-gradient(to bottom, #25486d, #6693ce)
 stroke=#d8e0ef
 text=#ffffff


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]