Bug 477157 - Tags / keywords not reloaded during runtime
Summary: Tags / keywords not reloaded during runtime
Status: RESOLVED DUPLICATE of bug 460648
Alias: None
Product: digikam
Classification: Applications
Component: Database-Mysql (show other bugs)
Version: 8.1.0
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-17 19:19 UTC by pgv01r63q@mozmail.com
Modified: 2023-11-17 20:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***