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?
Asked
Active
Viewed 378 times
1 Answers
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