Skip to content

Commit

Permalink
bug bashing user identified issues #2
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jul 27, 2024
1 parent c5489a4 commit 2820c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
/usr/share/icons/hicolor/192x192/apps/ && \
cp \
/kclient/public/icon.png \
/usr/share/icons/hicolor/192x192/apps/ && \
/usr/share/icons/hicolor/192x192/apps/ungoogled-chromium-logo.png && \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y \
Expand All @@ -30,10 +30,8 @@ RUN \
libxcomposite1 \
libxdamage1 \
libxkbcommon0 \
thunar \
xz-utils && \
curl -o \
/usr/share/icons/hicolor/scalable/apps/ungoogledchromium.svg -L \
"https://github.com/linuxserver/proot-apps/raw/master/metadata/img/ungoogledchromium.svg" && \
if [ -z ${UGC_VERSION+x} ]; then \
UGC_VERSION=$(curl -sX GET "https://api.github.com/repos/ungoogled-software/ungoogled-chromium-portablelinux/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
Expand Down
2 changes: 1 addition & 1 deletion root/defaults/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
<item label="Ungoogled Chromium" icon="/usr/share/icons/hicolor/scalable/apps/ungoogled-chromium-logo.png"><action name="Execute"><command>/usr/bin/wrapped-chromium</command></action></item>
<item label="Ungoogled Chromium" icon="/usr/share/icons/hicolor/192x192/apps/ungoogled-chromium-logo.png"><action name="Execute"><command>/usr/bin/wrapped-chromium</command></action></item>
</menu>
</openbox_menu>

0 comments on commit 2820c57

Please sign in to comment.