Trying to add one tab externally adds the initial tabs as duplicates
In Preferences - Behavior - Tabs and Windows I have set
- Open new thunar instances as tabs
- Restore tabs on startup
In older versions, if I open a new location, e.g. typing in a terminal:
> thunar ~
then just that one new tab would be added to the Thunar window.
Now (4.19.2) it opens not only that tab, but also the tabs that were restored at the start.
E.g. if I previously closed the window with tabs
location-1
location-2
and starting Thunar again it opens
location-2
location-1
(the same tabs though in the reverse order), after I add thunar ~
, the tabs should be with only one new tab added:
location-2
location-1
~
Instead Thunar adds the starting tabs once again, creating unwanted duplicates:
location-2
location-1
~
location-2
location-1
(or maybe if the focus was on location-2
:
location-2
~
location-2
location-1
location-1