sebt3
homebrew player (P. & C.)
It was for everything !!!!Esn said:What is the extent of the current NAND usage? Does it store everything there, or just some things?
But hopefully this is now fixed (I checked on vminko awesome vnc service).
While working with gtk stuff, g_get_home_dir is *not* your friend as it dont honor HOME variable but use the passwd definition through the standard function.
My fix for pidgin is this :
libpurple/util.c (in function purple_home_dir)
2458 //return g_get_home_dir();
2459 return g_getenv("HOME");
Download at the usual places
If you want your profils to follow, move the directory .purple from your real home to the appdata directory
Last edited by a moderator: