jamiepine / cache-monkey

Convert, browse and clear cached images and files. Images you see online are never deleted immediately, unless you delete them of course. Most desktop apps have a cache directory, not all provide the tools to clear it. CacheMonkey not only lets you purge cache files, but browse and filter through them too.
Apache License 2.0
235 stars 34 forks source link

Possible to Install on Linux? #3

Open notunixian opened 5 years ago

notunixian commented 5 years ago

So, Currently I tried installing this using crossover. But during install it crashed and got this. image if you need the backtrace i posted them on pastebin https://pastebin.com/b3maXLrC

ThomasAunvik commented 5 years ago

What linux distro are you using (likely ubuntu 18.04)? Have you tried compiling from source code?

Zomatree commented 5 years ago

hey you can run the source and i got it working (linux mint, but still should work)

Zomatree commented 5 years ago

also you can run linux.js but you have to change the user name to your username

AlekEagle commented 5 years ago

From my experiences I've had to make something that removes some garbage data from the cache files (it's been merged in as the file linux.js) in order for the cache files to be read. I'm using Ubuntu 18.10 so I don't know if it's an os specific thing or if other Linux distros experience this as wellOn Mar 6, 2019 12:17, zomatree notifications@github.com wrote:hey you can run the source and i got it working (linux mint, but still should work)

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

AlekEagle commented 5 years ago

Should probably not use a direct path, I realize this was for testing, just mentioning it so you can fix it

linux.js has just come out of testing, but linux.js should be getting put into cachemonkey itself soon

AlekEagle commented 5 years ago

I just want to let you guys know that that old linux.js file is only capable of getting profile pictures and emojis, a new one should be getting merged soon that allows you to also get attachments and embeded images.

AlekEagle commented 5 years ago

I made a new pull request making it so cache monkey itself has linux support instead of that linux.js file only.