commit ecb20ec407a7f64d003319d92cb922fe8a863183
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Aug 20 15:13:13 2022 +0200
Fix QT_QPA_PLATFORM env variables
ppsspp-qt-wayland.desktop | 2 +-
ppsspp-qt.desktop | 2 +-
ppsspp.spec | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ppsspp-qt-wayland.desktop b/ppsspp-qt-wayland.desktop
index 799065c..0f3541f 100644
--- a/ppsspp-qt-wayland.desktop
+++ b/ppsspp-qt-wayland.desktop
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Terminal=false
Name=PPSSPP Qt for Wayland
-Exec=env QT_QPA_PLATFORM=xcb /usr/bin/PPSSPPQt
+Exec=env QT_QPA_PLATFORM=wayland /usr/bin/PPSSPPQt
Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
diff --git a/ppsspp-qt.desktop b/ppsspp-qt.desktop
index be7cf91..6b69a53 100644
--- a/ppsspp-qt.desktop
+++ b/ppsspp-qt.desktop
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Terminal=false
Name=PPSSPP Qt
-Exec=/usr/bin/PPSSPPQt
+Exec=env QT_QPA_PLATFORM=xcb /usr/bin/PPSSPPQt
Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
diff --git a/ppsspp.spec b/ppsspp.spec
index d7b31ec..67e4615 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -74,7 +74,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.13.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL:
https://www.ppsspp.org/
@@ -421,6 +421,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sat Aug 20 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.1-2
+- Fix QT_QPA_PLATFORM env variables
+
* Tue Aug 09 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.1-1
- Release 1.13.1 including bundled FFMpeg-3.0.2