Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 17411  / 3 Years ago, tue, october 12, 2021, 7:12:00

I'm new to Ubuntu 13.04. I want a 'refresh' option, like in Windows when you right click on desktop. Can anyone help me to get that option in Ubuntu?


More From » nautilus

 Answers
2

You can try to install the old nautilus python script for Ubuntu 12.04 (nautilus-refresh) from the dr3mro/nautilus-actions-extra PPA. (Dr. Amr Osman).




  1. Open a Terminal window and type the following to install the necessary packages.



    sudo apt-get install python-nautilus xautomation wget

  2. Create a folder to download the deb package.



    mkdir ~/Downloads/refresh
    cd ~/Downloads/refresh

  3. Download the nautilus-refresh_0.6~ppa1-0~11~precise1_all.deb package from Launchpad.



    wget https://launchpad.net/~dr3mro/+archive/nautilus-actions-extra/+files/nautilus-refresh_0.6~ppa1-0~11~precise1_all.deb

  4. If you are running Ubuntu 13.04 64-bit.. create the following soft link.



    sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/libpython2.7.so.1.0


    NOTE:: If you are running 32-bit you can skip the step 4.


  5. Intall the deb package.



    sudo dpkg -i nautilus-refresh_0.6~ppa1-0~11~precise1_all.deb

  6. Finally you can logout and login to see the changes.




Result:



enter image description here



enter image description here


[#29512] Thursday, October 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dicatandyca

Total Points: 486
Total Questions: 108
Total Answers: 121

Location: Greenland
Member since Wed, Jan 18, 2023
1 Year ago
;