the script im using in order to run the game is Code: #!/bin/bash cd /home/spypower/.wine/drive_c/Program\ Files/Anarchy\ Online/ WINEPREFIX="/home/spypower/.ies4linux/ie6" sudo schedtool -a 0xf -e nice -20 wine "Anarchy.exe" but nice needs also sudo command and in order to open the virtual window needs also sudo. Is there a way to eliminate sudo from nice and virtual window needs?