Changeset 5147
- Timestamp:
- Jun 13, 2017, 9:52:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-connect/trunk/fuentes/lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py
r5146 r5147 25 25 self.APPINDICATOR_ID = 'myappindicator' 26 26 self.ManagedConnection=None 27 28 os.chdir("/usr/share/lliurex-connect") 27 29 pass 28 30 … … 142 144 143 145 def cbXSDL(self, widget): 144 command="/usr/ bin/xserver.sh";146 command="/usr/xserver.sh"; 145 147 proc = subprocess.Popen([command], shell=True, stdout=subprocess.PIPE) 146 148 (out, err) = proc.communicate() … … 169 171 170 172 if (showConfig=='True'): 171 #os.system("./splash.py") 172 os.system("/usr/share/lliurex-connect/splash.py") 173 os.system("./splash.py") 173 174 pass 174 175
Note: See TracChangeset
for help on using the changeset viewer.