each time I save a file with firefox and click on 'display progress of ongoing downloads' on the top right part of the browser and click to open the containing directory, debian opens the directory, but in a new tunar window, not in a new tab in a pre existing thunar window.
It's tiring working with so many open windows. Better one window and several tabs.
6 Comments
InverseParallax@lemmy.world · 7 pts · 1y
https://forums.linuxmint.com/viewtopic.php?t=244076
Alternately:
https://forum.xfce.org/viewtopic.php?id=16993
xfconf-query -c thunar -p /misc-open-new-window-as-tab -s true && thunar ~/Downloads
boredsquirrel@slrpnk.net · 5 pts · 1y
Ephera@lemmy.ml · 6 pts · 1y
Firefox won't be able to do this without Thunar supporting it, but someone else already posted that Thunar does support it.
boredsquirrel@slrpnk.net · 2 pts · 1y
Yeah sorry this is about the used filemanager.
In KDE I have set Konsole, Dolphin and Okular to always only open tabs. Really nice, not always self explanatory
boredsquirrel@slrpnk.net · 2 pts · 1y
These are a ton of likes for a totally wrong comment XD
Ziglin@lemmy.world · 1 pts · 1y
I would say it's about thunar configuration or URL handler configs more than anything. The other comment has what looks like a good solution for x11, no idea if it works on Wayland though.
defragmenteur@lemmy.world · 1 pts · 1y
CCRhode@lemmy.ml · 1 pts · 1y
This gets a bit messy. Here's a python code snippet that gives you some idea what I'm up to with my Debian/Gnome desktop:
In other words, in place of your browser invocation, you want a script that applies the -new-tab option to the browser invocation and you have to correct a bunch of Gnome configs, symlinks, and MimeTypes to get that to stick.
Ephera@lemmy.ml · 1 pts · 1y