We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a099d + 5f2e6df commit 53eaf5dCopy full SHA for 53eaf5d
scriptmodules/supplementary/chromium.sh
@@ -33,10 +33,10 @@ function configure_chromium() {
33
#!/bin/bash
34
xset -dpms s off s noblank
35
matchbox-window-manager -use_titlebar no &
36
-/usr/bin/chromium-browser
+/usr/bin/chromium-browser "\$@"
37
_EOF_
38
chmod +x "$md_inst/chromium.sh"
39
40
- addPort "$md_id" "chromium" "Chromium - Open Source Web Browser" "XINIT: $md_inst/chromium.sh"
+ addPort "$md_id" "chromium" "Chromium - Open Source Web Browser" "XINIT: $md_inst/chromium.sh %ROM%"
41
mv "$md_conf_root/$md_id" "$md_conf_root/ports"
42
-}
+}
0 commit comments