2

I am using ubuntu mate 20.04.
Whenever pluma is open and I want to edit another file it opens on a new tab on the already opened editor.
How can I force it to open on a new window instead?

obaino
  • 328

1 Answers1

2

Edit /usr/share/applications/pluma.desktop
and change Exec=pluma %U
to Exec=pluma %U --new-window

the solution was provided by this forum.

obaino
  • 328