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.
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