Score:2

open a new window using middle click on icons on Dock

co flag

I just installed Ubuntu 22.04 and Nemo.

How to make it open a new Nemo's window when I middle click the icon on the Dock?

It works for nautilus.

Thanks a lot

Score:1
co flag

This happens because the Nemo's .desktop file lacks a "new-window" action.

Fix this by cloning the .desktop file to your user home, then replace the open-home action. e.g. from a terminal run:

mkdir --parents ~/.local/share/applications/
cp /usr/share/applications/nemo.desktop ~/.local/share/applications/
nano ~/.local/share/applications/nemo.desktop

Then Find this text:

Actions=open-home;open-computer;open-trash;

[Desktop Action open-home]
Name=Home

And change it to:

Actions=new-window;open-computer;open-trash;

[Desktop Action new-window]
Name=New Window

Save, Log out and back in again.

Julien Chau avatar
ca flag
This work not perfectly (in june 2023) but the idea is very good. . Personally i made a copy of the nemo.desktop and have placed it on the desktop page.I made the changes there. When i want a second, or third etc. window i use this one.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.