Skip to content

Commit 0df36f1

Browse files
Jan200101sfan5
authored andcommitted
Remove PrefersNonDefaultGPU from desktop file
1 parent a817fdf commit 0df36f1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

misc/AppImageBuilder.yml

-2
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

+1-1
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)