picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.67k stars 333 forks source link

[GTK] isprimary check always saying false. #2421

Closed Miepee closed 1 year ago

Miepee commented 1 year ago

Expected Behavior

It should say that my primary screen is the primary

Actual Behavior

All screens say they're not the primary window. shouldnt be a wayland issue, as wayland (now) does support a primary screen

Steps to Reproduce the Problem

  1. Open Screen test on eto.test

    Specifications

    • Version: 2.7.3
    • Platform(s): GTK
    • Operating System(s): Arch Linux
cwensley commented 1 year ago

This simply calls GTK's Gdk.Monitor.IsPrimary API here so this isn't an Eto issue.

Miepee commented 1 year ago

Since it's an upstream issue then, I'll close this as invalid.