https://bugs.kde.org/show_bug.cgi?id=430949

--- Comment #30 from Hackintosh HD <hackintos...@posteo.eu> ---
(In reply to Hackintosh HD from comment #29)

Problem partly solved by a workaround: I did a

~ $ sudo mkdir -p /opt/digikam.org/share/mariadb/ && sudo cp -p
/Applications/digiKam.org/digikam.app/Contents/opt/digikam.app/Contents/share/mariadb/english/errmsg.sys
/opt/digikam.org/share/mariadb/

to get around digiKam 7.2.0-beta2's obviously missing / not found localized
message resources as indicated by the error message in my comment #29 above. In
other words, afterwards the English errmsg.sys is the only component located
under /opt/digikam.org/… again, while all other MariaDB components still reside
within the app bundle.

To my surprise, this already solves the problem as you can see from the
following console output:

~ $
/Applications/digiKam.org/digikam.app/Contents/opt/digikam.app/Contents/lib/mariadb/bin/mysqld
--defaults-file="/Users/$MYUSERNAME/Library/Application
Support/digikam/digikam/mysql.conf"
--datadir="/Users/$MYUSERNAME/Nextcloud/cloud.domain.tld/$SOMEFOLDERNAMEWITHABLANK/digiKam/.mysql.digikam/db_data"
--socket="/Users/$MYUSERNAME/Library/Application
Support/digikam/digikam/db_misc/mysql.socket" --verbose
201231 19:30:15 [Warning] options --log-slow-admin-statements,
--log-queries-not-using-indexes and --log-slow-slave-statements have no effect
if --log_slow_queries is not set
201231 19:30:15 [Note]
/Applications/digiKam.org/digikam.app/Contents/opt/digikam.app/Contents/lib/mariadb/bin/mysqld
(mysqld 5.5.68-MariaDB) starting as process 7787 ...
201231 19:30:15 [Warning] An old style --language or -lc-message-dir value with
language specific part detected: /opt/digikam.org/share/mariadb/
201231 19:30:15 [Warning] Use --lc-messages-dir without language specific part
instead.
201231 19:30:15 [Warning] Setting lower_case_table_names=2 because file system
for
/Users/$MYUSERNAME/Nextcloud/cloud.domain.tld/$SOMEFOLDERNAMEWITHABLANK/digiKam/.mysql.digikam/db_data/
is case insensitive

So as far as I understand, there must be one final reference to
/opt/digikam.org/share/mariadb/errmess.sys left that still needs to be updated.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to