Skip to content

Commit dca88be

Browse files
authored
Remove PrefersNonDefaultGPU from desktop file (#16095)
1 parent a817fdf commit dca88be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

misc/AppImageBuilder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@ script: |
5656
# Is a backup icon location in case
5757
mkdir -p AppDir/usr/share/luanti/misc
5858
cp AppDir/usr/share/icons/hicolor/128x128/apps/luanti.png AppDir/usr/share/luanti/misc/luanti-xorg-icon-128.png
59-
# Validation issues
60-
sed -i '/PrefersNonDefaultGPU/d' AppDir/usr/share/applications/org.luanti.luanti.desktop

misc/org.luanti.luanti.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Comment[fr]=Plate-forme de jeu multijoueurs à base de blocs
77
Exec=luanti
88
Icon=luanti
99
Terminal=false
10-
PrefersNonDefaultGPU=true
10+
# Note: don't add PrefersNonDefaultGPU here, see #16095
1111
Type=Application
1212
Categories=Game;Simulation;
1313
StartupNotify=false

0 commit comments

Comments
 (0)