Dear Maintainer, F3D usually ships with default configuration files that impacts greatly how it looks and shows files with specific behavior based on the format of the file. These configuration files are completely missing from the f3d package you are distributing, making the F3D experience incomplete. Steps to reproduce: - run `f3d` - axis is not visible, filename hint is not visible Best, F3D maintainer, mwestphal
Hi Mathieu, thanks for this bug report. Could you please list the configuration files that you are referring, and where they should be installed? or just point to documentation if applicable. Please note that Debian is currently in hard freeze phase, so this bug will likely be fixed with the update of the new upstream version (f3d 2.x) for next Debian major release (13). Best, François
Hi François,
Since you rightly point that this will only be fixed with the new upstream
version, I will only give information about F3D 2.0.0
Configuration files are installed as an optional cmake component with the
following command:
cmake --install . --component configuration
By default, they will be installed into CMAKE_FULL_SYSCONFIG_DIR which
should be /etc/f3d in your case.
(They can also be installed in ${install_prefix}}/share/f3d/ by positioning
the dedicated CMake variable:
F3D_LINUX_INSTALL_DEFAULT_CONFIGURATION_FILE_IN_PREFIX
but it should not be needed for you)
Read more about configuration files and their locations in:
https://f3d.app/doc/user/CONFIGURATION_FILE.html
By the way, there are two other optional components, sdk and mimetypes.
If i'm not mistaken, you should also install the mimetypes components for
thumbnails to work correctly.
More info here: https://f3d.app/doc/dev/BUILD.html
Please add testing for configuration files (by just checking that opening
any file shows the grid and axis for example) in the next version to make
sure this is not broken in the future.
Best,
Hi Mathieu, Thanks for all the details, I'll update the next package version accordingly. Best Regards, François
We believe that the bug you reported is fixed in the latest version of f3d, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1034709@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Francois Mazen <mzf@debian.org> (supplier of updated f3d package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) Format: 1.8 Date: Thu, 20 Aug 2026 18:01:48 +0200 Source: f3d Architecture: source Version: 3.5.0+dfsg-3 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> Changed-By: Francois Mazen <mzf@debian.org> Closes: 1034709 Changes: f3d (3.5.0+dfsg-3) unstable; urgency=medium . * Install configuration files (Closes: #1034709) Checksums-Sha1: 69d8518fa4d26bc7603e7a7ade0f6f6aa6cdc412 2287 f3d_3.5.0+dfsg-3.dsc fb28f2142741377593e1a5b12cf2371d383f8a15 102396 f3d_3.5.0+dfsg-3.debian.tar.xz 3664c68017448ac2ee703fa16f7375c494ae1ce8 30761 f3d_3.5.0+dfsg-3_source.buildinfo Checksums-Sha256: b8f2cc43361d7cc39c0a9a3af34754b119ed0ce759cfc893f37f6a9ebbdb87ff 2287 f3d_3.5.0+dfsg-3.dsc d387ef90ce91ac8024bdf99bf25bd920796b020692f0dfd061732fbf38dd4b30 102396 f3d_3.5.0+dfsg-3.debian.tar.xz daf39122d9eef28915e85b55f1842ad10cac544f2259224cbfa29f6a693d0e8d 30761 f3d_3.5.0+dfsg-3_source.buildinfo Files: c9863687b391c12a58d0e63b65ff5df9 2287 graphics optional f3d_3.5.0+dfsg-3.dsc e674069bf276cc46d4fa2f7036d95a50 102396 graphics optional f3d_3.5.0+dfsg-3.debian.tar.xz 2aba4afe4d0c74145458995cbf59d8c9 30761 graphics optional f3d_3.5.0+dfsg-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEhqWr1v/bCgx/UFfTR5f6chw1HJ4FAmqHQecPHG16ZkBkZWJp YW4ub3JnAAoJEEeX+nIcNRyeXc4P/1yZm1upAB+b405b5KeJvwX5t+ddEymRBv+o HtA8u36o5EbZ0P6Dh6uqo5BP6aKY+CCyrOzrA70djNkEvgbFLQTGxHix8AFaECIs nJP6qtcyoSKRWtAGUQUvbTqleJWiZwREe+z2fJtpzwy+hJg/fxKkbORMkF/+KnHo rbKwKkc7wqnpWZ1n2NS4LsQQSY1/f3sTUvGfdyqnYlf74oHU/vKPD4sEL/wl+UrL /ZRynMP1IcCEw48a/8JVVavpohmG+E6Eme6XTWnYXrpYrBHQgbuQeS3TufXDrXFP FVE5LW+9r1mLpF6go+YwbNsSBejRHcG0MlATzJ2Bl+9kE4aHzRoYum6fwraxOr2H 5azQVaPPB6fMGGht44AO3f11byYv2nIm/CZs2hYuTtifXD161KCtrogQ5mWzyHUQ uy7le87u3hvV+hMoU46kHCaMZno3g7AUAXh1cMp8QDeh9e7HibRvOpyNdDkj0e+n NWiChkm4TkibF4GIVeF1lhr1ePICR9fdXuh3umrBNPFQ+tG00Nz/T+utodpuLbJV PpcWUQ2rrbFsUN/aMAz6t+Mc9tL2/2MGGt7JzsvJe8/hLsJumpONpN+fOkc8Kpad +PBYW2Bs8yBVdwVBN4WBGzGWQHg9uB/y8aApkaR0gm3zeONhKsRg8NtSdcQRJaqT ++6TMwYe =Y5bw -----END PGP SIGNATURE-----
Hi Mathieu, Better late than never, the f3d Debian package now ships config files. Sorry for this 3 years delay! Best, François