remove old fullscreens

This commit is contained in:
thelamer 2024-02-10 17:21:02 -08:00
parent 316debd07d
commit efa6e8dc08
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ RUN \
fi && \
apk add --no-cache \
firefox==${FIREFOX_VERSION} && \
sed -i 's|</applications>| <application title="Mozilla Firefox" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** default firefox settings ****" && \
FIREFOX_SETTING="/usr/lib/firefox/browser/defaults/preferences/firefox.js" && \
echo 'pref("datareporting.policy.firstRunURL", "");' > ${FIREFOX_SETTING} && \

View File

@ -22,7 +22,6 @@ RUN \
fi && \
apk add --no-cache \
firefox==${FIREFOX_VERSION} && \
sed -i 's|</applications>| <application title="Mozilla Firefox" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** default firefox settings ****" && \
FIREFOX_SETTING="/usr/lib/firefox/browser/defaults/preferences/firefox.js" && \
echo 'pref("datareporting.policy.firstRunURL", "");' > ${FIREFOX_SETTING} && \