File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ if echo $filename | grep -q '\-BigWebApp' && [[ $XDG_SESSION_TYPE == 'wayland' ]
9494 # Wait to system detect updated icon
9595 sleep 2
9696 if [[ " $profile " == " Browser" ]]; then
97- $browser_exec --no-default-browser-check --class= " $class " -- app=" $url " &
97+ $browser_exec --no-default-browser-check --app=" $url " &
9898 else
99- $browser_exec --no-default-browser-check --class= " $class " -- user-data-dir=" $HOME /.bigwebapps/$browser /$profile " --app=" $url " &
99+ $browser_exec --no-default-browser-check --user-data-dir=" $HOME /.bigwebapps/$browser /$profile " --app=" $url " &
100100 fi
101101
102102 sleep 2
111111 fi
112112
113113 if [[ " $profile " == " Browser" ]]; then
114- $browser_exec --no-default-browser-check --class= " $class " -- app=" $url " &
114+ $browser_exec --no-default-browser-check --app=" $url " &
115115 else
116- $browser_exec --no-default-browser-check --class= " $class " -- user-data-dir=" $HOME /.bigwebapps/$browser /$profile " --app=" $url " &
116+ $browser_exec --no-default-browser-check --user-data-dir=" $HOME /.bigwebapps/$browser /$profile " --app=" $url " &
117117 fi
118118fi
You can’t perform that action at this time.
0 commit comments