We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2b6a6 commit 807efc0Copy full SHA for 807efc0
1 file changed
biglinux-webapps/usr/bin/big-webapps-exec
@@ -111,7 +111,7 @@ else
111
fi
112
113
if [[ "$profile" == "Browser" ]]; then
114
- $browser_exec --no-default-browser-check --app="$url" &
+ $browser_exec --no-default-browser-check --class="$class" --app="$url" &
115
else
116
$browser_exec --no-default-browser-check --class="$class" --user-data-dir="$HOME/.bigwebapps/$browser/$profile" --app="$url" &
117
0 commit comments