Skip to content
Snippets Groups Projects
  1. Dec 30, 2023
    • 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.
  2. Dec 26, 2023
  3. Dec 25, 2023
  4. Dec 24, 2023
  5. Dec 23, 2023
  6. Dec 22, 2023
  7. Dec 21, 2023
  8. Dec 20, 2023
Loading