We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5317b28 commit e22276dCopy full SHA for e22276d
1 file changed
usr/lib/webapp-manager/common.py
@@ -284,6 +284,7 @@ def get_exec_string(self, browser, codename, custom_parameters, icon, isolate_pr
284
firefox_profile_path = os.path.join(firefox_profiles_dir, codename)
285
exec_string = ("sh -c 'XAPP_FORCE_GTKWINDOW_ICON=\"" + icon + "\" " + browser.exec_path +
286
" --class WebApp-" + codename +
287
+ " --name WebApp-" + codename +
288
" --profile " + firefox_profile_path +
289
" --no-remote ")
290
if privatewindow:
0 commit comments