xubuntu 22.04
- Posts: 4
- Joined: 11 Jul 2022
Good afternoon. The program does not start after installation. It is immediately unloaded from memory. xubuntu 22.04. FreeFileSync 11.22 Linux Donate.
- Posts: 345
- Joined: 7 Jan 2018
Would you please run the program from the command line:
And look for anything obvious in the output. It probably will not be, so next up we might want to see the output of:
/path/to/FreeFileSync
strace /path/to/FreeFileSync
- Posts: 4
- Joined: 11 Jul 2022
I did. It says access denied. I'm just learning Linux from scratch. What to do next?
- Attachments
-
- 2.jpg (477.31 KiB) Viewed 1352 times
- Posts: 1202
- Joined: 8 May 2006
With "/path/to/", you are supposed to substitute the path to where ever you installed, unzip'd, tar.bz'd, or whatever'd FFS to./path/to/FreeFileSync
So if you installed to /usr/Lex/FFS (& the "binary" is called Freefilesync.bin ?) (I have no idea about this, then presumably) you would run:
strace /usr/Lex/FFS
So presumably it would be something like:
strace /usr/Lex/FFS/freefilesync.bin
- Posts: 4
- Joined: 11 Jul 2022
installed /path/to/FreeFileSync
- Attachments
-
- Screenshot_20220713_232300.png (154.79 KiB) Viewed 1335 times
- Posts: 345
- Joined: 7 Jan 2018
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
- Posts: 4
- Joined: 11 Jul 2022
not working
- Attachments
-
- 3.png (165.8 KiB) Viewed 1307 times
- Posts: 1202
- Joined: 8 May 2006
- Posts: 1202
- Joined: 8 May 2006
(Maybe Download FreeFileSync
could have a link to, Which operating systems does FreeFileSync support?
with even a bit more information on other required "packages" that might be need?)
could have a link to, Which operating systems does FreeFileSync support?
with even a bit more information on other required "packages" that might be need?)
- Posts: 345
- Joined: 7 Jan 2018
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 possible to have both gtk2 and gtk3 installed. XUbuntu would have gtk3 for sure, and apparently not gtk2.
The package name appears to be "libgtk2.0-0" now. Try installing that, and/or libgtk2.0-bin.
The package name appears to be "libgtk2.0-0" now. Try installing that, and/or libgtk2.0-bin.