[Users] [Bug 1137] loading plugins with same profile on different archs

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Mon Nov 19 16:03:28 CET 2012


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1137





--- Comment #11 from Colin Leroy  2012-11-19 16:03:28 ---
that's still not that :)
I mean if plugin_load() gets a relative gchar *filename (like "pgpmime.so"),
with your patch, it will fail to load
/usr/local/lib/claws-mail/plugins/pgpmime.deps.

first thing you need to do in plugin_load() is absolutize the filename
parameter if it's not.

At save time, you don't need the in_prefix_dir boolean. You just need to know
whether the filename (which is now absolute during runtime) is in the standard
dir.

I don't know if I'm clear. :)

-- 
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Users mailing list