Guest User

Mint 18.1 Multi-Monitor Desktop icons workaround

a guest
Apr 2nd, 2017
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. # Disables and then re-enables desktop icons in order to force refresh.
  4. # This is a workaround for a known bug dealing with multi-monitor configurations.
  5. # https://bugs.launchpad.net/linuxmint/+bug/1650977
  6.  
  7. gsettings set org.nemo.desktop show-desktop-icons false
  8. gsettings set org.nemo.desktop show-desktop-icons true
Advertisement
Add Comment
Please, Sign In to add comment