Skip to content

Commit e22276d

Browse files
authored
Update common.py (#255)
1 parent 5317b28 commit e22276d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

usr/lib/webapp-manager/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def get_exec_string(self, browser, codename, custom_parameters, icon, isolate_pr
284284
firefox_profile_path = os.path.join(firefox_profiles_dir, codename)
285285
exec_string = ("sh -c 'XAPP_FORCE_GTKWINDOW_ICON=\"" + icon + "\" " + browser.exec_path +
286286
" --class WebApp-" + codename +
287+
" --name WebApp-" + codename +
287288
" --profile " + firefox_profile_path +
288289
" --no-remote ")
289290
if privatewindow:

0 commit comments

Comments
 (0)