double monitor = double desktop icons?

Please post all general support questions for LXDE here.
Locked
gian72
Posts: 1
Joined: Fri Jan 10, 2014 11:21 pm

double monitor = double desktop icons?

Post by gian72 »

Hi to all and first thanks to read this :)
So I've a simple dual monitor setup: one internal of the notebook and th other is via the VGA connector of the monitor.
All is ok. The only strange thing is that if I add an icon to the desktop (no matter the system used... linking or using the right click method "add to desktop" I have the same icon in the left side of the left monitor and another on the right side of the right monitor.
I can move the icons independently. If I delete an icon on the right or left monitor it disappears on the other monitor too.
How can I solve this problem?
Here my xrandrd command that I've put in autostart...

Code: Select all

#!/bin/sh
xrandr --output LVDS1 --mode 1280x800 --pos 0x100 --rotate normal --output TV1 --off --output DP1 --off --output VGA1 --mode 1440x900 --pos 1280x0 --rotate normal
Thanks for any suggestion! and please tell me if you need more info for solving this ;)
Regards, Gianluca
Locked