Skip to content

Commit 2820c57

Browse files
committed
bug bashing user identified issues #2
1 parent c5489a4 commit 2820c57

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
/usr/share/icons/hicolor/192x192/apps/ && \
2020
cp \
2121
/kclient/public/icon.png \
22-
/usr/share/icons/hicolor/192x192/apps/ && \
22+
/usr/share/icons/hicolor/192x192/apps/ungoogled-chromium-logo.png && \
2323
echo "**** install packages ****" && \
2424
apt-get update && \
2525
apt-get install -y \
@@ -30,10 +30,8 @@ RUN \
3030
libxcomposite1 \
3131
libxdamage1 \
3232
libxkbcommon0 \
33+
thunar \
3334
xz-utils && \
34-
curl -o \
35-
/usr/share/icons/hicolor/scalable/apps/ungoogledchromium.svg -L \
36-
"https://github.com/linuxserver/proot-apps/raw/master/metadata/img/ungoogledchromium.svg" && \
3735
if [ -z ${UGC_VERSION+x} ]; then \
3836
UGC_VERSION=$(curl -sX GET "https://api.github.com/repos/ungoogled-software/ungoogled-chromium-portablelinux/releases/latest" \
3937
| awk '/tag_name/{print $4;exit}' FS='[""]'); \

root/defaults/menu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<openbox_menu xmlns="http://openbox.org/3.4/menu">
33
<menu id="root-menu" label="MENU">
44
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
5-
<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>
5+
<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>
66
</menu>
77
</openbox_menu>

0 commit comments

Comments
 (0)