Summary: | Unable to add, create or delete (nepomuk) tags via the "Properties" dialog | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Paul <pip.kde> |
Component: | general | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac, gaantonio, me, m_105, nepomuk-bugs, rob.dyck |
Priority: | NOR | ||
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/fa58b5a00540b4697bc11cacf66fedb1ba6d22ce | Version Fixed In: | |
Sentry Crash Report: |
Description
Paul
2013-09-13 12:00:04 UTC
Thanks for the bug report. I'll reassign to Nepomuk, even though I'm not sure if this might be caused by the fact that the "Properties" dialog uses the obsolete Nepomuk 1 from kdelibs (which cannot be changed in KDE 4.x). @Vishesh: sorry if the assignment is incorrect. Feel free to re-assign to the Properties dialog or to close it if appropriate. I'm sorry, but this is a WONTFIX from my side. The problem is that the dialog shown from the context menu uses old deprecated code which cannot be updated in KDE 4 (many reasons). This is fixed for KDE 5, whenever it releases. Sorry. You'll just have to avoid using the File Properties dialog to add/remove tags. Thanks - OK No problem... Probably also the same for Bug 324089 which I spotted only a few minutes ago... *** Bug 324089 has been marked as a duplicate of this bug. *** *** Bug 325737 has been marked as a duplicate of this bug. *** Why not remove the faulty part entirely, then? Get rid of the Nepomuk part in the Information tab? (In reply to comment #6) > Why not remove the faulty part entirely, then? Get rid of the Nepomuk part > in the Information tab? I always assumed that just was not possible, but I just had a look at the code and it's quite simple. I'll propose a patch and lets see what everyone says. Git commit fa58b5a00540b4697bc11cacf66fedb1ba6d22ce by Vishesh Handa. Committed on 10/10/2013 at 10:36. Pushed by vhanda into branch 'master'. KPropertiesDialog: Do not show the KFileMetaDataWidget The KFileMetaDataWidget uses Nepomuk1 which is deprecated and is buggy. It would be better for people to use the Nepomuk2::FileMetaDataWidget. This mostly only affect Dolphin where users can tag files via the Information Panel and via File->Properties. This removes the widget in the File->Properties REVIEW: 113190 M +0 -7 kio/kfile/kpropertiesdialog.cpp http://commits.kde.org/kdelibs/fa58b5a00540b4697bc11cacf66fedb1ba6d22ce *** Bug 326299 has been marked as a duplicate of this bug. *** |