#940602 mate-desktop: multi-monitor has icons misplaced and not on the screen with the panels

#940602#5
Date:
2019-09-17 17:02:02 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?
   I have a secondary monitor left of the main monitor.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
	 panels are on the (right) main monitor , icons are on the left monitor
	 run this script :
#!/bin/bash
# $0 moves Icons to the other screen

wmctrl -r ${WINDOW_SHORT} -b remove,maximize_vert,maximize_horz
wmctrl -r ${WINDOW_SHORT} -e 400,1440,30,1024,770
wmctrl -r ${WINDOW_SHORT} -b add,maximize_vert,maximize_horz
   * What was the outcome of this action?
   Icons are on the (right) main panel
   however ; script must be run manually and not automatically
   * What outcome did you expect instead?
   have the Icons automatically in the correct place

#940602#10
Date:
2019-09-18 06:08:24 UTC
From:
To:
Hi,

I'll ping the upstream devs to see what they think about this. I have
also made the above observation, and found it obscure from time to
time, but never really bothered.

Let's see what upstream thinks about it.

Mike

#940602#19
Date:
2019-09-19 10:28:25 UTC
From:
To:
Hi

I missed to copy one important line in the script


WINDOW_SHORT=x-caja-desktop

#940602#24
Date:
2023-06-16 16:43:45 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***