Added app icons, cleaned apps, nwggrid and nwg-dock fixes

This commit is contained in:
Emmet 2024-06-04 20:10:35 -05:00
parent 94f65ad0fd
commit 415bf194d4
7 changed files with 57 additions and 27 deletions

View file

@ -19,6 +19,8 @@
--replace "self.image_id -= 1" "self.image_id = max(0, self.image_id - 1)"
# fixes the .desktop file
substituteInPlace doc/ranger.desktop \
--replace "Icon=utilities-terminal" "Icon=user-desktop"
substituteInPlace doc/ranger.desktop \
--replace "Terminal=true" "Terminal=false"
substituteInPlace doc/ranger.desktop \