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

Run first C# Program in ubuntu and create linux command

Got it — here’s how to go from zero to running C# on Linux in a clean, beginner-friendly way. 1. Install .NET SDK The .NET SDK is ...