aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-opengl-game.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/allow-opengl-game.inc')
-rw-r--r--etc/inc/allow-opengl-game.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/allow-opengl-game.inc b/etc/inc/allow-opengl-game.inc
index 5d2d6c5c1..5ec227348 100644
--- a/etc/inc/allow-opengl-game.inc
+++ b/etc/inc/allow-opengl-game.inc
@@ -2,6 +2,12 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include allow-opengl-game.local 3include allow-opengl-game.local
4 4
5# Explanation: Fedora (and maybe others) install a .desktop file that uses
6# `Exec=foo-wrapper` instead of `Exec=foo`. Each /usr/bin/foo-wrapper is a
7# symlink to /usr/bin/opengl-game-wrapper.sh, which checks hardware
8# acceleration and then starts the game or notifies the user that there is a
9# problem.
10
5noblacklist ${PATH}/bash 11noblacklist ${PATH}/bash
6whitelist /usr/share/opengl-games-utils/opengl-game-functions.sh 12whitelist /usr/share/opengl-games-utils/opengl-game-functions.sh
7private-bin basename,bash,cut,glxinfo,grep,head,sed,zenity 13private-bin basename,bash,cut,glxinfo,grep,head,sed,zenity