[Digikam-devel] [Bug 283323] a new label _Digikam_root_tag_ is	created every time
    Michael Holtermann 
    linux at michael-holtermann.de
       
    Sun Nov  6 11:46:26 GMT 2011
    
    
  
https://bugs.kde.org/show_bug.cgi?id=283323
--- Comment #20 from Michael Holtermann <linux michael-holtermann de>  2011-11-06 11:46:26 ---
I've deleted the _digikam_root_tag_ from digikam and applied the reverse
geocoding again. Now the tag is gone, at least, it does not re-appear again.
Digikam: 2:2.1.1-0ubuntu1
mysql: 5.1.58-1ubuntu1
But I had not to update digikam, I've installed Kubuntu 11.10 in mid-october
with the named versions.
So there is a way to get rid of the tag manually by deleting it from digikam an
re-applying geocoding.
mysql> show create table Tags ;
CREATE TABLE `Tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pid` int(11) DEFAULT NULL,
  `name` longtext CHARACTER SET utf8 NOT NULL,
  `icon` int(11) DEFAULT NULL,
  `iconkde` longtext CHARACTER SET utf8,
  `lft` int(11) NOT NULL,
  `rgt` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=363 DEFAULT CHARSET=latin1
-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
    
    
More information about the Digikam-devel
mailing list