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,

On Sat, 22 Apr 2023 at 15:25, François Mazen <franc...@mzf.fr> wrote:

> 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
>
>

Reply via email to