cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.33k stars 209 forks source link

[BUG] fsearch opens new dolphin session while opening a folder #451

Closed soundsbeard closed 1 year ago

soundsbeard commented 1 year ago

Describe the bug in started to happen after some recent os update. while opening a folder, fsearch opens a duplicate session of a dolphin file manager instead of opening a folder in the new tab of the existing dolphin session.

To Reproduce

  1. open dolphin fm with few tabs
  2. open fsearch
  3. search for any folder
  4. double click on it

Expected behavior fsearch should open existing dolphin session and create there a new tab with desired folder

Screenshots https://i.imgur.com/vviGNIK.mp4

Desktop (please complete the following information):

Additional context

cboxdoerfer commented 1 year ago

Does the same happen when you open folders with the following command:

  1. gio open /usr/lib
  2. gio open /usr/share

and do you have Configure Dolphin -> Startup -> Open new folders in tabs enabled?

Otherwise this sounds like a bug in Dolphin.

soundsbeard commented 1 year ago

nd do you have Configure Dolphin -> Startup -> Open new folders in tabs enabled?

it was disabled. it seems that system update somehow changed dolphin config, bc i've been using fsearch+dolphin for years and it was enabled (i believe by default)

thank you for your help.