From 11220890949eae6ff55d6b88649740a3a0579c47 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:21:24 +0200 Subject: [PATCH 1/5] fixed Chrome call --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index 24a694b8..64f4368c 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which chrome 2>/dev/null\` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"
From 424a8ebde8aa023bd21f1a4a4d085c6cc13108ff Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:41:13 +0200 Subject: [PATCH 2/5] Update main.js --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index 64f4368c..a63ed3ef 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"
From 359b2c4ae3eb01e091cba3df09b4ce7df6c107b5 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:43:52 +0200 Subject: [PATCH 3/5] Update main.js --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index a63ed3ef..9641bf75 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"
From f3869da1947507fe07e994164938333a5353a732 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:44:55 +0200 Subject: [PATCH 4/5] Update main.js --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index 9641bf75..bba019ff 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"
From 2e9d1cca9a41efce8f0bf4eb660e1a3117b11e22 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:48:57 +0200 Subject: [PATCH 5/5] Update main.js --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index bba019ff..ac6cf3fc 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome\` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"