Easy installer: Only offer launcher creation if using GNOME

This commit is contained in:
Kiooeht 2011-05-29 09:50:47 -07:00
parent 66cb988cc0
commit d5b843af61

View file

@ -78,14 +78,14 @@ Of course you are!!! ::::D"
gnome = False;break
else:
print "herpaderp"
while 1:
shortcut = raw_input("Create launcher in home directory? [Y/n]: ")
if shortcut.lower() == "y" or shortcut == "":
shortcut = True;break
elif shortcut.lower() == "n":
shortcut = False;break
else:
print "u jelly?"
while 1:
shortcut = raw_input("Create launcher in home directory? [Y/n]: ")
if shortcut.lower() == "y" or shortcut == "":
shortcut = True;break
elif shortcut.lower() == "n":
shortcut = False;break
else:
print "u jelly?"
# do some shitty install
try: