Skip to content

Commit c2f9c63

Browse files
grivkeesclaude
authored andcommitted
Rename chromium-browser to chromium, package was renamed in latest Raspbian
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fbad3f8 commit c2f9c63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/modules/fullpageos/filesystem/opt/custompios/scripts/start_chromium_browser

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ flags=(
1616
)
1717

1818
# Standard behavior - runs chromium
19-
chromium-browser "${flags[@]}" --app=$(/opt/custompios/scripts/get_url)
19+
chromium "${flags[@]}" --app=$(/opt/custompios/scripts/get_url)
2020
exit;
2121

2222
# Remove the two lines above to enable signage mode - refresh the browser whenever errors are seen in log
2323

24-
chromium-browser --enable-logging --log-level=2 --v=0 "${flags[@]}" --app=$(/opt/custompios/scripts/get_url) &
24+
chromium --enable-logging --log-level=2 --v=0 "${flags[@]}" --app=$(/opt/custompios/scripts/get_url) &
2525

2626
export logfile="/home/$(id -nu 1000)/.config/chromium/chrome_debug.log"
2727

src/modules/fullpageos/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ apt-get -y --force-yes install git screen checkinstall avahi-daemon libavahi-com
3838

3939
if [ "$FULLPAGEOS_INCLUDE_CHROMIUM" == "yes" ]
4040
then
41-
apt-get install -y --force-yes chromium-browser
41+
apt-get install -y --force-yes chromium
4242
sed -i 's@%BROWSER_START_SCRIPT%@/opt/custompios/scripts/start_chromium_browser@g' /opt/custompios/scripts/run_onepageos
4343
fi
4444

0 commit comments

Comments
 (0)