Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- # Disables and then re-enables desktop icons in order to force refresh.
- # This is a workaround for a known bug dealing with multi-monitor configurations.
- # https://bugs.launchpad.net/linuxmint/+bug/1650977
- gsettings set org.nemo.desktop show-desktop-icons false
- gsettings set org.nemo.desktop show-desktop-icons true
Advertisement
Add Comment
Please, Sign In to add comment