~wifixers/wifix/0.3

« back to all changes in this revision

Viewing changes to wifixui_qt.py

  • Committer: Samuel A. Dieck K.
  • Date: 2010-08-21 04:00:22 UTC
  • mfrom: (98.1.2 wifix)
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: sam.dieck@gmail.com-20100821040022-x47rpw6mw1ar7rmu
merge from kdesudo fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        return driver_options_array
59
59
 
60
60
    def check_programs(self):
61
 
        return self.program_exists("echo") and self.program_exists("grep") and self.program_exists("id") and self.program_exists("kdesu") and self.program_exists("lshw") and self.program_exists("lspci") and self.program_exists("lsusb") and self.program_exists("sed") and self.program_exists("zenity")
 
61
        return self.program_exists("echo") and self.program_exists("grep") and self.program_exists("id") and (self.program_exists("kdesu") or self.program_exists("kdesudo")) and self.program_exists("lshw") and self.program_exists("lspci") and self.program_exists("lsusb") and self.program_exists("sed") and self.program_exists("zenity")
62
62
 
63
63
    def close_application(self):
64
64
        self.close()