https://bugs.kde.org/show_bug.cgi?id=417730

--- Comment #2 from tagwer...@innerjoin.org ---
Yes, seems to be the case.

With an strace:
    strace -o trace -t -f /usr/bin/dolphin tags:/mytag

and looking for the exec:
   grep gwenview trace | grep exec

I get:
   3128  08:40:15 execve("/usr/bin/gwenview", ["/usr/bin/gwenview",
"/home/test/Pictures/2020-02-10/i"...], 0x56373a8ce270 /* 63 vars */ 
<unfinished ...>

If I launch gwenview from the command line:

    gwenview Pictures/2020-02-10/image1.png

displays "image1.png" and the next image is the next image in the
"Pictures/2020-02-10" folder and

    gwenview tags:/mytag/image1.png

displays "image1.png" and the next image is the next image in the "mytag" tag
folder.

So yes, gwenview on its own works as expected.

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

Reply via email to