Search found 306 matches

by bgstack15
18 Dec 2022, 01:03
Forum: Help
Topic: V 11.29 failure
Replies: 4
Views: 801

Re: V 11.29 failure

You can test by installing version 11.28 and checking!
by bgstack15
17 Dec 2022, 14:09
Forum: General Discussion
Topic: Patch for tooltip fix
Replies: 2
Views: 874

Re: Patch for tooltip fix

I use fluxbox, and I wonder if that is the reason I always see a new window on the iconbar (taskbar) when I show the tooltip for the center column of the file grid. Perhaps more advanced window managers suppress the taskbar entry, but I needed this patch for my setup.
by bgstack15
17 Dec 2022, 03:58
Forum: General Discussion
Topic: Patch for tooltip fix
Replies: 2
Views: 874

Patch for tooltip fix

Dear Zenju, Thank you for the latest release of this project! I have investigated how to suppress (on GNU/Linux) the taskbar entry for the tooltip that appears when the user mouses over the left-or-right indicator in the middle of the file grid. Would you please consider incorporating this patch int...
by bgstack15
17 Dec 2022, 01:56
Forum: Help
Topic: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')
Replies: 2
Views: 487

Re: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

Not an expert either, but if merely linking to an additional library gets you want you need, it sounds fine. There's probably a set of default libraries that are always linked to, and that list of defaults is probably different for each compiler * compiler version * architecture * distro!
by bgstack15
07 Dec 2022, 12:51
Forum: Help
Topic: Help Please: Cannot Set Directory Locks in Ubuntu
Replies: 4
Views: 550

Re: Help Please: Cannot Set Directory Locks in Ubuntu

Nope, that sounded like a good thing to bring up here, because other FreeFileSync users might run into the same problem as you. I'm glad you also asked Samsung.
by bgstack15
01 Dec 2022, 01:33
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1456

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

If you are interested in something autoconnecting, research autofs . I think auto-mounting with autofs an SMB share would require a password saved somewhere, though. Sorry, I know mostly low-level things and not fancy gio stuff. May I share that the /etc/fstab pretty much has to be world-readable (I...
by bgstack15
30 Nov 2022, 18:40
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1456

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Nautilus is part of the GNOME software suite, which has fancy libraries available to it for looking at files. If we can use basic Linux filesystem mount commands to get to your network share, we can get FreeFileSync to see it too. So it is obvious you know the hostname/IP address and the password to...
by bgstack15
30 Nov 2022, 14:36
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1456

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

If your SMB share is now mounted, it is accessible via a regular directory path. I would be very surprised if the path includes that string you mention with the colon, equal sign, and comma. A nice trick I use to learn the path to something is: df -PBM This shows disk space for all mounted drives. T...
by bgstack15
16 Nov 2022, 16:38
Forum: Help
Topic: FreeFileSync not working on new install of KDE Neon Linux 22.04
Replies: 4
Views: 766

Re: FreeFileSync not working on new install of KDE Neon Linux 22.04

Would you please run FreeFileSync from the command line? The best thing to run would be the contents of the Exec= line of the FreeFileSync.desktop file which is probably ~/.local/share/applications/FreeFileSync.desktop or similar. And just in case it isn't clear, ~ tilde means $HOME or probably /hom...
by bgstack15
16 Nov 2022, 02:52
Forum: Help
Topic: FreeFileSync not working on new install of KDE Neon Linux 22.04
Replies: 4
Views: 766

Re: FreeFileSync not working on new install of KDE Neon Linux 22.04

Did you keep /opt around? That's where the official release of FreeFileSync installs itself to. If you no longer have the old /opt available, just install FreeFileSync fresh.
by bgstack15
12 Nov 2022, 14:19
Forum: Help
Topic: creating a cronjob in Ubuntu CLI
Replies: 5
Views: 715

Re: creating a cronjob in Ubuntu CLI

Cron is for automated tasks, and graphical programs make for poor automated tasks. I understand the appeal of FreeFileSync being automated because it's the same as the graphical one. It's literally the same thing, so it needs a graphical environment ($DISPLAY) and all of the weight that comes with t...
by bgstack15
11 Nov 2022, 01:07
Forum: Help
Topic: creating a cronjob in Ubuntu CLI
Replies: 5
Views: 715

Re: creating a cronjob in Ubuntu CLI

The first error message sounds like a filesystem-level problem, and not really a permission problem. Would you please share the output of: mount | grep /home/remote-media The second error: FreeFileSync is a graphical program and needs environment variable DISPLAY set. In your cron job (search this f...
by bgstack15
26 Oct 2022, 14:08
Forum: General Discussion
Topic: Why still depending on deprecated GTK2
Replies: 12
Views: 2001

Re: Why still depending on deprecated GTK2

Wow, I thought wxWidgets 3.2 dropped gtk2. At least the Debian package suggests that they only bother to compile wxWidgets 3.2 against gtk3. $ dpkg -l | grep wx | grep 3 ii libwxbase3.0-0v5:amd64 3.0.5.1+dfsg-5 amd64 wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit ii libwxbas...
by bgstack15
26 Oct 2022, 02:37
Forum: General Discussion
Topic: Why still depending on deprecated GTK2
Replies: 12
Views: 2001

Re: Why still depending on deprecated GTK2

FreeFileSync 11.0 introduced support for GTK+3 per the Archive page. The discussion about manual compilation from source links to various build recipes that make references to which version of GTK+ they use to compile the application. On that note, Zenju, please don't migrate to GTK 4 or 40 or whate...
by bgstack15
25 Oct 2022, 14:10
Forum: Help
Topic: Manual compilation from source
Replies: 4
Views: 605

Re: Manual compilation from source

That always depends on your library versions. Perhaps Arch Linux would always have the latest versions of the dependencies that Zenju uses, but most distros lag behind bleeding edge version updates for things like wxWidgets and openssl. Pretty much every user in a GNU/Linux environment has to patch ...
by bgstack15
24 Oct 2022, 13:54
Forum: Help
Topic: Manual compilation from source
Replies: 4
Views: 605

Re: Manual compilation from source

There are various folks who compile this on Ubuntu , (formerly) Fedora and even CentOS 7, and Devuan , and now even a guy trying to get it into Debian . Oh, and some ROSA Linux I'm not very familiar with. And OpenSuSE . The AUR for Arch Linux is a little out of date but it used to be a go-to place f...
by bgstack15
16 Oct 2022, 21:16
Forum: Help
Topic: Liberation Sans Italic font not rendering properly on MATE DE
Replies: 10
Views: 790

Re: Liberation Sans Italic font not rendering properly on MATE DE

One possibility is that the different DEs are using different font files. That seems like quite a stretch, but we can bother to go down that lane if you wish. You will need to install strace . Because it is a command line utility, it might not appear in a graphical package manager. You should invest...
by bgstack15
16 Oct 2022, 21:06
Forum: Help
Topic: Starting "FreeFileSync V11.26" causes "LUBUNTU V22.04.1" PC notebook computer to crash
Replies: 24
Views: 1686

Re: Starting "FreeFileSync V11.26" causes "LUBUNTU V22.04.1" PC notebook computer to crash

You could search your main program menu for "Terminal" or GNOME Terminal or KTerm or xterm or another terminal emulator program. People might call such a big, black window with text a "command prompt." Inside such a terminal window, you can type commands to run. We want to cd (ch...
by bgstack15
16 Oct 2022, 03:20
Forum: Help
Topic: Starting "FreeFileSync V11.26" causes "LUBUNTU V22.04.1" PC notebook computer to crash
Replies: 24
Views: 1686

Re: Starting "FreeFileSync V11.26" causes "LUBUNTU V22.04.1" PC notebook computer to crash

When you say "the computer crashes" does that mean you must then power off or reboot the computer to get it to function normally again? Or do you mean that FreeFileSync 11.26 crashes and never is available to use? How do you run FreeFileSync 11.26? I guess you use a menu entry. Can you run...
by bgstack15
16 Oct 2022, 03:15
Forum: Help
Topic: Liberation Sans Italic font not rendering properly on MATE DE
Replies: 10
Views: 790

Re: Liberation Sans Italic font not rendering properly on MATE DE

I am not an expert, but let's get some more details! Can you share your screen resolution in MATE, and if you are doing any software-based scaling (1.5x or 2x or something else)? Can you share your screen resolution in Cinnamon and scaling there too?
by bgstack15
11 Oct 2022, 19:45
Forum: Help
Topic: Problem compiling 11.14
Replies: 3
Views: 758

Re: Problem compiling 11.14

Thank you, daviank, compiling with your patch works. I'll incorporate it into my package.
by bgstack15
10 Aug 2022, 12:35
Forum: General Discussion
Topic: Scrambled UI after folder comparison
Replies: 12
Views: 2767

Re: Scrambled UI after folder comparison

For a nuclear option, if you're not picky about historical settings, you could move or modify ~/.config/FreeFileSync/GlobalSettings.xml.
by bgstack15
05 Aug 2022, 14:13
Forum: Help
Topic: Cronjob on ubuntu as su is not working
Replies: 4
Views: 844

Re: Cronjob on ubuntu as su is not working

When you ssh to your server, and you have a $DISPLAY value in that session, then ssh is doing X-forwarding. That :10.0 session will not exist when you do not have that ssh session running. You probably don't want to try to use that. If you want to get really messy, you can learn which pid (process i...
by bgstack15
03 Aug 2022, 14:38
Forum: Help
Topic: Cronjob on ubuntu as su is not working
Replies: 4
Views: 844

Re: Cronjob on ubuntu as su is not working

You share information about su and sudo but I don't see that invoked in your command at all. Is this in the user crontab (crontab -e)? If this is in a file in /etc/cron.d/ then you will probably want to add the user after the time specification: 00 00 * * * homers DISPLAY=:10.0 /usr/local/bin/FreeFi...
by bgstack15
15 Jul 2022, 15:21
Forum: General Discussion
Topic: Inconsistent "relative path" display
Replies: 5
Views: 1109

Re: Inconsistent "relative path" display

I think that was version 10.25 that introduced the new layout. My patch used to indicate which version it was that last had the "traditional" view.
by bgstack15
15 Jul 2022, 12:34
Forum: General Discussion
Topic: Inconsistent "relative path" display
Replies: 5
Views: 1109

Re: Inconsistent "relative path" display

Since you asked, I maintain a patch that adds two options to the list of views: Traditional, and Trad. Relative. To use this patch, you have to be able to compile FreeFileSync from source.
link to patch
by bgstack15
14 Jul 2022, 23:10
Forum: Help
Topic: xubuntu 22.04
Replies: 9
Views: 1064

Re: xubuntu 22.04

For some additional context, gtk2 is the GIMP Toolkit which has moved beyond just being the graphical toolkit for the GNU Image Manipulation Program. Gtk4 is actually the current version of gtk. A lot of distributions of GNU/Linux have moved to gtk3 as a preferred minimum release of gtk. It is possi...
by bgstack15
14 Jul 2022, 14:01
Forum: Help
Topic: xubuntu 22.04
Replies: 9
Views: 1064

Re: xubuntu 22.04

It appears that you have tried to run the directory, and not the program itself! Based on the paths you have described, please try to run it with this:
/path/to/FreeFileSync/FreeFileSync
by bgstack15
11 Jul 2022, 17:47
Forum: Help
Topic: Installation problem : cannot execute binary file
Replies: 3
Views: 1269

Re: Installation problem : cannot execute binary file

Some enterprising individual has instructions on how to compile FreeFileSync on a Raspberry Pi. Those would work, in general, for any architecture.
by bgstack15
11 Jul 2022, 12:11
Forum: Help
Topic: xubuntu 22.04
Replies: 9
Views: 1064

Re: xubuntu 22.04

Would you please run the program from the command line:
/path/to/FreeFileSync
And look for anything obvious in the output. It probably will not be, so next up we might want to see the output of:
strace /path/to/FreeFileSync