Linux Programmer | RHCE | RHCSA

Search This Blog

Friday, 20 January 2017

refresh icons on pcmanfm desktop

sometimes new created icons are not showing on pcmanfm desktop

1. craete file /path/to/script/refresh.sh

#!/bin/sh
pcmanfm --desktop-off
pcmanfm --desktop --profile LXDE &

2. chmod +x /path/to/script/refresh.sh

Double click on script, the items on desktop is now displaying.

No comments:

Post a Comment

SSH not working with password after upgrade ubuntu 22.04 or above

In recent upgrade of ubuntu 22.04 and above we are not able to login server with SSH password. but when we try to login with key then it all...