View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#11
Originally Posted by D-Iivil View Post
Holy smoke! It's working Kudos to you guys!

Edit: only "downside" is that zenity window is ugly when it's ran by root (uses GTK default graphics instead of Hildon), but I guess there's nothing that can be done?
I forgot that HAM runs stuff with sudo and not with "root" (for some reason there's a difference in variables(?)), change it to
Code:
run-standalone.sh zenity --question --text="Install custom transitions?" --ok-label=Yes
I'll check the script in a bit.