Magellan Linux

Annotation of /trunk/splashy/patches/splashy-0.3.13-fix-theme-path.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1305 - (hide annotations) (download)
Fri Mar 11 23:13:13 2011 UTC (13 years, 3 months ago) by niro
File size: 1823 byte(s)
added theme path patch
1 niro 1305 Index: splashy-0.3.13/doc/config.xml.in
2     ===================================================================
3     --- splashy-0.3.13.orig/doc/config.xml.in
4     +++ splashy-0.3.13/doc/config.xml.in
5     @@ -2,10 +2,10 @@
6     <!-- Automatically generated by splashy_config. Do not edit -->
7     <splashy>
8     <!-- themes directory: conventional path @datarootdir@/splashy/themes -->
9     - <themes>@datarootdir@/splashy/themes</themes>
10     + <themes>/usr/share/splashy/themes</themes>
11     <!-- current theme could be relative the themes defined above or full path -->
12     <current_theme>default</current_theme>
13     <!-- full path to theme to fall back in case of problems. DO NOT CHANGE -->
14     - <default_theme>@datarootdir@/splashy/themes/default</default_theme>
15     + <default_theme>/usr/share/splashy/themes/default</default_theme>
16     <pid>/etc/splashy/splashy.pid</pid>
17     </splashy>
18     Index: splashy-0.3.13/src/xml_format.h.in
19     ===================================================================
20     --- splashy-0.3.13.orig/src/xml_format.h.in
21     +++ splashy-0.3.13/src/xml_format.h.in
22     @@ -23,12 +23,12 @@
23     #define CONFIG_XML_FORMAT "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
24     <!-- Automatically generated by splashy_config. Do not edit -->\n\
25     <splashy>\n\
26     - <!-- themes directory: conventional path @datarootdir@/splashy/themes -->\n\
27     + <!-- themes directory: conventional path /usr/share/splashy/themes -->\n\
28     <themes>%s</themes>\n\
29     <!-- current theme could be relative the themes defined above or full path -->\n\
30     <current_theme>%s</current_theme>\n\
31     <!-- full path to theme to fall back in case of problems. DO NOT CHANGE -->\n\
32     - <default_theme>@datarootdir@/splashy/themes/default</default_theme>\n\
33     + <default_theme>/usr/share/splashy/themes/default</default_theme>\n\
34     <pid>%s</pid>\n\
35     </splashy>\n"
36