add gnome-icon-theme and others so we can remove applications-multimedia icon workaround
This commit is contained in:
parent
523a8eddd0
commit
9f9605e666
2 changed files with 5 additions and 4 deletions
|
@ -121,6 +121,11 @@ apt install -y --no-install-recommends \
|
|||
falkon \
|
||||
gtk2-engines \
|
||||
gnome-themes-extra \
|
||||
adwaita-qt \
|
||||
adwaita-icon-theme \
|
||||
gnome-icon-theme \
|
||||
lxde-icon-theme \
|
||||
tango-icon-theme \
|
||||
squashfs-tools \
|
||||
synaptic \
|
||||
/tmp/xdgmenumaker*.deb || error
|
||||
|
|
|
@ -122,10 +122,6 @@ sudo cp build/tmp/jwm.iconlist build/chroot/tmp/ || error
|
|||
message "putting generated icon path list to /etc/jwm/system.nanodesk.jwmrc"
|
||||
$CHROOTCMD sed -i '/<\!-- GENERATED ICONLIST -->/r /tmp/jwm.iconlist' /etc/jwm/system.nanodesk.jwmrc || error
|
||||
|
||||
message "workaround missing multimedia icon in menu"
|
||||
$CHROOTCMD sed -i 's/^Icon=.*$/Icon=\/usr\/share\/icons\/nuoveXT2\/32x32\/categories\/applications-multimedia\.png/g' /usr/share/desktop-directories/xdgmenumaker-multimedia.directory || error
|
||||
|
||||
|
||||
message "correct file permissions"
|
||||
#$CHROOTCMD /usr/bin/chmod 440 /etc/sudoers || error
|
||||
$CHROOTCMD /usr/bin/chmod 755 /usr/sbin/nanodesk-installer || error
|
||||
|
|
Loading…
Reference in a new issue