Unable to filter items

Get help for specific problems
Posts: 4
Joined: 11 May 2011

jonbonjovi84

I'm using FreeFileSync 5.3. under Ubuntu 12.04 32 bit. After comparing, now I
cant' add a filter anymore! I can see the new context menu for specific or
general filter, but it doesn't work!
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

Indeed, it seems wxWidgets is not as portable as you'd think. I'll work out a
solution.
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

Fixed: Unlike in windows, wxGTK does not propagate wxMenu events to it's
parent wxMenu by default. Adding a "submenu->SetNextHandler(parentMenu)" did
the trick.
Posts: 4
Joined: 11 May 2011

jonbonjovi84

So what should I do know? Wait for the next release in the PPA? Compile it by
myself? Sorry, i'm a little noob in this kind of things.

Thanks for the fix btw ;)
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

You described your options pretty well :)
If you don't want to wait:
Here's the updated "context_menu.h" file:
http://pastebin.com/q0zZVH3R
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

The heck, here's the compiled binary for Ubuntu 12.04 x86:
[404, Invalid URL: http://www.2shared.com/file/VzEdCb0w/FreeFileSync.html]
Posts: 4
Joined: 11 May 2011

jonbonjovi84

Thank you! Replacing the binary and making it executable did the trick!
You're so worth a donation!