mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove PrefersNonDefaultGPU from desktop file (#16095)
This commit is contained in:
parent
a817fdffd2
commit
dca88be81d
2 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue