Using Ubuntu 21.04 with pure Gnome Shell 3.38.
Consider this example scenario: I have 2 workspaces open, workspace-1 and workspace-2. In workspace-2, the Gedit app is open. In workspace-1, the Gedit app is not open.
While in workspace-1, I enter Nautilus app and double-click on a saved Gedit text file. Gedit opens the file but auto-moves to workspace-2 to present the opened file. WTHeck! Why isn't it opening Gedit in the workspace I am in? What is the point of workspaces if you can't create the stuff you want to work with in that workspace?
gedit --new-window filename.txt
orgedit -s filename.txt
? – raj Oct 31 '21 at 14:59gedit --new-window filename
does open in a new window, but this is not the expected behaviour. The behaviour should be "new-window" if "there is not another open window in the present workspace". If it is not a bug, it is a very bad design. – Davide Sangalli Dec 02 '22 at 08:53Managed by GNOME Multitasking's application switcher
. However underSettings --> Multitasking
there is not an option to isolate workspaces ... – Davide Sangalli Dec 02 '22 at 09:24