[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-06-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #14 from [email protected] ---
Checked on Neon Unstable:
Plasma 5.25.80
Frameworks: 5.95.0
and it behaves as it should - Many thanks!

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-06-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449126

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.95

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-06-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/baloo/commit/bfc96ab
   ||d55a196a028967f9c69c28b1080
   ||c304c9
 Resolution|--- |FIXED

--- Comment #13 from Méven Car  ---
Git commit bfc96abd55a196a028967f9c69c28b1080c304c9 by Méven Car.
Committed on 02/06/2022 at 10:03.
Pushed by meven into branch 'master'.

tag:/ better handle uds name field

Break the loop in stat since the first element is "." or the file.

M  +8-1src/kioslaves/tags/kio_tags.cpp

https://invent.kde.org/frameworks/baloo/commit/bfc96abd55a196a028967f9c69c28b1080c304c9

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-06-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #12 from Méven Car  ---
(In reply to tagwerk19 from comment #11)
> (In reply to Méven Car from comment #10)
> > (In reply to tagwerk19 from comment #9)
> > > ... and test with real world data.
> > 
> > Only on neon with the same versions for the rest of the system.
> 
> OK, rather than copy the compiled code to other systems, I've copied "bits"
> of my real world data to the dev system. It seems, as far as I can tell, to
> behave as it should.

I tested it myself back when I wrote the back and since you confirm it works as
expected, I am merging the patch.

Thank you for testing !

> 
> I notice the issue has propagated downstream, visible in F35 and F36

That’s the way with regressions. Next version will fix it.

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-06-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #11 from [email protected] ---
(In reply to Méven Car from comment #10)
> (In reply to tagwerk19 from comment #9)
> > ... and test with real world data.
> 
> Only on neon with the same versions for the rest of the system.

OK, rather than copy the compiled code to other systems, I've copied "bits" of
my real world data to the dev system. It seems, as far as I can tell, to behave
as it should.

I notice the issue has propagated downstream, visible in F35 and F36

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-05-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #10 from Méven Car  ---
(In reply to tagwerk19 from comment #9)
> (In reply to Méven Car from comment #8)
> >  if `ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so` returns a 
> > file.
> Did the testing in Neon Developer, I'm assuming this will give "fewest
> surprises"...
> 
> Yes, the /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so is updated, I
> think I'm happy with the install on the dev system. I'm not sure about
> whether it is OK to copy this file to other systems (Neon User? Fedora 35?)
> and test with real world data.

Only on neon with the same versions for the rest of the system.

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #9 from [email protected] ---
(In reply to Méven Car from comment #8)
>  if `ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so` returns a 
> file.
Did the testing in Neon Developer, I'm assuming this will give "fewest
surprises"...

Yes, the /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so is updated, I
think I'm happy with the install on the dev system. I'm not sure about whether
it is OK to copy this file to other systems (Neon User? Fedora 35?) and test
with real world data.

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-04-30 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #8 from Méven Car  ---
(In reply to tagwerk19 from comment #7)
> (In reply to Méven Car from comment #6)
> > ... it implies compiling and installing baloo.
> "Following Recipes" is sometimes possible and occasionally even works 8-]
> 
> So...
> 
> Installed Neon Developer (in a KVM guest)
> 
> sudo pkcon refresh
> sudo pkcon update
> sudo pkcon install liblmdb-dev
> 
> mkdir baloo-env
> cd baloo-env
> 
> git clone -b bug-449126 https://invent.kde.org/meven/baloo
> 
> cmake baloo
> 
> make -j4
> 
> sudo make install
> 
> and reboot and test.
> 
> I get some compile warnings but the "original" tests seem to behave. Thanks!
> 
> What I'm not sure about is how to cleanly copy/install the patched baloo to
> the "real world".

Great to see you can help me test things, thank you for your effort.

You have to replace your cmake command by `cmake -DCMAKE_INSTALL_PREFIX=/usr
baloo` and `sudo make install` then logout/login again.

Although since I don't know your distro the CMAKE_INSTALL_PREFIX might be
something else in your case, this one is valid at least in
debian/(k)ubuntu/neon.
You can confirm if this is right value if `ls -l
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/tags.so` returns a file.

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #7 from [email protected] ---
(In reply to Méven Car from comment #6)
> ... it implies compiling and installing baloo.
"Following Recipes" is sometimes possible and occasionally even works 8-]

So...

Installed Neon Developer (in a KVM guest)

sudo pkcon refresh
sudo pkcon update
sudo pkcon install liblmdb-dev

mkdir baloo-env
cd baloo-env

git clone -b bug-449126 https://invent.kde.org/meven/baloo

cmake baloo

make -j4

sudo make install

and reboot and test.

I get some compile warnings but the "original" tests seem to behave. Thanks!

What I'm not sure about is how to cleanly copy/install the patched baloo to the
"real world".

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-04-29 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #6 from Méven Car  ---
(In reply to tagwerk19 from comment #5)
> A kind and gentle
> ... Is this stuck and can I do anything?
> enquiry

I you manage to test the patch and confirm it works, that' would be helpful.
But It might be too much to ask of you if you are not technical, since it
implies compiling and installing baloo.
It worked when I made it, but on the machine I am using currently tags:/ does
not work.
Other than that I need some review or some time to test it again.

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #5 from [email protected] ---
A kind and gentle
... Is this stuck and can I do anything?
enquiry

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/baloo/-/merge_requests/76

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449126

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/baloo/-/merge_requests/75

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449126

Nate Graham  changed:

   What|Removed |Added

 CC||[email protected]

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449126

Nate Graham  changed:

   What|Removed |Added

 CC||[email protected]

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-31 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=449126

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||[email protected]

--- Comment #2 from Méven Car  ---
I reproduce it most likely a regression from
https://invent.kde.org/frameworks/baloo/-/merge_requests/72

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

--- Comment #1 from [email protected] ---
Created attachment 145920
  --> https://bugs.kde.org/attachment.cgi?id=145920&action=edit
Hierarchical Tag as listed under "Places" and in "All Tags" panel

Shown as "Parent" under "Places" but "Child" in the "All tags" panel

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

[dolphin] [Bug 449126] Dolphin "All Tags" Panel shows incorrect Tag Display names

2022-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449126

[email protected] changed:

   What|Removed |Added

   Keywords||regression

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