File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
/usr/share/icons/hicolor/192x192/apps/ && \
20
20
cp \
21
21
/kclient/public/icon.png \
22
- /usr/share/icons/hicolor/192x192/apps/ && \
22
+ /usr/share/icons/hicolor/192x192/apps/ungoogled-chromium-logo.png && \
23
23
echo "**** install packages ****" && \
24
24
apt-get update && \
25
25
apt-get install -y \
30
30
libxcomposite1 \
31
31
libxdamage1 \
32
32
libxkbcommon0 \
33
+ thunar \
33
34
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" && \
37
35
if [ -z ${UGC_VERSION+x} ]; then \
38
36
UGC_VERSION=$(curl -sX GET "https://api.github.com/repos/ungoogled-software/ungoogled-chromium-portablelinux/releases/latest" \
39
37
| awk '/tag_name/{print $4;exit}' FS='[""]' ); \
Original file line number Diff line number Diff line change 2
2
<openbox_menu xmlns =" http://openbox.org/3.4/menu" >
3
3
<menu id =" root-menu" label =" MENU" >
4
4
<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 >
6
6
</menu >
7
7
</openbox_menu >
You can’t perform that action at this time.
0 commit comments