1. 30 Dec, 2023 1 commit
    • Reilly Brogan's avatar
      Fix Wayland appId · cb4b4f3d
      Reilly Brogan authored
      On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension.
      
      Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards.
      cb4b4f3d
  2. 26 Dec, 2023 8 commits
  3. 25 Dec, 2023 5 commits
  4. 24 Dec, 2023 1 commit
  5. 23 Dec, 2023 9 commits
  6. 22 Dec, 2023 5 commits
  7. 21 Dec, 2023 7 commits
  8. 20 Dec, 2023 4 commits