Xorg
Xorg
Posted Mar 16, 2007 2:46 UTC (Fri) by njs (subscriber, #40338)In reply to: Xorg by vmole
Parent article: RSDL hits a snag
> exec nice -5 "$@"
I believe you mean:
exec nice -5 "$0" "$@"
> exec nice -5 "$@"
I believe you mean:
exec nice -5 "$0" "$@"
Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds