Remove PrefersNonDefaultGPU from desktop file (#16095)
This commit is contained in:
parent
a817fdffd2
commit
dca88be81d
@ -56,5 +56,3 @@ script: |
|
|||||||
# Is a backup icon location in case
|
# Is a backup icon location in case
|
||||||
mkdir -p AppDir/usr/share/luanti/misc
|
mkdir -p AppDir/usr/share/luanti/misc
|
||||||
cp AppDir/usr/share/icons/hicolor/128x128/apps/luanti.png AppDir/usr/share/luanti/misc/luanti-xorg-icon-128.png
|
cp AppDir/usr/share/icons/hicolor/128x128/apps/luanti.png AppDir/usr/share/luanti/misc/luanti-xorg-icon-128.png
|
||||||
# Validation issues
|
|
||||||
sed -i '/PrefersNonDefaultGPU/d' AppDir/usr/share/applications/org.luanti.luanti.desktop
|
|
||||||
|
@ -7,7 +7,7 @@ Comment[fr]=Plate-forme de jeu multijoueurs à base de blocs
|
|||||||
Exec=luanti
|
Exec=luanti
|
||||||
Icon=luanti
|
Icon=luanti
|
||||||
Terminal=false
|
Terminal=false
|
||||||
PrefersNonDefaultGPU=true
|
# Note: don't add PrefersNonDefaultGPU here, see #16095
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;Simulation;
|
Categories=Game;Simulation;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user