On sáb, 2006-11-25 at 20:27 +0100, Soeren Sonnenburg wrote: > . . . . LEAVE: Imendio.Blam.ThemeManager:LoadThemes (string) > . . . . ENTER: Imendio.Blam.Conf:Get > (string,string)([STRING:0x4bf40:ui/theme], > [STRING:0x4af00:/usr/share/blam/themesblam], )
Well, here is the problem. For some reason I took out the leading /
in /blam, so it won't work for people that don't already have it
installed.
Here, have a patch. I'm building a package with the fix to upload to
Debian, but my connection is very slow today, so it may have to wait
until tomorrow.
------------8<-------------8<-----------
--- src/Defines.cs.in.orig 2006-11-25 22:51:22.000000000 +0100
+++ src/Defines.cs.in 2006-11-25 22:51:33.000000000 +0100
@@ -20,7 +20,7 @@ namespace Imendio.Blam {
public static string THEME_DIR = APP_DATADIR + "/themes";
public static string PERSONAL_THEME_DIR = APP_HOMEDIR + "/themes";
// search for installed themes in APP_HOMEDIR/html ... (mo)
- public static string DEFAULT_THEME = THEME_DIR + "blam";
+ public static string DEFAULT_THEME = THEME_DIR + "/blam";
public static string THEME_INDEX_NAME = "theme.html";
}
----------------8<----------8<-----------
cmn
--
Carlos Martín Nieto | http://www.cmartin.tk
Hobbyist programmer |
signature.asc
Description: This is a digitally signed message part

