Changeset 7146
- Timestamp:
- Apr 19, 2018, 9:03:41 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-gdrive/trunk/fuentes/lliurex-gdrive-indicator.install/usr/bin/lliurexGdriveIndicator
r7081 r7146 573 573 574 574 mountpoint=self.profiles_info[profile]["mountpoint"] 575 cmd=" caja" + mountpoint.encode("utf-8")575 cmd="xdg-open " + mountpoint.encode("utf-8") 576 576 577 577 os.system(cmd)
Note: See TracChangeset
for help on using the changeset viewer.