aurelienpierreeng / ansel

A darktable fork minus the bloat plus some design vision.
https://ansel.photos
GNU General Public License v3.0
640 stars 19 forks source link

Visual mapping button missing? #322

Open Sharparam opened 5 months ago

Sharparam commented 5 months ago

Description of the bug

The visual mapping button, mentioned in the documentation, does not seem to be present, and I cannot see a way to edit/create keyboard shortcuts? (Short of manually editing the config files.)

To Reproduce

  1. Open Ansel
  2. Try to find the visual mapping button

Expected behavior

Visual mapping button is present, as described in the documentation.

Context

Screenshots image

Which commit introduced the error

Unknown.

System

Ansel compile/build commands (from the AUR package):

  cmake -B build \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=lib \
        -DCMAKE_INSTALL_LIBEXECDIR=lib \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_SKIP_RPATH=ON \
        -DBINARY_PACKAGE_BUILD=ON \
        -DUSE_LIBSECRET=ON \
        -DUSE_LUA=ON \
        -DUSE_BUNDLED_LUA=OFF \
        -DUSE_LIBRAW=ON \
        -DUSE_BUNDLED_LIBRAW=OFF \
        -DUSE_COLORD=ON \
        -DBUILD_CURVE_TOOLS=ON \
        -DBUILD_NOISE_TOOLS=ON \
        -DRAWSPEED_ENABLE_LTO=ON

  cmake --build build

Ansel compile options:

compile options:
  bit depth is 64 bit
  normal build
  SSE2 optimized codepath enabled
  OpenMP support enabled
  OpenCL support enabled
  Lua support enabled, API version 8.0.0
  Colord support enabled
  GraphicsMagick support enabled
  ImageMagick support disabled
  OpenEXR support enabled

Additional context

¹ darktable here I'm assuming is supposed to be ansel.

aurelienpierre commented 4 months ago

Keyboard shortcuts are temporarily removed.