Skip to content

Commit 07c2896

Browse files
authored
Set Terminal to false in desktop entry
Simple change, ran into this issue as AppImageLauncher would not pop up to integrate the AppImage into the system if Terminal is set to true
1 parent f04e32c commit 07c2896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/pcsx-redux.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=PCSX-Redux
33
Exec=/usr/bin/pcsx-redux
44
Icon=pcsx-redux
5-
Terminal=true
5+
Terminal=false
66
Type=Application
77
Categories=Game;Emulator
88
X-KDE-RunOnDiscreteGpu=true

0 commit comments

Comments
 (0)