Skip to content

Commit 114e9f6

Browse files
committed
Remove --class from exec
1 parent 0a81aab commit 114e9f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

biglinux-webapps/usr/bin/big-webapps-exec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -111,8 +111,8 @@ else
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
118118
fi

0 commit comments

Comments
 (0)