[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2022-07-31 Thread Serhiy Zahoriya
https://bugs.kde.org/show_bug.cgi?id=437176

Serhiy Zahoriya  changed:

   What|Removed |Added

 CC||serhiy@gmail.com

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-08-31 Thread Jason Tibbitts
https://bugs.kde.org/show_bug.cgi?id=437176

Jason Tibbitts  changed:

   What|Removed |Added

 CC||j...@tib.bs

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-08-18 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=437176

Peter Wu  changed:

   What|Removed |Added

 CC||pe...@lekensteyn.nl

--- Comment #7 from Peter Wu  ---
Setting a breakpoint on KIO::buildErrorString was unfortunately not that
helpful, it just pointed out that a error came from an external connection. Via
KIO::ConnectionPrivate::commandReceived it became clear that a
task.cmd=KIO::MSG_ERROR was received.

With "KDE_FORK_SLAVES=1" set, there was some more helpful output:

$ KDE_FORK_SLAVES=1 strace -ftto st.txt -s2000 okular
kf.baloo.engine: PostingDB::open MDB_NOTFOUND: No matching key/data pair
found
kf.baloo.engine: PositionDB::open MDB_NOTFOUND: No matching key/data pair
found
kf.baloo.engine: DocumentDB::open docterms MDB_NOTFOUND: No matching
key/data pair found
kf.baloo.engine: DocumentDB::open docfilenameterms MDB_NOTFOUND: No
matching key/data pair found
kf.baloo.engine: DocumentDB::open docxatrrterms MDB_NOTFOUND: No matching
key/data pair found
kf.baloo.engine: IdTreeDB::open MDB_NOTFOUND: No matching key/data pair
found
kf.baloo.engine: IdFilenameDB::open MDB_NOTFOUND: No matching key/data pair
found
kf.baloo.engine: DocumentTimeDB::open MDB_NOTFOUND: No matching key/data
pair found
kf.baloo.engine: DocumentDataDB::open MDB_NOTFOUND: No matching key/data
pair found
kf.baloo.engine: DocumentIdDB::open indexingleveldb MDB_NOTFOUND: No
matching key/data pair found
kf.baloo.engine: DocumentIdDB::open failediddb MDB_NOTFOUND: No matching
key/data pair found
kf.baloo.engine: MTimeDB::open MDB_NOTFOUND: No matching key/data pair
found
kf.baloo.engine: dbis is invalid
kf.kio.slaves.tags: tag fetch failed: "Failed to open the database"
kf.kio.slaves.tags: "tags:/" list() invalid url
kf.kio.core: "Could not enter folder tags:/."

On my system, I have baloo disabled. I can confirm that after "balooctl purge",
the error went away.

Environment:
Arch Linux
baloo 5.84.0-1
kio 5.84.0-2

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-08-04 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=437176

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-07-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437176

kalvd...@gmail.com changed:

   What|Removed |Added

 CC||kalvd...@gmail.com

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-07-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=437176

--- Comment #6 from Ahmad Samir  ---
FWIW, the debug message comes from KIO::buildErrorString(), so if you can run
dolphin under gdb, and create a breakpoint on that, we might be able to figure
what's triggering the message.

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437176

Nate Graham  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com,
   ||n...@kde.org
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=435586

--- Comment #5 from Nate Graham  ---
Possibly related to Bug 435586?

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-17 Thread Xavion
https://bugs.kde.org/show_bug.cgi?id=437176

--- Comment #4 from Xavion  ---
(In reply to Andreas Hartmetz from comment #3)

Yes, I can confirm that running "balooctl purge" fixes the problem.  Thanks for
letting us know about the workaround.

I will leave this ticket open as I imagine the developers may want to suppress
the dialog box (or revert the code) anyway.

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-17 Thread Andreas Hartmetz
https://bugs.kde.org/show_bug.cgi?id=437176

Andreas Hartmetz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ahartm...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #3 from Andreas Hartmetz  ---
Confirming. A few weeks ago I briefly had this problem as well but assumed that
it was just my problem due to something strange I may have done (or due to
running a new git master all the time).

At the time I made it go away by deleting either a Baloo data directory, data
file, or config file - I forgot which. But I guess a workaround isn't enough if
other people have the same problem.

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-17 Thread Xavion
https://bugs.kde.org/show_bug.cgi?id=437176

Xavion  changed:

   What|Removed |Added

 CC||xavio...@gmail.com

--- Comment #2 from Xavion  ---
(In reply to Maciej J . Woloszyk from comment #1)

Thanks for confirming.  I just want to concur that the same thing (with the KDE
file dialogs) is happening here.

I should also note that I have Baloo disabled (to keep CPU usage down on my old
[early-2014] machine).  I saw in a related ticket that this may have some
relevance.

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-17 Thread Maciej J . Woloszyk
https://bugs.kde.org/show_bug.cgi?id=437176

--- Comment #1 from Maciej J . Woloszyk  ---
Same here. And what's more annoying if any app tries to show any kde-related
file dialog (like opening or saving file in Chrome etc.) system first shows the
"Could not enter folder tags:/." error I have to close and then shows the
required dialog.

And after I downgrade kio package to kio-5.79.0-1 (the last one I have in
cache) error message goes away.

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

[frameworks-kio] [Bug 437176] I keep getting a "Could not enter folder tags:/." error dialog box (with this release)

2021-05-17 Thread Maciej J . Woloszyk
https://bugs.kde.org/show_bug.cgi?id=437176

Maciej J . Woloszyk  changed:

   What|Removed |Added

 CC||matof...@gmail.com

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