Search found 22 matches

by eRCaGuy
20 Aug 2023, 00:37
Forum: Help
Topic: Bug: popup windows on Linux are unusable; cannot use FreeFileSync
Replies: 4
Views: 643

Re: Bug: popup windows on Linux are unusable; cannot use FreeFileSync

Blind work-around: press Space bar to "accept" and begin syncing. Then, in the new sync window which starts running, where the progress plot is, the window is now still a thin bar, but it becomes *manually resizeable*. Grab the bottom edge of it, and now I can see the progress! Screenshot...
by eRCaGuy
20 Aug 2023, 00:31
Forum: Help
Topic: Bug: popup windows on Linux are unusable; cannot use FreeFileSync
Replies: 4
Views: 643

Re: Bug: popup windows on Linux are unusable; cannot use FreeFileSync

Update: I just installed the Donation edition of FreeFileSync 12.5 on Ubuntu 20.04 and am seeing this again, making the program completely unusable since I can't resize the sync window! Restarting did not help. Any suggestions? Screenshot after I clicked "Synchronize". The popup window is ...
by eRCaGuy
14 Jul 2023, 02:51
Forum: Help
Topic: Bug: popup windows on Linux are unusable; cannot use FreeFileSync
Replies: 4
Views: 643

Bug: popup windows on Linux are unusable; cannot use FreeFileSync

I have the FreeFileSync 12.4 donation edition. OS: Ubuntu 22.04 The main FreeFileSync window looks great! But when I go to Help --> About, the popup window is just an unusable sliver, and I can't see any text in it. If I click the settings gear, it is also a sliver of a window, but it is resizeable,...
by eRCaGuy
27 Jan 2018, 22:06
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Re: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

Thanks for your help! That info about adding the #include was very helpful. I made several minor changes to the source code, following that example you sent me, and I got it to fully build. See my executable here now for FreeFileSync 9.7 in Ubuntu 14.04: https://github.com/ElectricRCAircraftGuy/Free...
by eRCaGuy
16 Jan 2018, 02:47
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Re: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

Getting this too: $ make mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/ g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread `pkg-config --cflags gtk+-2.0` `pkg-config --cflags unity` -DHAVE...
by eRCaGuy
16 Jan 2018, 02:44
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Re: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

wxWidgets 3.1.0 installed. Now I'm back to getting the original "warn_static not declared" errors as indicated above in my 1st post.
by eRCaGuy
16 Jan 2018, 01:21
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Re: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

Next problem possibly found. I need to update wxWidgets from 3.0.3 to 3.1.0.

http://docs.wxwidgets.org/3.0.3/classwx_list_box.html - notice class wxListBox does NOT have the GetTopItem() public method, but version 3.1.0 does: http://docs.wxwidgets.org/3.1.0/classwx_list_box.html
by eRCaGuy
16 Jan 2018, 01:16
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Re: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

UPDATE: in my long long long process of trying to resolve dependencies and get things compiled (including gcc) so that I can compile FreeFileSync, I think I may have some bad object files or something as remnants of a previous `make` attempt sitting in my FreeFileSync build folder. So....I removed i...
by eRCaGuy
16 Jan 2018, 00:28
Forum: Help
Topic: Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error
Replies: 7
Views: 1490

Cannot build FreeFilSync 9.7 due to `warn_static` was not declared in this scope error

FreeFileSync 9.7 source code running in Ubuntu 14.04 LTS g++ (GCC) 7.2.0 What I really want is the latest version of FreeFileSync in my Ubuntu 14.04 distribution. I decided to try building from source since only up to FreeFileSync version 7.7 is available via `sudo apt install freefilesync`. When I ...
by eRCaGuy
16 Jan 2018, 00:24
Forum: Help
Topic: NOT possible to compile ffs 8.7 for 32 AND 64 bit!!!
Replies: 3
Views: 1094

Re: NOT possible to compile ffs 8.7 for 32 AND 64 bit!!!

@Zenju, same problem here when compiling on Ubuntu 14.04 with: FFSync source 9.7 gcc 7.2 Any idea how to get it to compile? The Ubuntu 14.04 repository only has up to version 7.7 or so so I'm trying to compile from source to get the latest FreeFileSync version. UPDATE: I just opened a new thread her...
by eRCaGuy
09 Oct 2017, 01:02
Forum: Help
Topic: cannot open .ffs_gui files from mapped Samba shared drives in Windows
Replies: 2
Views: 697

Re: cannot open .ffs_gui files from mapped Samba shared drives in Windows

UPDATE: If I navigate using the IP address instead of the mapped drive letter it *does* work.

Ex: "\\192.99.99.99\pi\1GB\backup.ffs_gui" works, but "Y:\pi\1GB\backup.ffs_gui" does NOT.

Looks like a bug. Can you fix this please?
by eRCaGuy
09 Oct 2017, 00:55
Forum: Help
Topic: cannot open .ffs_gui files from mapped Samba shared drives in Windows
Replies: 2
Views: 697

cannot open .ffs_gui files from mapped Samba shared drives in Windows

Free File Sync won't let me open up network files that are mapped as shared network drives in Windows (ex: Samba shares from a Linux computer). - If I try to open the mapped drive from Free File Sync the mapped network drive doesn't exist in the GUI window to open up FreeFileSync script files. - If ...
by eRCaGuy
29 Sep 2017, 14:20
Forum: Help
Topic: Error code 5: Access is denied
Replies: 4
Views: 17337

Re: Error code 5: Access is denied

I think I found the problem (for me at least). I navigated to the *source* for the file that would not copy, and when I right clicked it and went to "Properties" I see the following very interesting statement that I've never seen before. Running FreeFileSync as an Administrator does NOT fi...
by eRCaGuy
09 Jun 2017, 01:01
Forum: Help
Topic: Bug--does not see mapped network drives
Replies: 2
Views: 2098

Bug--does not see mapped network drives

Bug report: FreeFileSync does not work with mapped network drive letters. When I click Browse to add a folder path, I cannot add mapped network drives. Instead, I have to click through the "Network Locations" or type the IP address directly, ex: "\\192.168.0.1\myFolder" instead o...
by eRCaGuy
17 Feb 2017, 22:40
Forum: General Discussion
Topic: Security improvements for SFTP (ask for password)--worth 20 Euro to me
Replies: 7
Views: 2339

Re: Security improvements for SFTP (ask for password)--worth 20 Euro to me

Bump. Referring to my 1st post: I raise my ante to $25 Euros.
by eRCaGuy
29 Dec 2016, 22:06
Forum: General Discussion
Topic: Security improvements for SFTP (ask for password)--worth 20 Euro to me
Replies: 7
Views: 2339

Re: Security improvements for SFTP (ask for password)--worth 20 Euro to me

Certainly doable, but I'm not sure how many users would benefit from this rather specific requirement. All users using SFTP would benefit I think....it's a good security practice to give people the option whether or not to save passwords. Imagine if Google Chrome or Internet Explorer or Firefox enf...
by eRCaGuy
26 Dec 2016, 21:51
Forum: General Discussion
Topic: Can donating be made less intrusive?
Replies: 7
Views: 2142

Re: Can donating be made less intrusive?

FKPhil, Paypal is the de facto standard as far as reputable online donating and paying goes. It's trusted by pretty much everybody. If you don't have a Paypal account, I recommend it. It's as reputable as a bank itself. You can even use it like a bank account as a matter of fact, and directly transf...
by eRCaGuy
17 Dec 2016, 20:27
Forum: General Discussion
Topic: Security improvements for SFTP (ask for password)--worth 20 Euro to me
Replies: 7
Views: 2339

Security improvements for SFTP (ask for password)--worth 20 Euro to me

First off, EXCELLENT software, many thanks! I wish the portable version remained no cost too, but that's my problem. I see it's not no cost in 8.7. Now for my real concern: I am an admin on a shared Windows computer. Other admins use the same Windows account (it's a shared development workstation). ...
by eRCaGuy
31 Jul 2016, 03:47
Forum: General Discussion
Topic: FFS on Raspberry Pi
Replies: 5
Views: 4428

Re: FFS on Raspberry Pi

+1. I'd really like to use FreeFileSync on the Raspberry Pi too.