Bugs item #2250533, was opened at 2008-11-09 19:53
Message generated for change (Comment added) made by dooglus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2250533&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: dooglus (dooglus)
Assigned to: Nobody/Anonymous (nobody)
Summary: synfig_modules.cfg in ~/.synfig never loaded

Initial Comment:
It is supposed to be possible to override the system-wide list of modules to 
load by having a modified version of the file in ~/.synfig/synfig_modules.cfg.

The code in synfig-core/trunk/src/synfig/main.cpp (line 235) does this:
                locations.push_back("~/.synfig/"MODULE_LIST_FILENAME); //2
but then the path is opened using:
        std::ifstream file(filename.c_str());
which doesn't understand what '~' means.

Studio has code to find ~/.synfig, but it uses Glib, which synfig-core doesn't.

----------------------------------------------------------------------

Comment By: dooglus (dooglus)
Date: 2008-11-09 20:10

Message:
Fixed in SVN r2177.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2250533&group_id=144022

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to