Drag & Drop not working correctly on 2 monitor setup

Found a problem with my 2-monitor setup in Linux. Right now I’m testing some stuff and want to attach an object to one of my scripts (in an empty GameObject). Where under Windows I’d select the GameObject with the script and drag & drop the desired object to the GameObject on the 2nd monitor, under Linux this drag & drop is not working.

Instead of the Drag & Drop under Linux, I have to select the desired item manually with the ‘o’ button and search in the list of objects that match the desired object. And while in my test setup this is not a big deal, I fear for the day I’ll be making some real big project under Linux :smile:

PS. not sure about the missing meshes on the Game & Scene view. It might be something related to the driver and stuff I’ve done under Linux, because when I started the Linux machine and Unity, all was looking normally. Will keep an eye on this problem and if it’s a bug that I can pin down I’ll report it as well :wink:

PPS. Running Unity 5.3.4f1 to match the version I’m using under Windows

Trying to drop a script into an object on the same monitor and that’s not working either. Looks like Drag & Drop needs some more work under Linux :wink:

[EDIT]
Trying to make a prefab resource now from an object and that’s not working when dropping it in the view window of the directory (left monitor, right window under PROJECT). I can drop it to the directory name (left window under PROJECT) to make the prefab.

Same problem here.
Kinda makes the whole engine unusable.

That resource drop I posted in my previous message under [EDIT] works one time and the other time it doesn’t. Very annoying when programming under Linux. Good thing I’m just testing things right now with server<>client communication so it’s no real big deal right now. But I certainly hope it’ll get fixed SOON™ so that I can use the Linux client for actual server programming…