You are here

[Fixed] MoneyManagerEx leaving some data in App directory

7 posts / 0 new
Last post
Wm ...
Offline
Last seen: 7 years 2 months ago
Joined: 2010-07-17 12:37
[Fixed] MoneyManagerEx leaving some data in App directory

Hope I have the right place. Happy to take pointers.

Example:

MoneyManagerEx puts stuff in
\PortableApps\MoneyManagerExPortable\App\MoneyManagerEx
that I think should be in
\PortableApps\MoneyManagerExPortable\Data

is this something the original app author has done or something the person making it portable has got wrong?

[Moved from Portable App Development to Other Apps Support, better title given]

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 6 hours 22 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
If this is happening during

If this is happening during runtime, that is perfectly acceptable and should be cleaned up on exiting the app.

If it is still there after exiting, you would be best to speak to the dev here who has made it portable.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
More information needed

What specific files are you talking of?

mmexini.db3 goes in App\MoneyManagerEx while running, and in Data\settings when it's finished. If that's not the file/directory you're talking about, there's probably an issue.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Wm ...
Offline
Last seen: 7 years 2 months ago
Joined: 2010-07-17 12:37
Info as req

custom sql files and log of an import at least go in
\PortableApps\MoneyManagerExPortable\App\MoneyManagerEx

Wm

Wm ...
Offline
Last seen: 7 years 2 months ago
Joined: 2010-07-17 12:37
Prepared to do some homework

Thanks to whoever moved the conversation, I'll know for next time. First thing I wanted to know was "who dunnit" as in remote developer or local implementer. That has been solved.

I've d/l'd the source code to see if I could aid in finding what should be fixed but having looked at it don't think I'm looking at what the PA version is. Where do I see the PA version? I know what to look for in the code, I just don't know where to find the code / not included with the PA install (?) make / config or similar files.

More than happy to do some exploration, I'm not expecting someone else to do all the work, I just can't find the PA code set for the app I've yelled about. I am happy to spend some time looking at a PA from the inside out but should also say that MMEx is an adjunct to GnuCash for me (I just use MMEx for an occasional view) so it isn't a big deal to me if it isn't obeying the rules about data placement or indeed works at all.

It did seem a good opportunity to see inside a PA though.

Wm

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 6 days ago
DeveloperModerator
Joined: 2008-07-24 18:46
Made with PAL

Money Manager Ex, like many of the applications here, is made using the PortableApps.com Launcher. Documentation on how it works can be found here. The specific files that make Money Manager Ex work can be found in App\Appinfo\Launcher

Hope that helps, feel free to ask more if needed!

John T. Haller
John T. Haller's picture
Online
Last seen: 6 min 28 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 0.9.9

This is fixed in 0.9.9 today. All log files, sql files and the custom sql index will be moved to Data on exit for proper preservation and use with the backup tool. Be sure to back them up yourself before upgrading!

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments