Bug 477157

Summary: Tags / keywords not reloaded during runtime
Product: [Applications] digikam Reporter: pgv01r63q <253n6a7ri>
Component: Database-MysqlAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: metzpinguin
Priority: NOR    
Version First Reported In: 8.1.0   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description pgv01r63q@mozmail.com 2023-11-17 19:19:44 UTC
SUMMARY

When using multiple instances of digiKam with one central Mysql database changes to tags get visible only after restart of digiKam.

STEPS TO REPRODUCE
1. Open two different digiKam instances connecting to the same Mysql database
2. Rename or add tags in one instance

OBSERVED RESULT
1. Tags won't be visible in other instance until digiKam is restarted.

EXPECTED RESULT
1. digiKam should check if new tags have been added or tags been renamed and refresh database entries.
2. This may also be true for other data stored in Mysql database.
Comment 1 Maik Qualmann 2023-11-17 20:27:12 UTC
See also Bug 146865

For systems that support DBus, there is an interface in digikam that informs other digiKam instances about changes. This currently works on the same machine, but not over the network.

Maik

*** This bug has been marked as a duplicate of bug 460648 ***