Bug 26951: Fix execdesktop argument passing
Prior to this change, arguments with spaces were flattened, so running ./start-tor-browser.desktop --search "hello world" would be converted to ./start-tor-browser.desktop --search hello world opening up two windows, one search for "hello" and one trying to connect to http://world Fixes #18022 as well.
Please register or sign in to comment