linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.56k stars 742 forks source link

[Feature request] Add 'Refresh' to the desktop context menu #4449

Closed tomoe-musashi closed 8 years ago

tomoe-musashi commented 9 years ago

as title.

kelebek333 commented 9 years ago

Could you manually add as following.

First install xdotool

sudo apt-get install xdotool

Then run following command

sudo gedit /usr/share/nemo/actions/nemo-refresh.nemo_action

And paste following lines to nemo-refresh.nemo_action and save it.

[Nemo Action]

Name=Refresh

Comment=Nemo Refresh

Exec=xdotool key ctrl+r

Selection=None

Extensions=any;

Icon-Name=view-refresh

Name[tr]=Tazele

Finally refresh Nemo file manager

nemo -q nemo -n &

tomoe-musashi commented 9 years ago

thank you anyway. we can find refresh button in the nemo's menu bar, but not on the desktop. please consider ship it by default.

ondrejkolin commented 9 years ago

@tomoe-musashi Why you need refresh? If you create in desktop location a file (from Nemo's window) it appears on desktop, so where is the problem?

Imho long menu on rightclicked desktop is pretty ugly

mtwebster commented 9 years ago

F5 still works on the desktop to refresh

Vahan86 commented 8 years ago

@tomoe-musashi, could you please explain why we need "Refresh" in desktop context menu?

JosephMcc commented 8 years ago

https://github.com/linuxmint/nemo/issues/1048