On Mon, Jan 13, 2025 at 02:15:37PM -0700, Soren Stoutner wrote: > > Another thing, I do not understand why this bug report is filed against > > dictionaries-common-dev. > > This bug is filed against dictionaries-common-dev because that package > produces the > dictionaries policy documented at: > > /usr/share/doc/dictionaries-common-dev/dsdt-policy.html > > The setting of the QTWEBENGINE_DICTIONARIES_PATH environment variable by the > Qt > WebEngine packages was part of the solution to:
Hi, This sounds to me like an internal implementation detail in qtwebengine, not sure that this should really belong to policy. No problem, though. > The Qt packages will install the following system-wide environment variable > in /etc/ > environment.d/ so that programs that use Qt WebEngine will be able to find > the .bdic dictionaries: > QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ I wonder if using something like /etc/X11/Xsession.d/90qt6webengine-dictionaries-path: export QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ might lead to the same result in all relevant cases. -- Agustin

