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!
Unable to filter items
- Posts: 4
- Joined: 11 May 2011
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
Indeed, it seems wxWidgets is not as portable as you'd think. I'll work out a
solution.
solution.
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
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.
parent wxMenu by default. Adding a "submenu->SetNextHandler(parentMenu)" did
the trick.
- Posts: 4
- Joined: 11 May 2011
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 ;)
myself? Sorry, i'm a little noob in this kind of things.
Thanks for the fix btw ;)
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
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
If you don't want to wait:
Here's the updated "context_menu.h" file:
http://pastebin.com/q0zZVH3R
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
The heck, here's the compiled binary for Ubuntu 12.04 x86:
[404, Invalid URL: http://www.2shared.com/file/VzEdCb0w/FreeFileSync.html]
[404, Invalid URL: http://www.2shared.com/file/VzEdCb0w/FreeFileSync.html]
- Posts: 4
- Joined: 11 May 2011
Thank you! Replacing the binary and making it executable did the trick!
You're so worth a donation!
You're so worth a donation!