Using gksudo instead of pkexec, fixed readme

This commit is contained in:
crt0mega 2018-06-13 18:13:27 +02:00
parent 275936a346
commit 30a2d8bfd1
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,9 @@
#MCLK_DOWN_HYST MCLK_ACTIVE_LEVEL"
if [ "$(id -u)" != "0" ]; then
pkexec $0
#pkexec $0
gksudo $0
exit
fi
CARD="card0"

View File

@ -6,6 +6,8 @@ Trigger warning: Most of them need "zenity" to be installed.
- games/witcher-2-import
- Creates a symlink to your The Witcher savegames, allowing the Linux version of The Witcher 2 to import these.
- hardware/zwattman.sh
- Simple Zenity GUI for changing Wattman settings on Kernel 4.17+
- playonlinux/pol-steamhelp
- Provides a simple GUI to install Steam games via AppID in PlayOnLinux "Virtual Drives".