marxjohnson / btsyncindicator

Bittorrent Sync indicator for linux desktops
GNU Lesser General Public License v3.0
41 stars 5 forks source link

Fix 'Open in File Browser' for directories containing spaces #48

Closed rmiceli closed 10 years ago

rmiceli commented 10 years ago

Selecting "Open in File Browser" for a btsync folder containing spaces fails to open. For example the directory /home/rob/VirtualBox VMs/Windows gives the error:

xdg-open: unexpected argument 'VMs/Windows'

using subprocess.call() instead of os.system() fixes this problem for me.